@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cd121e;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cd121e;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; } }
.cta_btn {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
  .cta_btn.shiny {
    overflow: hidden !important; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
@media only screen and (max-width: 768px) {
  .header_nav {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 3000; }
    .header_nav #header_menu_trigger {
      display: none;
      outline: none; }
    .header_nav .header_menu_ico {
      transition: all 0.3s;
      position: relative;
      width: 46px;
      height: 46px;
      border-radius: 100%;
      z-index: 3000; }
      .header_nav .header_menu_ico div {
        width: 26px;
        height: 1px;
        position: absolute;
        background: #000;
        right: 0;
        margin: auto;
        left: 0;
        transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1.5);
        width: 26;
        top: calc(50% - ((4px)) + -1px); }
        .header_nav .header_menu_ico div:nth-of-type(1) {
          top: calc(50% - ((4px)) + -1px);
          width: 26px; }
        .header_nav .header_menu_ico div:nth-of-type(2) {
          top: calc(50% - ((4px)) + 5px);
          width: 26px; }
        .header_nav .header_menu_ico div:nth-of-type(3) {
          top: calc(50% - ((4px)) + 11px);
          width: 26px; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico {
      transform: scale(1.21) rotate(180deg); }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(1) {
      transform: rotate(45deg);
      width: 26px !important;
      top: calc(50% - (1px)) !important;
      background: #fff; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(2) {
      left: -7px !important;
      opacity: 0;
      background: #fff; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(3) {
      transform: rotate(-45deg);
      width: 26px !important;
      top: calc(50% - (1px)) !important;
      background: #fff; }

  #header_menu {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    text-align: center;
    height: 100vh; }
    #header_menu ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding-bottom: 70px; }
      #header_menu ul li {
        opacity: 0;
        -webkit-transform: translateX(-8%);
        -ms-transform: translateX(-8%);
        transform: translateX(-8%); }
        #header_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 9px 0;
          color: #fff; }
          #header_menu ul li a span {
            display: block; } }
#header_menu ul li:nth-child(1) {
  -webkit-animation: lazyX 0.8s ease 0.08s 1 forwards;
  animation: lazyX 0.8s ease 0.08s 1 forwards; }

#header_menu ul li:nth-child(2) {
  -webkit-animation: lazyX 0.8s ease 0.16s 1 forwards;
  animation: lazyX 0.8s ease 0.16s 1 forwards; }

#header_menu ul li:nth-child(3) {
  -webkit-animation: lazyX 0.8s ease 0.24s 1 forwards;
  animation: lazyX 0.8s ease 0.24s 1 forwards; }

#header_menu ul li:nth-child(4) {
  -webkit-animation: lazyX 0.8s ease 0.32s 1 forwards;
  animation: lazyX 0.8s ease 0.32s 1 forwards; }

#header_menu ul li:nth-child(5) {
  -webkit-animation: lazyX 0.8s ease 0.4s 1 forwards;
  animation: lazyX 0.8s ease 0.4s 1 forwards; }

#header_menu ul li:nth-child(6) {
  -webkit-animation: lazyX 0.8s ease 0.48s 1 forwards;
  animation: lazyX 0.8s ease 0.48s 1 forwards; }

#header_menu ul li:nth-child(7) {
  -webkit-animation: lazyX 0.8s ease 0.56s 1 forwards;
  animation: lazyX 0.8s ease 0.56s 1 forwards; }

#header_menu ul li:nth-child(8) {
  -webkit-animation: lazyX 0.8s ease 0.64s 1 forwards;
  animation: lazyX 0.8s ease 0.64s 1 forwards; }

#header_menu ul li:nth-child(9) {
  -webkit-animation: lazyX 0.8s ease 0.72s 1 forwards;
  animation: lazyX 0.8s ease 0.72s 1 forwards; }

#header_menu ul li:nth-child(10) {
  -webkit-animation: lazyX 0.8s ease 0.8s 1 forwards;
  animation: lazyX 0.8s ease 0.8s 1 forwards; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .fv {
      background: none; } }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 612px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        height: auto; } }
  .fv .logo {
    width: 160px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px; }
    @media only screen and (max-width: 768px) {
      .fv .logo {
        width: 105px; } }
  @media only screen and (min-width: 769px) {
    .fv .fv_image {
      width: 382px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 35px; } }

.cta {
  margin: 40px auto 0;
  width: 500px; }
  @media only screen and (max-width: 768px) {
    .cta {
      width: 90%; } }

