@charset "UTF-8";
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

th {
  text-align: left;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p,
li,
dt,
dd,
th,
td,
pre,
input {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  vertical-align: bottom;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
    scroll-padding-top: 170px;
  }
}
body {
  font-size: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial,
    helvetica, sans-serif;
  color: #333333;
  background-color: #fff;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.75;
    padding-top: 104px;
  }
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
  color: #3176d5;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  color: #3176d5;
  text-decoration: none;
  opacity: 90%;
}

img {
  max-width: 100%;
}


sup {
  vertical-align: text-top;
  font-size: 0.7em;
}

#back-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 4;
}

#back-top a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #555;
  opacity: 0.8;
  border-radius: 8px;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.24);
  line-height: 56px;
}
#back-top a::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -30%) rotate(-135deg);
  transform: translate(-50%, -30%) rotate(-135deg);
}

#back-top a:hover {
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

#comFooter {
  border-top: 0px !important;
  padding-top: 0;
}

.l-header__call {
  transition: 0.5s;
  background: #FFF;
  position: fixed;
  z-index: 999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
}

/*202409追加*/
.txt-pink {
  font-size: 1.2em;
	color:#fe2764;
}
@media screen and (max-width: 767px) {
  .l-header__call {
    height: auto;
  }

  /*202409追加*/
  .txt-pink {
    font-size: 0.9em;
    color:#fe2764;
	}
}

.l-header__call.fixed-hide {
  transform: translateY(-100px);
}
.l-header__call.fixed {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.l-header__call__time {
  font-size: 13px;
  flex: 1;
  text-align: right;
}
.l-header__call__time.is-crtm {
  font-size: 11px;
  line-height: 1.5em;
}


@media screen and (min-width: 768px) {
  .l-header__call__time {
    width: 50%;
    padding-right: 20px;
    font-size: 14px;
  }
}
.l-header__call__time ul {
  padding-right: 10px;
}
.l-header__call__btn {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-header__call__btn {
    width: 50%;
  }
}
.l-header__call__btn__link {
  display: block;
  background: #fff;
  border-radius: 8px;
  padding: 10px 10px 8px 10px;
  max-width: 250px;
}
.l-header__logo img {
  display: block;
  width: 140px;
  margin: 15px auto;
}
.c-section {
  padding-top: 0;
  padding-bottom: 20px;
}
.c-section__content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .c-section__content {
    width: 100%;
  }
}
.c-section.is-blue {
  background: #3176d5;
}
.c-section.is-dotted {
  background-image: url(/ftth/hikari/typechg-t/assets/images/bg.png);
}
.c-section.is-pink {
  background: #ffeaef;
}
.c-section.is-white {
  background: #ffffff;
}
.c-section.is-gray {
  background: #f5f5f5;
}

.c-anker {
  padding-top: 80px;
  margin-top: -80px;
}

