@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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; } }
@media only screen and (max-width: 768px) {
  .header_nav {
    position: absolute;
    top: 5px;
    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: #fff;
        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: #242c56;
    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;
          font-size: 21px;
          font-size: 2.1rem;
          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; }

.fade_up {
  opacity: 0;
  display: block; }

.is_onscreen.fade_up {
  opacity: 1;
  animation-name: fadeup;
  animation-duration: 1.5s; }

@keyframes fadeup {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fade_left {
  opacity: 0;
  display: block; }

.is_onscreen.fade_left {
  opacity: 1;
  animation-name: fadeleft;
  animation-duration: 1.5s; }

@keyframes fadeleft {
  from {
    opacity: 0;
    -moz-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fade_right {
  opacity: 0;
  display: block; }

.is_onscreen.fade_right {
  opacity: 1;
  animation-name: faderight;
  animation-duration: 1.5s; }

@keyframes faderight {
  from {
    opacity: 0;
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.line_btn_wrap {
  max-width: 200px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media only screen and (max-width: 768px) {
    .line_btn_wrap {
      max-width: 150px; } }
  .line_btn_wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #333;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .line_btn_wrap .line_btn {
    position: relative;
    letter-spacing: 0.1em;
    overflow: hidden;
    color: #000;
    opacity: 0;
    text-decoration: none;
    display: block;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding: 15px 0; }
    .line_btn_wrap .line_btn:hover {
      color: #fff; }
  .line_btn_wrap:hover:before {
    width: 100%;
    right: auto;
    left: 0; }
  .line_btn_wrap .line_btn_border_left {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  .line_btn_wrap .line_btn_border_right {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  .line_btn_wrap .line_btn_border_top {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }
  .line_btn_wrap .line_btn_border_bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .line_btn_wrap .line_btn_border {
    position: absolute;
    background: #333;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .is_onscreen .line_btn_border_left {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

  .is_onscreen .line_btn_border_right {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

  .is_onscreen .line_btn_border_top {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

  .is_onscreen .line_btn_border_bottom {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

  .is_onscreen .line_btn {
    opacity: 1; }

.text_mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom; }
  .text_mask .text_mask_inner {
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    .text_mask .text_mask_inner::after {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      z-index: 10;
      background-color: #333; }
    .is_onscreen .text_mask_inner {
      -webkit-animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate;
      animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate; }

    .is_onscreen .text_mask_inner:after {
      -webkit-animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate;
      animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate; }

@-webkit-keyframes onscreen-rect-1 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes onscreen-rect-1 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes onscreen-rect-2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  to {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }
@keyframes onscreen-rect-2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  to {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }
.circle_arrow_link {
  display: inline-flex;
  align-items: center;
  overflow: inherit;
  text-decoration: none; }
  .circle_arrow_link_txt {
    position: relative;
    z-index: 1; }
  .circle_arrow_link_ico {
    width: calc(72em/16);
    height: calc(72em/16);
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    margin-left: calc(-20em/16);
    position: relative;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link_ico::before {
      content: "";
      border: calc(2em/16) solid #ddd;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link_ico svg {
      width: calc(18em/16);
      height: calc(11em/16);
      fill: #000; }
  .circle_arrow_link:hover .circle_arrow_link_ico {
    transform: translate3d(1em, 0, 0); }
  .circle_arrow_link:hover .circle_arrow_link_ico:before {
    transform: scale(1.5) translate3d(-0.5em, 0, 0); }
  .circle_arrow_link:hover .circle_arrow_link_ico svg {
    animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

.circle_arrow_link2 {
  display: inline-flex;
  align-items: center;
  overflow: inherit;
  text-decoration: none; }
  .circle_arrow_link2_txt {
    position: relative;
    z-index: 1; }
  .circle_arrow_link2_ico {
    width: calc(50em/16);
    height: calc(50em/16);
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link2_ico::before {
      content: "";
      background: #333;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .circle_arrow_link2_ico svg {
      width: calc(18em/16);
      height: calc(11em/16);
      fill: #fff;
      position: relative;
      z-index: 10; }
  .circle_arrow_link2:hover .circle_arrow_link2_ico {
    transform: translate3d(0.5em, 0, 0); }
    .circle_arrow_link2:hover .circle_arrow_link2_ico::before {
      background: #000;
      transform: translate3d(0.05em, 0, 0); }
    .circle_arrow_link2:hover .circle_arrow_link2_ico svg {
      animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

@keyframes linkhover {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  55% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0%;
  padding-top: calc(500 / 800 * 100%); }
  .parallax p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.5;
    font-size: max(3vw, 16px); }

.lazy_x {
  opacity: 0;
  -webkit-transform: translateX(-8%);
  -ms-transform: translateX(-8%);
  transform: translateX(-8%); }

.lazy_y {
  opacity: 0;
  -webkit-transform: translateY(8%);
  -ms-transform: translateY(8%);
  transform: translateY(8%); }

@-webkit-keyframes lazyY {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes lazyY {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes lazyX {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes lazyX {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #242c56;
  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; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(44, 44, 44, 0.15);
  -moz-box-shadow: 0 0 10px rgba(44, 44, 44, 0.15);
  box-shadow: 0 0 10px rgba(44, 44, 44, 0.15);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 50px;
      height: 50px; } }

.serif {
  font-family: "Noto Serif JP", serif; }

.roboto {
  font-family: "Roboto", sans-serif; }

.header {
  background: #242c56; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .site_name {
    font-size: 15px;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 300; }
  .header .g_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }
    .header .g_nav ul {
      -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; }
      .header .g_nav ul li {
        margin-left: 30px; }
        .header .g_nav ul li:first-child {
          margin-left: 0; }
    .header .g_nav a {
      text-decoration: none;
      color: #fff;
      font-size: 13px;
      font-size: 1.3rem; }

.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: 500px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        height: auto; } }
  @media only screen and (min-width: 769px) {
    .fv .fv_image {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 410px;
      top: 55px;
      z-index: 1; } }

.main_ttl {
  text-align: center;
  color: #c4a810;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      font-size: 23px;
      font-size: 2.3rem; } }
  .main_ttl::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #c4a810; }
    @media only screen and (max-width: 768px) {
      .main_ttl::before {
        width: 20px; } }
  .main_ttl.roboto {
    font-weight: 400;
    letter-spacing: 0.1em; }
  .main_ttl .ja {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400; }

.main_btn {
  width: 400px;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .main_btn {
      width: 90%; } }
  .main_btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    background: #242c56;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px 0;
    -webkit-box-shadow: 0 8px 18px rgba(63, 63, 63, 0.25);
    -moz-box-shadow: 0 8px 18px rgba(63, 63, 63, 0.25);
    box-shadow: 0 8px 18px rgba(63, 63, 63, 0.25); }
    .main_btn a:hover {
      -webkit-box-shadow: 0 5px 5px rgba(63, 63, 63, 0.25);
      -moz-box-shadow: 0 5px 5px rgba(63, 63, 63, 0.25);
      box-shadow: 0 5px 5px rgba(63, 63, 63, 0.25);
      background: #c4a810; }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 130px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 40px 15px 80px; } }
.section01 .lead {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .section01 .lead {
      margin-top: 20px; } }
  .section01 .lead span {
    color: #f4111c; }
.section01 .card {
  width: 900px;
  margin: 50px auto 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 50px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 768px) {
    .section01 .card {
      margin-top: 40px;
      width: 100%;
      padding: 30px 15px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); } }
  .section01 .card .heading {
    color: #c4a810;
    width: 400px;
    margin: auto;
    font-weight: 500;
    border: 1px solid #c4a810;
    padding: 8px 0;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem; }
    @media only screen and (max-width: 768px) {
      .section01 .card .heading {
        font-size: 20px;
        font-size: 2rem;
        width: 90%; } }
  .section01 .card ul {
    margin-top: 50px; }
    @media only screen and (min-width: 769px) {
      .section01 .card ul {
        display: flex;
        flex-flow: row-reverse wrap-reverse;
        justify-content: center;
        align-items: center; } }
    @media only screen and (max-width: 768px) {
      .section01 .card ul {
        -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;
        margin-top: 25px; } }
    .section01 .card ul li {
      width: 206px;
      margin-left: 20px;
      margin-top: 20px; }
      @media only screen and (min-width: 769px) {
        .section01 .card ul li:nth-child(1) {
          order: 5;
          margin-left: 0;
          margin-top: 0; }
        .section01 .card ul li:nth-child(2) {
          order: 4;
          margin-top: 0; }
        .section01 .card ul li:nth-child(3) {
          order: 3;
          margin-left: 0; }
        .section01 .card ul li:nth-child(4) {
          order: 2; }
        .section01 .card ul li:nth-child(5) {
          order: 1; } }
      @media only screen and (max-width: 768px) {
        .section01 .card ul li {
          width: calc((100% - 8%) / 2);
          margin-left: 4%;
          margin-top: 12px; }
          .section01 .card ul li:nth-child(odd) {
            margin-left: 0; }
          .section01 .card ul li:nth-child(1), .section01 .card ul li:nth-child(2) {
            margin-top: 0; } }
.section01 .btn_wrap {
  margin: 78px auto 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .section01 .btn_wrap {
      margin-top: 50px; } }
  .section01 .btn_wrap::before {
    content: "";
    position: absolute;
    width: 122px;
    height: 166px;
    background-image: url("img/section01_ico.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    right: 160px;
    top: -50px;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .section01 .btn_wrap::before {
        right: 0;
        top: -70px;
        width: 74px; } }

.section02 {
  background-color: #fcfaed;
  background-image: url("img/section02_bg_01.png"), url("img/section02_bg_02.png");
  background-repeat: no-repeat,no-repeat;
  background-position: top center,bottom center;
  background-size: 1920px auto,1920px auto; }
  @media only screen and (max-width: 768px) {
    .section02 {
      background-image: url("img/section02_bg_01_sp.png"), url("img/section02_bg_02_sp.png");
      background-repeat: no-repeat,no-repeat;
      background-position: top center,bottom center;
      background-size: 100% auto,100% auto; } }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 145px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        padding: 50px 0 80px; } }
  .section02 .lead {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2; }
  .section02 .items {
    margin-top: 70px; }
    @media only screen and (max-width: 768px) {
      .section02 .items {
        margin-top: 40px;
        padding: 0 25px; } }
    .section02 .items .item {
      margin-top: 60px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .section02 .items .item {
          margin-top: 30px; } }
      .section02 .items .item:first-child {
        margin-top: 0; }
      .section02 .items .item .heading {
        font-size: 18px;
        font-size: 1.8rem; }
      .section02 .items .item .image {
        margin-top: 30px; }
        @media only screen and (max-width: 768px) {
          .section02 .items .item .image {
            margin-top: 20px; } }

.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 90px 0 100px; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      padding: 50px 10px 80px; }
      .section03 .inner .sp_image {
        margin-top: 30px; } }
.section03 .items {
  margin-top: 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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .section03 .items .item {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    padding: 20px 0 195px;
    position: relative;
    margin-left: 45px;
    width: 270px; }
    .section03 .items .item:first-child {
      margin-left: 0; }
    .section03 .items .item::before {
      content: "";
      position: absolute;
      width: 18px;
      height: 100%;
      background-image: url("img/section03_arrow.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      right: -32px;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .section03 .items .item:last-child::before {
      display: none; }
    .section03 .items .item:nth-child(2)::after {
      content: "";
      position: absolute;
      width: 100px;
      height: 100%;
      background-image: url("img/section03_ico.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      right: -10px;
      bottom: -10px;
      pointer-events: none;
      z-index: 10; }
    .section03 .items .item .image {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px;
      width: 230px; }
    .section03 .items .item .step {
      text-align: center;
      font-size: 32px;
      font-size: 3.2rem;
      color: #c4a810; }
      .section03 .items .item .step span {
        font-size: 60%;
        display: inline-block;
        margin-right: 3px; }
    .section03 .items .item .txt {
      text-align: center;
      margin-top: 10px; }
.section03 .btn_wrap {
  margin-top: 70px; }
  @media only screen and (max-width: 768px) {
    .section03 .btn_wrap {
      margin-top: 40px; } }
  .section03 .btn_wrap .txt {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .section03 .btn_wrap .txt {
        font-size: 19px;
        font-size: 1.9rem; } }
  .section03 .btn_wrap .main_btn {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .section03 .btn_wrap .main_btn {
        margin-top: 20px; } }

.section04 {
  background: #fcf8e4; }
  .section04 .inner {
    padding: 80px 0 140px; }
    @media only screen and (max-width: 768px) {
      .section04 .inner {
        padding: 50px 0 80px; } }
  .section04 .slide_wrap {
    margin-top: 60px; }
    @media only screen and (max-width: 768px) {
      .section04 .slide_wrap {
        margin-top: 40px; } }
    .section04 .slide_wrap .slider {
      opacity: 0;
      transition: opacity .3s linear; }
      .section04 .slide_wrap .slider.slick-initialized {
        opacity: 1; }
      .section04 .slide_wrap .slider li {
        width: 900px;
        padding: 30px 0;
        margin: 0 25px; }
        @media only screen and (max-width: 768px) {
          .section04 .slide_wrap .slider li {
            width: 100%;
            margin: 0 3px;
            padding: 20px 0; } }
  .section04 .content {
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    position: relative;
    padding: 55px 30px 70px;
    -webkit-box-shadow: 0 0 18px rgba(44, 44, 44, 0.13);
    -moz-box-shadow: 0 0 18px rgba(44, 44, 44, 0.13);
    box-shadow: 0 0 18px rgba(44, 44, 44, 0.13); }
    @media only screen and (max-width: 768px) {
      .section04 .content {
        padding: 40px 15px 50px;
        -webkit-box-shadow: 0 0 9px rgba(44, 44, 44, 0.13);
        -moz-box-shadow: 0 0 9px rgba(44, 44, 44, 0.13);
        box-shadow: 0 0 9px rgba(44, 44, 44, 0.13);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; } }
    .section04 .content .ttl {
      text-align: center;
      font-size: 25px;
      font-size: 2.5rem; }
      @media only screen and (max-width: 768px) {
        .section04 .content .ttl {
          display: none; } }
    .section04 .content .ico {
      position: absolute;
      z-index: 10;
      top: -30px; }
      @media only screen and (max-width: 768px) {
        .section04 .content .ico {
          width: 57px;
          top: -20px; } }
    .section04 .content .seminar {
      margin-top: 5px;
      text-align: center;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .section04 .content .seminar {
          display: none; } }
      .section04 .content .seminar span {
        font-size: 18px;
        font-size: 1.8rem; }
    .section04 .content .wrap {
      margin-top: 40px;
      -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; }
      @media only screen and (max-width: 768px) {
        .section04 .content .wrap {
          margin-top: 25px; } }
      .section04 .content .wrap .image {
        width: 220px; }
        @media only screen and (max-width: 768px) {
          .section04 .content .wrap .image {
            display: none; } }
        .section04 .content .wrap .image p {
          margin-top: 10px;
          text-align: center; }
        .section04 .content .wrap .image .position {
          margin-top: 5px;
          font-size: 11px;
          font-size: 1.1rem;
          text-align: center; }
      .section04 .content .wrap .txt {
        width: 590px; }
        .section04 .content .wrap .txt span {
          font-weight: 500;
          background: linear-gradient(transparent 60%, #fef4bb 60%); }
  .section04 .slide-arrow {
    z-index: 10; }
    @media only screen and (min-width: 769px) {
      .section04 .slide-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    @media only screen and (max-width: 768px) {
      .section04 .slide-arrow {
        width: 37px;
        position: absolute;
        top: 250px; } }
    .section04 .slide-arrow.prev-arrow {
      left: 50%;
      margin-left: -500px; }
      @media only screen and (max-width: 768px) {
        .section04 .slide-arrow.prev-arrow {
          left: 2px;
          margin-left: 0; } }
    .section04 .slide-arrow.next-arrow {
      right: 50%;
      margin-right: -500px; }
      @media only screen and (max-width: 768px) {
        .section04 .slide-arrow.next-arrow {
          right: 2px;
          margin-right: 0; } }
  .section04 .odd .content .ico {
    left: 30px; }
    @media only screen and (max-width: 768px) {
      .section04 .odd .content .ico {
        left: 10px; } }
  .section04 .even .content .ico {
    right: 30px; }
    @media only screen and (max-width: 768px) {
      .section04 .even .content .ico {
        right: 10px; } }
  .section04 .slick-slide {
    opacity: 0.6; }
    .section04 .slick-slide.slick-active {
      opacity: 1; }
  .section04 .voice_04 .content {
    padding-bottom: 150px; }
    @media only screen and (max-width: 768px) {
      .section04 .voice_04 .content {
        padding-bottom: 115px; } }
    .section04 .voice_04 .content::before {
      content: "";
      position: absolute;
      width: 344px;
      height: 100%;
      background-image: url("img/section04_image_04_2.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      right: 30px;
      bottom: -15px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section04 .voice_04 .content::before {
          width: 259px;
          right: 10px;
          bottom: -25px; } }
  @media only screen and (max-width: 768px) {
    .section04 .btn_wrap {
      padding: 0 15px; } }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 190px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      padding: 50px 15px 100px; } }
.section05 .lead {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .section05 .lead {
      margin-top: 20px; } }
.section05 .image {
  margin-top: 30px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .section05 .image {
      width: 180px;
      margin: 25px auto 0; } }
  .section05 .image img {
    -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.18);
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.18); }
    @media only screen and (max-width: 768px) {
      .section05 .image img {
        -webkit-box-shadow: 0 4px 17px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0 4px 17px rgba(0, 0, 0, 0.18);
        box-shadow: 0 4px 17px rgba(0, 0, 0, 0.18); } }
.section05 .heading {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500; }
  @media only screen and (max-width: 768px) {
    .section05 .heading {
      margin-top: 40px;
      font-size: 19px;
      font-size: 1.9rem; } }
.section05 .txt_wrap {
  margin-top: 30px;
  text-align: center;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .section05 .txt_wrap {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: 20px; } }
  .section05 .txt_wrap span {
    display: inline-block;
    text-align: left; }
.section05 .btn_wrap {
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    .section05 .btn_wrap {
      margin-top: 40px; } }

.footer {
  background: #242c56; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
  .footer .link a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (min-width: 769px) {
      .footer .link a:hover {
        color: #c4a810; } }
  .footer .copyright {
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem; }
