@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

/* all
---------------------------------------------------------------------------*/
.fc-b {color: #2a2a2a; }
.txt-break {
  white-space: normal;
  word-break: break-all!important;
  text-align: justify; }
.bgc1 {
  background: #F6FAFF; }

/* wrap
---------------------------------------------------------------------------*/
.wrap {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px; }

/* 色つき背景 */
.wrap.typeB {
  width: 100%;
  max-width: 100%;
  padding: 64px 0 80px;
  margin-top: 160px;
  margin-bottom: 80px;
  background: #EEF5FF;
  position: relative; }
.wrap.typeB::before,
.wrap.typeB::after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute; }
.wrap.typeB::before {
  background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #EEF5FF 50.5%) no-repeat top left/100% 100%;
  top: -100px; }
.wrap.typeB::after {
  background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #EEF5FF 50.5%) no-repeat top left/100% 100%;
  bottom: -100px; }

.wrap.typeC {
  max-width: 960px;
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 984px) {
  .wrap,
  .swiper-container.slider2 {
    padding-left: 24px;
    padding-right: 24px; }
  .wrap.typeA,
  .wrap.typeC {
    padding-left: 24px;
    padding-right: 24px; }
}

/* a
---------------------------------------------------------------------------*/
a {
  color: #091A7A;
  text-decoration: underline; }
small a {
  text-decoration: none;
  color: #2a2a2a; }

/* h-tag
---------------------------------------------------------------------------*/
h2, h3, h4 {
  display: block;
  color: #091A7A;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif; }

/* h2 */
h2 {
  font-size: 4.8rem;
  text-align: center; }
h2 i {
  display: block;
  font-style: normal;
  font-size: 1.6rem; }

/* h3 */
h3 {
  display: inline-block;
  font-size: 2.8rem; }
h3 i {
  font-style: normal; }

/* h4 */
h4 {
  font-size: 2rem; }

section p {
  line-height: 2;
  text-align: justify; }
section p + p {
  margin-top: 1em; }

@media screen and (max-width: 500px) {
  h2 {
    font-size: 8.8vw; }
  h2 i {
    font-size: 4vw; }
  h3 {
    font-size: 6.4vw; }
  h4 {
    font-size: 4.8vw; }
}

/* btn
---------------------------------------------------------------------------*/
.btnA a {
  background: #091A7A;
  color: #fff;
  max-width: 640px;
  height: 64px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* table
---------------------------------------------------------------------------*/
table[class^="table"] td,
table[class^="table"] th {
  border: none;
  padding: 1.2em; }
table[class^="table"] tr:not(:last-child) td,
table[class^="table"] tr:not(:last-child) th {
  border-bottom: solid 16px #EEF5FF; }

table[class^="tableA"] th {
  color: #091A7A;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #D6E4FF;
  text-align: left; }

table[class^="tableB"] th {
  color: #091A7A;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #D6E4FF;
  text-align: left; }
table[class^="tableB"] td {
  background: #fff;
  padding-left: 2.4em;
  padding-right: 2em; }
table[class^="tableB"] th {
  position: relative; }
table[class^="tableB"] th::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #D6E4FF;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -10px; }

@media screen and (max-width: 880px) {
  table[class^="tableA"] th,
  table[class^="tableA"] td {
    width: 100%;
    display: block; }
  table[class^="tableA"] th {
    padding-bottom: 0; }

  table[class^="tableB"] th {
    width: 100%;
    padding-top: 0.64em;
    padding-bottom: 0.64em; }
  table[class^="tableB"] th::after {
    display: none; }
  table[class^="table"] tr:not(:last-child) th {
    border-bottom: none; }
  table[class^="tableB"] td {
    padding-left: 1.2em;
    padding-right: 1.2em; }
}
@media screen and (max-width: 500px) {
  table[class^="tableA"] td input + input {
    margin-top: 0.64em; }
}

/* flex-wrap
---------------------------------------------------------------------------*/
.flex-wrap.two + ul {
  margin-top: 40px; }

/* mv
---------------------------------------------------------------------------*/
#mv h1 {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10; }
#mv h1 img {
  width: 362px;
  height: 60px; }

@media screen and (max-width: 1200px) {
  figure#mv h1 {
    left: 24px; }
}

@media screen and (max-width: 500px) {
  figure#mv h1 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  #mv h1 img {
    width: 80%;
    height: auto; }
  #mv .slide-img img {
    height: 64vh;
    width: auto; }
}

/* blankspace
---------------------------------------------------------------------------*/
div + .swiper-slide,
div + .swiperOption {
  margin-top: 0; }
section + section:not(.ryakureki) {
  margin-top: 80px;
  padding-top: 80px; }
section + section.ryakureki {
  margin-top: 80px;
  position: relative; }
section + section.ryakureki::before {
  content: '';
  display: inline-block;
  background: url("../images/bg-img.png") no-repeat;
  width: 700px;
  height: 610px;
  position: absolute;
  top: -240px;
  left: -96px;
  z-index: -1; }
section + section.contact-wrap {
  padding-top: 0; }

@media screen and (min-width: 1200px) {
  #menu1 {
    padding-top: 60px;
    margin-top: 80px; }
  header.is-animation + #menu1 {
    margin-top: 180px; }
}
@media screen and (max-width: 1200px) {
  #menu1 {
    padding-top: 80px; }
}
@media screen and (max-width: 880px) {
  .ryakureki .flex-wrap li + li {
    margin-top: 64px; }
  section + section.ryakureki::before {
    top: -96px; }
}
@media screen and (max-width: 500px) {
  section + section.ryakureki::before {
    display: none; }
}