.c-telno__call {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-telno__call__ico {
  width: 1.5rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 769px) {
  .c-telno__call__ico {
    width: 2.5rem;
  }
}
.c-telno__call__num {
  font-size: 9vw;
}
@media screen and (min-width: 769px) {
  .c-telno__call__num {
    font-size: 3rem;
  }
}
.c-telno__attention {
  color: #ffffff;
}
.c-telno__attention a,
.c-telno__attention a:link,
.c-telno__attention a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.c-telno__attention a:hover,
.c-telno__attention a:active {
  color: #fff94d;
}

.c-dl {
  width: 100%;
}
.c-dl.is-table {
  text-align: center;
}
.c-dl.is-table dt {
  background-color: #e1f8fb;
  border: 1px solid #dfd6d6;
  padding: 1rem;
}
.c-dl.is-table dd {
  padding: 1.5rem 1em;
  border-bottom: 1px solid #dfd6d6;
  border-left: 1px solid #dfd6d6;
  border-right: 1px solid #dfd6d6;
  display: flex;
  justify-content: space-around;
  line-height: 1em;
}

.p-main {
  background: url(/ftth/hikari/typechg-t/assets/images/bg_flash.png) center top no-repeat transparent;
}
.p-main__speed {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1rem 1.4rem;
}
.p-detail {
  background: #ffffff;
  padding: 1rem;
}
.p-detail-list dt {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.p-detail-list dt:first-child {
  margin-top: 0;
}

.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-align-sp-left {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .u-align-sp-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .u-align-sp-right {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-hide-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}
.u-mb0 {
  margin-bottom: 0;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-ml20 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .u-mb-sp0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-sp10 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-sp20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-sp30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-sp40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-sp50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-sp60 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-sp80 {
    margin-bottom: 80px;
  }
}
.u-mglr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-txt-size-x-small {
  font-size: 0.75rem;
}

.u-txt-size-small {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .u-txt-size-sp-small {
    font-size: 0.75rem;
  }
}

.u-txt-size-default {
  font-size: 1rem;
}

.u-txt-size-large {
  font-size: 1.25rem;
}

.u-txt-size-x-large {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-txt-size-sp-x-large {
    font-size: 1.25rem;
  }
}

.u-txt-size-xx-large {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .u-txt-size-sp-xx-large {
    font-size: 1.5rem;
  }
}

.u-txt-weight-bold {
  font-weight: 700;
}

.u-txt-weight-normal {
  font-weight: 500;
}

.u-txt-color-white {
  color: #ffffff !important;
}

.u-txt-color-gray {
  color: #dfd6d6;
}

.u-txt-color-black {
  color: #333333;
}

.u-txt-color-hotpink {
  color: #ec1b4c;
}

.u-txt-color-blue {
  color: #3176d5;
}

.u-txt-color-red {
  color: #c1272d;
}

.u-txt-underline {
  text-decoration: underline;
}

.u-txt-marker-yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.u-txt-marker-blue {
  background: linear-gradient(transparent 60%, #a5dcfa 60%);
}


@media screen and (max-width: 600px) {
  .u-txt-vw-11px {
    font-size: 3.4375vw;
  }
}

@media screen and (max-width: 600px) {
  .u-txt-vw-14px {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 600px) {
  .u-txt-vw-large {
    font-size: 5.5vw;
  }
}

.u-txt-arrow-bottom::after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  color: #3176d5;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin-left: 0.5rem;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none;
  }

  .u-pc-only {
    display: block;
  }
}
.u-list-style-attention li {
  margin-left: 1em;
}
.u-list-style-attention li::before {
  content: "※";
  display: inline-block;
  text-align: left;
  text-indent: -1rem;
}

.u-list-style-disc li {
  margin-left: 1em;
}
.u-list-style-disc li::before {
  content: "・";
  display: inline-block;
  text-align: left;
  text-indent: -1rem;
}

.u-txt-openwin::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  mask: url("/ftth/hikari/typechg-t/assets/images/ico_openwin.svg") 0 0 no-repeat;
  -webkit-mask: url("/ftth/hikari/typechg-t/assets/images/ico_openwin.svg") 0 0 no-repeat;
  background-size: contain;
  margin-left: 0.3rem;
  vertical-align: middle;
  background-color: #3176d5;
}
.u-txt-openwin.is-white::after {
  background-color: #ffffff;
}

body.is-open {
  overflow: hidden;
}

.header .container {
  height: inherit;
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .header .container {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .header__logobox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .header__logo {
    width: 129px;
  }
}

.header__textContents {
  height: 60px;
  padding: 0 4px 0 14px;
  background: #f4f4f4;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header__textContents {
    height: auto;
    padding: 5px 10px;
    display: block;
    border-radius: 0;
    text-align: center;
  }
}

.header__left {
  color: #028cd7;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
}
.header__left::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #028cd7;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__centerArea {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .header__left::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #028cd7;  
  }
  .header__centerArea {
    margin: 0;
  }
}

.header__text {
  font-size: 13px;
  /*font-size: 14px; 202409変更*/
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}

.header__area {
  display: flex;
  align-items: center;
}

.header__label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #408d0d;
  border-radius: 3px;
  /*width: 70px; 202409変更*/
  /*width: 86px; 202409変更*/
  width: 70px;
  height: 25px;
  font-size: 12px;
  /*font-size: 14px;202409変更*/
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .header__label {
    font-size: 10px;
    width: 6em;
  }
}

.header__tel {
  margin-left: 4px;
  color: #028cd7 !important;
  font-size: 21.5px;
  font-family: "Futura", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .header__tel {
    line-height: 1.25;
  }
}

.header__right {
  margin-left: 23px;
  font-size: 12px;
  line-height: calc(18 / 12);
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header__right {
    margin-left: 5px;
    font-size: 10px;
    line-height: 1.6;
    text-align: left;
  }
}

.header__right::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  background: #d9d9d9;
}

@media screen and (max-width: 767px) {
  .header__right::after {
    display: none;
  }
}

.benefit {
  padding: 30px 0 56px;
  position: relative;
}
.benefit::before{
  content: '';
  background: linear-gradient(rgba(255,255,255,0) 0, #fff 40%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
/*.benefit::after{
  content: '';
  background: repeating-linear-gradient(135deg, #ecf6ff, #ecf6ff 20px, #fff 20px, #fff 40px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}*/

.benefit::after{
  content: '';
  /*background: repeating-linear-gradient(135deg, #ecf6ff, #ecf6ff 20px, #fff 20px, #fff 40px);*/
  background-color: #FDDA9D;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .a:nth-of-type(2) .benefit__area:beforet {
    padding: 0;
  }
}

.benefit .container {
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .benefit .container {
  /*  max-width: 380px;*/
  }
}

.benefit__ttl {
  text-align: center;
  padding: 15px 10px 10px;
  margin-bottom: 20px;
}
.benefit__ttl img {
  /*width: 40%;*/
  /*width: 100%; 202501*/
  width: 680px;
  max-width: 960px;
}

.benefit__ttl img02 {
  /*width: 40%;*/
  /*width: 100%; 202501*/
  width: 600px;
  max-width: 960px;
}

.benefit__areas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34PX;
}