.section01 {
  background-image: url("img/section01_bg2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .section01 {
      background: #ebebeb;
      padding-bottom: 50px; } }
  .section01 .inner {
    height: 832px;
    position: relative;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section01 .inner {
        height: auto; } }
  @media only screen and (min-width: 769px) {
    .section01 .image {
      position: absolute;
      width: 526px;
      right: 70px;
      top: 156px; }
    .section01 .cta {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 70px; } }
  @media only screen and (max-width: 768px) {
    .section01 .cta {
      margin-top: 10px; } }

.section02 {
  background-image: url("img/section02_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .section02 {
      background-image: url("img/section02_bg_sp.jpg"); } }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 120px 0; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        padding: 80px 0; } }
  .section02 h2 {
    width: 865px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .section02 h2 {
        width: 100%; } }
  .section02 .wrap {
    margin-top: 100px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .section02 .wrap {
        margin-top: 60px;
        display: block; } }
    .section02 .wrap .image {
      width: 432px; }
      @media only screen and (max-width: 768px) {
        .section02 .wrap .image {
          width: 83.75%;
          position: relative;
          z-index: 2; } }
    .section02 .wrap .txt {
      width: calc(100% - 432px);
      background: #fff;
      padding: 65px 55px; }
      @media only screen and (max-width: 768px) {
        .section02 .wrap .txt {
          width: 83.75%;
          float: right;
          margin-top: -25px;
          position: relative;
          z-index: 1;
          padding: 55px 20px 40px 20px; } }
  .section02 .heading {
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    background: #031121;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 12px 0;
    letter-spacing: 0.08em; }
    @media only screen and (max-width: 768px) {
      .section02 .heading {
        font-size: 20px;
        font-size: 2rem;
        padding: 8px 0;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; } }
  .section02 ul {
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .section02 ul {
        margin-top: 25px;
        padding-left: 5px; } }
    .section02 ul li {
      position: relative;
      padding-left: 36px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 500;
      margin-top: 10px; }
      @media only screen and (max-width: 768px) {
        .section02 ul li {
          padding-left: 30px; } }
      .section02 ul li:first-child {
        margin-top: 0; }
      .section02 ul li::before {
        content: "";
        position: absolute;
        width: 27px;
        height: 100%;
        background-image: url("img/section02_ico.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: 2px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section02 ul li::before {
            width: 20px;
            top: 4px; } }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      padding: 80px 0; } }
.section03 h2 {
  width: 966px;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .section03 h2 {
      width: 100%; } }
.section03 .wrap {
  margin-top: 100px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media only screen and (max-width: 768px) {
    .section03 .wrap {
      display: block; } }
  .section03 .wrap .image {
    width: 470px; }
    @media only screen and (max-width: 768px) {
      .section03 .wrap .image {
        width: 100%; } }
  .section03 .wrap .txt {
    width: calc(100% - 470px);
    background: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2; }
    @media only screen and (max-width: 768px) {
      .section03 .wrap .txt {
        width: 100%;
        line-height: 1.8;
        padding: 30px 20px 0 20px; } }
.section03 .image2 {
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .section03 .image2 {
      padding-left: 20px;
      padding-right: 10px; } }
.section03 .txt2 {
  margin-top: 45px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .section03 .txt2 {
      margin-top: 0;
      width: 100%;
      line-height: 1.8;
      padding: 30px 20px 0 20px; } }

.section04 {
  background-image: url("img/section04_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .section04 {
      background: none; } }
  .section04 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 751px; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        height: auto; } }
  @media only screen and (min-width: 769px) {
    .section04 .image {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 95px;
      width: 500px; } }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 180px 0 150px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      padding: 90px 0 80px; } }
.section05 .items {
  margin-top: 60px; }
  @media only screen and (max-width: 768px) {
    .section05 .items {
      margin-top: 0; } }
  .section05 .items .item {
    margin-top: 100px; }
    @media only screen and (max-width: 768px) {
      .section05 .items .item {
        margin-top: 60px; } }
    .section05 .items .item:first-child {
      margin-top: 0; }
