@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body {
  color: #000;
  line-height: 1.6;
  font-size: 1.6rem;
  background: #E6EDF5;
}
@media (max-width: 750px) {
  body {
    font-size: 4.0712468193vw;
  }
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: #2354A2;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
@media (min-width: 750px) {
  a:hover {
    text-decoration: none;
  }
}

* {
  box-sizing: border-box;
}

.spHdn {
  display: block !important;
}

.pcHdn {
  display: none !important;
}

@media (max-width: 750px) {
  body.is-fixed {
    overflow: hidden;
  }
  .spHdn {
    display: none !important;
  }
  .pcHdn {
    display: block !important;
  }
}
#page #contents {
  max-width: 750px;
  margin: 0 auto;
  background: #FFF;
}
@media (max-width: 750px) {
  #page #contents {
    border-left: none;
    border-right: none;
  }
}

section .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 750px;
}
@media (max-width: 750px) {
  section .inner {
    padding: 0;
  }
}
section.pd {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 750px) {
  section.pd {
    padding-top: 12.7226463104vw;
    padding-bottom: 12.7226463104vw;
  }
}
section.full {
  padding: 0;
}
section.full .inner {
  max-width: initial;
}

.hdgTtl02 {
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.3;
  color: #2354A2;
  text-align: center;
}
@media (max-width: 750px) {
  .hdgTtl02 {
    margin: 0 0 7.6335877863vw;
    font-size: 5.8524173028vw;
  }
}

.hdgTtl03 {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  top: -8px;
  left: 0;
}
.hdgTtl03 > div {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  height: 52px;
  margin: 0 auto;
  padding-bottom: 15px;
  border-radius: 0px 0px 10px 10px;
  background: #2354A2;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #FFF;
}
@media (max-width: 750px) {
  .hdgTtl03 > div {
    max-width: 89.8218829517vw;
    height: 13.2315521628vw;
    padding-bottom: 3.8167938931vw;
    font-size: 5.5979643766vw;
  }
}
.hdgTtl03 > div:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid #a3a3a3;
  right: -8px;
  top: 0;
}
.hdgTtl03 span.big {
  font-size: 3.2rem;
}
@media (max-width: 750px) {
  .hdgTtl03 span.big {
    font-size: 8.1424936387vw;
  }
}

.hdgTtl05 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 40px;
  padding: 0 20px;
  background: #2354A2;
}
@media (max-width: 750px) {
  .hdgTtl05 {
    height: 10.1781170483vw;
    padding: 0 5.0890585242vw;
    max-width: inherit;
  }
}
.hdgTtl05 span {
  display: block;
  line-height: 1;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 750px) {
  .hdgTtl05 span {
    font-size: 5.0890585242vw;
  }
}
.hdgTtl05:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 20px solid #FFF;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  .hdgTtl05:after {
    border-top: 10.6870229008vw solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 5.0890585242vw solid #FFF;
  }
}

.block02 {
  display: grid;
  grid-template-columns: 1fr 266px;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 750px) {
  .block02 {
    grid-template-columns: 1fr;
    padding: 0 5.0890585242vw;
  }
}
.block02 .hdgTtl05 {
  margin-bottom: 20px;
}
.block02 > .ph {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .block02 > .ph img {
    max-width: 266px;
    margin: 0 auto;
  }
}
.block02:not(:first-of-type) {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .block02:not(:first-of-type) {
    margin-top: 12.7226463104vw;
  }
}

.block03 {
  position: relative;
  padding: 60px 30px 30px;
  border-radius: 20px;
  background: #e6edf5;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
@media (max-width: 750px) {
  .block03 {
    padding: 60px 2.6666666667vw 30px;
  }
}
.block03 .inner {
  display: grid;
  grid-template-columns: 1fr 266px;
  align-items: flex-start;
  gap: 55px;
  padding: 0;
}
@media (max-width: 750px) {
  .block03 .inner {
    grid-template-columns: 1fr;
    padding: 0 5.0890585242vw;
    gap: 5.0890585242vw;
  }
}
.block03 .inner > .txt {
  padding-left: 50px;
}
@media (max-width: 750px) {
  .block03 .inner > .txt {
    padding-left: 0;
  }
}
.block03 .inner > .ph {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .block03 .inner > .ph img {
    max-width: 266px;
    margin: 0 auto;
  }
}
.block03 .inner:not(:first-of-type) {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .block03 .inner:not(:first-of-type) {
    margin-top: 12.7226463104vw;
  }
}

.block04 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 750px) {
  .block04 {
    grid-template-columns: 1fr;
    padding: 0 5.0890585242vw;
  }
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .icon {
    margin-bottom: 7.6335877863vw;
  }
}
.icon > img {
  display: block;
}
@media (max-width: 750px) {
  .icon > img {
    width: 8.3969465649vw;
  }
}