@media screen and (max-width: 767px) {
  .benefit__ttl img {
    width: 100%;
  }
  .benefit__ttl p {
    margin-top: 5px;
    font-size: 0.9em;
  }
  .benefit__areas {
    display: block;
  }
}
.anchor_btn {
  display: block;
  flex: 0 1 31.25%;
  position: relative;
}
.benefit__area {
  height: 160px;
  padding: 65px 0 20px;
  background: linear-gradient(#3c78d8, #0096ff);
  border-radius: 6px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .benefit__area {
    flex: 0 1 100%;
    padding: 65px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .anchor_btn:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.benefit__area::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 49px;
  left: -17px;
  top: 4px;
}

a:nth-of-type(1) .benefit__area:before {
  background: url(../images/benefit1.png) center center / contain no-repeat;
}

a:nth-of-type(2) .benefit__area:before {
  background: url(../images/benefit2.png) center center / contain no-repeat;
}

a:nth-of-type(3) .benefit__area:before {
  background: url(../images/benefit3.png) center center / contain no-repeat;
}

a:nth-of-type(1).anchor_btn::after {
  position: absolute;
  content: "本ご案内限定";
  width: 140px;
  height: 40px;
  top: -10px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ff2764;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .benefit__area::before {
    top: -14px;
    left: 10px;
    width: 110px;
    height: 63px;
  }
    a:nth-of-type(1) .benefit__area:before {
    background: url(../images/benefit01.png) center center / contain no-repeat;
  }
  
  a:nth-of-type(2) .benefit__area:before {
    background: url(../images/benefit02.png) center center / contain no-repeat;
  }
  
  a:nth-of-type(3) .benefit__area:before {
    /* background: none;*/
	background: url(../images/benefit03.png) center center / contain no-repeat;
  }
  .anchor_btn::after {
    width: 8em;
    height: 2.2em;
    font-size: 16px;
    letter-spacing: 0.06em;
  }
}

.anchor_btn:last-of-type::after {
  display: none;
}

.benefit__text {
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .benefit__text {
    font-size: 23px;
    line-height: 1.2;
  }
}

.benefit__text--inline {
  font-size: 42px;
}

a:nth-of-type(2) .benefit__area .benefit__text {
  line-height: 1.9;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  a:nth-of-type(2) .benefit__area .benefit__text {
    line-height: 1.6;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .benefit__text--inline {
    font-size: 48px;
  }
}

.benefit__text--inline2 {
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .benefit__text--inline2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .benefit__text--inline3 {
    font-size: 56px;
  }
}

.benefit__txt {
  margin-top: 21px;
  font-size: 13px;
  font-weight: 700;
}

.benefit__txt_ant {
  font-size: 13px;
  font-weight: 700;
  line-height:2;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .benefit__txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: calc(26 / 14);
    font-weight: normal;
  }
	
  .benefit__txt_ant {
    font-size: 14px;
    line-height:2; 
    font-weight: normal;
    margin-bottom: 20px;
  }
}

a:nth-of-type(1) .benefit__area {
  background-image: url(../images/benefit__area__box01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
a:nth-of-type(2) .benefit__area {
  background-image: url(../images/benefit__area__box02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
a:nth-of-type(3) .benefit__area {
  /*background: none;
  padding: 0;*/
  background-image: url(../images/benefit__area__box03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  a.anchor_btn .benefit__area {
    background: linear-gradient(#3c78d8, #0096ff);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.4;
    height: auto;
    padding: 50px 0px 10px;
  }
  a.anchor_btn .benefit__area .fontS {
    font-size: 0.8em;
  }
  a.anchor_btn .benefit__area .fontL {
    font-size: 1.6em;
  }
  a.anchor_btn .benefit__area sup {
    font-size: 0.4em;
  }
  /*.anchor_btn:nth-of-type(3) .benefit__area {
    background: none;
    padding: 0;
  }*/
}
.scene_merit {
  background: url(../images/merit_bg.jpg) center center / cover no-repeat;
}
.scene {
  padding-bottom: 60px;
  background: url(../images/bg-dotted.png) center center / cover no-repeat;
}

@media screen and (max-width: 767px) {
  .scene {
    padding-bottom: 50px;
  }
}

.scene .container {
  width: 100%;
  max-width: 850px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .scene .container {
    max-width: 380px;
  }
}

.scene__picture {
  text-align: center;
  padding:10px 0 40px;
}

.scene__picture_02 {
  text-align: center;
  padding:40px 10px;
}

.scene__picture_03 {
  text-align: center;
  padding:0;
}

.scene__ttl {
  margin-top: 45px;
  text-align: center;
}

.scene_badge__picture {
  margin-bottom: 40px;
  text-align: center;
  padding: 3% 3% 0;
}

.scene__text_badge {
	/*margin-bottom: 20px*/
	margin-top: 20px;
    text-align: center;
	padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .scene__picture {
    margin: 0;
    padding: 3% 3% 9%;
    position: relative;
    z-index: 5;
  }
  .scene__ttl {
    margin: 20px auto 20px;
  }
  .scene_badge__picture {
  margin-bottom: 25px;
  }
}

.scene__text {
  margin-top: 45px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: rgba(0, 0, 0, 0.45) 0 6px 2px;
}


@media screen and (max-width: 767px) {
  .scene__text {
    margin: 0;
    font-size: 21px;
  }
}

.scene__area {
  margin-top: 25px;
  background: #fff;
  border-radius: 20px;
  padding: 46px 40px 61px;
}

@media screen and (max-width: 767px) {
  .scene__area {
    margin-top: 10px;
    padding: 20px 17px 25px;
  }
}

.scene__txt {
  margin-top: 25px;
  font-size: 13px;
  line-height: 2;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .scene__txt {
    margin-top: 10px;
    line-height: calc(20 / 13);
  }
}

.about {
  background: #f0f8fe;
  padding: 67px 0 70px;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 32px 0;
  }
}

.about .container {
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}
.about__benefit__ttl {
  text-align: center;
  margin-top: 10px;
}
.about__benefit__ttl img {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .about .container {
    max-width: 380px;
  }
}

.about__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .about__title {
    font-size: 28px;
  }
}

.about__area {
  margin-top: 71px;
  padding: 100px 70px 55px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about__area {
    margin-top: 42px;
    padding: 70px 20px 32px;
    border-radius: 10px;
  }
}

.about__area::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 80px;
  left: 30px;
  top: -20px;
  background: url(../images/benefit01.png) center center / contain no-repeat;
}

@media screen and (max-width: 767px) {
  .about__area::after {
    left: 25%;
    transform: translateX(-50%);
  }
}


.about__area:nth-of-type(n + 2) {
  margin-top: 60px;
  padding: 70px 25px 32px;
}

.about__area:nth-of-type(2) .about__text {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .about__area:nth-of-type(2) .about__text {
    margin-top: 8px;
  }
  .about__area:nth-of-type(3) {
    margin-top: 40px;
    padding: 80px 25px 32px;
  }
  
}

.about__area:nth-of-type(2)::after {
  background: url(../images/benefit02.png) center center / contain no-repeat;
}

.about__area:nth-of-type(3)::after {
  background: url(../images/benefit03.png) center center / contain no-repeat;
}

.about__area:last-of-type:after {
  background: url(../images/benefit04.png) center center / 100% no-repeat;
  top: 0;
  left: 0;
  width: 150px;
  height: 132px;
}

.about__area:nth-of-type(1)::before {
  position: absolute;
  content: "本ご案内限定";
  width: 140px;
  height: 40px;
  top: -10px;
  left: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ff2764;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .about__area:nth-of-type(1)::before {
    left: inherit;
    right: 10%;
  }
  .about__area:last-of-type:after {
    top: 0;
    left: 21%;
    background-size: 80%;
    background-position: 0 0;
  }
}



.about__pictureWrapper {
  position: relative;
}

.about__pictureWrapper::after {
  position: absolute;
  content: "";
  width: 357px;
  height: 82px;
  right: -55px;
  top: -60px;
  background: url(../images/label.png) center center / contain no-repeat;
}

@media screen and (max-width: 767px) {
  .about__pictureWrapper::after {
    width: 218px;
    height: 50px;
    left: inherit;
    right: -2.5%;
    top: -40px;
    background: url(../images/label__sp.png) center center / contain no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .about__picture {
    width: 295px;
    /* overflow-x: auto; */
  }
}

@media screen and (max-width: 767px) {
  .about__wrap {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .about__wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.about__text {
  font-size: 13px;
  line-height: calc(24 / 13);
  font-weight: 700;
}
.about--links {
  color: #000 !important;
  border-bottom: 1px solid #707070;
}

.about__text--link {
  color: #000 !important;
  border-bottom: 1px solid #707070;
}

/*202409追加*/
a.about__text--link2 {
  color: #fe2764; !important;
 text-decoration: underline #fe2764;
　/*border-bottom: 1px solid #fe2764;*/
}


.about__text2 {
  margin-top: 5px;
}

.about__ttl {
  text-align: center;
  font-size: 22px;
  line-height: calc(40 / 22);
  font-weight: 700;
}

/*202409追加*/
.about__ttl_md {
    text-align: center;
    font-size: 30px;
    line-height: calc(40 / 22);
    font-weight: 700;
}
.about__ttl_sub {
    text-align: center;
    font-size: 18px;
    line-height: calc(40 / 22);
    font-weight: 700;
}
.about__ttl_md span {
    text-align: center;
    font-size: 0.7em;
    line-height: calc(40 / 22);
    font-weight: 700;
}

/*202401追加*/
/*.upgrade {
  background: #0C0843;
  padding: 0 0 30px 0;
}*/

.upgrade__ttl {
  text-align: center;
  /*padding: 15px 10px 10px;*/
  /*margin-bottom: 20px;*/
}

.upgrade {
  padding: 30px 0 40px;
  position: relative;
}
.upgrade::before{
  content: '';
  background: linear-gradient(rgba(255,255,255,0) 0, #0C0843 40%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.upgrade::after{
  content: '';
  background-image: url("../images/service_back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

@media screen and (max-width: 767px) {
.upgrade {
  padding: 0 0 10px 0;
}
	
.upgrade::after{
    background-size: cover;
    background-position: center;
  }
}

.tab-wrap{
}
.tab-wrap ul {
  display: flex;
}
.tab-btn {
  width: 50%;
  text-align: center;
  list-style: none;
  cursor: pointer;
  background: #f1f1f1;
  margin-right: 5px;
  color: #525252;
  font-size: 16px;
  padding: 10px 20px;
  transition: .3s;
  border-radius: 8px 8px 0 0;
  line-height: 20px;
 }
.tab-btn.show {
  background: #3176d5;
  color: #fff;
}
.tab-contents {
  display: none;
}
.tab-contents.show {
  display: block;
  padding: 20px;
}
.tab-contents picture {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .about__ttl {
    font-size: 18px;
    line-height: calc(30 / 18);
	  }
	
	/*202409追加*/
    .about__ttl_md {
    text-align: center;
    font-size: 24px;
    line-height: calc(30 / 22);
    font-weight: 700;
	}
  .about__ttl_md sup {
    font-size: 0.6em;
  }
	
	/*202409追加*/
	.about__ttl_sub {
    font-size: 16px;
	}
	
	/*202409追加*/
	.about__ttl_md span.fontS {
    font-size: 0.8em;
  }
  .about__ttl_md span.note {
    font-size: 0.7em;
	}
  .tab-contents picture {
    width: 100%;
  }
}

.about__link {
  margin-top: 33px;
  display: block;
}

@media screen and (max-width: 767px) {
  .about__link {
    margin-top: 15px;
  }
}

.about__pic {
  width: 288px;
  margin: 0 auto;
}

.about__txt {
  max-width: 613px;
  margin: 18px auto 0;
  font-size: 13px;
  line-height: calc(20 / 13);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .about__txt {
    line-height: calc(24 / 13);
  }
}

.cta {
  padding: 51px 0 57px;
  background: #3c78d8;
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 30px 0 20px;
  }
}

.cta .container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .cta .container {
    max-width: 380px;
  }
}

.cta__title {
  text-align: center;
  color: #fef96c;
  font-size: 34px;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.4) 0 3px 1px;
}

.cta__lead {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cta__lead {
    margin-top: 5px;
    font-size: 21px;
  }
}

.cta__tel {
  margin: 20px auto 0;
  padding-left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  border: 6px solid #002f7c;
  border-radius: 40px;
  color: #012f7c !important;
  background: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cta__tel {
    font-size: 28px;
    padding-left: 43px;
  }
}

.cta__tel::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  left: 89px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/tel.png) center center / contain no-repeat;
}

@media screen and (max-width: 767px) {
  .cta__tel::after {
    left: 35px;
  }
}

.cta__hour {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.cta__text {
  margin: 10px auto 0;
  max-width: 613px;
  color: #fff;
  font-size: 13px;
  line-height: calc(26 / 13);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cta__text {
    margin: 5px auto 0;
  }
}

.cta__text--inline {
  color: #fff !important;
  position: relative;
  margin: 0 0.2em;
}

.cta__text--inline::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
}
.cta__text--inline::after {
  content: '';
  display: inline-block;
  width: 1.0em;
  height: 1.0em;
  margin-left: 0.4em;
  background: url(../images/icon_blank.svg);
}

.cta__free {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cta__free {
    margin: 0;
  }
}

.more {
  background: #eff8fe;
  padding: 70px 0 60px;
}

@media screen and (max-width: 767px) {
  .more {
    padding: 30px 0 37px;
  }
}

.more .container {
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .more .container {
    max-width: 380px;
  }
}

.more__titleArea {
  text-align: center;
}

.more__title {
  display: inline-block;
  font-size: 26px;
  line-height: calc(44 / 26);
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
}

.more__banner {
  display: block;
  margin: 40px auto 0;
  max-width: 640px;
}

@media screen and (max-width: 767px) {
  .more__banner {
    margin: 20px auto 0;
  }
}

.more__banner:last-of-type {
  margin: 20px auto 0;
}

.flow {
  padding: 75px 0 85px;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 20px 0 40px;
  }
}

.flow .container {
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .flow .container {
    max-width: 380px;
  }
}

.flow__title {
  text-align: center;
  font-size: 32px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 26px;
  }
}

.flow__picture {
  margin-top: 47px;
}

@media screen and (max-width: 767px) {
  .flow__picture {
    margin: 25px auto 0;
    width: 150px;
  }
}

.flow__area {
  margin-top: 62px;
  padding: 20px 70px 30px 30px;
  background: #f5f5f5;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow__area {
    margin-top: 20px;
    padding: 20px 15px;
    display: block;
  }
}

.flow__area::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 20px 0 20px;
  border-color: #f5f5f5 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .flow__area::after {
    display: none;
  }
}

.flow__area:last-of-type::after {
  display: none;
}

.flow__header {
  display: none;
}

@media screen and (max-width: 767px) {
  .flow__header {
    display: flex !important;
    align-items: center;
    position: relative;
  }
  .flow__header::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 11px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/arrow.png) center center / contain no-repeat;
    transition: all 0.4s;
  }
  .flow__header.is-open::after {
    transform: rotate(180deg) translateY(10px);
  }
}

