@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
/* Main menu
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #002b80;
  padding: 7px 0;
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 7px 0 87px;
  }
}

.c-footer .copy {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-footer .copy {
    flex-wrap: wrap-reverse;
  }
  .c-footer .copy p {
    width: 100%;
    margin-bottom: 5px;
  }
}

.c-footer p {
  font-size: 1rem;
  color: #8590a6;
  text-align: center;
}

.c-footer .to-top {
  display: block;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #002b80;
  border: 1px solid #002b80;
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 100;
  cursor: pointer;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-footer .to-top.is-active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .c-footer .to-top {
    right: 14px;
    bottom: 99px;
  }
}

.c-footer .to-top span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
}

.c-footer .to-top span svg path {
  fill: currentColor;
}

@media screen and (min-width: 767px) {
  .c-footer .to-top:hover {
    background-color: #fff;
    color: #002b80;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "GenShinGothic-P", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #002B80;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }
}

body.is-hidden {
  overflow: hidden;
}

.l-container {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .l-container {
    padding: 0 24px;
  }
}

.l-wrap {
  max-width: 1136px;
  margin: 0 auto;
}

@media only screen and (max-width: 1136px) {
  .l-wrap {
    padding: 0 24px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  width: 100%;
  max-width: 343px;
  height: 64px;
  margin: 0 auto;
}

.c-btn1 a {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 0.5px;
}

.c-btn1 a span {
  display: inline-block;
  text-align: center;
  padding-right: 25px;
  position: relative;
}

.c-btn1 a span::after {
  content: "";
  width: 20px;
  height: 14px;
  background: url(../img/common/icon-arrow-right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 9px;
  right: -2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 767px) {
  .c-btn1 a:hover span:after {
    right: -8px;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1 h3 {
  font-size: 9.7rem;
  line-height: 1;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.15);
  font-family: "EB Garamond", serif;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 374px) {
  .c-ttl1 h3 {
    font-size: 7rem;
  }
}

.c-ttl1 h3 span {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 38%;
  left: 0;
  letter-spacing: 5px;
  margin-left: 3px;
  text-align: center;
  width: 100%;
}

.c-ttl1--center {
  text-align: center;
}

.c-ttl1--center h3 span {
  letter-spacing: 0;
  margin-left: 0;
}

.c-ttl1--style2 h3 {
  color: #ebf7ff;
}

.c-ttl1--style2 h3 span {
  color: #002b80;
}

/*
------------------------------------------------------------*/
.c-ttl2__ttl {
  font-size: 2.1rem;
  font-family: "EB Garamond", serif;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
}

.c-ttl2__ttl span {
  font-size: 3.6rem;
  font-style: italic;
}

.c-ttl2__ttl::after {
  content: "";
  width: 130px;
  height: 1px;
  background-color: #002B80;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .c-ttl2__ttl::after {
    width: 100%;
    bottom: -1px;
  }
}

.c-ttl2__txt {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1.5px;
  margin-top: 6px;
}

.c-ttl2__txt.lts0 {
  letter-spacing: 0;
}

/*
------------------------------------------------------------*/
.c-ttl3 {
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  position: relative;
}

.c-ttl3::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #002B80;
  position: absolute;
  top: 50%;
  left: 0;
}

.c-ttl3 span {
  display: inline-block;
  background-color: #EBF7FF;
  padding: 0 16px 0;
  position: relative;
  z-index: 1;
}

/*
------------------------------------------------------------*/
.c-ttl4 {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: relative;
  padding-left: 14px;
}

.c-ttl4:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #002B80;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.75rem;
  line-height: 1.57;
}

@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/*
------------------------------------------------------------*/
.c-text2 {
  font-size: 1.6rem;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.4rem;
  }
}

.c-text2 span {
  font-size: 1.3rem;
  display: block;
  margin-top: 2px;
}

@media only screen and (max-width: 767px) {
  .c-text2 span {
    font-size: 1.2rem;
    margin-top: 3px;
  }
}

.c-text2.lh2 {
  line-height: 1.63;
}

@media only screen and (max-width: 767px) {
  .c-text2.lh2 {
    line-height: 1.65;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-navi1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
}

@media only screen and (max-width: 767px) {
  .c-navi1 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
}

.c-navi1.is-sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .c-navi1.is-sticky {
    top: auto;
    bottom: 0;
  }
}

.c-navi1 ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-navi1 ul li {
  width: 192px;
}

@media only screen and (max-width: 767px) {
  .c-navi1 ul li {
    width: calc(100% / 4);
  }
}

