@charset "UTF-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2023/06/01
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
/*====================================================================================================

format

====================================================================================================*/
html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0 auto;
}

p {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  letter-spacing: -0.5em;
}

li {
  letter-spacing: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0 !important;
}

hr {
  display: none;
}

img {
  border: none;
  vertical-align: middle;
}

li img {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  vertical-align: middle;
  font-size: 1.6rem;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
}

button::-moz-focus-inner {
  border: none;
  padding: 0;
}

:-moz-placeholder-shown {
  color: #051D42;
}

:-ms-input-placeholder {
  color: #051D42;
}

:placeholder-shown {
  color: #051D42;
}

::-webkit-input-placeholder {
  color: #051D42;
}

::-moz-placeholder {
  color: #051D42;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #051D42;
}

em,
address,
small {
  font-style: normal;
}

em {
  font-weight: 700;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
picture,
source,
main {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

/*====================================================================================================

base

====================================================================================================*/
html,
body {
  height: 100%;
}

html {
  font-size: 10px;
}

body {
  color: #051D42;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-size: 3.2rem;
  font-weight: normal;
}

a {
  color: #004ba5;
}
@media (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  a[href*="tel:"] {
    cursor: text;
    text-decoration: none;
    pointer-events: none;
    color: #F8F4EC;
  }
  a[href*="tel:"] img {
    cursor: default;
  }
  a:hover {
    opacity: 0.8;
  }
}

p {
  font-size: 1.8rem;
  line-height: 5.4rem;
  margin-bottom: 6rem;
}

button,
input,
select,
textarea {
  font-size: 1.6rem;
}

#wrapper {
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #wrapper {
    min-width: 670px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 320px;
  }
}

/* Header
--------------------------------------------------------------------------------------------------- */
#header {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #header .content {
    background: url("/images/mv_bg_pc.png") no-repeat;
    background-position: 46% 60%;
    height: 490px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* MainContents
--------------------------------------------------------------------------------------------------- */
#container {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #container {
    width: 100%;
  }
  #container .pcOnly {
    display: block;
  }
  #container .spOnly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #container .spOnly {
    display: block;
  }
  #container .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #mainContents {
    padding: 0 20px;
  }
}

/* Footer
--------------------------------------------------------------------------------------------------- */
#footer {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #footer {
    width: 670px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  #footer .content {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .content {
    margin-top: 4rem;
  }
}
#footer a {
  text-decoration: none;
  color: #051D42;
}
@media (min-width: 768px) {
  #footer a:hover {
    opacity: 0.4;
  }
}
#footer .unav {
  margin: 0;
}
#footer .unav > li {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #footer .unav {
    text-align: center;
  }
  #footer .unav > li {
    width: 80px;
  }
}
#footer .unav > li:nth-child(n+2) {
  margin-left: 20px;
}
#footer .pagetop {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  #footer .pagetop {
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .pagetop {
    margin: 4rem 0 0;
  }
}
#footer .pagetop a {
  position: relative;
}
#footer .pagetop a:before {
  content: "";
  position: absolute;
  width: 16px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
@media (min-width: 768px) {
  #footer .pagetop a:before {
    top: -20%;
    left: -9px;
  }
}
@media screen and (max-width: 767px) {
  #footer .pagetop a:before {
    top: -30%;
    left: -42%;
  }
}
#footer .pagetop a:after {
  content: "";
  position: absolute;
  width: 16px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media (min-width: 768px) {
  #footer .pagetop a:after {
    top: -20%;
    left: 9px;
  }
}
@media screen and (max-width: 767px) {
  #footer .pagetop a:after {
    top: -30%;
    right: -42%;
  }
}
#footer .copyright {
  text-align: center;
}
@media (min-width: 768px) {
  #footer .copyright {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 1.4rem;
    margin-bottom: 0rem;
  }
}

/*====================================================================================================

    module

====================================================================================================*/
/* section module
--------------------------------------------------------------------------------------------------- */
.section01 {
  background: url("/images/img04.jpg") rgba(255, 255, 255, 0.92) no-repeat;
  background-size: cover;
  background-position: top center;
  background-blend-mode: lighten;
  padding: 8rem 0 6.6rem;
  z-index: 0;
}