.flow__pic {
  flex: 0 0 120px;
}

@media screen and (max-width: 767px) {
  .flow__pic {
    flex: 0 0 70px;
  }
}

.flow__textContents {
  margin-left: 27px;
  flex: 0 1 100%;
}

@media screen and (max-width: 767px) {
  .flow__textContents {
    margin: 20px 0 0;
    display: none;
  }
}

.flow__ttl {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .flow__ttl {
    margin-left: 10px;
    padding-right: 30px;
    line-height: calc(28 / 20);
  }
}

.flow__lead {
  margin-top: 8px;
  font-size: 18px;
  /*font-weight: 700;*/
  font-weight: normal;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .flow__lead {
    margin: 0;
    line-height: calc(30 / 18);
    font-size: 16px;
    font-weight: normal;
  }
}

.flow__text {
  margin-top: 20px;
  color: #505050;
  font-size: 14px;
  line-height: calc(24 / 14);
  /*font-weight: 700;*/
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .flow__text {
    margin-top: 15px;
  }
}

.flow__link {
  margin-top: 10px;
  padding-left: 16px;
  color: #3380e5;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow__link {
    line-height: calc(24 / 18);
  }
}

.flow__link::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #3176d5;
}

.qa {
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .qa {
    padding-bottom: 45px;
  }
}