/* footer
---------------------------------------------------------------------------*/
footer {
  padding-top: 80px;
  padding-bottom: 24px;
  text-align: center; }

/* sub
---------------------------------------------------------------------------*/
section figure img {
  border-radius: 16px; }

/* greeting */
.greeting p + h4 {
  margin-top: 24px; }
.greeting h4 i {
  font-style: normal;
  font-size: 1.44rem; }

/* contact */
section + .contact-wrap {
  padding-top: 0;
  margin-top: 80px;
  background: #EEF5FF; }
.contact-wrap .wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
.contact-wrap a {
  text-decoration: none;
  border-radius: 24px;
  padding: 40px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.contact-wrap a figure img {
  width: 80px;
  height: 80px; }
.contact-wrap a h4 {
  color: #091a7a; }
.contact-wrap a p {
  color: #091a7a;
  height: 40px;
  padding: 0.1em 1.6em 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  background: #D6E4FF;
  transition: .32s ease; }
/*.contact-wrap a p::after {
  content: '';
  width: 0;
  height: 0;
  margin-top: -0.16em;
  margin-left: 10px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #3366FF;
  transition: .32s ease; }*/
.contact-wrap a figure + h4,
.contact-wrap a h4 + p {
  margin-top: 0; }
.contact-wrap:hover {
  cursor: pointer; }
.contact-wrap:hover a p {
  color: #fff;
  background: #091a7a;
  transition: .32s ease; }
/*.contact-wrap:hover a p::after {
  border-color: transparent transparent transparent #fff;
  transition: .32s ease; }*/

@media screen and (max-width: 767px) {
  .contact-wrap a {
    flex-direction: column;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .contact-wrap a figure {
    margin-bottom: 16px; }
  .contact-wrap a h4 {
    margin-bottom: 16px; }
}

/* concept */
h2 + div.concept-wrap {
  margin-top: 40px; }

.concept-wrap .swiper-slide {
  height: 540px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-items: stretch; }
.concept-wrap .swiper-slide .slide-img {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  height: auto;
  background: #EEF5FF; }
.concept-wrap .swiper-slide .slide-img figure + h3 {
  margin-top: 24px; }
.concept-wrap .swiper-slide .slide-img h3 + p {
  margin-top: 8px; }

@media screen and (max-width: 480px) {
  .concept-wrap .swiper-slide {
    height: 500px; }
}
@media screen and (max-width: 400px) {
  .concept-wrap .swiper-slide {
    height: 440px; }
}

/* accordion */
.accordion li + li {
  margin-top: 24px; }

.ac-check {
  display: none; }

.about-btn {
  height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 40px;
  border-radius: 4px 4px 0 0;
  background: #EEF5FF;
  position: relative; }
.about-btn::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../images/arrow2.svg");
  position: absolute;
  right: 40px; }
.about-btn h3 {
  font-size: 2.4rem; }
.about-btn h3 i {
  font-size: 1.4rem;
  margin-left: 2em; }

.about-check {
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
  transition: opacity .4s ease; }
.about-check p {
  line-height: 1.8; }

.ac-check:checked + .about-btn + .about-check {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 0 40px 48px;
  border-radius: 0 0 4px 4px;
  background: #EEF5FF;
  transition: opacity .4s ease; }
.ac-check:checked + .about-btn::before {
  background: url("../images/arrow3.svg"); }

@media screen and (max-width: 767px) {
  .about-btn {
    padding: 0 24px; }
  .about-btn h3 i {
    margin-left: 0; }
  .ac-check:checked + .about-btn + .about-check {
    padding: 0 24px 32px; }
  .about-btn::before {
    right: 24px; }
}

@media screen and (max-width: 500px) {
  .about-btn h3 {
    line-height: 1.2; }
  .about-btn h3 i {
    margin-left: 0; }
  .about-check {
    display: none; }
  .ac-check:checked + .about-btn + .about-check {
    display: block; }
}

/* list */
.listA li + li {
  margin-top: 0.4em; }

/* #gNav
---------------------------------------------------------------------------*/
header {
  max-width: 100%;
  width: 100%;
  border-color: #e9eef1; }
header div {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .6s ease; }
header div figure img {
  width: 330px;
  height: 55px; }

header.is-animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #fff;
  border-bottom: solid 1px #e9eef1; }
header.is-animation div {
  height: 60px;
  border-bottom: none;
  transition: .6s ease; }
header.is-animation ol {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 1200px) {
  header:not(.is-animation) {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; }
  header div figure img {
    display: none; }
  header.is-animation {
    background: none;
    border-bottom: none; }
  header .wrap.typeA {
    padding-left: 0;
    padding-right: 0; }
}

#gNav {
  background: none; }
#gNav ol {
  justify-content: flex-end; }
#gNav ol > li {
  width: auto;
  margin-left: 1em;
  margin-right: 1em; }
#gNav ol > li > a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  color: #091A7A;
  background: #D6E4FF;
  border-radius: 40px;
  height: 40px;
  padding: 0.04em 2em 0;
  transition: .32s ease; }
#gNav ol > li > a:hover {
  color: #fff;
  background: #091A7A;
  transition: .32s ease; }