.section05 .ttl_wrap {
  padding: 0 50px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .section05 .ttl_wrap {
      padding: 0;
      margin-bottom: 25px;
      display: block; } }
  .section05 .ttl_wrap .ico {
    width: 100px; }
    @media only screen and (max-width: 768px) {
      .section05 .ttl_wrap .ico {
        text-align: center;
        width: 120px;
        margin: auto;
        padding: 15px 0;
        border-top: 2px dotted #333;
        border-bottom: 2px dotted #333; }
        .section05 .ttl_wrap .ico img {
          width: 62px; } }
  .section05 .ttl_wrap h2 {
    width: calc(100% - 100px);
    position: relative;
    padding: 40px 0 40px 80px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 768px) {
      .section05 .ttl_wrap h2 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0;
        margin-top: 20px; } }
    .section05 .ttl_wrap h2::before {
      content: "";
      position: absolute;
      left: 40px;
      top: 0;
      width: 1px;
      height: 100%;
      border-left: 2px dotted #333; }
      @media only screen and (max-width: 768px) {
        .section05 .ttl_wrap h2::before {
          display: none; } }
.section05 .common_txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .section05 .common_txt {
      line-height: 1.8;
      padding: 25px 20px 0; } }
.section05 .wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .section05 .wrap {
      display: block; } }
  .section05 .wrap .image {
    width: 480px; }
    @media only screen and (max-width: 768px) {
      .section05 .wrap .image {
        width: 100%; } }
  .section05 .wrap .txt {
    width: calc(100% - 530px); }
    @media only screen and (max-width: 768px) {
      .section05 .wrap .txt {
        width: 100%; } }
.section05 .item_01_image {
  margin-top: 25px; }
  @media only screen and (max-width: 768px) {
    .section05 .item_01_image {
      margin-top: 35px;
      padding: 0 20px; } }
.section05 .item_03_image {
  width: 800px;
  margin: auto;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .section05 .item_03_image {
      width: 100%;
      margin-top: 40px;
      margin-bottom: 10px; } }
@media only screen and (min-width: 769px) {
  .section05 .item_02 .wrap,
  .section05 .item_03 .wrap,
  .section05 .item_04 .wrap {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
@media only screen and (max-width: 768px) {
  .section05 .item_03 .wrap .image {
    margin-top: 30px;
    padding: 0 20px; } }
.section05 .cta {
  margin-top: 70px; }
  @media only screen and (max-width: 768px) {
    .section05 .cta {
      margin-top: 40px; } }

.section06 {
  background-image: url("img/section06_bg.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .section06 {
      background-image: url("img/section06_bg_sp.jpg"); } }
  .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 150px 0 100px; }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section06 .inner {
        padding: 80px 0 60px; } }
  .section06 h2 {
    width: 822px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .section06 h2 {
        width: 100%; } }
  .section06 .container {
    width: 750px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .section06 .container {
        width: 100%;
        padding: 0 20px; } }
  .section06 .image {
    margin-top: 30px; }
  .section06 .items {
    margin-top: 40px; }
    .section06 .items .item {
      margin-top: 80px; }
      @media only screen and (max-width: 768px) {
        .section06 .items .item {
          margin-top: 50px; } }
      .section06 .items .item:first-child {
        margin-top: 0; }
      .section06 .items .item h3 {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.08em;
        position: relative;
        padding-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .section06 .items .item h3 {
            padding: 25px 0 0;
            font-size: 23px;
            font-size: 2.3rem;
            text-align: center; } }
        .section06 .items .item h3::before, .section06 .items .item h3::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 1px; }
          @media only screen and (max-width: 768px) {
            .section06 .items .item h3::before, .section06 .items .item h3::after {
              bottom: auto;
              top: 0; } }
        .section06 .items .item h3::before {
          z-index: 1;
          width: 100%;
          background: rgba(255, 255, 255, 0.2); }
        .section06 .items .item h3::after {
          z-index: 2;
          width: 160px;
          background: #a48e6f; }
          @media only screen and (max-width: 768px) {
            .section06 .items .item h3::after {
              left: 0;
              right: 0;
              margin: auto;
              width: 120px; } }
      .section06 .items .item .txt {
        margin-top: 30px;
        line-height: 2; }
        @media only screen and (max-width: 768px) {
          .section06 .items .item .txt {
            margin-top: 25px;
            font-size: 17px;
            font-size: 1.7rem;
            line-height: 1.8; } }

.footer .copyright {
  background: #000;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .footer .copyright {
      padding: 20px 0; } }

.fixed_cta {
  position: fixed;
  width: 100%;
  background: rgba(3, 17, 33, 0.9);
  left: 0;
  bottom: 0;
  z-index: 100;
  display: none; }
  .fixed_cta .inner {
    padding: 10px; }
  .fixed_cta .cta_btn {
    width: 80%;
    margin: auto; }
