@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
@media all and (min-width:897px) and (max-width:1400px) {
  html {
    font-size: calc(1000vw / 1400) 
  }
}
body,
table,
input,
textarea,
select,
option {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
chrome_annotation {
  border: none !important;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  width: 100%;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
a,
a:link {
  color: #111f37;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #111f37;
}
a:hover {
  color: #111f37;
}
a:active {
  color: #111f37;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
body {
  color: #111f37;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
#container {
  position: relative;
  text-align: left;
  overflow: hidden;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
#gHeader {
  padding: 1.8rem 1.9rem 1.7rem;
}
#gHeader h1 {
  width: 49rem;
}
#gFooter {
  padding-bottom: 21rem;
}
#gFooter .fBg {
  padding: 4rem 0 3.6rem;
  font-size: 1.15rem;
  color: #373737;
  background-color: #f0f8fa;
}
#gFooter .fBg p {
  padding-bottom: 2rem;
  margin-bottom: 1.3rem;
  line-height: 2;
  border-bottom: 1px solid #eaeaea;
}
#gFooter .fNavi {
  width: 38%;
}
#gFooter .fNavi li {
  display: inline-block;
  margin: 0 1rem 0.6rem 0;
}
#gFooter .fNavi a {
  color: #3e3e3e;
  background: url(../img/common/icon05.webp) no-repeat center right;
  padding-right: 1.2rem;
}
#gFooter .fBox {
  margin-bottom: 1.8rem;
  padding: 2.5rem 0 2rem;
  position: relative;
  display: flex;
  border-bottom: 1px solid #eaeaea;
}
#gFooter .fLogo {
  width: 20rem;
  flex-shrink: 0;
}
#gFooter .fText {
  margin: -0.5rem 0 0 3rem;
  line-height: 2;
  color: #373737;
  font-size: 1.15rem;
}
#gFooter .fText .ico {
  background: url(../img/common/icon06.webp) no-repeat center left;
  background-size: 1.5rem auto;
  padding-left: 2rem;
}
#gFooter .fText a {
  padding-right: 1.2rem;
  color: #3e3e3e;
  background: url(../img/common/icon05.webp) no-repeat center right;
}
#gFooter .fImg {
  position: absolute;
  right: 0;
  top: 2.5rem;
  width: 6rem;
}
#gFooter address {
  color: #373737;
  font-size: 1.15rem;
  text-align: center;
}
#gFooter .pageTop {
  width: 5.5rem;
  position: absolute;
  right: 0;
  bottom: 18.2rem;
}
@media all and (min-width:897px) {
  #gFooter .fNavi a:hover,
  #gFooter .fText a:hover {
    color: #6e6e6e;
  }
  #gFooter .pageTop a:hover {
    opacity: 0.7;
  }
}
.yellow {
  color: #ebd798;
  font-weight: bold;
}
.content {
  width: 110rem;
  margin: 0 auto;
}
.comCv {
  padding: 8rem 0 4rem;
  background: linear-gradient(90deg, rgba(18, 21, 40, 0.99608) 0%, rgb(12, 56, 111) 100%);
}
.comCv p {
  /*! margin-bottom: 1.2rem; */text-align: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}
