@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

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

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --primary-font:"游ゴシック体",YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,Meiryo,sans-serif;
  --cormorant-infant-font:"Cormorant Infant", serif;
  --yu-mincho-font: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --primary:#333333;
  --primary-light:#BBBBBB;
  --primary-dark:#1E0405;
  --secondary:#999;
  --secondary-dark:#605858;
  --primary-background-color:#231815;
  --accent-color: #8B7246;
  --border-primary:#DDDDDD;
  --border-primary-light:#e5e5e5;
  --border-second: #CCCCCC;
  --white: #FFFFFF;
  --black: #000;
  --hover-button-light: #F5F5F5;
  --background-red: rgba(218, 49, 12, 0.05);
  --red:#DA310C;
  --blue:#0070BF;
  --green: #6FBA2C;
  --orange: #ED6104;
}

/*------------------------------------------------------------
	Layout font-family: "Zen Kaku Gothic New", sans-serif;
------------------------------------------------------------*/
body {
  width: 100%;
  height: auto;
  display: block;
  color: #222222;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.25px;
  background: #e9e3d3;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  --fonts2: "Montserrat", sans-serif;
}

.l-content {
  width: 100%;
  height: auto;
  max-width: 1220px;
  padding: 0px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-content {
    max-width: 490px;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .pc-txt {
    display: none !important;
  }
}


/*------------------------------------------------------------
    Sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.c-header .logo {
  position: absolute;
  left: 20px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .c-header .logo {
    left: 15px;
    top: 12px;
  }
}
.c-header .logo img {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-header .logo img {
    width: 80px;
  }
}
.c-header .logo a {
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 769px) {
  .c-header .logo a:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  height: auto;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .c-footer {
    margin-bottom: 60px;
  }
}
.c-footer .copyright {
  font-size: 10px;
  color: #222222;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 37px 20px;
}
@media screen and (max-width: 768px) {
  .c-footer .copyright {
    padding: 23px 20px;
  }
}

.fixed_cta {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 99999;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.462745098);
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
  display: flex;
  justify-content: center;
  transform: rotate(0deg) scale(1) translateY(100px);
}
.fixed_cta.is-active {
  transform: rotate(0deg) scale(1) translateY(0);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .fixed_cta {
    height: 60px;
  }
  .fixed_cta .c-cta {
    gap: 7.5px;
  }
  .fixed_cta .c-cta .c-btn01 {
    width: calc(33.3333333333% - 5px);
    height: 40px;
    font-size: 12px;
    font-weight: 700;
    padding-left: 18px;
  }
  .fixed_cta .c-cta .c-btn01::after {
    display: none;
  }
  .fixed_cta .c-cta .c-btn01 i {
    left: 15px;
    display: flex;
    align-items: center;
  }
  .fixed_cta .c-cta .c-btn01 i img {
    width: 12px;
  }
  .fixed_cta .c-cta .c-btn01:nth-of-type(2) i {
    left: 15px;
    display: flex;
    align-items: center;
  }
  .fixed_cta .c-cta .c-btn01:nth-of-type(2) i img {
    width: 16px;
  }
  .fixed_cta .c-cta .c-btn01:nth-of-type(3) i {
    left: 11px;
    display: flex;
    align-items: center;
  }
  .fixed_cta .c-cta .c-btn01:nth-of-type(3) i img {
    width: 15px;
  }
}

/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
  width: 100%;
  max-width: 313px;
  height: 54px;
  font-size: 16px;
  color: #405364;
  border-radius: 30px;
  border: 3px solid #405364;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    border: 2px solid #405364;
  }
}
.c-btn01 i {
  left: 20px;
  position: absolute;
}
.c-btn01::after {
  width: 30px;
  height: 100%;
  background: url(../images/cta-ic4.png) no-repeat center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-btn01::after {
    right: 12px;
  }
}
.c-btn01.ver2 {
  background: #405364;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title01 {
  text-align: center;
}
.c-title01 h2 {
  width: auto;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #222222;
}
@media screen and (max-width: 768px) {
  .c-title01 h2 {
    font-size: 24px;
  }
}
.c-title01 h2 small {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-title01 h2 small {
    font-size: 20px;
  }
}
.c-title01 h2 span {
  color: #265680;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-title01 h2 span {
    font-size: 24px;
  }
}
.c-title01 h2::after {
  width: 10px;
  height: 18px;
  border-right: 2px solid #222222;
  content: "";
  background: #e9e3d3;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -13px;
  transform: rotate(42deg);
}
.c-title01 h2::before {
  width: 10px;
  height: 4px;
  content: "";
  background: #e9e3d3;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -2px;
}
@media screen and (max-width: 768px) {
  .c-title01 h2::before {
    bottom: -3px;
  }
}
.c-title02 {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-title02 h2 {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding: 20px 50px 0px;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-title02 h2 {
    font-size: 24px;
    padding-top: 45px;
  }
}
@media (min-width: 768px) and (max-width: 834px) {
  .c-title02 h2 {
    font-size: 36px;
  }
}
.c-title02 h2 small {
  font-size: 32px;
  font-weight: 500;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-title02 h2 small {
    font-size: 16px;
  }
}
.c-title02 h2 small.ic1 {
  text-align: left;
  position: relative;
  left: -70px;
  top: 15px;
}
.c-title02 span {
  font-family: var(--fonts2);
  color: #fff;
  font-weight: 200;
  font-size: 135px;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-title02 span {
    font-size: 75px;
    bottom: auto;
    top: 0;
  }
}
.c-title02 span.color {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #265680;
  font-size: 40px;
  font-weight: 700;
  position: unset;
  transform: unset;
  left: auto;
}
@media screen and (max-width: 768px) {
  .c-title02 span.color {
    font-size: 24px;
  }
}
.c-title02.ver2 h2 {
  padding: 95px 50px 0px;
}
.c-title02.ver2 h2 span {
  bottom: unset;
  top: 0;
}

/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
  List
------------------------------------------------------------*/
/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
/*------------------------------------------------------------
    Modal
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-modal01 {
  display: none;
}
.c-modal01.active {
  display: block;
  z-index: 99999;
  position: relative;
}
.c-modal01[aria-hidden=false] .c-modal01__wap {
  animation: mmfadeIn 0.3s;
}
.c-modal01[aria-hidden=false] .c-modal01__scroll {
  animation: mmslideIn 0.3s;
}
.c-modal01[aria-hidden=true] .c-modal01__wap {
  animation: mmfadeOut 0.3s;
  opacity: 0;
}
.c-modal01[aria-hidden=true] .c-modal01__scroll {
  animation: mmslideOut 0.3s;
}
.c-modal01__wap {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.c-modal01__wap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.c-modal01__scroll {
  background: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0);
  max-height: calc(100vh - 150px);
  position: relative;
  width: calc(100% - 40px);
  max-width: 1180px;
  z-index: 999999;
  border-radius: 20px;
  border: 3px solid #405364;
}
@media screen and (max-width: 768px) {
  .c-modal01__scroll {
    border: 2px solid #405364;
    max-width: 500px;
  }
}
.c-modal01__scroll .c-close {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 62px;
  height: 62px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  z-index: 999999999;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-modal01__scroll .c-close {
    top: -20px;
    right: -20px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 769px) {
  .c-modal01__scroll .c-close:hover {
    opacity: 0.5;
  }
}
.c-modal01__content {
  overflow-y: auto;
  position: relative;
  padding: 60px 65px;
  max-height: calc(100vh - 156px);
}
@media screen and (max-width: 768px) {
  .c-modal01__content {
    padding: 50px 40px;
  }
}
.c-modal01 .c-box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-modal01 .c-box1 .ttl {
  font-size: 40px;
  font-weight: 300;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  position: relative;
  color: #0a0a0a;
  top: -15px;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1 .ttl {
    top: 0;
    width: auto;
    height: auto;
    font-size: 30px;
    text-align: center;
  }
}
.c-modal01 .c-box1__content {
  width: calc(100% - 100px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content {
    width: 100%;
  }
}
.c-modal01 .c-box1__content p {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #0a0a0a;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content p {
    font-size: 13px;
    margin-top: 20px;
  }
}
.c-modal01 .c-box1__content .card {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: auto;
  gap: 25px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content .card {
    flex-wrap: wrap;
  }
}
.c-modal01 .c-box1__content .card .item1 {
  width: calc(33.3333333333% - 16.6666666667px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content .card .item1 {
    width: 100%;
  }
}
.c-modal01 .c-box1__content .card p {
  font-size: 14px;
  color: #0a0a0a;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content .card p {
    font-size: 12px;
    margin-top: 10px;
  }
}
.c-modal01 .c-box1__content .card1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.c-modal01 .c-box1__content .card1 .item1 {
  width: calc(100% - 290px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content .card1 .item1 {
    width: 100%;
  }
}
.c-modal01 .c-box1__content .card1 .item1:last-child {
  width: 259px;
}
.c-modal01 .c-box1__content .card1 .item1 .ttl2 {
  color: #909090;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content .card1 .item1 .ttl2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.c-modal01 .c-box1__content .card1 .item1 .ttl3 {
  color: #909090;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content .card1 .item1 .ttl3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.c-modal01 .c-box1__content .card1 .item1 .txt {
  font-size: 11px;
  color: #0a0a0a;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content .card1 .item1 .txt {
    font-size: 8.5px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.c-modal01 .c-box1__content .card1 .item1 p {
  font-size: 14px;
  color: #0a0a0a;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content .card1 .item1 p {
    font-size: 12px;
  }
}
.c-modal01 .c-box1__content .img2 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .c-modal01 .c-box1__content .img2 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

/* modal */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
/*------------------------------------------------------------
   Others
------------------------------------------------------------*/
.c-mainvisual01 {
  width: 100%;
  height: auto;
  background: url(../images/mv-bg.jpg) center;
  background-size: 1100px auto;
  text-align: center;
  padding: 120px 0px 160px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-mainvisual01 {
    background: unset;
    padding: 0;
  }
}
.c-mainvisual01::after {
  width: 100%;
  height: 192px;
  content: "";
  background: url(../images/mv-bg2.png) no-repeat center top;
  background-size: 150% auto;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-mainvisual01::after {
    display: none;
  }
}
.c-mainvisual01 .img {
  position: relative;
  z-index: 2;
}

.index-sec1 {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -100px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .index-sec1 {
    margin-top: -10px;
  }
}
.index-sec1 .btn1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .btn1 {
    gap: 10px;
  }
}
.index-sec1 .btn1 a {
  display: inline-block;
  width: auto;
  max-width: calc(33.3333333333% - 16.6666666667px);
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .index-sec1 .btn1 a {
    width: 106px;
    max-width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media screen and (min-width: 769px) {
  .index-sec1 .btn1 a:hover {
    opacity: 0.7;
  }
}
.index-sec1 .block {
  width: 100%;
  height: auto;
}
.index-sec1 .block .c-title01 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .c-title01 {
    margin-top: 55px;
  }
}
.index-sec1 .box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .box {
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.index-sec1 .box .item1 {
  width: auto;
  max-width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 768px) {
  .index-sec1 .box .item1 {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.index-sec1 .box .item1 .img {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .index-sec1 .box .item1 .img {
    height: 220px;
  }
}
.index-sec1 .box .item1 p {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .box .item1 p {
    font-size: 16px;
    padding-top: 15px;
  }
}
.index-sec2 {
  width: 100%;
  height: auto;
  margin-top: 160px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .index-sec2 {
    margin-top: 80px;
    padding-bottom: 100px;
    text-align: center;
  }
}
.index-sec2 .block {
  background: #fff;
  margin-top: 65px;
  display: inline-block;
  padding: 50px 0px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block {
    margin: 0 auto;
    margin-top: 110px;
    width: calc(100% + 12px);
    max-width: 450px;
    position: relative;
    text-align: left;
    left: -6px;
    padding: 0px 20px;
  }
}
.index-sec2 .block .item1 {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 {
    flex-wrap: wrap;
  }
}
.index-sec2 .block .item1 > * {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 > * {
    width: 100%;
  }
}
.index-sec2 .block .item1 .img {
  position: relative;
  left: -60px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .img {
    left: auto;
    width: 295px;
    margin: 0 auto;
    top: -40px;
  }
}
.index-sec2 .block .item1 .content {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content {
    padding-left: 0;
  }
}
.index-sec2 .block .item1 .content .ttl1 {
  width: 100%;
  height: auto;
  display: inline-flex;
}
.index-sec2 .block .item1 .content .ttl1 .number {
  width: 75px;
  height: auto;
  display: block;
  color: #265680;
  font-family: var(--fonts2);
  font-weight: 300;
  font-size: 76px;
  line-height: 65px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content .ttl1 .number {
    font-size: 43px;
    line-height: 38px;
    margin-top: 0;
    width: 55px;
  }
}
.index-sec2 .block .item1 .content .ttl1 .number small {
  font-size: 14px;
  width: 100%;
  display: block;
  line-height: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content .ttl1 .number small {
    font-size: 8px;
    line-height: 1;
  }
}
.index-sec2 .block .item1 .content .ttl1 .img1 {
  width: calc(100% - 75px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content .ttl1 .img1 {
    width: calc(100% - 55px);
    max-width: 235px;
    position: relative;
    top: -32px;
  }
}
.index-sec2 .block .item1 .content .ttl2 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content .ttl2 {
    margin-top: -30px;
  }
}
.index-sec2 .block .item1 .content .ttl2 h3 {
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content .ttl2 h3 {
    font-size: 32px;
  }
}
.index-sec2 .block .item1 .content .ttl2 h4 {
  font-size: 24px;
  font-weight: 700;
  color: #265680;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content .ttl2 h4 {
    font-size: 16px;
  }
}
.index-sec2 .block .item1 .content .txt {
  font-size: 16px;
  line-height: 2;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content .txt {
    font-size: 11px;
    padding-top: 0;
  }
}
.index-sec2 .block .item1 .content .txt2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content .txt2 {
    font-size: 11px;
    padding-top: 5px;
  }
}
.index-sec2 .block .item1 .ic1 {
  position: absolute;
  width: 337px;
  bottom: -65px;
  right: -82px;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .ic1 {
    width: 180px;
    right: -55px;
    bottom: -25px;
  }
}
.index-sec2 .block .item1 .ic2 {
  position: absolute;
  width: 241px;
  top: 150px;
  left: 430px;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .ic2 {
    width: 135px;
    left: auto;
    top: 300px;
    right: 0px;
  }
}
.index-sec2 .block .item1.ver2 .img {
  order: 2;
  left: auto;
  right: -60px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1.ver2 .img {
    right: auto;
    order: 1;
    top: 0;
  }
}
.index-sec2 .block .item1.ver2 .content {
  order: 1;
  position: relative;
  left: 100px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1.ver2 .content {
    left: 0;
  }
  .index-sec2 .block .item1.ver2 .content .ttl2 {
    margin-top: 0;
  }
}
.index-sec2 .block .item1.ver2 .content .ttl1 {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1.ver2 .content .ttl1 {
    margin-top: 20px;
  }
}
.index-sec2 .block .item1.ver2 .content .ttl1 .number {
  margin-top: 0;
  width: 100%;
  order: 2;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1.ver2 .content .ttl1 .img1 {
    top: 0;
    max-width: 300px;
  }
}
.index-sec2 .block .item1.ver2 .content .img1 {
  text-align: left;
}
.index-sec2 .block .item2 {
  width: calc(100% - 200px);
  margin: 100px 100px 60px;
  height: auto;
  background: url(../images/sec2-bg1.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  padding: 70px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item2 {
    width: 100%;
    margin: 50px 0px 60px;
    padding: 20px 15px;
  }
}
.index-sec2 .block .item2 .ic3 {
  position: absolute;
  width: 344px;
  top: 200px;
  right: -260px;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item2 .ic3 {
    width: 161px;
    top: auto;
    bottom: -145px;
    right: 10px;
  }
}
.index-sec2 .block .item2 .card1 {
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item2 .card1 {
    padding: 5px 0;
  }
}
.index-sec2 .block .item2 .card1 .point {
  width: 71px;
  height: 71px;
  background: #265680;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  color: #e9e3d3;
  font-family: var(--fonts2);
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item2 .card1 .point {
    width: 45px;
    height: 45px;
    font-size: 19px;
    line-height: 17px;
  }
}
.index-sec2 .block .item2 .card1 .point small {
  font-size: 8px;
  width: 100%;
  display: block;
  font-weight: 600;
  text-align: center;
  line-height: 8px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item2 .card1 .point small {
    font-size: 5px;
    line-height: 1;
  }
}
.index-sec2 .block .item2 .card1 p {
  font-size: 18px;
  font-weight: 700;
  color: #265680;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item2 .card1 p {
    font-size: 13px;
    width: calc(100% - 45px);
  }
}
.index-sec2 .block .item2 .card1.mt1 {
  margin-top: 25px;
}
.index-sec2 .block .item2 .card1.ver2 {
  width: 100%;
}
.index-sec2 .block .item2 .card1.ver2 .c-img1 {
  width: 100%;
  display: block;
  text-align: center;
}
.index-sec2 .block .item2.ver2 {
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.index-sec2 .block .item2.ver2 .card1 {
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item2.ver2 .card1 {
    width: 100%;
    min-width: 100px;
  }
  .index-sec2 .block .item2.ver2 .card1 .c-img1 {
    padding-left: 20px;
  }
}
.index-sec3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .index-sec3 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .index-sec3 .c-title02 h2 {
    padding-top: 20px;
  }
  .index-sec3 .c-title02 small.ic1 {
    position: absolute;
    left: 10px;
    top: -5px;
  }
  .index-sec3 .c-title02 small.ic1 img {
    width: 105px;
  }
}
.index-sec3 .c-slide01 {
  width: 100%;
  height: auto;
  max-width: 1138px;
  padding: 0px 125px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .c-slide01 {
    max-width: 375px;
    padding: 0px 30px;
    margin-top: 25px;
  }
}
.index-sec3 .c-slide01 .swiper {
  overflow: unset;
}
.index-sec3 .c-slide01 .swiper-wrapper .swiper-slide .c-item1 {
  text-align: center;
}
.index-sec3 .c-slide01 .swiper-wrapper .swiper-slide .c-item1 h3 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .c-slide01 .swiper-wrapper .swiper-slide .c-item1 h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}
.index-sec3 .c-slide01 .swiper-wrapper .swiper-slide .c-item1 h3 span {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec3 .c-slide01 .swiper-wrapper .swiper-slide .c-item1 h3 span {
    font-size: 8px;
  }
}
.index-sec3 .c-slide01 .arrow {
  width: 1180px;
  height: 53px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: calc(50% - 20px);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-sec3 .c-slide01 .arrow {
    width: 100%;
    height: 32px;
  }
  .index-sec3 .c-slide01 .arrow img {
    width: 32px;
    height: auto;
  }
}
.index-sec3 .c-slide01 .arrow .swiper-btn {
  position: absolute;
  right: 125px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-sec3 .c-slide01 .arrow .swiper-btn {
    right: -42px;
  }
}
.index-sec3 .c-slide01 .arrow .swiper-btn.swiper-next {
  right: auto;
  left: -125px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .c-slide01 .arrow .swiper-btn.swiper-next {
    left: -42px;
  }
}
.index-sec3 .c-slide01 .arrow .swiper-btn.swiper-prev img {
  transform: scaleX(-1);
}
.index-sec3 .c-slide01 .arrow .swiper-btn.swiper-button-disabled {
  opacity: 0;
}
.index-sec3 .txt {
  font-size: 12px;
  padding: 45px 125px 40px;
  max-width: 1138px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .txt {
    padding: 40px 0px 50px;
    font-size: 9px;
  }
}
.index-sec4 {
  background: #e0dcce;
  width: 100%;
  height: auto;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .index-sec4 {
    padding: 80px 0;
  }
  .index-sec4 .c-title02 h2 {
    padding-top: 18px;
  }
}
.index-sec4 .block {
  max-width: 980px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block {
    margin-bottom: 45px;
  }
}
.index-sec4 .block .box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .box {
    margin-top: 45px;
    gap: 10px;
  }
}
.index-sec4 .block .box .item1 {
  width: calc(25% - 15px);
  height: auto;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .box .item1 {
    display: block;
    width: calc(50% - 5px);
  }
  .index-sec4 .block .box .item1 .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.index-sec4 .block .box .item1 h4 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .box .item1 h4 {
    font-size: 12px;
    padding-top: 5px;
  }
}
.index-sec4 .block .box .item1 p {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .box .item1 p {
    font-size: 11px;
    margin-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.index-sec4 .block .box .item1:first-child {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .box .item1:first-child {
    padding: 0px 5px;
    padding-bottom: 5px;
  }
}
.index-sec4 .block .box .item1:first-child .img {
  width: 462px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .box .item1:first-child .img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 834px) {
  .index-sec4 .block .box .item1:first-child .img {
      width: 400px;
  }
}
.index-sec4 .block .box .item1:first-child .content {
  width: calc(100% - 462px);
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .box .item1:first-child .content {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 834px) {
 .index-sec4 .block .box .item1:first-child .content {
    width: calc(100% - 400px);
    padding-left: 30px;
  }
}

.index-sec4 .block .box .item1:first-child h3 {
  margin-top: 20px;
}
.index-sec4 .block .box .item1:first-child h3 img {
  width: auto;
  height: auto;
  max-height: 70px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .box .item1:first-child h3 img {
    width: auto;
    max-height: 55px;
  }
}
.index-sec4 .block .box .item1:first-child h4 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .box .item1:first-child h4 {
    font-size: 20px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 834px) {
  .index-sec4 .block .box .item1:first-child h4 {
    font-size: 24px;
    line-height: 1;
  }
}
.index-sec4 .block .box .item1:first-child p {
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .box .item1:first-child p {
    margin-top: 5px;
    font-size: 12px;
  }
}
.index-sec5 {
  width: 100%;
  height: auto;
  padding: 130px 20px;
  text-align: center;
  overflow: hidden;
  background: #dee7ee;
}
@media screen and (max-width: 768px) {
  .index-sec5 {
    padding: 60px 20px;
  }
}
.index-sec5 .title img {
  width: 1000px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec5 .title img {
    width: 450px;
    max-width: 100%;
  }
}
.index-sec5 .box {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 70px;
  margin-top: 80px;
  padding-bottom: 150px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .index-sec5 .box {
    padding-top: 0;
    margin-top: 30px;
    padding-bottom: 10px;
  }
}
.index-sec5 .box .ttl1 {
  font-size: 40px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #faf873;
  text-decoration-thickness: 13px;
  text-underline-offset: -3px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .box .ttl1 {
    font-size: 28px;
    text-decoration-thickness: 8px;
    text-underline-offset: -2px;
    margin-top: 15px;
  }
}
.index-sec5 .box p {
  font-size: 20px;
  line-height: 2;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .box p {
    font-size: 13px;
    margin-top: 20px;
  }
}
.index-sec5 .box .ic1 {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 60px;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 834px){
  .index-sec5 .box .ic1 {
    left: -200px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec5 .box .ic1 {
    position: relative;
    top: 0;
    left: -20px;
    transform: unset;
    text-align: left;
  }
  .index-sec5 .box .ic1 img {
    width: 160px;
    height: auto;
  }
}
.index-sec5 .box .ic2 {
  top: 0;
  position: absolute;
  pointer-events: none;
  right: -20px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 834px) {
  .index-sec5 .box .ic2 {
    right: -240px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec5 .box .ic2 {
    position: relative;
    top: 0;
    transform: unset;
    text-align: right;
    margin-top: 20px;
  }
  .index-sec5 .box .ic2 img {
    width: 335px;
    height: auto;
  }
}
.index-sec5 .block {
  margin-top: 70px;
}
.index-sec5 .block .ttl2 {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  padding: 1px 5px 4px;
  color: #fff;
  background: #2c2e30;
  line-height: 1;
}
.index-sec5 .block .ttl2 span {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  background: #2c2e30;
  display: block;
  padding: 1px 5px 4px;
  position: absolute;
  line-height: 1;
  top: -45px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .ttl2 span {
    font-size: 22px;
    top: -35px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .ttl2 {
    font-size: 22px;
  }
}
.index-sec5 .block .card {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 80px;
}
@media screen and (max-width: 834px) {
  .index-sec5 .block .card {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.index-sec5 .block .card .item {
  max-width: calc(33.3333333333% - 33.3333333333px);
  width: 290px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card .item {
    max-width: 100%;
    width: 100%;
  }
}
.index-sec5 .block .card .item .img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card .item .img {
    max-width: 180px;
    margin: 0 auto;
  }
}
.index-sec5 .block .card .item .img span {
  color: #265680;
  font-family: var(--fonts2);
  font-weight: 200;
  font-size: 64px;
  position: absolute;
  top: -60px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card .item .img span {
    font-size: 40px;
    top: -35px;
  }
}
.index-sec5 .block .card .item .img small {
  position: absolute;
  top: -30px;
  right: -50px;
  width: 53%;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card .item .img small {
    right: -20px;
    top: -15px;
  }
}
.index-sec5 .block .card .item .img small img {
  width: 100%;
}
.index-sec5 .block .card .item p {
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card .item p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.index-sec6 {
  padding: 160px 0px 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec6 {
    padding: 140px 0px 75px;
  }
}
.index-sec6 .ttl {
  position: relative;
}
.index-sec6 .ttl h2 {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  padding: 1px 5px 4px;
  color: #fff;
  background: #2c2e30;
  line-height: 1;
}
.index-sec6 .ttl h2 small {
  position: absolute;
  left: -190px;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .ttl h2 small {
    width: 120px;
    top: -125px;
    left: -80px;
  }
}
.index-sec6 .ttl h2 span {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  background: #2c2e30;
  display: block;
  padding: 1px 5px 4px;
  position: absolute;
  line-height: 1;
  top: -45px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .index-sec6 .ttl h2 span {
    font-size: 22px;
    top: -35px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec6 .ttl h2 {
    font-size: 22px;
  }
}
.index-sec6 .img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .img {
    margin-top: 40px;
  }
}
.index-sec7 {
  width: 100%;
  height: auto;
  background: #405364;
  padding: 100px 0px 120px;
}
@media screen and (max-width: 768px) {
  .index-sec7 {
    padding: 80px 0px;
  }
}
.index-sec7 .ttl1 {
  text-align: center;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .index-sec7 .ttl1 {
    font-size: 24px;
  }
}
.index-sec7 .ttl1 span {
  font-size: 28px;
  display: block;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .index-sec7 .ttl1 span {
    font-size: 16px;
  }
}
.index-sec7 .block {
  background: #fff;
  max-width: 760px;
  border-radius: 15px;
  border: 4px solid #e6edf3;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0px 20px;
  text-align: center;
}
.index-sec7 .block p {
  text-align: center;
  border-bottom: 3px solid #405364;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
}
.index-sec7 .block .box {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  padding: 30px 0 50px;
  text-align: left;
}
.index-sec7 .block ul {
  display: flex;
}
.index-sec7 .block ul li {
  margin-left: 20px;
  margin-top: 15px;
}
.index-sec7 .block ul li a {
  font-size: 16px;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 769px) {
  .index-sec7 .block ul li a:hover {
    opacity: 0.7;
  }
}
.index-sec7 .block ul li:first-child {
  font-weight: 700;
  margin-left: 0;
  min-width: 130px;
}
.index-sec7 .mod-sp-select {
  margin: 0 auto;
  margin-top: 15px;
  width: 100%;
  max-width: 320px;
  height: 60px;
  font-size: 16px;
  color: #405364;
  border-radius: 30px;
  border: 3px solid #e6edf3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  transition: ease-in-out 0.3s;
}
.index-sec7 .mod-sp-select::after {
  width: 30px;
  height: 100%;
  background: url(../images/cta-ic4.png) no-repeat center;
  background-size: 100% auto;
  content: "";
  z-index: 999;
  position: absolute;
  right: 10px;
  top: 0;
  transform: rotate(90deg);
}
.index-sec7 .mod-sp-select span {
  position: absolute;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  pointer-events: none;
}
.index-sec7 .mod-sp-select select {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border-radius: 30px;
  opacity: 0;
}

.c-cta {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-cta {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=style.css.map */