.section02 {
  background: #051D42;
  z-index: 0;
  color: #F8F4EC;
}
@media (min-width: 768px) {
  .section02 {
    padding: 12rem 0 6.6rem;
  }
  .section02 h2 {
    width: 290px;
    margin: -1.6rem 0;
  }
  .section02 .boxInner .image {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .section02 {
    padding: 4rem 0 0.1rem 0;
  }
  .section02 h2 {
    margin: 3rem 0 2rem;
  }
  .section02 p {
    padding: 0 15px;
  }
}

.section03 {
  background: #F8F4EC;
  z-index: 0;
  padding: 8rem 0 6.6rem;
}

.section04 {
  background: #051D42;
  z-index: 0;
  color: #F8F4EC;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section04 {
    padding: 8rem 0 9rem;
  }
}
@media screen and (max-width: 767px) {
  .section04 {
    padding: 8rem 0;
  }
}
.section04:before {
  background: url("/images/icon04.png") center/contain no-repeat;
  content: "";
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -6.5%;
}
@media (min-width: 768px) {
  .section04:before {
    height: 266px;
    left: 14%;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .section04:before {
    height: 260px;
    left: 7%;
    width: 140px;
  }
}
.section04:after {
  background: url("/images/icon04.png") center/contain no-repeat;
  content: "";
  position: absolute;
  z-index: -999;
}
@media (min-width: 768px) {
  .section04:after {
    height: 252px;
    left: 76%;
    top: 68%;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .section04:after {
    height: 280px;
    left: 59%;
    top: 79%;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section04 .boxInner .liquidImage {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .section04 .boxInner .image {
    width: 383px;
  }
}
@media (min-width: 768px) {
  .section04 .note {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .section04 .note {
    margin-bottom: 2.4rem;
  }
}

/* heading module
--------------------------------------------------------------------------------------------------- */
.heading {
  margin: 1rem 0 3rem;
}

/* box module
--------------------------------------------------------------------------------------------------- */
.box {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .box {
    width: 670px;
  }
}
@media screen and (max-width: 767px) {
  .box {
    padding: 0 5.4%;
  }
}
@media (min-width: 768px) {
  .box .boxTitle {
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .boxInner {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .boxInner p {
    margin: -1.2rem 0 -1.2rem 4rem;
    width: 520px;
  }
  .boxInner p [class*=pcAlignLeft] {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .boxInner p {
    margin: 3rem 0 -1rem;
  }
}

/* paragraph module
--------------------------------------------------------------------------------------------------- */
.liquidImage {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content;
}
.liquidImage img {
  max-width: 100%;
  height: auto;
}
.liquidImage .image {
  grid-row: 1/2;
  grid-column: 2/3;
  text-align: center;
  margin: 0 auto;
}
.liquidImage .caption {
  grid-row: 2/3;
  grid-column: 2/3;
  margin-top: 10px;
  color: #051D42;
  font-size: 1.2rem;
}

/* list module
--------------------------------------------------------------------------------------------------- */
ul > .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 20px;
}
ul > .column p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  text-align: start;
  letter-spacing: 1em;
  line-height: inherit;
  width: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul > .column .image {
  border-radius: 20px 0 0 20px;
}
@media (min-width: 768px) {
  ul > .column {
    margin: 2rem;
  }
}
@media screen and (max-width: 767px) {
  ul > .column {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  ul > .column:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  ul > .column:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  ul > .column:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.numberList {
  counter-reset: li;
  display: inline-block;
}
.numberList > li {
  font-size: 1.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.numberList > li > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .numberList > li {
    text-align: left;
  }
}
.numberList > li:before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: counter(li) ".";
  counter-increment: li;
  font-size: 2.6rem;
}
.numberList > li::before {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .numberList > li:last-child {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

/* navigation module
--------------------------------------------------------------------------------------------------- */
/* button color01 */
[class*=buttonClr01] {
  background: #051D42;
  -webkit-box-shadow: 10px 0px 0 #C6BB83, -10px 0px 0 #C6BB83;
          box-shadow: 10px 0px 0 #C6BB83, -10px 0px 0 #C6BB83;
  color: #F8F4EC;
}

@media (min-width: 768px) {
  [class*=pcButtonClr01] {
    background: #051D42;
    -webkit-box-shadow: 10px 0px 0 #C6BB83, -10px 0px 0 #C6BB83;
            box-shadow: 10px 0px 0 #C6BB83, -10px 0px 0 #C6BB83;
    color: #F8F4EC;
  }
}
@media screen and (max-width: 767px) {
  [class*=spButtonClr01] {
    background: #051D42;
    -webkit-box-shadow: 10px 0px 0 #C6BB83, -10px 0px 0 #C6BB83;
            box-shadow: 10px 0px 0 #C6BB83, -10px 0px 0 #C6BB83;
    color: #F8F4EC;
  }
}
/* button color02 */
[class*=buttonClr02] {
  background: #C6BB83;
  margin-top: 6rem;
  color: #051D42;
}

@media (min-width: 768px) {
  [class*=pcButtonClr02] {
    background: #C6BB83;
    margin-top: 6rem;
    color: #051D42;
  }
}
@media screen and (max-width: 767px) {
  [class*=spButtonClr02] {
    background: #C6BB83;
    margin-top: 6rem;
    color: #051D42;
  }
}
.button a,
.button button,
.button input[type=button],
.button input[type=submit],
.button input[type=reset],
.button span {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  border-radius: 30px;
  padding: 0 20px;
  height: 60px;
  text-decoration: none;
}
.button a.is_disabled, .button a[disabled],
.button button.is_disabled,
.button button[disabled],
.button input[type=button].is_disabled,
.button input[type=button][disabled],
.button input[type=submit].is_disabled,
.button input[type=submit][disabled],
.button input[type=reset].is_disabled,
.button input[type=reset][disabled],
.button span.is_disabled,
.button span[disabled] {
  background: #051D42;
  pointer-events: none;
}
@media (min-width: 768px) {
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 30px;
    font-size: 1.9rem;
  }
  .button a,
  .button button,
  .button input[type=button],
  .button input[type=submit],
  .button input[type=reset] {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1.9rem;
    margin: 0 2rem 6rem;
  }
  .button > li:nth-child(n+2) {
    margin-top: 10px;
  }
  .button a,
  .button button,
  .button input[type=button],
  .button input[type=submit],
  .button input[type=reset],
  .button span {
    width: 100%;
  }
}

.buttonImg {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .buttonImg {
    width: 547px;
  }
}

/* dl module
--------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  dl {
    margin-left: 6rem;
  }
  dl a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  dl {
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem 0 0;
  }
}
dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  dl > div:last-child {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  dl > div:last-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4rem;
  }
}
dl a {
  color: #F8F4EC;
  text-underline-offset: 0.3ex;
}

dt {
  width: 70px;
}
@media screen and (max-width: 767px) {
  dt {
    height: 40px;
  }
}

dd {
  margin-left: 0;
}

/* form module
--------------------------------------------------------------------------------------------------- */
/* modifier module
--------------------------------------------------------------------------------------------------- */
/* text align */
[class*=alignLeft] {
  text-align: left !important;
}

@media (min-width: 768px) {
  [class*=pcAlignLeft] {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=spAlignLeft] {
    text-align: left !important;
  }
}
[class*=alignCenter] {
  text-align: center !important;
}

@media (min-width: 768px) {
  [class*=pcAlignCenter] {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=spAlignCenter] {
    text-align: center !important;
  }
}
[class*=alignRight] {
  text-align: right !important;
}

@media (min-width: 768px) {
  [class*=pcAlignRight] {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=spAlignRight] {
    text-align: right !important;
  }
}
[class*=alignTop] {
  vertical-align: top !important;
}

@media (min-width: 768px) {
  [class*=pcAlignTop] {
    vertical-align: top !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=spAlignTop] {
    vertical-align: top !important;
  }
}
[class*=alignMiddle] {
  vertical-align: middle !important;
}

@media (min-width: 768px) {
  [class*=pcAlignMiddle] {
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=spAlignMiddle] {
    vertical-align: middle !important;
  }
}
[class*=alignBottom] {
  vertical-align: bottom !important;
}

@media (min-width: 768px) {
  [class*=pcAlignBottom] {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 767px) {
  [class*=spAlignBottom] {
    vertical-align: bottom !important;
  }
}
/* margin module
--------------------------------------------------------------------------------------------------- */
.mgT20 {
  margin: 2rem 0 0;
}

.mgT50 {
  margin-top: 5rem;
}

.mgT70 {
  margin-top: 7rem;
}

.mgT80 {
  margin-top: 8rem;
}

.mgL80 {
  margin-left: 8rem;
}

.mgR20 {
  margin-right: 2rem;
}

.mgB10 {
  margin-bottom: 1rem;
}

.mgB20 {
  margin-bottom: 2rem;
}

.mgB30 {
  margin-bottom: 3rem;
}

.mgB40 {
  margin-bottom: 4rem;
}

.mgB50 {
  margin-bottom: 5rem;
}

.mgTb40 {
  margin: 4rem 0;
}

.mgTb40-10 {
  margin: 4rem 0 0;
}

/* ※※ module
--------------------------------------------------------------------------------------------------- */
/*====================================================================================================

    unique

====================================================================================================*/
.flexPtn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.note {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  [class*=spBorderRadius] {
    border-radius: 0 20px 20px 0 !important;
  }
}/*# sourceMappingURL=styles.css.map */