.c-navi1 ul a {
  height: 100%;
  box-sizing: border-box;
  color: #002B80;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  padding: 18px 0 14px;
}

@media only screen and (max-width: 767px) {
  .c-navi1 ul a {
    padding: 12px 0 9px;
  }
}

.c-navi1 ul a p {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 28px;
}

.c-navi1 ul a p.wave img {
  margin-top: 2px;
}

.c-navi1 ul a span {
  font-size: 1.7rem;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .c-navi1 ul a span {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 374px) {
  .c-navi1 ul a span {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 767px) {
  .c-navi1 ul a:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .c-list1 {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .c-list1 {
    display: block;
  }
}

.c-list1__item {
  position: relative;
  max-width: 251px;
  width: calc((100% - 132px) / 4);
  margin-right: 44px;
  padding-top: 18px;
}

.c-list1__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .c-list1__item {
    width: calc((100% - 44px) / 2);
    max-width: none;
    margin-bottom: 20px;
  }
  .c-list1__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-list1__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .c-list1__item + .c-list1__item {
    margin-top: 21px;
  }
}

.c-list1 .c-ttl2 {
  position: relative;
}

.c-list1 .c-ttl2__txt {
  position: relative;
  z-index: 1;
}

.c-list1__img {
  width: 136px;
  height: 136px;
  position: absolute;
  top: 0;
  right: 0;
}

.c-list1__img img {
  width: 100%;
  height: auto;
}

.c-list1 .c-text2 {
  position: relative;
  color: #333;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .c-list1 .c-text2 {
    margin-top: 28px;
  }
}

/*
------------------------------------------------------------*/
.c-list2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .c-list2 {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.c-list2 li {
  width: calc((100% - 42px) / 3);
  max-width: 142px;
  margin-right: 21px;
  margin-bottom: 24px;
}

.c-list2 li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-list2 li:nth-child(3n) {
    margin-right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .c-list2 li {
    width: 142px;
    margin: 0 14px 24px;
  }
}

.c-list2 li .thumb {
  width: 142px;
  background-color: #D2ECFF;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .c-list2 li .thumb {
    width: 100%;
  }
}

.c-list2 li .thumb img {
  width: 100%;
  height: auto;
}

.c-list2__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
  .c-list2__ttl {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-list2__ttl {
    font-size: 1.8rem;
  }
}

.c-list2__note {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 13px;
  margin-left: 4px;
}

/*
------------------------------------------------------------*/
.c-list3 {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-list3 {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.c-list3 li {
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
}

.c-list3 li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-list3 li:last-child {
    margin-right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .c-list3 li {
    width: 142px;
    margin: 0 14px 24px;
  }
}

.c-list3__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .c-list3__ttl {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-list3__ttl {
    font-size: 1.8rem;
    line-height: 1.45;
    margin-top: 11px;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mv {
  background: url(../img/top/bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 112px 0 70px;
  height: 768px;
  position: relative;
}

@media only screen and (min-width: 1600px) {
  .c-mv {
    background-position: center bottom 24%;
  }
}

@media only screen and (max-width: 1024px) {
  .c-mv {
    height: 100vh;
    max-height: 1024px;
  }
}

@media only screen and (max-width: 767px) {
  .c-mv {
    padding: 89px 16px 70px;
    max-height: none;
  }
}

.c-mv .logo {
  max-width: 213px;
}

@media only screen and (max-width: 767px) {
  .c-mv .logo {
    max-width: 147px;
  }
}

.c-mv__ttl1 {
  margin-top: -3px;
}

.c-mv__sub {
  margin-top: 2px;
  margin-left: -3px;
}

@media only screen and (max-width: 767px) {
  .c-mv__sub {
    max-width: 302px;
  }
  .c-mv__sub img {
    width: 100%;
  }
}

.c-mv__text {
  background: url(../img/top/bg-text.png) no-repeat;
  background-size: cover;
  width: 603px;
  margin-top: 12px;
  padding: 58px 0 35px;
}

@media only screen and (max-width: 767px) {
  .c-mv__text {
    width: 100%;
    background-size: contain;
    margin-top: 6px;
    padding: 44px 0 35px;
  }
}

.c-mv__text .img {
  max-width: 425px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .c-mv__text .img {
    max-width: 326px;
  }
}

.c-mv__text .c-text1 {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .c-mv__text .c-text1 {
    margin-top: 6px;
  }
}

/*
------------------------------------------------------------*/
.c-price__line {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  background: url(../img/common/dot.png) repeat-X;
  /* background-position: top 32px left 0; */
  background-position: top 45px left 0;
  /* height: 64px; */
  height: 90px;
}

.c-price__line:nth-child(odd) {
  background-color: #fff;
}

.c-price__line:nth-child(odd) p {
  background-color: #fff;
}

.c-price__line p {
  display: inline-block;
  background-color: #ebf7ff;
}

.c-price__line p.ttl {
  font-size: 1.6rem;
  font-weight: 500;
  width: 60px;
  text-align: center;
}

.c-price__line p.e-txt {
  display: block;
  margin-top: -4px;
  padding: 0 10px 0 0;
  text-align: right;
  font-size: 1.3rem;
}

.c-price__line p.detail {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  padding: 0 3px 0 10px;
}

.c-price__line p.detail strong {
  font-size: 5rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -3px;
  margin-top: 1px;
}

.c-price__line p.detail span {
  font-size: 2.2rem;
  margin: 0 -3px 0 4px;
}

.c-price__line p.detail small {
  font-size: 1.2rem;
}


/*
------------------------------------------------------------*/
.c-box1 {
  background-color: #d2ecff;
  border-radius: 8px;
  padding: 48px 64px 45px;
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .c-box1 {
    padding: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .c-box1 {
    flex-wrap: wrap-reverse;
  }
}

.c-box1__img {
  width: 290px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-box1__img {
    width: 100%;
    margin-top: 14px;
  }
}

.c-box1__detail {
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 24px;
  padding: 5px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-box1__detail {
    margin-left: 0;
    padding: 0;
  }
}

.c-box1__ttl {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #002B80;
  padding-bottom: 6px;
}

.c-box1__ttl2 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 14px;
}

.c-box1__ttl2 span {
  margin-right: 10px;
}

.c-box1 .c-text2 {
  margin-top: 6px;
  color: #333;
}

.c-contact {
  background: url(../img/common/bg-contact.jpg) no-repeat;
  background-size: cover;
  padding: 76px 0 96px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-contact .l-container {
    padding: 0 16px;
  }
}

.c-contact .c-ttl1 h3 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 7.3rem;
}

@media only screen and (max-width: 374px) {
  .c-contact .c-ttl1 h3 {
    font-size: 6rem;
  }
}

.c-contact .c-ttl1 h3 span {
  color: #fff;
  font-size: 2rem;
  margin-left: -4px;
  letter-spacing: 1px;
}

.c-contact .c-text2 {
  color: #fff;
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .c-contact .c-text2 {
    text-align: left;
  }
}

.c-contact .c-btn1 {
  margin-top: 39px;
}

@media only screen and (max-width: 767px) {
  .c-contact .c-btn1 {
    margin-top: 45px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top1 {
  background: url(../img/top/bg-about.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 119px 0 166px;
}

@media only screen and (max-width: 767px) {
  .p-top1 {
    padding: 47px 0 341px;
    background: url(../img/top/bg-about-sp.jpg) no-repeat #001236;
    background-size: auto 320px;
    background-position: bottom right;
  }
}

.p-top1__text {
  color: #fff;
  width: 376px;
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .p-top1__text {
    width: 100%;
  }
}

.p-top1__text p + p {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .p-top1__text p + p {
    margin-top: 22px;
  }
}

.p-top1 .c-ttl1 {
  margin-left: 19px;
}

@media only screen and (max-width: 767px) {
  .p-top1 .c-ttl1 {
    margin-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .p-top1 .l-container {
    padding: 0 16px;
  }
}

.p-top2 {
  padding: 74px 0 102px;
}

@media only screen and (max-width: 767px) {
  .p-top2 {
    padding: 48px 0 62px;
  }
}

.p-top2 .c-list1 {
  margin-top: 54px;
}

@media only screen and (max-width: 767px) {
  .p-top2 .c-list1 {
    margin-top: 26px;
  }
}

.p-top3 {
  background-color: #ebf7ff;
  padding: 72px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top3 {
    padding: 47px 0 0;
  }
}

.p-top3 .c-ttl1 h3 {
  color: #fff;
}

.p-top3__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 54px;
}

@media only screen and (max-width: 767px) {
  .p-top3__flex {
    display: block;
    margin-top: 26px;
  }
}

.p-top3__flex .col1 {
  width: 46.8%;
}

@media only screen and (max-width: 767px) {
  .p-top3__flex .col1 {
    width: 100%;
  }
  .p-top3__flex .col1 + .col1 {
    margin-top: 19px;
  }
}

.p-top3__flex .col1 .c-list2 {
  margin-top: 27px;
}

@media only screen and (max-width: 767px) {
  .p-top3__flex .col1 .c-list2 {
    margin: 20px -8px 0;
  }
}

.p-top3__flex .col1 .c-price {
  margin-top: 27px;
}

@media only screen and (max-width: 767px) {
  .p-top3__flex .col1 .c-price {
    margin-top: 20px;
  }
}

.p-top3 .c-box1 {
  /* margin-top: 15px; */
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-top3 .c-box1 {
    margin-top: 37px;
  }
}

.p-top4 {
  background-color: #ebf7ff;
  padding: 84px 0 154px;
}

@media only screen and (max-width: 767px) {
  .p-top4 {
    padding: 48px 0 73px;
  }
}

.p-top4 .c-ttl1 h3 {
  color: #fff;
}

.p-top4__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .p-top4__flex {
    display: block;
    margin-top: 30px;
  }
}

.p-top4__flex .p-top4__img {
  width: 46.8%;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .p-top4__flex .p-top4__img {
    width: 100%;
    margin-top: 0;
  }
}

.p-top4__flex .p-top4__detail {
  width: 50.8%;
}

@media only screen and (max-width: 767px) {
  .p-top4__flex .p-top4__detail {
    width: 100%;
    padding-top: 22px;
  }
}

.p-top4__flex .p-top4__detail .c-list3 {
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .p-top4__flex .p-top4__detail .c-list3 {
    margin: 6px -8px 0;
  }
}

.p-top4__flex .p-top4__detail .c-ttl4.bortop {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #002b80;
}

@media only screen and (max-width: 767px) {
  .p-top4__flex .p-top4__detail .c-ttl4.bortop {
    margin-top: -9px;
  }
}

.p-top4__flex .p-top4__detail .c-ttl4.bortop::before {
  top: 23px;
}

.p-top4__flex .p-top4__detail .c-price__line {
  background-color: #ebf7ff;
  height: 42px;
  background-position: top 21px left 0;
}

.p-top4__flex .p-top4__detail .c-price__line p {
  background-color: #ebf7ff;
}

.p-top4__flex .p-top4__detail .c-price__line p.ttl {
  text-align: left;
  width: auto;
  padding: 0 8px 0 0;
}

.p-top4__flex .p-top4__detail .c-price__line p.detail {
  /* padding: 0 0 0 14px; */
  padding: 0 0 0 20px;
}
/*--追加--*/
.p-top4__detail .c-price__line p.e-txt {
  padding: 0;
}
/*--------*/

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
@font-face {
  font-family: 'GenShinGothic-P';
  src: url("../../assets/fonts/GenShinGothic-P-Bold.eot?q2nno2");
  src: url("../../assets/fonts/GenShinGothic-P-Bold.eot?q2nno2#iefix") format("embedded-opentype"), url("../../assets/fonts/GenShinGothic-P-Bold.ttf?q2nno2") format("truetype"), url("../../assets/fonts/GenShinGothic-P-Bold.woff?q2nno2") format("woff"), url("../../assets/fonts/GenShinGothic-P-Bold.svg?q2nno2#icon") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GenShinGothic-P';
  src: url("../../assets/fonts/GenShinGothic-P-Medium.eot?q2nno2");
  src: url("../../assets/fonts/GenShinGothic-P-Medium.eot?q2nno2#iefix") format("embedded-opentype"), url("../../assets/fonts/GenShinGothic-P-Medium.ttf?q2nno2") format("truetype"), url("../../assets/fonts/GenShinGothic-P-Medium.woff?q2nno2") format("woff"), url("../../assets/fonts/GenShinGothic-P-Medium.svg?q2nno2#icon") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GenShinGothic-P';
  src: url("../../assets/fonts/GenShinGothic-P-Regular.eot?q2nno2");
  src: url("../../assets/fonts/GenShinGothic-P-Regular.eot?q2nno2#iefix") format("embedded-opentype"), url("../../assets/fonts/GenShinGothic-P-Regular.ttf?q2nno2") format("truetype"), url("../../assets/fonts/GenShinGothic-P-Regular.woff?q2nno2") format("woff"), url("../../assets/fonts/GenShinGothic-P-Regular.svg?q2nno2#icon") format("svg");
  font-weight: 400;
  font-style: normal;
}

/*# sourceMappingURL=style.css.map */