.qa .container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .qa .container {
    max-width: 380px;
  }
}

.qa__title {
  text-align: center;
  font-size: 32px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .qa__title {
    font-size: 26px;
  }
}

.qa__area {
  margin-top: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa__area {
    margin-top: 30px;
  }
}

.qa__area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90px;
  left: 0;
  top: 10px;
  background: #f7f7f7;
  border-radius: 6px;
  z-index: -10;
}

.qa__header {
  padding-left: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .qa__header {
    padding: 30px 30px 30px 70px;
    height: auto;
    line-height: calc(30 / 20);
  }
}

.qa__header::before {
  position: absolute;
  content: "Q";
  width: 40px;
  height: 40px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #2680ea;
  border-radius: 3px;
  font-size: 21px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}

@media screen and (max-width: 767px) {
  .qa__header::before {
    left: 15px;
    top: 20px;
    transform: translate(0);
  }
}

.qa__header::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 11px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow.png) center center / contain no-repeat;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .qa__header::after {
    right: 8px;
    top: 36px;
    transform: translate(0);
  }
}

.qa__header.is-open::after {
  transform: rotate(180deg) translateY(10px);
}

.qa__body {
  display: none;
  padding: 0 90px 20px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .qa__body {
    padding: 0 30px 20px 70px;
  }
}