#gNav ol > li:last-child {
  margin-right: 0; }

.sp {
  display: none; }

@media screen and (max-width: 1200px) {
  .sp {
    display: block; }
  #gNav ol {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    padding: 32px;
    overflow: hidden; }
  #gNav ol > li {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    text-align: left!important;
    margin-left: 0;
    margin-right: 0; }
  #gNav ol > li > a {
    font-size: 2.4rem;
    width: 100%;
    height: auto;
    color: #091A79;
    background: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  #gNav ol > li > a span {
    font-size: 1.4rem;
    margin-left: 0.32em; }
  #gNav ol > li > a:hover {
    color: #091A79;
    background: none; }
  #gNav ol > li.sp img {
  width: 362px;
  height: 60px; }

  /* 開く */
  .open	#gNav ol {
    visibility: visible;
    opacity: 1; }
  .open #gNav ol > li + li {
    margin-top: 32px; }

  .trigger {
    line-height: 1;
    letter-spacing: 0;
    width: 64px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  	position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
    background: #091A7A;
    border-radius: 4px; }
  .trigger:hover {
    cursor: pointer; }
  .trigger .bar {
    display: block;
    width: 32px;
    height: 1px;
    background: #fff;
    transition: .32s ease; }
  .trigger .bar + span {
    margin-top: 0.6em; }
  .trigger.active .bar {
    background: #fff;
    transition: .32s ease; }
  .trigger.active .top {
    transform: translateY(0.31em) rotateZ(15deg); }
  .trigger.active .bottom {
    transform: translateY(-0.31em) rotateZ(-15deg); }
}
@media screen and (max-width: 500px) {
  #gNav ol > li > a {
    font-size: 6vw; }
  #gNav ol > li > a span {
    font-size: 3.2vw; }
  .open #gNav ol > li + li {
    margin-top: 32px; }
  #gNav ol > li.sp img {
    width: 80%;
    height: auto; }
}

/* sp-only
---------------------------------------------------------------------------*/
.spOnly {
  display: none; }

@media screen and (max-width: 767px) {
  .spOnly {
    display: block; }
  .ptOnly {
    display: none; }
}