.comCv p.mb {
  margin-bottom: 1.2rem;
}
.comCv p span {
  color: #ebd798;
}
.comCv .link {
  width: 80rem;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient( 90deg, rgba(197,163,94,0.99608) 0%, rgb(237,231,183) 48%, rgb(197,163,94) 100%);
  border-radius: 5rem;
  overflow: hidden;
}
.comCv .link::before {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  right: 1px;
  border: 1px solid #fff;
  border-radius: 5rem;
  content: "";
}
.comCv .link a {
  height: 10rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #413720;
  font-weight: bold;
  font-size: 3.6rem;
  background: url(../img/common/icon07.webp) no-repeat center right 3.5rem;
  background-size: 5rem auto;
}
.comCv .link a:hover {
  opacity: 0.7;
}
.comCv.fix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 2.7rem 0 3rem;
  display: none;
}
.comCv.fix p {
  margin-bottom: 1rem;
}
.comCv.fix .link a {
  height: 8rem;
}
.comCv a.linkDetails {
  color:#fff;
  text-align:center;
  display:block;
  /*! margin-top:1rem; */text-decoration:underline;
  font-size:2.4rem;
  font-weight:bold;
  margin-bottom: 1.2rem;
}
.headLine01 {
  margin-bottom: 2.9rem;
  color: #141935;
  font-size: 7rem;
  line-height: 1.07;
  font-weight: 500;
  letter-spacing: -0.06em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
.headLine01 .en {
  margin-bottom: 1.6rem;
  display: block;
  color: #111f37;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.headLine02 {
  margin-bottom: 4.6rem;
  position: relative;
  text-align: center;
  color: #ebd798;
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
.headLine02 .big {
  margin-top: 0.7rem;
  display: block;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
}
.headLine02 .sml {
  margin: -0.3rem 0 0;
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
.headLine02::before {
  position: absolute;
  left: 50%;
  bottom: -2.3rem;
  width: 4rem;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
  content: "";
}
.headLine03 {
  margin-bottom: 1.5rem;
  overflow: hidden;
  color: #ebd798;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.08em;
}
.headLine03 span {
  padding: 0 1.1rem;
  display: inline-block;
  position: relative;
}
.headLine03 span::before,
.headLine03 span::after {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 10000rem;
  height: 1px;
  background-color: #ebd798;
  content: "";
}
.headLine03 span::after {
  left: auto;
  right: 100%;
}
.headLine04 {
  text-align: center;
  color: #141935;
  font-weight: 500;
  font-size: 3rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
.headLine04 .bg {
  width: fit-content;
  margin: 1.2rem auto 0;
  padding: 0.6rem 1.2rem;
  display: block;
  line-height: 1;
  font-size: 5.6rem;
  letter-spacing: -0.08em;
  background-color: #fff;
  border: 1px solid #000;
}
.headLine04 .sml {
  margin-bottom: -0.1rem;
  display: block;
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: 0.06em;
}
.headLine05 {
  margin-bottom: 4.3rem;
  color: #141935;
  text-align: center;
  font-size: 5.6rem;
  line-height: 1.07;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
.headLine05 .en {
  margin-bottom: 1.6rem;
  display: block;
  color: #111f37;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
.headLine06 {
  margin-bottom: 2.4rem;
  overflow: hidden;
  font-size: 2.4rem;
  text-align: center;
}
.headLine06 span {
  padding: 0 1.1rem;
  display: inline-block;
  position: relative;
}
.headLine06 span::before,
.headLine06 span::after {
  position: absolute;
  left: 100%;
  top: 44%;
  width: 10000rem;
  height: 0.5rem;
  background: url(../img/common/icon02.webp) repeat-x;
  background-size: 0.2rem auto;
  content: "";
}
.headLine06 span::after {
  left: auto;
  right: 100%;
}
.mainVisual {
  /* padding: 9.9rem 0 0.1rem; */
  padding: 7rem 0 0.1rem;
  /* background: url(../img/index/main_visual_bg.webp) no-repeat top right #e1e4ec; */
  background: url(../img/index/main_visual_bg.webp) no-repeat top center #e1e4ec;
  background-size: 150rem auto;
  background-size: auto 61.3rem;
  box-sizing: border-box;
  /* max-width: 150rem; */
  margin: 0 auto;
}
.mainVisual .box {
  position: relative;
  max-width: 150rem;
  margin: 0 auto;
}
.mainVisual .subImg {
  position: absolute;
  /* top: 2rem; */
  top: -4rem;
  right: 0;
  width: 22.15rem;
  /* margin-bottom: 6.5rem; */
}
.mainVisual .content {
  /* width: 113rem; */
  width: 136rem;
}
.mainVisual .textImg {
  /* width: 58.1rem; */
  width: 66.9rem;
  /* margin-bottom: 6.5rem; */
  margin-bottom: 3.8rem;
}
.mainVisual ul {
  max-width: 110rem;
  margin: 0 auto -5.8rem;
  /* margin: 0 1.5rem -5.8rem; */
}
.mainVisual li {
  width: 31.8%;
  height: 11.4rem;
  padding: 0 1.9rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  background-image: linear-gradient(0deg, rgb(244, 236, 215) 0%, rgb(255, 255, 255) 100%);
  box-sizing: border-box;
  border: 1px solid #bb9c5f;
}
.mainVisual li .ico {
  margin-right: 1rem;
  width: 6.8rem;
  flex-shrink: 0;
}
.mainVisual li p {
  font-size: 2.4rem;
  font-weight: bold;
}
.mainVisual li .txt {
  margin-top: 0.1rem;
  display: block;
  font-size: 2rem;
}
.mainVisual li .color {
  margin: -0.6rem 0 0;
  display: inline-block;
  vertical-align: middle;
  color: #063f95;
  font-size: 2.8rem;
}
.mainVisual li .sml {
  margin-top: -0.3rem;
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
#main .sec01 {
  padding: 11rem 0;
  justify-content: flex-end;
  background-image: linear-gradient(90deg, rgba(224, 226, 228, 0.99608) 0%, rgb(255, 255, 255) 50%, rgb(224, 226, 228) 100%);
}
#main .sec01 .pho {
  width: calc(50% - 6.5rem);
}
#main .sec01 .textBox {
  width: 55rem;
  margin: 0.8rem 6.5rem 0 0;
}
#main .sec01 ul {
  border-top: 1px solid #000;
}
#main .sec01 li {
  padding: 2.7rem 1rem 2.4rem 9.2rem;
  position: relative;
  font-size: 2rem;
  border-bottom: 1px solid #000;
}
#main .sec01 li span {
  margin-bottom: 0.1rem;
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#main .sec01 li img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 7.5rem;
  transform: translateY(-50%);
}
#main .sec02 .bgBox {
  height: 34rem;
  padding-bottom: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/index/sec02_bg.webp) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}