.qa__body::after {
  position: absolute;
  content: "A";
  width: 40px;
  height: 40px;
  left: 20px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ff2765;
  border-radius: 3px;
  font-size: 21px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}

@media screen and (max-width: 767px) {
  .qa__body::after {
    left: 15px;
  }
}

.qa__table {
  margin-top: 10px;
  border: 1px solid #d1d1d1;
}

.qa__heads {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qa__head {
  height: 72px;
  flex: 0 0 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #3fa9f5;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .qa__head {
    height: 90px;
    font-size: 12px;
  }
}

.qa__head:last-of-type {
  color: #000;
  background: #f5d51e;
  border-left: 1px solid #d1d1d1;
}

.qa__contents {
  display: flex;
  justify-content: center;
}

.qa__content {
  flex: 0 0 50%;
  padding: 15px;
  background: #ecf4ff;
}

@media screen and (max-width: 767px) {
  .qa__content {
    padding: 10px;
  }
}

.qa__content:last-of-type {
  background: #fef9dd;
  border-left: 1px solid #d1d1d1;
}

@media screen and (max-width: 767px) {
  .qa__txt {
    font-size: 12px;
    line-height: 1.5;
  }
}

.qa__txt--inline {
  color: #c30227;
  font-weight: 700;
}

.qa__txt--inline2 {
  font-size: 11px;
  top: -5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa__txt--inline2 {
    top: -3px;
  }
}