/* form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button, input, textarea, select, label {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  display: block; }
button, input {
  overflow: visible; }
button, select {
  text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
  -moz-appearance: button;
  appearance: button; }

input[type="checkbox"]:hover,
input[type="radio"]:hover {
  cursor: pointer; }
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), textarea {
  font-size: 1.5rem;
  color: #333;
  background: #fff;
  border: solid 1px #ccc;
  padding: 0.48em 0.8em;
  border-radius: 0.24em;}

form label {
  cursor: auto; }
form label .fontB {font-weight: bold;}

/* focus */
input:focus, textarea:focus, select:focus {
  outline: 0;
  border: solid 1px #EA3A11; }
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus {
  border: solid 1px #EA3A11; }

/* placeholder */
::placeholder {
  color: #c5c5c5; }
input:-webkit-autofill {
  -moz-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset; }

/* required, any */
.required, .any {
  position: relative;
  margin-left: 1.4em; }
.required::before,
.any::before {
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.3em 0.4em 0.35em;
  white-space: nowrap;
  border-radius: 0.16em;
  position: absolute;
  left: -1.8em;
  margin-top: 0.2em;
  cursor: auto; }
.required:before {
  content: "必須";
  background: #EA3A11; }
.any:before {
  content: "任意";
  background: #666; }

/* form-container
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-container h2 {
  margin-top: 80px;
  margin-bottom: 80px; }

.form-container form {
  background: #fff;
  padding: 64px; }
.form-container .tableA {
  width: 100%; }
.form-container .tableA th {
  font-size: 1.6rem;
  color: #2a2a2a;
  background: #fff; }
.form-container .tableA td {
  padding-left: 0;
  padding-right: 0; }
.form-container .tableA td input {
  display: inline-block; }
.form-container table[class^="table"] tr:not(:last-child) td,
.form-container table[class^="table"] tr:not(:last-child) th {
  border: none; }

@media screen and (max-width: 880px) {
  .form-container form {
    padding: 32px 24px; }
}

/* btn
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn-wrapA {
  display: flex;
  justify-content: center;
  margin-top: 48px; }
.btn-wrapA button {
  margin: 0; }
.btn-wrapA button.back {
  background: rgba(51,51,51, .72); }
.btn-wrapA button.back:hover {
  background: rgba(51,51,51, .8); }
.btn-wrapA button + button {
  margin-left: 40px; }

/* button */
.btn-a {
  display: flex;
  justify-content: center; }
button,
.btn-a a {
  color: #fff;
  background: #002c83;
  font-size: 1.6rem;
  letter-spacing: 0.064em;
  width: auto;
  min-width: 14em;
  height: 56px;
  margin: auto;
  padding: 0.72em 0.8em;
  text-align: center;
  display: inline-block;
  border-radius: 28px;
  text-decoration: none; }
button:hover,
.btn-a a:hover {
  color: #fff;
  background: #00226b; }

.confirm-wrap {
  margin-top: 62px; }
.confirm-wrap div.txt {
  overflow-y: scroll;
  border: solid 1px #ccc;
  height: 240px;
  padding: 24px; }
.confirm-wrap div.txt p + h4 {
  margin-top: 1.6em; }
.confirm-wrap div.txt h4 + p {
  margin-top: 0.64em; }

.consent {
  background: rgba(234,58,17, .08);
  border: solid 1px rgba(234,58,17, 0.08);
  padding: 24px;
  padding-left: 3.2em; }
.consent label.required::before {
  top: 0.16em;
  left: -3.6em; }

/* checkWrap */
.checkWrap label {
  position: relative;
  word-break: break-all; }
.checkWrap label:hover {
  cursor: pointer; }
.checkWrap label span {
  display: inline-block; }
.checkWrap label input[type="checkbox"] + span {
  color: #EA3A11;
  font-weight: bold;
  position: relative;
  padding: 0 30px 0 35px; }

.checkWrap label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
.checkWrap label input[type="checkbox"] + span::before,
.checkWrap label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box; }
.checkWrap label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 1px #EA3A11 solid;
  background: #fff; }
.checkWrap label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px; }
.checkWrap label input[type="checkbox"]:checked + span::before {
  background-color: #EA3A11; }
.checkWrap label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

/* disabled */
.checkWrap label input[type="checkbox"]:disabled + span {
  cursor: default; }
.checkWrap label input[type="checkbox"]:disabled + span {
  color: #666; }
.checkWrap label input[type="checkbox"]:disabled + span::before {
  border: 1px #aaa solid; }
button:disabled {
  background: #999; }

/* scrollbar */
.confirm-wrap h3 {
  font-size: 2.4rem; }
.confirm-wrap h3 + p {
  margin-top: 1.2em; }
.confirm-wrap h4 {
  background: #D6E4FF;
  font-size: 1.8rem;
  padding: 0.24em 0.56em 0.16em; }
.confirm-wrap h4 + p {
  margin: 0.64em; }
.confirm-wrap div.txt::-webkit-scrollbar {
  height: auto;
  width: 10px; }
.confirm-wrap div.txt::-webkit-scrollbar-track {
  background: rgb(200, 200, 200);
  background: rgba(200, 200, 200, .16); }
.confirm-wrap div.txt::-webkit-scrollbar-thumb {
  box-shadow: none;
  background: rgba(0,0,0, .08); }