#main .sec02 .pho {
  width: 50%;
}
#main .sec02 .pho img {
  height: 100%;
  object-fit: cover;
}
#main .sec02 .textBox {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: linear-gradient(90deg, rgba(18, 21, 40, 0.99608) 0%, rgb(12, 56, 111) 100%);
}
#main .sec02 .num {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
#main .sec02 .num img {
  width: auto;
  height: 11.3rem;
}
#main .sec02 .imgBoxR .num {
  right: auto;
  left: 1.5rem;
}
#main .sec02 .textInfo {
  width: 47rem;
  margin: 0 auto;
}
#main .sec02 p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.77;
}
#main .sec02 p .note {
  margin-top: 0.7rem;
  display: block;
  font-size: 1.2rem;
}
#main .sec02 .text01 {
  margin-bottom: 1.9rem;
}
#main .sec02 .sort {
  margin: 0 -2rem 0.8rem;
}
#main .sec02 .sort span {
  width: 11rem;
  padding: 0.3rem 0 0.3rem;
  margin: 0 0.5rem;
  line-height: 1.3;
  color: #111f37;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  background-color: #fff;
  border-radius: 5rem;
}
#main .sec03 {
  padding: 14.3rem 0 11.9rem;
  position: relative;
  background-color: rgb(237, 235, 231);
}
#main .sec03::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 79rem;
  background: url(../img/index/sec03_bg.webp) no-repeat center center;
  background-size: cover;
  content: "";
}
#main .sec03 .content {
  position: relative;
  z-index: 1;
}
#main .sec03 .headLine04 {
  margin-bottom: 6rem;
}
#main .sec03 .photoList {
  margin-bottom: 5rem;
  position: relative;
}
#main .sec03 .photoList::after {
  content: "";
  width: 34rem;
}
#main .sec03 .photoList>li {
  width: 34rem;
  background-color: rgb(17, 31, 55);
}
#main .sec03 .photoList .textBox {
  padding: 2.3rem 2.5rem 4.5rem 1rem;
}
#main .sec03 .textList li {
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.77;
}
#main .sec03 .textList li.font {
  margin-right: -1rem;
}
#main .sec03 dl {
  border: 1px solid #000;
  border-top: none;
  background-color: #fff;
}
#main .sec03 dt {
  padding: 2.3rem 1rem 2.1rem 19.2rem;
  position: relative;
  color: #141935;
  font-weight: bold;
  font-size: 3.6rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #EEF1F4;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