.qa__comment {
  margin-top: 5px;
  color: #666;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .qa__comment {
    margin-top: 10px;
    font-size: 10px;
  }
}

.qa__come {
  margin-top: 15px;
  color: #666;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .qa__come {
    margin-top: 10px;
    font-size: 10px;
  }
}

.qa__table2 {
  margin-top: 30px;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}

.qa__heads2 {
  display: flex;
  justify-content: space-between;
}

.qa__head2 {
  flex: 0 1 40%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  background: #f2f5f5;
  border-bottom: 1px solid #d1d1d1;
}

@media screen and (max-width: 767px) {
  .qa__head2 {
    height: 90px;
    font-size: 12px;
  }
}

.qa__head2:first-of-type {
  flex: 0 1 20%;
}

.qa__head2:nth-of-type(n + 2) {
  border-left: 1px solid #d1d1d1;
}

.qa__contents2 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d1d1d1;
}

.qa__content2 {
  padding: 15px 0;
  flex: 0 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .qa__content2 {
    font-size: 12px;
    line-height: 1.5;
  }
}

.qa__content2:first-of-type {
  flex: 0 1 20%;
  font-weight: 700;
}

.qa__content2:nth-of-type(n + 2) {
  border-left: 1px solid #d1d1d1;
}

.qa__content2--inline {
  font-size: 11px;
  top: -5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa__content2--inline {
    top: -3px;
  }
}

.qa__content2--inline2 {
  font-size: 14px;
}

.qa__content3 {
  display: block;
}

.qa__banner {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.qa__link {
  margin-top: 5px;
  padding-left: 16px;
  color: #3380e5;
  letter-spacing: -0.02em;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa__link {
    margin: 0;
  }
}

.qa__link::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #3176d5;
}

.qa__link:first-of-type {
  margin-top: 10px;
}

.qa__ttl {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .qa__ttl {
    font-size: 16px;
  }
}

.qa__lead {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .qa__lead {
    font-size: 16px;
  }
}

.qa__text {
  margin-top: 5px;
}

.qa__boxs {
  margin-top: 5px;
  border: 1px solid #d1d1d1;
}

.qa__box {
  display: flex;
  justify-content: space-between;
}

.qa__box:last-of-type .qa__left {
  border-top: 1px solid #d1d1d1;
}

.qa__box:last-of-type .qa__right {
  border-top: 1px solid #d1d1d1;
}

.qa__left {
  flex: 0 1 30%;
  padding: 15px 0;
  background: #f2f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
}

.qa__left2 {
  display: block;
}

.qa__left--inline {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .qa__left--inline {
    font-size: 11px;
  }
}

.qa__right {
  flex: 0 1 70%;
  padding: 15px 0;
  border-left: 1px solid #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.qa__right--inline {
  font-size: 11px;
  top: -5px;
  position: relative;
}

.qa__more {
  margin-top: 20px;
  padding-left: 16px;
  color: #3380e5;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa__more {
    margin-top: 15px;
    font-size: 14px;
  }
}

.qa__more::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #3176d5;
}

.intro {
  background: #f2f5f5;
  padding-bottom: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .intro {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.intro .container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .intro .container {
    max-width: 380px;
  }
}

.introSec {
  background: #fff;
  border: 1px solid #D3D3D3;
}

.introSec:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .introSec:not(:last-child) {
    margin-bottom: 1.5em;
  }
}

.intro__title {
  /*padding-top: 77px;*/
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 1em 30px;
  position: relative;
  cursor: pointer;
}

.intro__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 20px;
  height: 20px;
  background: url("../images/icon_plus.png") center no-repeat;
  background-size: contain;
}

.intro__title.is-open:after {
  background-image: url("../images/icon_minus.png");
}

@media screen and (max-width: 767px) {
  .intro__title {
    /*padding-top: 30px;*/
    padding: 1em;
    font-size: 20px;
    line-height: 1.4;
  }
  .intro__title:after {
    right: 1em;
    width: 1em;
    height: 1em;
  }
}

