@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: "Noto Sans JP", "游ゴシック 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;
}

/*------------------------------------------------------------
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-family: "Damion", cursive;
	font-family: "Noto Sans JP", sans-serif;
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #222222;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.75px;
}

.l-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px 20px;
  max-width: 1150px;
}

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

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

/*------------------------------------------------------------
    Sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: absolute;
  top: 40px;
  left: 36px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .c-header {
    top: 20px;
    left: 20px;
  }
  .c-header img {
    height: 20px;
  }
}

/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  height: auto;
  text-align: center;
  background: #222222;
  border-bottom: 110px solid #fff;
  padding: 60px 20px 20px;
}
@media screen and (max-width: 768px) {
  .c-footer {
    border-bottom: 81px solid #fff;
    padding: 40px 20px 30px;
  }
  .c-footer .logo img {
    width: auto;
    height: 20px;
  }
}
.c-footer .copyright {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding-top: 35px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-footer .copyright {
    font-size: 9;
    padding-top: 25px;
  }
}

.fix-button {
  background: rgba(255, 255, 255, 0.8);
  padding: 23px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fix-button {
    padding: 14px 0;
  }
}
.fix-button .btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .fix-button .btn {
    gap: 10px;
  }
}
.fix-button .c-btn01 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fix-button .c-btn01 {
    min-width: 120px;
  }
}
.fix-button .c-btn01 .arrow {
  right: 15px;
}
.fix-button.is-show {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
  width: 100%;
  max-width: 380px;
  height: 64px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  background: #222222;
  border: 2px solid #222222;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    font-size: 16px;
    max-width: 315px;
    height: 53px;
    border-radius: 2.5px;
  }
}
.c-btn01 span {
  position: absolute;
  width: 57px;
  height: 100%;
  top: -10px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .c-btn01 span {
    width: 48px;
    left: 8px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn01:hover {
    background: #fff;
    color: #222422;
  }
}
.c-btn02 {
  width: 100%;
  max-width: 300px;
  height: 57px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  background: #222222;
  border: 2px solid #222222;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn02 {
    font-size: 15px;
    max-width: 280px;
    height: 47px;
    border-radius: 2.5px;
  }
}
.c-btn02 i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
}
.c-btn02 i::before, .c-btn02 i::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn02 i::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 769px) {
  .c-btn02:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title01 {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 40px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .c-title01 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.c-title01 .sub {
  width: 100%;
  display: inline-block;
  height: auto;
  color: #d4eff7;
  line-height: 1;
  font-size: 120px;
  font-family: "Damion", cursive;
}
@media screen and (max-width: 768px) {
  .c-title01 .sub {
    font-size: 80px;
  }
}

/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
  List
------------------------------------------------------------*/
/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
/*------------------------------------------------------------
   Others
------------------------------------------------------------*/
.c-mainvisual01 {
  width: 100%;
  height: auto;
  position: relative;
}
.c-mainvisual01 .btn {
  width: 100%;
  max-width: 360px;
  height: 64px;
  position: absolute;
  top: 80%;
  left: 8.5%;
}
@media screen and (max-width: 768px) {
  .c-mainvisual01 .btn {
    width: 100%;
    max-width: 100%;
    height: 53px;
    top: 85.5%;
    left: 0;
    text-align: center;
  }
  .c-mainvisual01 .btn a {
    margin: 0 auto;
  }
}