#main .sec03 dt span {
  position: absolute;
  left: 0;
  top: 0;
  width: 16.1rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  background-image: linear-gradient(90deg, rgba(18, 21, 40, 0.99608) 0%, rgb(12, 56, 111) 100%);
}
#main .sec03 dd {
  padding: 4rem 0 4.9rem;
}
#main .sec03 .photoUl li {
  width: 22rem;
  margin: 0 1.5rem;
  text-align: center;
}
#main .sec03 .photoUl span {
  margin-top: 1rem;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#main .sec03 .bgText {
  width: fit-content;
  margin: 2.5rem auto 0;
  padding: 0.5rem 1.2rem;
  text-align: center;
  color: #141935;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  background-color: #ebd798;
}
#main .sec03 .imgInfo {
  margin: -4rem 1.9rem -4.9rem 6.6rem;
  align-items: center;
}
#main .sec03 .img {
  width: 63rem;
}
#main .sec03 .textInfo {
  width: 50rem;
  margin-right: -20rem;
  box-sizing: border-box;
}
#main .sec03 .textInfo p {
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
#main .sec03 .textInfo span {
  margin-left: 1.6rem;
  font-weight: normal;
}
#main .sec04 {
  padding: 11.7rem 0 19.3rem;
  background: url(../img/index/sec04_bg.webp) no-repeat bottom center;
  background-size: cover;
}
#main .sec04 .slide {
  width: 23%;
  margin-right: 2.66%;
}
#main .sec04 .slide:nth-child(4n) {
  margin-right: 0;
}
#main .sec04 h3 {
  padding: 0.5rem 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  background-color: #111f37;
}
#main .sec04 .textBox {
  padding: 2.5rem 1.9rem 1.8rem;
  border: 1px solid #000;
  border-top: none;
  background-color: #fff;
}
#main .sec04 .textUl .noFlex {
  padding-bottom: 1rem;
}
#main .sec04 .textUl li:not(.noFlex) {
  padding-bottom: 1.4rem;
  display: flex;
}
#main .sec04 .textUl span {
  margin-right: 0.8rem;
  flex-shrink: 0;
  width: fit-content;
  padding: 0.4rem 1.1rem 0.3rem;
  font-weight: bold;
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  background-color: #e1e3e4;
  border-radius: 5rem;
}
#main .sec04 .textUl .noFlex span {
  margin-bottom: 0.4rem;
}
#main .sec04 .note {
  margin: 1.6rem -0.9rem 0;
  text-align: right;
  font-size: 1.4rem;
}
#main .sec05 {
  padding: 10.6rem 0 12rem;
  background-color: #edebe7;
}
#main .sec05 .headLine05 {
  margin-bottom: 5.3rem;
}
#main .sec05 .flowList {
  margin-bottom: 7.3rem;
  padding: 2.3rem 0 2rem 13rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#main .sec05 .flowList li {
  padding: 3.1rem 0 3.5rem;
  position: relative;
  border-bottom: 1px solid #000;
}
#main .sec05 .flowList li:not(:last-child)::before {
  position: absolute;
  left: -8.8rem;
  bottom: -0.9rem;
  background: url(../img/common/icon01.webp) no-repeat;
  background-size: 100% 100%;
  width: 1.7rem;
  height: 2rem;
  content: "";
}
#main .sec05 .flowList li:last-child {
  border: none;
}
#main .sec05 .flowList li:first-child {
  padding: 1.6rem 0 1.8rem;
}
#main .sec05 .flowList .img {
  position: absolute;
  left: -13rem;
  top: 1.7rem;
  width: 10rem;
}
#main .sec05 .flowList .ttl {
  margin-bottom: 0.4rem;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