.intro__area {
  display: none;
  /*margin-top: 22px;*/
  padding: 0 70px 47px;
}

@media screen and (max-width: 767px) {
  .intro__area {
    /*margin-top: 20px;*/
    padding: 0 25px 40px;
  }
}

.intro__lead {
  padding-top: 25px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .intro__lead {
    padding-top: 20px;
  }
}

.intro__text {
  margin-top: 17px;
  font-size: 14px;
  /*font-weight: 700;*/
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .intro__text {
    margin-top: 15px;
    font-weight: normal;
  }
}

.intro__comment {
  margin-top: 7px;
  color: #505050;
  font-size: 14px;
  letter-spacing: -0.02em;
  /*font-weight: 700;*/
}

@media screen and (max-width: 767px) {
  .intro__comment {
    margin-top: 5px;
  }
}

.footer__copy {
  padding: 20px 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .footer__copy {
    padding: 15px 0;
    font-size: 12px;
  }
}

.modalBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modalBg.is-open {
  display: block;
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background: #fff;
  border-radius: 20px;
  z-index: 1001;
  padding: 20px 50px;
  display: none;
}

@media screen and (max-width: 767px) {
  .modal {
    width: 90%;
    padding: 15px;
    border-radius: 10px;
  }
}

.modal.is-open {
  display: block;
}

.modal__close {
  position: absolute;
  width: 60px;
  height: 60px;
  right: -30px;
  top: -30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal__close {
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
  }
}

.modal2,.modal3,.modal4 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background: #fff;
  border-radius: 20px;
  z-index: 1001;
  padding: 35px 70px;
  height: 500px;
  display: none;
}

@media screen and (max-width: 767px) {
  .modal2,.modal3,.modal4 {
    width: 90%;
    border-radius: 10px;
    padding: 20px 30px;
    height: 400px;
  }
}

.modal2.is-open,.modal3.is-open,.modal4.is-open {
  display: block;
}

.modal2__close,.modal3__close,.modal4__close {
  position: absolute;
  width: 60px;
  height: 60px;
  right: -30px;
  top: -30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal2__close,.modal3__close,.modal4__close {
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
  }
}

.modal2__contents,.modal3__contents,.modal4__contents {
  height: 430px;
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  .modal2__contents,.modal3__contents,.modal4__contents {
    height: 370px;
  }
}

.modal2__title,.modal3__title,.modal4__title {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .modal2__title,.modal3__title,.modal4__title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.modal2__area,.modal3__area,.modal4__area {
  text-align: center;
  padding: 10px;
  background: #f2f5f5;
}
.modal__area_asterisk {
  padding: 5px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .modal2__area,.modal3__area,.modal4__area {
    margin-top: 15px;
  }
}

.modal2__areaWrapper,.modal3__areaWrapper,.modal4__areaWrapper {
  display: inline-flex;
  flex-direction: column;
}

.modal2__text,.modal3__text,.modal4__text {
  text-align: left;
  padding-left: 25px;
  font-size: 14px;
  position: relative;
}
.modal__text_asterisk {
  text-align: left;
  font-size: 12px;
}

.modal2__text::after,.modal3__text::after,.modal4__text::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/check.svg) center center / contain no-repeat;
}

/*.modal2__text:last-of-type,.modal3__text:last-of-type,.modal4__text:last-of-type {
  margin-top: 10px;
}*/

.modal2__lead,.modal3__lead,.modal4__lead {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .modal2__lead,.modal3__lead,.modal4__lead {
    margin-top: 15px;
    font-size: 16px;
  }
}

.modal2__boxs,.modal3__boxs,.modal4__boxs {
  margin-top: 10px;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}

.modal2__box,.modal3__box,.modal4__box {
  display: flex;
  justify-content: space-between;
}

.modal2__left,.modal3__left,.modal4__left {
  flex: 0 0 40%;
  padding: 15px 0;
  border-bottom: 1px solid #d1d1d1;
  background: #f2f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
}

.modal2__left--inline,.modal3__left--inline,.modal4__left--inline {
  font-size: 12px;
}

.modal2__right,.modal3__right,.modal4__right {
  flex: 0 1 60%;
  padding: 15px 0;
  border-left: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.modal2__right--inline,.modal3__right--inline,.modal4__right--inline {
  font-size: 11px;
  top: -5px;
  position: relative;
}
.modal2__right--inline15,.modal3__right--inline15,.modal4__right--inline15 {
  font-size: 11px;
  top: -15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .modal2__right2,.modal3__right2,.modal4__right2 {
    display: block;
  }
}

.modal2__comment,.modal3__comment,.modal4__comment {
  margin-top: 15px;
  color: #666;
  font-size: 12px;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

/*20250219追加*/
.fv {
	background: #7bc0d9;
	text-align: center;
}

/*# sourceMappingURL=style.css.map */