.entryBtn {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .entryBtn {
    display: none;
    margin: 0 5.0890585242vw;
  }
}
.entryBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 690px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(#efae00 0%, #e89801 100%);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease 0s;
}
@media (max-width: 750px) {
  .entryBtn a {
    height: 12.213740458vw;
  }
}
.entryBtn a .inner {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 750px) {
  .entryBtn a .inner {
    margin-right: 5.0890585242vw;
  }
}
.entryBtn a .inner > span {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 750px) {
  .entryBtn a .inner > span {
    font-size: 3.3078880407vw;
  }
}
.entryBtn a .inner > span:last-of-type {
  font-size: 3rem;
  margin-left: 0.5em;
}
@media (max-width: 750px) {
  .entryBtn a .inner > span:last-of-type {
    font-size: 5.0890585242vw;
  }
}
.entryBtn a .inner:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #fff;
  right: -50px;
  top: 57%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
}
@media (max-width: 750px) {
  .entryBtn a .inner:before {
    right: -40px;
    width: 20px;
    height: 20px;
  }
}
.entryBtn a .inner:after {
  position: absolute;
  content: "";
  top: 57%;
  right: -29px;
  width: 6px;
  height: 6px;
  border: solid 1px #e89801;
  border-right: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.5s ease 0s;
}
@media (max-width: 750px) {
  .entryBtn a .inner:after {
    width: 5px;
    height: 5px;
    right: -24px;
  }
}
@media (min-width: 750px) {
  .entryBtn a:hover {
    background: #FFF;
    border: solid 2px #e89801;
    transition: all 0.5s ease 0s;
  }
  .entryBtn a:hover .inner > span {
    color: #e89801;
    transition: all 0.5s ease 0s;
  }
  .entryBtn a:hover .inner:before {
    background: #e89801;
    transition: all 0.5s ease 0s;
  }
  .entryBtn a:hover .inner:after {
    border: solid 1px #FFF;
    border-right: none;
    border-bottom: none;
    transition: all 0.5s ease 0s;
  }
}
.entryBtn.top {
  margin: 0;
}
@media (max-width: 750px) {
  .entryBtn.top {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    z-index: 100;
    height: 46px;
  }
}
.entryBtn.top a {
  max-width: initial;
  border-radius: 0;
}
@media (max-width: 750px) {
  .entryBtn.top a {
    height: 46px;
  }
}

.contactBtn {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .contactBtn {
    margin: 5.0890585242vw 5.0890585242vw 0;
  }
}
.contactBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 690px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0.67) 0%, #1c1c1c 100%);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease 0s;
}
@media (max-width: 750px) {
  .contactBtn a {
    height: 12.213740458vw;
  }
}
.contactBtn a .inner {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 750px) {
  .contactBtn a .inner {
    margin-right: 5.0890585242vw;
  }
}
.contactBtn a .inner > span {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
}
.contactBtn a .inner > span:last-of-type {
  font-size: 3rem;
  margin-left: 0.5em;
}
@media (max-width: 750px) {
  .contactBtn a .inner > span:last-of-type {
    font-size: 4.5801526718vw;
  }
}
.contactBtn a .inner:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 13px;
  width: 26.25px;
  background: #fff;
  right: -50px;
  top: 57%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
}
@media (max-width: 750px) {
  .contactBtn a .inner:before {
    right: -40px;
    width: 20px;
    height: 20px;
  }
}
.contactBtn a .inner:after {
  position: absolute;
  content: "";
  top: 57%;
  right: -29px;
  width: 6px;
  height: 6px;
  border: solid 1px #000;
  border-right: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.5s ease 0s;
}
@media (max-width: 750px) {
  .contactBtn a .inner:after {
    width: 5px;
    height: 5px;
    right: -24px;
  }
}
@media (min-width: 750px) {
  .contactBtn a:hover {
    background: #FFF;
    border: solid 2px #000;
    transition: all 0.5s ease 0s;
  }
  .contactBtn a:hover .inner > span {
    color: #000;
    transition: all 0.5s ease 0s;
  }
  .contactBtn a:hover .inner:before {
    background: #000;
    transition: all 0.5s ease 0s;
  }
  .contactBtn a:hover .inner:after {
    border: solid 1px #FFF;
    border-right: none;
    border-bottom: none;
    transition: all 0.5s ease 0s;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 593px;
  background: url("../images/bg_mv-pc.jpg") no-repeat center top;
  background-size: cover;
}
@media (max-width: 750px) {
  .mv {
    padding: 7.6335877863vw 5.0890585242vw;
    height: 190.8396946565vw;
    min-height: calc(100vh - 100px);
    background: url("../images/bg_mv-sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
.mv h1 {
  position: absolute;
  width: 350px;
  height: 178px;
  top: 50px;
  left: 30px;
}
@media (max-width: 750px) {
  .mv h1 {
    position: relative;
    width: 100%;
    left: initial;
    top: initial;
    height: 46.0559796438vw;
    margin-bottom: 48.3460559796vw;
  }
}
.mv .ph {
  position: absolute;
  bottom: 0;
  left: 30px;
  max-width: 394px;
}
@media (max-width: 750px) {
  .mv .ph {
    position: absolute;
    width: auto;
    left: initial;
    top: initial;
    bottom: 0;
    max-width: 88.8040712468vw;
    height: 55.9796437659vw;
    height: auto;
    margin-bottom: 0;
  }
  .mv .ph img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.mv .logo {
  position: absolute;
  width: 161px;
  top: 510px;
  right: 60px;
}
@media (max-width: 750px) {
  .mv .logo {
    width: auto;
    right: 5.0890585242vw;
    bottom: 3.8167938931vw;
    top: 55%;
    width: 40.9669211196vw;
    max-width: 161px;
  }
}
.mv .logo img {
  display: block;
  width: 345px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .mv .logo img {
    width: 40.9669211196vw;
  }
}

.note {
  font-size: 1.3rem;
}
@media (max-width: 750px) {
  .note {
    font-size: 3.3078880407vw;
  }
}

#cont01 .icon {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  #cont01 .icon {
    margin-bottom: 10.1781170483vw;
  }
}
#cont01 .txtIntro {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  #cont01 .txtIntro {
    padding: 0 5.0890585242vw;
    font-size: 3.5623409669vw;
  }
}
#cont01 .txtIntro > p:not(:last-of-type) {
  margin-bottom: 2em;
}
#cont01 .hdgTtl04 {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}
#cont01 .hdgTtl04 > div {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 750px) {
  #cont01 .hdgTtl04 > div {
    font-size: 5.0890585242vw;
  }
}
#cont01 .hdgTtl04 span.big {
  font-size: 5rem;
}
@media (max-width: 750px) {
  #cont01 .hdgTtl04 span.big {
    font-size: 8.3969465649vw;
  }
}
#cont01 .block03:last-of-type {
  position: relative;
  margin-top: 68px;
}
#cont01 .block03:last-of-type:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 58px;
  background: url("../images/icon04.svg") no-repeat left top;
  background-size: cover;
  top: -66px;
  left: 50%;
  margin-left: -25px;
}