#main .sec05 .flowList li span {
  color: #063f95;
}
#main .sec05 .flowList .text {
  font-size: 1.8rem;
  line-height: 1.77;
}
#main .sec05 .flowList .text span {
  display: block;
  font-weight: bold;
}
#main .sec05 .textList {
  background-color: #fff;
}
#main .sec05 .textList>li {
  width: 50%;
  box-sizing: border-box;
}
#main .sec05 .textList>li:first-child {
  border-right: 1px solid #eaeaea;
}
#main .sec05 .textList h4 {
  padding: 1.2rem 0;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
  background-color: #111f37;
}
#main .sec05 .whiteBg {
  padding: 2.7rem 4.4rem 1.3rem;
}
#main .sec05 .textUl li {
  padding-bottom: 1.9rem;
}
#main .sec05 .textUl h5 {
  font-size: 1.8rem;
}
#main .sec05 .textUl p {
  margin: 0.5rem 0.6rem 0;
  line-height: 1.43;
}
#main .sec05 .textUl .note {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.71;
}
#main .sec06 {
  padding: 10.6rem 0 5rem;
  background-color: #eef1f4;
}
#main .sec06 .headLine05 {
  margin-bottom: 5.4rem;
}
#main .sec06 .tableBox {
  width: calc(50% - 1rem);
  position: relative;
}
#main .sec06 table {
  width: 100%;
  border-collapse: collapse;
}
#main .sec06 th,
#main .sec06 td {
  padding: 1.4rem 2rem 1.3rem 3rem;
  line-height: 1.625;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
}
#main .sec06 tr:first-child th,
#main .sec06 tr:first-child td {
  border: none;
}
#main .sec06 th {
  padding: 1.3rem 1rem 1.3rem 1.7rem;
  width: 27.8%;
  color: #fff;
  line-height: 1.55;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  background-color: #111f37;
}
#main .sec06 .textUl01 {
  margin-top: 0.3rem;
}
#main .sec06 .textUl01 li {
  text-indent: -1em;
  padding-left: 1em;
}
#main .sec06 .textUl02 li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.71;
}
#main .sec06 .textUl01.red {
  color: #d70808;
  font-weight: bold;
}
#main .sec06 .btmList {
  position: absolute;
  left: 0.4rem;
  bottom: -0.6rem;
  right: -1rem;
  font-size: 1.4rem;
  line-height: 1.71;
}
#main .sec06 .btmList li {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: -0.01em;
}
#main .sec07 {
  padding: 7rem 0 11.8rem;
  background-color: #eef1f4;
}
#main .sec07 .headLine05 {
  margin-bottom: 5.1rem;
}
#main .sec07 .listUl>li {
  margin-bottom: 1.5rem;
  border: 1px solid #000;
  background-color: #fff;
}
#main .sec07 h3 {
  padding: 2.5rem 10rem 2.7rem 2.9rem;
  position: relative;
  cursor: pointer;
  font-size: 2.4rem;
}
#main .sec07 h3 .sml01 {
  margin: -0.5rem 0.9rem 0 1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
}
#main .sec07 h3 .sml02 {
  margin-top: -0.4rem;
  font-weight: normal;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
