@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-cjk-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;
}

/*------------------------------------------------------------
	Layout font-family: "Zen Kaku Gothic New", sans-serif;
------------------------------------------------------------*/
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  color: #222c33;
  line-height: 1.4;
  letter-spacing: 0.25px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

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

@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;
  text-align: center;
  width: 100%;
  height: 70px;
  top: 35px;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .c-header {
    top: 15px;
  }
  .c-header img {
    width: 72px;
    height: auto;
  }
}

/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  height: auto;
  text-align: center;
}
.c-footer .block {
  width: 100%;
  height: auto;
  background: #435665;
  padding: 45px 20px 35px;
}
@media screen and (max-width: 768px) {
  .c-footer .block {
    padding: 30px 20px 20px;
  }
}
.c-footer .block ul {
  width: auto;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .c-footer .block ul {
    justify-content: center;
    gap: 15px;
  }
}
.c-footer .block ul li a {
  color: #fff;
  font-weight: 200;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .c-footer .block ul li a {
    font-size: 13px;
  }
}
.c-footer .block ul li a span {
  width: 100%;
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .c-footer .block ul li a span {
    font-size: 10px;
  }
}
.c-footer .copyright {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222c33;
  font-weight: 200;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .c-footer .copyright {
    font-size: 10px;
    height: 60px;
  }
}