#cont03 .flow {
  margin-top: 30px;
}
#cont03 .flow img {
  display: block;
  width: 100%;
  max-width: 614px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  #cont04 {
    padding: 12.7226463104vw 5.0890585242vw;
  }
}
#cont04 .att {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  border-radius: 54px;
  background: #fcf1da;
  margin-bottom: 30px;
}
#cont04 .att p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  color: #f80606;
}
@media (max-width: 750px) {
  #cont04 .att p {
    font-size: 4.0712468193vw;
  }
}

#pageTOP {
  text-align: right;
  padding: 30px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 750px) {
  #pageTOP {
    padding: 5.0890585242vw;
  }
  #pageTOP a img {
    width: 12.7226463104vw;
  }
}
@media (min-width: 750px) {
  #pageTOP:hover {
    opacity: 0.7;
    transition: all 0.3s ease 0s;
  }
}

#gblHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 750px;
  height: 54px;
  margin: 0 auto;
  padding: 0 30px 0 20px;
  background: #FFF;
  z-index: 100;
}
@media (max-width: 750px) {
  #gblHeader {
    padding: 0 5.0890585242vw;
    border-left: none;
    border-right: none;
  }
}
#gblHeader .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
}
#gblHeader .inner .logo {
  width: 116px;
}
@media (max-width: 750px) {
  #gblHeader .inner .logo {
    width: 29.5165394402vw;
    min-width: 116px;
  }
}
#gblHeader .inner .logo h1 {
  width: 116px;
  margin: 0;
  padding: 0;
}
@media (max-width: 750px) {
  #gblHeader .inner .logo h1 {
    width: 22.9007633588vw;
    min-width: 116px;
  }
}
#gblHeader .inner .logo h1 a {
  display: block;
  width: 100%;
}
#gblHeader .inner .logo h1 a img {
  display: block;
  width: 100%;
}
#gblHeader .inner .logo_r {
  width: 80px;
}
#gblHeader .inner .logo_r a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background: #FFF;
  text-align: center;
}
#gblHeader .inner .logo_r a img {
  display: block;
  height: 100%;
}

#gblFooter {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px;
  background: #000;
  border-left: solid 1px #707070;
  border-right: solid 1px #707070;
}
@media (max-width: 750px) {
  #gblFooter {
    padding: 12.7226463104vw 5.0890585242vw;
  }
}
#gblFooter .logo {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #gblFooter .logo {
    margin-bottom: 12.7226463104vw;
  }
}
#gblFooter .logo a {
  display: block;
  width: 190px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #gblFooter .logo a {
    width: 48.3460559796vw;
  }
}
#gblFooter .address {
  margin-bottom: 50px;
  padding: 0 72px;
  font-size: 1.2rem;
  color: #FFF;
}
@media (max-width: 750px) {
  #gblFooter .address {
    margin-bottom: 12.7226463104vw;
    padding: 0;
    font-size: 3.0534351145vw;
  }
}
#gblFooter .copyright {
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
}