#main .comArrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 8.9rem;
  height: 100%;
  background-color: #edebe7;
  border-left: 1px solid #000;
  box-sizing: border-box;
}
#main .comArrow:before,
#main .comArrow:after {
  position: absolute;
  right: 3.2rem;
  top: 50%;
  width: 2.3rem;
  height: 0.2rem;
  background-color: #000;
  transition: .3s;
  content: "";
}
#main .comArrow:after {
  transform: rotate(90deg);
}
#main .expand.on .comArrow {
  background-color: #111f37;
}
#main .expand.on .comArrow::before,
#main .expand.on .comArrow::after {
  background-color: #fff;
}
#main .expand.on .comArrow:after {
  transform: rotate(180deg);
}
#main .expand.on .comArrow::before {
  display: none;
}
#main .sec07 .liBox {
  display: none;
  padding: 3.9rem 3.8rem;
  border-top: 1px solid #000;
  background-color: #eef1f4;
}
#main .sec07 table {
  width: 100%;
  border-collapse: collapse;
}
#main .sec07 th,
#main .sec07 td {
  padding: 1.6rem 1.6rem 1.7rem 0.5rem;
  vertical-align: middle;
  text-align: right;
  font-weight: normal;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid#eef1f4;
}
#main .sec07 td .star {
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  margin: -0.2rem 0 0;
}
#main .sec07 .linkList {
  margin-top: 2.9rem;
}
#main .sec07 .linkList li {
  margin: 0 1rem;
  width: 31rem;
}
#main .sec07 .linkList a {
  padding: 1.2rem 0 1.2rem 2.8rem;
  display: block;
  text-align: center;
  background: #fff url(../img/common/icon03.webp) no-repeat left 2.8rem center;
  background-size: 2.1rem auto;
  border-radius: 5rem;
  border: 1px solid rgb(17, 31, 55);
}
#main .sec07 .linkList a:hover {
  opacity: 0.7;
}
#main .sec07 .linkList a span {
  font-weight: bold;
  color: #063f95;
}
#main .sec07 .note {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
#main .sec08 {
  padding: 14.6rem 0 11.9rem;
  position: relative;
  background-color: #223e5a;
}
#main .sec08::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 79rem;
  background: url(../img/index/sec08_bg.webp) no-repeat center center;
  background-size: cover;
  content: "";
}
#main .sec08 .content {
  position: relative;
  z-index: 1;
}
#main .sec08 .headLine06 {
  margin-bottom: 3.4rem;
}
#main .sec08 dl {
  border: 1px solid #000;
  background-color: #fff;
}
#main .sec08 dt {
  padding: 2.8rem 9.3rem 3rem;
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  border-top: 1px solid #000;
  counter-increment: item;
}
#main .sec08 dt::before {
  position: absolute;
  left: 3.8rem;
  top: 2.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #111f37;
  content: "Q"counter(item)".";
}
#main .sec08 dt:first-child {
  border: none;
}
#main .sec08 dd {
  display: none;
  padding: 3.4rem 9rem 3.5rem;
  position: relative;
  line-height: 1.625;
  border-top: 1px solid #000;
  background-color: #eef1f4;
}
#main .sec08 dd::before {
  position: absolute;
  left: 5rem;
  top: 2.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #063f95;
  content: "A";
}
#main .sec08 dd .note {
  display: block;
  text-indent: -1em;
  padding: 0.3rem 0 0 1em;
  font-size: 1.4rem;
  line-height: 1.71;
}
#main .sec08 .headLine06.white {
  margin-top: 5.4rem;
  color: #fff;
}
#main .sec08 .headLine06.white span::before,
#main .sec08 .headLine06.white span::after {
  background-image: url(../img/common/icon04.webp);
}
#main .sec09 {
  padding: 9.3rem 0 9.1rem;
  background-color: #eee;
}
#main .sec09 .content {
  display: flex;
}
#main .sec09 h2 {
  width: 17.3rem;
  flex-shrink: 0;
  font-size: 2.4rem;
}
#main .sec09 dl {
  line-height: 1.875;
}
#main .sec09 dt {
  float: left;
}
#main .sec09 dd {
  padding-left: 7.2em;
}
#main .sec09 dd p {
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (min-width:897px) {
  #main .sec02 .imgBoxR {
    flex-direction: row-reverse;
  }
  #main .sec07 h3:hover {
    opacity: 0.7;
  }
  #main .sec07 th {
    padding-left: 1.7rem;
    padding-right: 0;
    text-align: left;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    background-color: #111f37;
  }
  #main .sec07 thead td {
    width: 18.1%;
    background-color: #e1e5e9;
  }
  #main .sec07 tbody td:last-child {
    background-color: #edebe7;
  }
  #main .sec08 dt:hover {
    opacity: 0.7;
  }
}