/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 35px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, rgba(239, 95, 148, 0.99608) 0%, rgb(254, 135, 126) 100%);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    max-width: 320px;
    height: 58px;
    font-size: 18px;
  }
}
.c-btn01 span {
  width: 22px;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 25px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-btn01 span {
    width: 20px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
  List
------------------------------------------------------------*/
/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
/*------------------------------------------------------------
   Others
------------------------------------------------------------*/
.c-mainvisual01 {
  width: 100%;
  height: auto;
  position: relative;
}
.c-mainvisual01 .img {
  width: 100%;
  height: 100%;
}
.c-mainvisual01 .img img {
  width: 100%;
  height: auto;
}
.c-mainvisual01 h2 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-mainvisual01 h2 img {
    width: 255px;
  }
}

.index-sec1 {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 112px;
  padding-bottom: 190px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec1 {
    padding-top: 35px;
    padding-bottom: 100px;
  }
  .index-sec1 h2 img {
    width: 335px;
    height: auto;
  }
}
.index-sec1 .btn {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .btn {
    margin-top: 30px;
    gap: 10px;
  }
}
.index-sec1 .btn a {
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 769px) {
  .index-sec1 .btn a:hover {
    opacity: 0.7;
  }
}
.index-sec1 .txt1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../images/sec1-ttl.png) repeat-x top center/auto 60px;
  animation: bgroop_mv_char01 1200s linear infinite;
}
@media screen and (max-width: 768px) {
  .index-sec1 .txt1 {
    background: url(../images/sec1-ttl.png) repeat-x top center/auto 31px;
    animation: bgroop_mv_char01 2000s linear infinite;
    height: 31px;
  }
}
.index-sec2 {
  width: 100%;
  height: auto;
  min-height: 800px;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec2 {
    padding-top: 70px;
    min-height: 100px;
  }
}
.index-sec2 .l-content {
  position: relative;
  z-index: 99;
}
.index-sec2 h2 {
  text-align: center;
}
.index-sec2 h2 span {
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec2 h2 span {
    font-size: 16px;
  }
}
.index-sec2 h2 span small {
  font-size: 22px;
  font-weight: 400;
  color: #389ada;
}
@media screen and (max-width: 768px) {
  .index-sec2 h2 span small {
    font-size: 16px;
  }
}
.index-sec2 .block {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  background: #fff;
  margin: 0 auto;
  margin-top: 70px;
  box-shadow: 0px 0px 10px rgba(76, 95, 102, 0.35);
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block {
    margin-top: 35px;
    box-shadow: unset;
    padding: 0px;
    position: relative;
  }
}
.index-sec2 .block h3 {
  width: auto;
  display: inline-block;
  background: #6484b4;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  padding: 5px 25px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block h3 {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.index-sec2 .block h3::after {
  content: "";
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  top: 30px;
  background: url(../images/sec2-ic3.png) no-repeat center bottom;
  background-size: 23px auto;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block h3::after {
    top: 27px;
  }
}
.index-sec2 .block ol {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block ol {
    padding: 0 20px;
  }
}
.index-sec2 .block ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block ol li {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
  }
}
.index-sec2 .block ol li:last-child {
  margin-bottom: 0;
}
.index-sec2 .block ol li span {
  width: 45px;
  margin-right: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block ol li span {
    width: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.index-sec2 .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  left: 0;
  padding-top: 100px;
}
@media screen and (max-width: 1180px) {
  .index-sec2 .img {
    height: 600px;
  }
  .index-sec2 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .index-sec2 .img {
    position: relative;
    padding-top: 40px;
    height: auto;
  }
  .index-sec2 .img img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.index-sec3 {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .index-sec3 {
    padding: 45px 0px 50px;
  }
}
.index-sec3 .l-content {
  max-width: 850px;
}
.index-sec3 .l-content a {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 769px) {
  .index-sec3 .l-content a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .index-sec3 .l-content a {
    margin-bottom: 15px;
  }
  .index-sec3 .l-content a img {
    width: 340px;
    height: auto;
  }
}
.index-sec4 {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec4 .ttl img {
    width: 100%;
    height: auto;
  }
}
.index-sec4 .btn {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding-top: 15px;
  position: relative;
  background: url(../images/sec4-bg1.png) no-repeat top;
  background-size: 100% auto;
  margin-top: 30px;
  padding-bottom: 35px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .index-sec4 .btn {
    background: url(../images/sec4-bg1-sp.png) no-repeat bottom;
    background-size: 100% auto;
    margin-top: 15px;
    padding-bottom: 60px;
  }
}
.index-sec4 .btn p {
  font-size: 17px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .btn p {
    font-size: 16px;
  }
}
.index-sec4 .btn p span {
  font-size: 17px;
  font-weight: 700;
  color: #da5880;
}
@media screen and (max-width: 768px) {
  .index-sec4 .btn p span {
    font-size: 16px;
  }
}
.index-sec4 .btn .c-btn01 {
  box-shadow: 11px 0px 32px rgba(222, 117, 143, 0.43);
}
.index-sec4 .btn::after {
  content: "";
  background: #fdeff2;
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .index-sec4 .btn::after {
    height: 50%;
  }
}
@media screen and (max-width: 768px) {
  .index-sec4 .btn::after {
    height: 20px;
  }
}
.index-sec4 .bg2 {
  width: 100%;
  height: auto;
  background: #fdeff2;
  padding: 0px 20px 100px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 {
    padding: 20px 13px 60px;
  }
}
.index-sec4 .bg2 .l-content {
  background: #fff;
  max-width: 1080px;
  padding: 100px 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content {
    padding: 45px 25px;
  }
}
.index-sec4 .bg2 .l-content .block {
  width: 100%;
  height: auto;
  max-width: 740px;
  margin: 0 auto;
}
.index-sec4 .bg2 .l-content .block .ttl1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .ttl1 img {
    width: auto;
    height: 77px;
  }
}
.index-sec4 .bg2 .l-content .block .point {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .point {
    margin-top: 35px;
    gap: 35px;
  }
  .index-sec4 .bg2 .l-content .block .point .content {
    order: 2;
  }
}
.index-sec4 .bg2 .l-content .block .point > * {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .point > * {
    width: 100%;
    height: auto;
  }
}
.index-sec4 .bg2 .l-content .block .point h3 {
  font-size: 26px;
  font-weight: 500;
  padding: 25px 0px 25px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .point h3 {
    font-size: 24px;
    padding: 20px 0px;
  }
}
.index-sec4 .bg2 .l-content .block .point p {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .point p {
    font-size: 14px;
  }
}
.index-sec4 .bg2 .l-content .block .point.v2 .content {
  order: 2;
}
.index-sec4 .bg2 .l-content .block .ttl2 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  padding-top: 125px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .ttl2 {
    font-size: 24px;
    padding-top: 90px;
  }
}
.index-sec4 .bg2 .l-content .block .card {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .card {
    flex-wrap: wrap;
  }
}
.index-sec4 .bg2 .l-content .block .card .img1 {
  width: 210px;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .card .img1 {
    width: 100%;
    justify-content: center;
  }
}
.index-sec4 .bg2 .l-content .block .card .img1 img {
  width: auto;
  height: 210px;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .card .img1 img {
    height: 150px;
  }
}
.index-sec4 .bg2 .l-content .block .card .content {
  width: calc(100% - 210px);
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .card .content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.index-sec4 .bg2 .l-content .block .card .content span {
  color: #616466;
  font-size: 16px;
  font-weight: 200;
  background: #f9ebef;
  border-radius: 20px;
  padding: 2px 15px 3px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .card .content span {
    font-size: 14px;
  }
}
.index-sec4 .bg2 .l-content .block .card .content h3 {
  color: #da5880;
  font-size: 24px;
  padding: 10px 0px 15px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .card .content h3 {
    font-size: 22px;
    padding: 10px 0px;
  }
}
.index-sec4 .bg2 .l-content .block .card .content p {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .card .content p {
    font-size: 14px;
  }
}
.index-sec4 .bg2 .l-content .block .card .content small {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 200;
  padding-top: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .card .content small {
    font-size: 11px;
  }
}
.index-sec4 .bg2 .l-content .block .img2 {
  width: 100%;
  height: auto;
  display: flex;
  gap: 40px;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .img2 {
    padding: 0;
    padding-top: 30px;
    justify-content: center;
  }
}
.index-sec4 .bg2 .l-content .block .img2 img {
  width: calc(50% - 20px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .img2 img {
    width: 302px;
    height: auto;
  }
}
.index-sec4 .bg2 .l-content .block .table {
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
  height: auto;
  text-align: left;
  border-collapse: collapse;
  border-top: 1px solid #e7e7e7;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .bg2 .l-content .block .table {
    max-width: 100%;
  }
}
.index-sec4 .bg2 .l-content .block .table th, .index-sec4 .bg2 .l-content .block .table td {
  padding: 13px 15px;
  border-bottom: 1px solid #e7e7e7;
}
.index-sec4 .bg2 .l-content .block .table th {
  font-size: 13px;
  font-weight: 500;
  min-width: 120px;
}
.index-sec4 .bg2 .l-content .block .table td {
  font-size: 13px;
  font-weight: 400;
  word-break: break-all;
  line-height: 1.2;
}
.index-sec5 {
  width: 100%;
  height: auto;
  background: url(../images/sec5-bg1.png) repeat-y;
  background-size: 100% auto;
  padding: 40px 0;
}
.index-sec5 .l-content {
  max-width: 850px;
}
.index-sec5 h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .index-sec5 h2 {
    font-size: 26px;
  }
}
.index-sec5 .table {
  margin-top: -40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .table {
    text-align: center;
    margin-top: 15px;
  }
  .index-sec5 .table img {
    width: 318px;
    height: auto;
  }
}
.index-sec5 p {
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .index-sec5 p {
    padding: 0px 20px;
  }
}
.index-sec6 {
  width: 100%;
  height: auto;
  background: #f3f3f3;
  padding: 80px 0px 70px;
}
@media screen and (max-width: 768px) {
  .index-sec6 {
    padding: 55px 0px 35px;
  }
}
.index-sec6 h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec6 h2 img {
    width: auto;
    height: 31px;
  }
}
.index-sec6 .block {
  width: 100%;
  height: auto;
}
.index-sec6 .card {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec6 .card {
    margin-top: 30px;
  }
}
.index-sec6 .card .img {
  position: relative;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .card .img {
    left: 0;
  }
  .index-sec6 .card .img img {
    width: 317px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .index-sec6 .card .content {
    padding: 0 20px;
    padding-top: 15px;
  }
}
.index-sec6 .card .content h3 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .card .content h3 img {
    width: auto;
    height: 64px;
  }
}
.index-sec6 .card .content .ttt2 {
  font-size: 16px;
  font-weight: 400;
  padding-top: 15px;
}
.index-sec6 .card .content .ttl3 {
  font-size: 15px;
  font-weight: 400;
  padding-top: 20px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .card .content .ttl3 {
    font-size: 13px;
    padding-top: 30px;
  }
}
.index-sec6 .card .content .txt1 {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .card .content .txt1 img {
    width: auto;
    height: 75px;
  }
}
.index-sec6 .card .content .txt2 {
  padding-top: 15px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .index-sec6 .card .content .txt2 {
    font-size: 11px;
  }
}
.index-sec6 .card2 {
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .card2 img {
    width: 340px;
    height: auto;
  }
}
.index-sec6 .c-box1 {
  text-align: center;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  height: auto;
  padding-top: 35px;
}
.index-sec6 .c-box1 .js-accordionTriggers {
  cursor: pointer;
  border: 1px solid #839bc1;
  font-size: 18px;
  font-weight: 400;
  color: #6584b4;
  display: inline-block;
  background: #fff;
  padding: 1px 15px 2px;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 769px) {
  .index-sec6 .c-box1 .js-accordionTriggers:hover {
    opacity: 0.7;
  }
}
.index-sec6 .c-box1__block {
  width: 100%;
  height: auto;
}
.index-sec6 .c-box1__block .ttl1 {
  position: relative;
  margin-top: 35px;
  z-index: 1;
}
.index-sec6 .c-box1__block .ttl1::after {
  width: 100%;
  height: 1px;
  background: #101c2e;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.index-sec6 .c-box1__block .ttl1 h3 {
  font-size: 26px;
  font-weight: 400;
  background: #f3f3f3;
  display: inline-block;
  padding: 5px 25px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .c-box1__block .ttl1 h3 {
    font-size: 24px;
  }
}
.index-sec6 .c-box1__block .c-item1 {
  background: #fff;
  width: 100%;
  height: auto;
  margin-top: 25px;
  padding: 35px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .c-box1__block .c-item1 {
    margin-bottom: 20px;
  }
}
.index-sec6 .c-box1__block .c-item1 .ttl2 {
  font-size: 18px;
  font-weight: 400;
}
.index-sec6 .c-box1__block .c-item1 .ttl2 span {
  color: #da5880;
  font-size: 18px;
  font-weight: 400;
}
.index-sec6 .c-box1__block .c-item1 .ttl3 {
  padding: 15px 0px 10px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .c-box1__block .c-item1 .ttl3 img {
    width: auto;
    height: 90px;
  }
}
.index-sec6 .c-box1__block .c-item1 .txt1 {
  text-align: center;
  font-size: 12px;
  font-weight: 200;
}
.index-sec6 .c-box1__block .block2 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .c-box1__block .block2 {
    gap: 20px;
  }
}
.index-sec6 .c-box1__block .block2 .c-item2 {
  width: calc(50% - 5px);
  height: auto;
  background: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  .index-sec6 .c-box1__block .block2 .c-item2 {
    width: 100%;
  }
}
.index-sec6 .c-box1__block .block2 .c-item2 h4 {
  background: #435665;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 15px 10px;
}
.index-sec6 .c-box1__block .block2 .c-item2 p {
  padding: 25px 15px 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6;
}
.index-sec6 .c-box1__block .block2 .c-item2 span {
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding-bottom: 15px;
}
.index-sec6 .c-box1__block .block2 .c-item2 .img {
  padding: 0px 25px 35px;
}
.index-sec6 .c-box1__block .block2 .c-item2 .img img {
  width: 277px;
  height: auto;
}
.index-sec6 .c-box1__block .block3 {
  text-align: left;
  padding-top: 20px;
}
.index-sec6 .c-box1__block .block3 p {
  font-size: 12px;
  font-weight: 200;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .index-sec6 .c-box1__block .block3 p {
    font-size: 11px;
  }
}
.index-sec6 .c-box1__block .block3 p b {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec6 .c-box1__block .block3 p b {
    font-size: 11px;
  }
}
.index-sec6 .c-box1__block .block3 p a {
  color: #417df1;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
  text-underline-offset: 2px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .c-box1__block .block3 p a {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .index-sec6 .c-box1__block .block3 p a:hover {
    opacity: 0.7;
  }
}
.index-sec8 .btn {
  background: url(../images/sec8-bg1.png) no-repeat top;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .index-sec8 .btn {
    background: url(../images/sec8-bg1-sp.png) no-repeat bottom;
    background-size: 100% auto;
  }
}
.index-sec8 .btn p span {
  color: #389ada;
}
.index-sec8 .btn .c-btn01 {
  background-image: linear-gradient(90deg, rgb(0, 122, 199) 0%, rgb(0, 182, 225) 100%);
  box-shadow: 11px 0px 32px rgba(56, 153, 218, 0.43);
}
.index-sec8 .btn::after {
  background: #e2f6fc;
}
.index-sec8 .bg2 {
  width: 100%;
  height: auto;
  background: #e2f6fc;
  padding: 0px 20px 100px;
}
@media screen and (max-width: 768px) {
  .index-sec8 .bg2 {
    padding: 20px 13px 60px;
  }
}
.index-sec8 .bg2 .l-content .block.v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 945px;
}
.index-sec8 .bg2 .l-content .block.v2 .ttl2 {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}
.index-sec8 .bg2 .l-content .block.v2 .card1 {
  width: calc(25% - 15px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec8 .bg2 .l-content .block.v2 .card1 {
    width: calc(50% - 10px);
  }
}
.index-sec8 .bg2 .l-content .block.v2 .card1 img {
  width: 175px;
  height: auto;
}
.index-sec8 .bg2 .l-content .block.v2 .card1 h3 {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
}
.index-sec8 .bg2 .l-content .block.v2 .card1 p {
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec8 .bg2 .l-content .block.v2 .card1 p {
    text-align: left;
  }
}
.index-sec8 .bg2 .l-content .block.v3 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec8 .bg2 .l-content .block.v3 {
    gap: 40px;
  }
}
.index-sec8 .bg2 .l-content .block.v3 .ttl2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .index-sec8 .bg2 .l-content .block.v3 .ttl2 {
    padding-bottom: 0;
  }
}
.index-sec8 .bg2 .l-content .block.v3 .card2 {
  width: calc(50% - 25px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec8 .bg2 .l-content .block.v3 .card2 {
    width: 100%;
  }
}
.index-sec8 .bg2 .l-content .block.v3 .card2 .img3 {
  min-height: 315px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-sec8 .bg2 .l-content .block.v3 .card2 .img3 {
    min-height: 10px;
  }
}
.index-sec9 {
  width: 100%;
  height: auto;
  --bg1: url(../images/sec9-bg1.png) repeat-y;
  --color1: #0070b6;
  background: var(--bg1);
  background-size: 100% auto;
  padding: 50px 0 30px;
  text-align: center;
}
.index-sec9 .l-content {
  max-width: 738px;
}
.index-sec9 h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index-sec9 h2 {
    font-size: 28px;
    flex-wrap: wrap;
  }
}
.index-sec9 h2 span {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec9 h2 span {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.index-sec9 .txt {
  font-size: 20px;
  font-weight: 400;
  background: #fff;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0px 15px 1px;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .index-sec9 .txt {
    margin-bottom: 25px;
  }
}
.index-sec9 .txt span {
  font-size: 20px;
  font-weight: 400;
  color: var(--color1);
}
.index-sec9 .block {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.index-sec9 .block .card1 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .index-sec9 .block .card1 {
    width: 100%;
    height: auto;
  }
}
.index-sec9 .block .card1 .img {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec9 .block .card1 .img {
    padding-top: 0;
  }
}
.index-sec9 .block .card1 .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec9 .block .card1 .img img {
    width: 324px;
  }
}
.index-sec9 .block .card1 p {
  font-size: 11px;
  text-align: left;
  line-height: 1.5;
  color: #fff;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec9 .block .card1 p {
    font-size: 12px;
  }
}
.index-sec10 {
  --bg1: url(../images/sec10-bg1.png) repeat-y;
  --color1: #ed7103;
}
.index-sec10 .l-content {
  max-width: 750px;
}
.index-sec10 .card1.v2 {
  width: 100%;
  height: auto;
}
.index-sec10 .card1.v2 .img {
  padding-top: 15px;
}
.index-sec10 .card1.v2 p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card .img img {
    width: 274px;
    height: auto;
  }
  .index-sec11 .card .content .txt1 img {
    width: auto;
    height: 68px;
  }
}
.index-sec11 .card4 {
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4 {
    padding-top: 30px;
  }
}
.index-sec11 .card4 .js-accordionTriggers {
  width: 38px;
  height: 38px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4 .js-accordionTriggers {
    width: 50px;
    height: 50px;
  }
}
.index-sec11 .card4 .js-accordionTriggers i {
  width: 38px;
  height: 38px;
  background: #435765;
  border-radius: 50%;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4 .js-accordionTriggers i {
    width: 50px;
    height: 50px;
    top: calc(50% - 12px);
  }
}
.index-sec11 .card4 .js-accordionTriggers i::before, .index-sec11 .card4 .js-accordionTriggers i::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4 .js-accordionTriggers i::before, .index-sec11 .card4 .js-accordionTriggers i::after {
    width: 20px;
    height: 2px;
    right: 15px;
  }
}
.index-sec11 .card4 .js-accordionTriggers i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
.index-sec11 .card4 .js-accordionTriggers.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}
.index-sec11 .card4__block {
  width: 100%;
  height: auto;
}
.index-sec11 .card4__block .c-tab1 {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 5px 0px 30px rgba(48, 48, 48, 0.13);
  margin-top: 50px;
}
.index-sec11 .card4__block .c-tab1 .tab-menu {
  width: 100%;
  height: auto;
  display: flex;
}
.index-sec11 .card4__block .c-tab1 .tab-menu li {
  cursor: pointer;
  transition: ease-in-out 0.3s;
  background: #afb7c0;
  font-size: 20px;
  font-weight: 400;
  height: 64px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-menu li {
    font-size: 16px;
    height: 55px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-menu li span {
  position: absolute;
  background: #f7163b;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  left: 20px;
  top: -28px;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-menu li span {
    font-size: 13px;
    width: 47px;
    height: 47px;
    left: 15px;
    top: -34px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-menu li.active {
  background: #3599db;
}
@media screen and (min-width: 769px) {
  .index-sec11 .card4__block .c-tab1 .tab-menu li:hover {
    opacity: 0.7;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel {
  display: none;
  width: 100%;
  height: auto;
  padding: 25px 45px;
  --color1: #da5880;
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel {
    padding: 10px 20px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #afb7c0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item {
    flex-wrap: wrap;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item:last-child {
  border-bottom: 0px;
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item h4 {
  position: absolute;
  font-size: 20px;
  font-weight: 200;
  top: 16px;
  left: 224px;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item h4 {
    position: relative;
    width: calc(100% - 124px);
    left: auto;
    top: auto;
    padding-left: 25px;
    display: flex;
    align-items: center;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .img {
  padding: 0px 15px;
  width: 196px;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .img {
    width: 124px;
    padding: 0;
  }
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .img img {
    width: 124px;
    height: auto;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content {
  width: calc(100% - 196px);
  height: auto;
  text-align: left;
  padding-left: 30px;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content {
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table {
  padding-top: 10px;
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table th {
  vertical-align: top;
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table th > span {
  font-size: 12px;
  color: #fff;
  background: #97a4ad;
  width: 156px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table th > span {
    width: 136px;
    font-size: 10px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table th > span.v2 {
  color: #222c33;
  border: 1px solid #222c33;
  box-sizing: border-box;
  background: #fff;
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table th p {
  padding-top: 7px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table th p {
    font-size: 11px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table th p span {
  font-size: 24px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table th p span {
    font-size: 20px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table th p small {
  font-size: 9px;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table th p small {
    font-size: 7.5px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table td {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table td {
    padding-left: 10px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table td p {
  font-size: 56px;
  color: var(--color1);
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table td p {
    font-size: 48px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table td p span {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  color: var(--color1);
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table td p span {
    font-size: 22px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table td p span small {
  color: var(--color1);
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  left: -7px;
  top: -10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .index-sec11 .card4__block .c-tab1 .tab-content .tab-panel .item .content .table td p span small {
    font-size: 9px;
  }
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel.v2 {
  --color1: #222c33;
}
.index-sec11 .card4__block .c-tab1 .tab-content .tab-panel.v2 .item .content .table th p {
  font-size: 16px;
  text-align: center;
}
.index-sec12 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 100px 0px 70px;
}
@media screen and (max-width: 768px) {
  .index-sec12 {
    padding: 70px 0 50px;
  }
}
.index-sec12 p {
  font-size: 18px;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .index-sec12 p {
    font-size: 16px;
  }
}
.index-sec12 p span {
  font-size: 18px;
  font-weight: 700;
  color: #f57528;
  text-decoration: underline;
  text-decoration-color: #fff036;
  text-decoration-thickness: 7px;
  text-underline-offset: -4px;
}
@media screen and (max-width: 768px) {
  .index-sec12 p span {
    font-size: 16px;
  }
}
.index-sec12 h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec12 h2 {
    font-size: 28px;
    margin-top: 5px;
  }
}
.index-sec12 h2 span {
  font-size: 50px;
  color: #f57528;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec12 h2 span {
    font-size: 44px;
  }
}
.index-sec12 h2 span small {
  font-size: 27px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec12 h2 span small {
    font-size: 24px;
  }
}
.index-sec12 .btn {
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.index-sec12 .btn a {
  display: inline-block;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 769px) {
  .index-sec12 .btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .index-sec12 .btn a img {
    width: auto;
    height: 70px;
  }
}
.index-sec13 {
  width: 100%;
  height: auto;
  background: #bcdff6;
  padding: 110px 0px 95px;
}
@media screen and (max-width: 768px) {
  .index-sec13 {
    padding: 65px 0px 50px;
  }
}
.index-sec13 h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec13 h2 {
    font-size: 24px;
  }
}
.index-sec13 .c-faq {
  margin: 0 auto;
  margin-top: 60px;
  width: 100%;
  max-width: 780px;
}
.index-sec13 .c-faq__item {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 20px;
  padding: 0 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec13 .c-faq__item {
    border-radius: 10px;
    padding: 0 30px;
    margin-bottom: 12px;
  }
}
.index-sec13 .c-faq__q {
  font-size: 20px;
  font-weight: 700;
  padding: 18px 0;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec13 .c-faq__q {
    font-size: 15px;
    padding: 15px 0;
    padding-right: 10px;
  }
}
.index-sec13 .c-faq__q i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -2px;
  top: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .index-sec13 .c-faq__q i {
    width: 20px;
    right: -10px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
.index-sec13 .c-faq__q i::before, .index-sec13 .c-faq__q i::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #101c2e;
  border-radius: 2px;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-sec13 .c-faq__q i::before, .index-sec13 .c-faq__q i::after {
    right: 0px;
    width: 20px;
    height: 2px;
  }
}
.index-sec13 .c-faq__q i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
.index-sec13 .c-faq__q.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}
.index-sec13 .c-faq__content {
  border-top: 2px dotted #cfe8f9;
}
.index-sec13 .c-faq__content p {
  padding: 20px 0px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .index-sec13 .c-faq__content p {
    font-size: 14px;
  }
}
.index-sec14 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 80px 0px 125px;
}
@media screen and (max-width: 768px) {
  .index-sec14 {
    padding: 10px 0px 65px;
  }
  .index-sec14 .l-content {
    padding: 0px 15px;
  }
}
.index-sec14 h2 {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec14 h2 {
    font-size: 24px;
    width: auto;
    padding: 0px 15px;
    display: inline-block;
    background: #fff;
    position: relative;
    bottom: -50px;
  }
}
.index-sec14 .block {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .index-sec14 .block {
    border: 2px solid #6484b4;
    margin-top: 0;
    padding: 5px;
    padding-top: 70px;
    padding-bottom: 15px;
  }
}
.index-sec14 .block p {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #6484b4;
}
.index-sec14 .block a {
  color: #6484b4;
  width: auto;
  display: inline-block;
  transition: ease-in-out 0.3s;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .index-sec14 .block a img {
    width: auto;
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .index-sec14 .block a:hover {
    opacity: 0.7;
  }
}
.index-sec14 .block small {
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .index-sec14 .block small {
    font-size: 13px;
  }
}
.index-sec14 .block small span {
  color: #6484b4;
}
.index-sec15 {
  width: 100%;
  height: auto;
  background: #f3f3f3;
  padding: 70px 0px;
}
@media screen and (max-width: 768px) {
  .index-sec15 {
    padding: 45px 0px 60px;
  }
}
.index-sec15 .l-content {
  max-width: 780px;
}
.index-sec15 p {
  font-size: 11px;
  line-height: 1.8;
}
.index-sec15 p b {
  font-size: 14px;
  width: 100%;
  display: block;
}

@keyframes bgroop_mv_char01 {
  from {
    background-position: -95000px 0;
  }
  to {
    background-position: 0 0;
  }
}/*# sourceMappingURL=style.css.map */