.index-sec1 {
  width: 100%;
  height: auto;
  background: url(../images/sec1-bg1.jpg) no-repeat center;
  background-size: cover;
  padding: 95px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec1 {
    padding: 30px 20px;
  }
  .index-sec1 img {
    width: 324px;
    height: auto;
  }
}
.index-sec1 .btn {
  width: 100%;
  height: auto;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec1 .btn {
    margin-top: 20px;
  }
}
.index-sec1 .btn a {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .index-sec1 .btn a {
    font-size: 14px;
    max-width: 257px;
    height: 44px;
    border-radius: 2.5px;
  }
}
@media screen and (min-width: 769px) {
  .index-sec1 .btn a:hover {
    opacity: 0.7;
  }
}
.index-sec2 {
  width: 100%;
  height: auto;
  padding: 100px 0 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 {
    padding: 50px 0px 30px;
  }
}
.index-sec2 .c-title01 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .c-title01 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.index-sec2 .c-title01 small {
  width: 100%;
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 700;
  font-size: 53px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .c-title01 small {
    font-size: 32px;
  }
}
.index-sec2 .c-title01 small span {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 700;
  font-size: 74px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .c-title01 small span {
    font-size: 44px;
  }
}
.index-sec2 .block {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block {
    margin-top: 40px;
  }
}
.index-sec2 .block .card1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .card1 {
    margin-bottom: 50px;
  }
}
.index-sec2 .block .card1 > * {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .card1 > * {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .card1 .img {
    padding-right: 35px;
  }
}
.index-sec2 .block .card1 .img img {
  width: 100%;
  height: auto;
}
.index-sec2 .block .card1 .content {
  text-align: center;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .card1 .content {
    padding: 0px 30px;
    text-align: left;
  }
}
.index-sec2 .block .card1 .content h3 {
  color: #8fdded;
  line-height: 1;
  font-size: 64px;
  font-family: "Damion", cursive;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .card1 .content h3 {
    font-size: 32px;
    padding-top: 15px;
  }
}
.index-sec2 .block .card1 .content h4 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 36px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .card1 .content h4 {
    font-size: 24px;
    padding-top: 12px;
  }
}
.index-sec2 .block .card1 .content p {
  font-size: 18px;
  padding-top: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .card1 .content p {
    font-size: 15px;
    padding-top: 15px;
  }
}
.index-sec2 .block .card1 .content .c-btn02 {
  margin: 0 auto;
  margin-top: 30px;
}
.index-sec2 .block .card1 .c-modal01 {
  order: 3;
}
.index-sec2 .block .card1:nth-child(2n+0) .img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .card1:nth-child(2n+0) .img {
    order: 1;
    padding-right: 0;
    padding-left: 35px;
  }
}
.index-sec2 .block .card1:nth-child(2n+0) .content {
  order: 1;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .card1:nth-child(2n+0) .content {
    order: 2;
  }
}
.index-sec3 {
  width: 100%;
  height: auto;
  background: #ccfadd;
  padding: 40px 0px 100px;
}
@media screen and (max-width: 768px) {
  .index-sec3 {
    padding: 35px 0px 80px;
  }
}
.index-sec3 .c-title01 {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .index-sec3 .c-title01 {
    line-height: 1.3;
  }
  .index-sec3 .c-title01 .sub {
    padding-bottom: 10px;
  }
}
.index-sec3 .c-title01 span {
  color: #9ae9b7;
}
.index-sec3 .block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block {
    margin-top: 30px;
    padding: 0px 10px;
  }
}
.index-sec3 .block .item {
  width: 100%;
  max-width: 220px;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item {
    width: calc(50% - 15px);
  }
}
.index-sec3 .block .item h3 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1.4;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item h3 {
    font-size: 17px;
  }
}
.index-sec3 .block .item p {
  font-size: 16px;
  font-weight: 700;
  padding-top: 5px;
  line-height: 1;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .index-sec3 .block .item p {
    font-size: 12px;
    padding-top: 2px;
  }
}
.index-sec4 {
  width: 100%;
  height: auto;
  background: #eacde5;
  padding: 40px 0px 100px;
}
@media screen and (max-width: 768px) {
  .index-sec4 {
    padding: 35px 0px 80px;
  }
}
.index-sec4 .c-title01 span {
  color: #ffffff;
}
.index-sec4 .block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block {
    gap: 30px;
    padding: 0px 10px;
    margin-top: 50px;
  }
}
.index-sec4 .block .item {
  width: 100%;
  max-width: 290px;
  min-height: 357px;
  background: #ffffff;
  border-radius: 20px;
  height: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item {
    border-radius: 10px;
    min-height: 140px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index-sec4 .block .item > * {
    width: 50%;
    max-width: 150px;
  }
}
.index-sec4 .block .item::after {
  width: 25px;
  height: 100%;
  position: absolute;
  right: -38px;
  top: 0;
  background: url(../images/sec4-ic4.png) no-repeat center;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item::after {
    right: auto;
    width: 15px;
    transform: rotate(90deg);
    top: 86px;
  }
}
.index-sec4 .block .item .number {
  width: 100%;
  height: auto;
  position: absolute;
  top: -22px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item .number {
    left: 20px;
    text-align: left;
    width: 45px;
    top: -14px;
  }
}
.index-sec4 .block .item .number img {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item .number img {
    height: 28px;
  }
}
.index-sec4 .block .item .img {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item .img {
    width: 50%;
    margin: 0;
  }
}
.index-sec4 .block .item .img img {
  width: auto;
  height: 117px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item .img img {
    width: auto;
    height: 72px;
  }
}
.index-sec4 .block .item p {
  font-size: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block .item p {
    font-size: 16px;
    padding-top: 0;
  }
}
.index-sec4 .block .item:last-child::after {
  display: none;
}
.index-sec4 .block2 {
  text-align: center;
  width: 100%;
  max-width: 970px;
  height: auto;
  background: #f2e1ef;
  border-radius: 20px;
  margin: 0 auto;
  padding: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block2 {
    margin-top: 30px;
    border-radius: 10px;
    padding: 30px 15px;
  }
}
.index-sec4 .block2 h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block2 h3 {
    font-size: 20px;
  }
}
.index-sec4 .block2 h3 span {
  font-size: 28px;
  font-weight: 700;
  color: #f58355;
  background: #ffffff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  padding: 2px 5px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block2 h3 span {
    font-size: 22px;
  }
}
.index-sec4 .block2 .btn {
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block2 .btn {
    flex-wrap: wrap;
  }
}
.index-sec5 {
  width: 100%;
  height: auto;
  background: #ffbca1;
  padding: 40px 0px 100px;
}
@media screen and (max-width: 768px) {
  .index-sec5 {
    padding: 35px 0px 80px;
  }
}
.index-sec5 .c-title01 span {
  color: #ffffff;
}
.index-sec5 .block {
  width: 100%;
  height: auto;
  padding-top: 25px;
}
.index-sec5 .block .card1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.index-sec5 .block .card1 .txt {
  width: auto;
  height: auto;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card1 .txt {
    padding: 25px 20px;
  }
}
.index-sec5 .block .card1 .txt::before {
  content: "“";
  font-size: 124px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  position: absolute;
  line-height: 1;
  top: -20px;
  left: 8px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card1 .txt::before {
    font-size: 58px;
    top: -9px;
  }
}
.index-sec5 .block .card1 .txt::after {
  content: "”";
  font-size: 124px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  position: absolute;
  line-height: 1;
  bottom: -104px;
  right: 8px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card1 .txt::after {
    font-size: 58px;
    bottom: -48px;
  }
}
.index-sec5 .block .card1 .txt p {
  font-size: 24px;
  font-weight: 700;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card1 .txt p {
    font-size: 14px;
  }
}
.index-sec5 .block .card1 .txt p span {
  font-size: 24px;
  font-weight: 700;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  color: #f58355;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card1 .txt p span {
    font-size: 14px;
  }
}
.index-sec5 .block .card1 .img {
  width: 100%;
  max-width: 236px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card1 .img {
    max-width: 106px;
  }
}
.index-sec5 .block .card1:nth-child(2n+0) .img {
  order: 1;
  margin-right: -45px;
  position: relative;
  z-index: 1;
  max-width: 262px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .block .card1:nth-child(2n+0) .img {
    max-width: 104px;
    margin-right: -15px;
  }
}
.index-sec5 .block .card1:nth-child(2n+0) .txt {
  order: 2;
}
.index-sec6 {
  width: 100%;
  height: auto;
  padding: 60px 0px 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec6 {
    padding: 45px 0px 80px;
  }
}
.index-sec6 .txt1 {
  font-size: 18px;
  line-height: 2.05;
  width: auto;
  display: inline-block;
  text-align: left;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .txt1 {
    font-size: 13px;
  }
}
.index-sec6 .block {
  text-align: left;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block {
    gap: 20px;
    margin-top: 30px;
  }
}
.index-sec6 .block .item1 {
  width: calc(50% - 25px);
  border: 1px solid #8fdded;
  border-radius: 10px;
  height: auto;
  display: flex;
  background: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 {
    width: calc(50% - 10px);
    flex-wrap: wrap;
    border-radius: 5px;
  }
}
.index-sec6 .block .item1::before {
  background: #8fdded;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: "";
  position: absolute;
  z-index: -1;
  left: 4px;
  top: 4px;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1::before {
    border-radius: 5px;
    left: 3px;
    top: 3px;
  }
}
@media screen and (min-width: 769px) {
  .index-sec6 .block .item1:hover .content, .index-sec6 .block .item1:hover .img {
    opacity: 0.7;
  }
  .index-sec6 .block .item1:hover::before {
    opacity: 0.7;
  }
}
.index-sec6 .block .item1 .img {
  max-width: 198px;
  height: auto;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .img {
    max-width: 100%;
    border-radius: 0;
  }
}
.index-sec6 .block .item1 .img img {
  width: 100%;
  height: auto;
}
.index-sec6 .block .item1 .content {
  width: calc(100% - 198px);
  position: relative;
  display: flex;
  align-items: center;
  transition: ease-in-out 0.3s;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content {
    width: 100%;
    padding-left: 10px;
    align-items: baseline;
    min-height: 94px;
  }
}
.index-sec6 .block .item1 .content > span {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content > span {
    font-size: 10px;
    bottom: 7px;
    left: 10px;
    right: auto;
    top: auto;
  }
}
.index-sec6 .block .item1 .content h3 {
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content h3 {
    font-size: 14.5px;
    padding-top: 15px;
  }
}
.index-sec6 .block .item1 .content h3 span {
  width: 100%;
  height: auto;
  display: block;
  font-size: 18px;
  color: #8fdded;
  font-family: "Damion", cursive;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content h3 span {
    font-size: 12px;
  }
}
.index-sec6 .block .item1 .content i {
  width: 88px;
  height: 88px;
  display: block;
  position: absolute;
  background: url(../images/sec6-ic1.png) no-repeat center;
  background-size: 88px auto;
  right: 0px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content i {
    width: 45px;
    height: 45px;
  }
}
.index-sec6 .block .item1 .content i::before, .index-sec6 .block .item1 .content i::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  right: 10px;
  top: 60px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content i::before, .index-sec6 .block .item1 .content i::after {
    top: 30px;
    right: 5px;
  }
}
.index-sec6 .block .item1 .content i::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
  top: 61px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content i::after {
    top: 31px;
  }
}
.index-sec6 .btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.c-modal01 {
  display: none;
}
.c-modal01.active {
  display: block;
  z-index: 99999;
}
.c-modal01[aria-hidden=false] .c-modal01__wap {
  animation: mmfadeIn 0.3s;
}
.c-modal01[aria-hidden=false] .c-modal01__content {
  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__content {
  animation: mmslideOut 0.3s;
}
.c-modal01__wap {
  align-items: center;
  background: rgba(255, 255, 255, 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: 9;
  cursor: pointer;
}
.c-modal01__content {
  background: #eaf5f9;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0);
  max-height: calc(100vh - 150px);
  border: 2px solid #8fdded;
  border-radius: 28px;
  overflow-y: auto;
  position: relative;
  width: calc(100% - 40px);
  max-width: 900px;
  z-index: 999999;
  padding: 90px 65px;
}
@media screen and (max-width: 768px) {
  .c-modal01__content {
    padding: 30px 25px;
    border-radius: 14px;
  }
}
.c-modal01__content .c-close {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 30px;
  height: 30px;
  font-size: 35px;
  font-weight: 400;
  z-index: 99;
  line-height: 1;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-modal01__content .c-close {
    top: 5px;
    right: 0px;
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .c-modal01__content .c-close:hover {
    opacity: 0.5;
  }
}
.c-modal01__content .item {
  position: relative;
}
.c-modal01__content .item .box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal01__content .item .box {
    padding-top: 10px;
  }
}
.c-modal01__content .item h4 {
  color: #8fdded;
  line-height: 1;
  font-size: 90px;
  font-family: "Damion", cursive;
  writing-mode: vertical-rl;
  position: absolute;
  left: -72px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-modal01__content .item h4 {
    font-size: 52px;
    left: -33px;
  }
}
.c-modal01__content .item h5 {
  color: #222222;
  line-height: 1.4;
  font-size: 32px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 700;
  writing-mode: vertical-rl;
  position: absolute;
  right: 30px;
  top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-modal01__content .item h5 {
    font-size: 18px;
    position: relative;
    writing-mode: unset;
    right: 0;
    width: 100%;
    height: auto;
    padding-top: 25px;
  }
}
.c-modal01__content .item .img {
  width: 440px;
  margin-left: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal01__content .item .img {
    width: calc(100% - 25px);
    margin-left: 25px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.c-modal01__content .item p {
  padding-top: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .c-modal01__content .item p {
    font-size: 12px;
    padding-top: 10px;
  }
}
.c-modal01.ver2 .c-modal01__content {
  background: unset;
  padding: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .c-modal01__content .c-close {
    top: 14px;
    right: 8px;
  }
}
.c-modal01.ver2 .item2 {
  width: calc(100% - 8px);
  height: auto;
  border: 3px solid #8fdded;
  border-radius: 30px;
  margin: 4px;
  padding: 50px;
  background: #fff;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 {
    border: 2px solid #8fdded;
    padding: 30px 20px;
    border-radius: 15px;
  }
}
.c-modal01.ver2 .item2::before {
  background: #8fdded;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  content: "";
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2::before {
    border-radius: 15px;
    left: 4px;
    top: 4px;
  }
}
.c-modal01.ver2 .item2 h4 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 h4 {
    text-align: left;
    font-size: 22px;
  }
}
.c-modal01.ver2 .item2 .box {
  width: 100%;
  height: auto;
  margin-top: 35px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .box {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.c-modal01.ver2 .item2 .box .img {
  width: 289px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .box .img {
    width: 100%;
  }
  .c-modal01.ver2 .item2 .box .img > img {
    width: 134px;
    height: auto;
  }
}
.c-modal01.ver2 .item2 .box .img .icon {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .box .img .icon {
    gap: 6px;
    margin-top: 6px;
  }
}
.c-modal01.ver2 .item2 .box .img .icon .item3 {
  width: 63px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .box .img .icon .item3 {
    width: 42px;
  }
}
.c-modal01.ver2 .item2 .box .table1 {
  width: calc(100% - 289px);
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .box .table1 {
    width: 100%;
    padding-left: 0;
    padding-top: 6px;
  }
}
.c-modal01.ver2 .item2 .box .table1 .table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}
.c-modal01.ver2 .item2 .box .table1 .table th, .c-modal01.ver2 .item2 .box .table1 .table td {
  border-top: 1px solid #c3c3c3;
  text-align: left;
  vertical-align: top;
  padding: 18px 0px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .box .table1 .table th, .c-modal01.ver2 .item2 .box .table1 .table td {
    padding: 10px 0px;
  }
}
.c-modal01.ver2 .item2 .box .table1 .table th {
  font-size: 15px;
  font-weight: 700;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .box .table1 .table th {
    font-size: 12px;
    width: 65px;
  }
}
.c-modal01.ver2 .item2 .box .table1 .table td p {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .box .table1 .table td p {
    font-size: 12px;
  }
}
.c-modal01.ver2 .item2 .box .table1 .table td .map {
  width: 105px;
  height: 32px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .box .table1 .table td .map {
    width: 80px;
    height: 24px;
    font-size: 13px;
  }
}
.c-modal01.ver2 .item2 h5 {
  background: #5fcfe6;
  width: 100%;
  height: 52px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  color: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 h5 {
    border-radius: 2.5px;
    height: 36px;
    font-size: 16px;
    padding: 0px 10px;
    margin-top: 25px;
  }
}
.c-modal01.ver2 .item2 h6 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 h6 {
    font-size: 14px;
    margin-top: 20px;
    padding-left: 11px;
  }
}
.c-modal01.ver2 .item2 h6::before {
  width: 5px;
  height: 20px;
  border-radius: 3px;
  background: #5fcfe6;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 h6::before {
    width: 4px;
    height: 14px;
  }
}
.c-modal01.ver2 .item2 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 p {
    font-size: 11px;
  }
}
.c-modal01.ver2 .item2 .btn {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .btn {
    margin-top: 25px;
  }
}
.c-modal01.ver2 .item2 .btn a {
  width: 100%;
  max-width: 420px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #222222;
  border-radius: 5px;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-modal01.ver2 .item2 .btn a {
    font-size: 14px;
    max-width: 257px;
    height: 44px;
    border-radius: 2.5px;
  }
}
@media screen and (min-width: 769px) {
  .c-modal01.ver2 .item2 .btn a:hover {
    opacity: 0.7;
  }
}

/* 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%);
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 99999999;
}

@media (max-width: 640px) {
  .modal-container {
    padding: 0;
  }
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.-active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 900px;
}

@media (max-width: 640px) {
  .modal-body {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .modal-content {
    padding: 0;
    width: 100%;
    border-radius: 3px;
    height: 75vh;
  }
}
.js-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 44px;
  height: 44px;
  font-size: 2.5rem;
  z-index: 999999999;
  color: #fff;
  cursor: pointer;
  background: url(../images/card/close.png) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .js-modal-close {
    right: -15px;
  }
}/*# sourceMappingURL=style.css.map */