@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  width: 100%;
  height: 100%;
  color: #333333;
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
Base style & container
==================================================== */
* {
  min-height: 0;
  min-width: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body.open {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    /*
    &.rollover,
    &:hover {
    	@include hover(0.7);
    }
    */
  }
}
@media screen and (max-width: 767px) {
  a.rollover, a:hover {
    pointer–events: none;
  }
}
a.no-underline {
  text-decoration: none;
}

p {
  line-height: 180%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

figure {
  margin: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1232px;
}
.inner-880 {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 912px;
}
.inner-994 {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1026px;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.d-none {
  display: none !important;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
column layout
==================================================== */
/* column2--layout */
.column2--layout,
.column3--layout,
.column4--layout {
  display: flex;
  flex-wrap: wrap;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.jc-space-between {
  justify-content: space-between;
}

.ai-center {
  align-items: center;
}

/* ====================================================
float layout
==================================================== */
.center {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.left {
  float: left;
}

.right {
  float: right;
}

.ofh {
  overflow: hidden;
}

/* ====================================================
section
==================================================== */
.sec {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .sec {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 1200px) {
  .sec {
    margin: 0 0 40px;
  }
}

.bg_white {
  background: #fff;
}

.bg_gray {
  background: #EAF2F0;
}

/* ====================================================
Header
==================================================== */
.header {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.header .head-logo {
  padding: 9px 0 9px 40px;
}
@media screen and (max-width: 767px) {
  .header .head-logo {
    padding: 3px 8px;
    max-width: 143px;
  }
}
.header nav ul {
  display: flex;
  align-items: center;
}
.header nav ul li {
  display: flex;
  align-items: center;
}
.header nav ul li:first-of-type:after {
  content: " | ";
  font-weight: 700;
}
.header nav ul li a {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header nav ul li a {
    font-size: 15px;
  }
}
.header nav ul li.btn-contact {
  background: #A69753;
  margin-left: 20px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .header nav ul li.btn-contact {
    width: auto;
    margin-left: 15px;
  }
}
.header nav ul li.btn-contact a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
}

.header.is-fixed {
  width: 100%;
  opacity: 1;
  top: 0;
  z-index: 100;
}

/* ====================================================
Footer
==================================================== */
footer {
  background: #fff;
}
footer .link-list {
  background: #005139;
  display: flex;
  justify-content: center;
  padding: 4.5vw 0;
  font-size: 1.15vw;
}
@media screen and (max-width: 767px) {
  footer .link-list {
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 16px;
    font-size: 16px;
  }
}
footer .link-list li {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  footer .link-list li {
    margin: 0;
  }
  footer .link-list li:not(last-of-type) {
    margin-bottom: 24px;
  }
}
footer .link-list li a {
  color: #fff;
}
footer .footer-bottom {
  width: 100%;
  max-width: 1232px;
  padding: 20px 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 0.93vw;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    text-align: center;
  }
}

.bottom-logo {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .bottom-logo {
    padding: 65px 0;
  }
}
@media screen and (max-width: 767px) {
  .bottom-logo img {
    width: 55%;
    max-width: 171px;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 11px;
    padding-top: 18px;
  }
}

/* ====================================================
bread
==================================================== */
.bread {
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  margin: 0 auto;
}
.bread ul {
  max-width: 1232px;
  width: 100%;
  margin: auto;
  padding: 12px 16px;
}
.bread ul li {
  display: inline-block;
}
.bread ul li:not(:last-of-type):after {
  content: "＞";
  color: #F27C0F;
  font-weight: bold;
  display: inline-block;
  background: #FFF;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0 8px 0 12px;
  position: relative;
  top: 0px;
}
.bread ul li a {
  text-decoration: none;
}

/* ====================================================
MODULE
==================================================== */
.hook {
  height: 0;
  font-size: 0%;
}

/*パンくずMODULE*/
/*見出しMODULE*/
/* font MODULE */
/*
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
*/
.bold {
  font-weight: 700;
}
.bold * {
  font-weight: 700 !important;
}

/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .sp-txt--center {
    text-align: center;
  }
}

/*リンクMODULE*/
.underline {
  text-decoration: underline;
}

.links:hover {
  cursor: pointer;
}

/*ボタンMODULE*/
.btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  background: #A69753;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  padding: 20px 10px;
  overflow: hidden;
  font-size: 18px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 13px;
  }
}
.btn-round {
  border-radius: 5em;
}
@media screen and (min-width: 768px) {
  .btn:not(input):hover {
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
  }
  .btn:not(input):hover:after {
    left: 0;
  }
}
.btn-dark {
  background: #005139;
}
.btn-620 {
  max-width: 620px;
}

/*ボックスMODULE*/
/*テーブルMODULE*/
.tbl--border {
  margin-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .tbl--border {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .tbl--border tr th, .tbl--border tr td {
    border-bottom: 1px solid #CACACA;
  }
}
.tbl--border th, .tbl--border td {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .tbl--border th, .tbl--border td {
    padding: 16px 0;
    display: block;
  }
}
.tbl--border th {
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1201px) {
  .tbl--border th {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .tbl--border th {
    padding-bottom: 8px;
    border-bottom: 0;
  }
}
.tbl--border th span {
  font-weight: 400;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .tbl--border td {
    padding-top: 0;
    border-bottom: 1px solid #CACACA;
  }
}

.tbl--normal {
  width: 100%;
  word-wrap: break-word;
  table-layout: fixed;
  border-collapse: collapse;
  min-width: 100%;
}
.tbl--normal th,
.tbl--normal td {
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .tbl--normal th,
  .tbl--normal td {
    display: block;
  }
}
.tbl--normal th {
  background-color: #efefef;
  border: 1px solid #666666;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 1201px) {
  .tbl--normal th {
    width: 250px;
  }
}
.tbl--normal td {
  border: 1px solid #666666;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tbl--normal td {
    border-top: 0;
    border-bottom: 0;
  }
}
.tbl--normal tr:last-of-type td {
  border-bottom: 1px solid #666666;
}

/*セレクト MODULE*/
/*モーダルMODULE*/
/* ====================================================
pages
==================================================== */
.loader-bg {
  background: #005139;
  width: 100%;
  height: 100%;
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.loader-bg .loader {
  position: -webkit-fixed;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* index */
.index-kv {
  border: 10px solid #005139;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index-kv {
    border-width: 5px;
  }
}
.index-kv .kv-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  max-width: 1119px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .index-kv .kv-copy {
    padding: 32px;
  }
}
.index-kv .kv-copy h2 {
  background: #005139;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .index-kv .kv-copy h2 {
    font-size: 16px;
  }
}
.index-kv .kv-copy p {
  font-size: 80px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .index-kv .kv-copy p {
    font-size: 40px;
    text-align: left !important;
  }
}
.index-kv .arrow-bottom {
  position: absolute;
  bottom: 2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 6%;
}
@media screen and (max-width: 767px) {
  .index-kv .arrow-bottom {
    width: 10%;
    bottom: 6vw;
  }
}

.slide-top,
.slide-bottom {
  overflow: hidden;
  height: 50%;
}
.slide-top .slick-list,
.slide-bottom .slick-list {
  height: 100%;
}
.slide-top .slick-track,
.slide-bottom .slick-track {
  display: flex;
  height: 100%;
}
.slide-top .slick-slide,
.slide-bottom .slick-slide {
  object-fit: cover;
}
@media screen and (min-width: 991px) {
  .slide-top .slick-slide,
  .slide-bottom .slick-slide {
    height: auto;
  }
}

.sec01 {
  position: relative;
  color: #fff;
  padding: 8.7vw 0;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 65px 0;
  }
}
.sec01 h2 {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec01 h2 {
    font-size: 24px;
  }
}
.sec01 p {
  padding: 2.7vw 0 3.3vw;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec01 p {
    font-size: 18px;
    text-align: left !important;
  }
}
.sec01 .sec01_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/index/sec01_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .sec01 .sec01_bg {
    background-attachment: fixed;
    background-size: cover;
  }
}

.sec02 {
  position: relative;
  padding: 8.7vw 0;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 65px 0;
  }
}
.sec02 .inner {
  max-width: 962px;
  padding: 0 16px;
}
.sec02 h2 {
  font-size: 48px;
  font-weight: 500;
  color: #005139;
}
@media screen and (max-width: 767px) {
  .sec02 h2 {
    font-size: 24px;
  }
}
.sec02 p {
  padding: 2.7vw 0 2.7vw;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec02 p {
    padding: 35px 0;
    text-align: left !important;
  }
}

.sec03 {
  position: relative;
  padding: 12.2vw 0;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 100px 0;
  }
}
.sec03 .sec03_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/index/sec03_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .sec03 .sec03_bg {
    background-attachment: fixed;
    background-size: cover;
  }
}

.sec04 {
  background: #EAF2F0;
  padding: 8.7vw 0;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 65px 0;
  }
}
.sec04 .left-area,
.sec04 .right-area {
  display: flex;
  align-items: center;
  padding-top: 2.7vw;
}
@media screen and (max-width: 767px) {
  .sec04 .left-area,
  .sec04 .right-area {
    flex-direction: column;
    padding: 55px 16px 0;
  }
}
.sec04 .left-area *,
.sec04 .right-area * {
  min-height: 0;
  min-width: 0;
}
.sec04 .left-area .txt-area {
  margin-left: -100px;
}
@media screen and (max-width: 767px) {
  .sec04 .left-area .txt-area {
    margin-left: 0;
  }
}
.sec04 .right-area {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec04 .right-area {
    flex-direction: column;
  }
}
.sec04 .right-area .txt-area {
  margin-right: -100px;
}
@media screen and (max-width: 767px) {
  .sec04 .right-area .txt-area {
    margin-right: 0;
  }
}
.sec04 h2 {
  font-size: 48px;
  font-weight: 500;
  color: #005139;
}
@media screen and (max-width: 767px) {
  .sec04 h2 {
    font-size: 24px;
  }
}
.sec04 h3 {
  font-size: 2.3vw;
}
@media screen and (max-width: 767px) {
  .sec04 h3 {
    font-size: 24px;
  }
}
.sec04 .slide-area {
  width: 100%;
  max-width: 47%;
}
@media screen and (max-width: 767px) {
  .sec04 .slide-area {
    max-width: 100%;
  }
}
.sec04 .txt-area {
  background: #005139;
  color: #fff;
  padding: 3.3vw;
  max-width: 39.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 .txt-area {
    max-width: 100%;
    width: 100%;
    padding: 55px 16px 16px;
  }
}
.sec04 .txt-area p {
  padding-top: 2.1vw;
  font-size: 0.9vw;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec04 .txt-area p {
    font-size: 16px;
  }
}

.sec05 {
  background: #EAF2F0;
  padding: 8.7vw 0;
}
.sec05 .inner h2 {
  font-size: 48px;
  font-weight: 500;
  color: #005139;
}
@media screen and (max-width: 767px) {
  .sec05 .inner h2 {
    font-size: 24px;
  }
}
.sec05 .inner > p {
  padding-top: 2.6vw;
  padding-bottom: 4vw;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec05 .inner > p {
    padding-top: 36px;
    padding-bottom: 55px;
    font-size: 16px;
    text-align: left;
  }
}
.sec05 article {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec05 article {
    flex-direction: column;
    margin-bottom: 35px;
  }
}
.sec05 article figure {
  position: relative;
}
.sec05 article figure img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.sec05 article figure p {
  position: absolute;
  bottom: 2.5vw;
  left: 2.5vw;
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec05 article figure p {
    font-size: 32px;
    bottom: 16px;
    left: 16px;
  }
}
.sec05 article .txt-area {
  background: #fff;
  padding: 35px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .sec05 article .txt-area {
    padding: 25px 16px;
  }
}
.sec05 article .txt-area .date {
  background: #005139;
  color: #fff;
  font-size: 22px;
  padding: 1px 25px;
}
@media screen and (max-width: 767px) {
  .sec05 article .txt-area .date {
    font-size: 16px;
    padding: 7px 16px;
  }
}
.sec05 article .txt-area .logo {
  padding-top: 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 article .txt-area .logo {
    padding-top: 16px;
  }
}
.sec05 article .txt-area .btn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .sec05 article .txt-area .btn {
    margin-top: 16px;
  }
}

.sec06 {
  padding: 8.7vw 0;
}
.sec06 .inner h2 {
  font-size: 2.6vw;
  color: #005139;
}
@media screen and (max-width: 767px) {
  .sec06 .inner h2 {
    font-size: 24px;
  }
}
.sec06 .inner > p {
  padding-top: 2.6vw;
  padding-bottom: 4vw;
  font-size: 0.9vw;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec06 .inner > p {
    font-size: 16px;
    text-align: left;
  }
}
.sec06 .mark-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec06 .mark-list {
    flex-wrap: wrap;
  }
}
.sec06 .mark-list article {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 .mark-list article {
    width: 48%;
    margin-bottom: 24px;
  }
}
.sec06 .mark-list article a {
  color: #A69753;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec06 .mark-list article a {
    font-size: 12px;
  }
}
.sec06 .mark-list article a:hover {
  opacity: 0.7;
}

.contact-area {
  background: #EAF2F0;
  padding: 4vw 0;
}
@media screen and (max-width: 767px) {
  .contact-area {
    padding: 64px 16px;
  }
}
.contact-area .btn {
  font-size: 1.6vw;
  padding: 21px 10px;
}
@media screen and (max-width: 767px) {
  .contact-area .btn {
    font-size: 24px;
    padding: 15px 10px;
  }
}

/* second */
.page-head {
  background: #005139;
  text-align: center;
  color: #fff;
  padding: 4.7vw 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-head {
    padding: 13vw 0;
  }
}
.page-head h2 {
  font-size: 56px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-head h2 {
    font-size: 24px;
  }
}

.step {
  padding-bottom: 3.2vw;
}
@media screen and (max-width: 767px) {
  .step {
    padding-bottom: 8vw;
  }
}
.step p {
  padding: 3.2vw 0 0;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .step p {
    font-size: 16px;
  }
}
.step p span {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .step p span {
    font-size: 13px;
  }
}

.c-darkgreen {
  color: #005139;
}

/* contact */
.form-area dl {
  margin-bottom: 40px;
}
.form-area dl dt {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form-area dl dt {
    font-size: 16px;
  }
}
.form-area dl dt:after {
  content: attr(data-txt);
  display: block;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form-area dl dt:after {
    font-size: 13px;
  }
}
.form-area dl dt span.require {
  background: #F93C31;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
  display: inline-block;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .form-area dl dt span.require {
    margin-left: 18px;
  }
}
.form-area dl dd {
  padding-top: 20px;
}
.mw_wp_form_confirm .form-area dd {
  width: 100%;
  border: 1px solid #CACACA;
  background: #F2F2F2;
  border-radius: 5px;
  font-size: 18px;
  margin-top: 20px;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form-area dd {
    font-size: 16px;
    padding: 12px 20px;
  }
}

.agree-area {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.agree-area .check-area {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .agree-area .check-area {
    font-size: 16px;
  }
}
.agree-area .check-area a {
  text-decoration: underline;
}
.agree-area .check-area:after {
  content: attr(data-txt);
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .agree-area .check-area:after {
    font-size: 13px;
  }
}
.mw_wp_form_confirm .agree-area {
  display: none;
}

.reture-area {
  display: none;
  text-align: center;
}
.reture-area a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .reture-area a {
    font-size: 16px;
  }
}
.reture-area a:hover {
  opacity: 0.7;
}
.reture-area a span {
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: left;
  text-indent: 20px;
}
@media screen and (max-width: 767px) {
  .reture-area a span {
    font-size: 13px;
  }
}
.mw_wp_form_confirm .reture-area {
  display: block;
}

.form-control {
  width: 100%;
  border: 1px solid #CACACA;
  background: #F2F2F2;
  border-radius: 5px;
  font-size: 18px;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .form-control {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.form-control::placeholder {
  color: #808080;
}

.btn-area {
  text-align: center;
  margin: 50px 0 80px;
}

.btn-submit {
  display: inline-block;
  width: 100%;
  max-width: 343px;
  background: #005139;
  border: 0;
  border-radius: 5rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 22px 0 17px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn-submit {
    font-size: 16px;
  }
}
.btn-submit:hover {
  cursor: pointer;
  opacity: 0.7;
}
.btn-submit:after {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .btn-submit:after {
    font-size: 13px;
  }
}
.btn-submit.btn-confirm:after {
  content: "確認画面へ";
}
.btn-submit.btn-finish:after {
  content: "送信する";
}

.dashicons--arrow-left-alt2 {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='m14 5l-5 5l5 5l-1 2l-7-7l7-7z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: relative;
  top: 3.5px;
}

.complete-area {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .complete-area {
    font-size: 16px;
    margin-bottom: 100px;
  }
}
.complete-area span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .complete-area span {
    font-size: 13px;
  }
}

/* privacy */
.privacy .inner {
  max-width: 912px;
  margin: 0 auto;
}
.privacy .inner p {
  margin-bottom: 50px;
  font-size: 16px;
}
.privacy .inner p:has(+ ul) {
  margin-bottom: 0;
}
.privacy .inner p:last-of-type {
  margin-bottom: 80px;
}
.privacy .inner ul {
  font-size: 16px;
  padding-left: 1.4em;
  margin-bottom: 50px;
}
.privacy .inner ul li {
  list-style: disc;
}
.privacy .inner h2 {
  font-size: 18px;
  font-weight: 700;
  color: #005139;
  margin-bottom: 20px;
}
.privacy .inner a {
  text-decoration: underline;
}

/* kotodama */
.kotodama-kv img {
  width: 100%;
}

.ttl_h2 {
  font-size: 48px;
  font-weight: 500;
  color: #005139;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl_h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.k_sec01 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .k_sec01 {
    padding: 64px 0;
  }
}
.k_sec01 .movie-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .k_sec01 .movie-area {
    padding-top: 64px;
  }
}
.k_sec01 .movie-area article {
  /* min-width: 379px; */
  max-width: 31.5833333333%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .k_sec01 .movie-area article {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .k_sec01 .movie-area article:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
.k_sec01 .movie-area article a {
  display: block;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.k_sec01 .movie-area article a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .k_sec01 .movie-area article a img {
    width: 100%;
  }
}

.lead_copy {
  text-align: center;
  font-size: 18px;
  line-height: 360%;
}
@media screen and (max-width: 767px) {
  .lead_copy {
    font-size: 16px;
    line-height: 280%;
  }
}

ul.list_decimal {
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  ul.list_decimal {
    padding-left: 2.5em;
  }
}
ul.list_decimal li {
  list-style: decimal;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}
ul.list_decimal li span {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  ul.list_decimal li span {
    display: block;
    font-size: 13px;
  }
}

.oubo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .oubo-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.oubo-box dt {
  border: 2px solid #005139;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 16px;
  color: #005139;
}
@media screen and (max-width: 767px) {
  .oubo-box dt {
    font-size: 16px;
    padding: 2px 12px;
    margin-bottom: 10px;
  }
}
.oubo-box dd {
  font-size: 24px;
  font-weight: 500;
  color: #005139;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .oubo-box dd {
    margin-left: 0;
    font-size: 16px;
  }
}

.k_sec02 {
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .k_sec02 {
    padding: 64px 0;
  }
}
.k_sec02 dl {
  display: flex;
  align-items: baseline;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .k_sec02 dl {
    flex-direction: column;
  }
}
.k_sec02 dl dt {
  font-size: 80px;
  font-weight: 700;
  color: #ABD5C7;
  font-family: "Noto Serif JP", serif;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .k_sec02 dl dt {
    font-size: 48px;
  }
}
.k_sec02 dl dd {
  padding-left: 30px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .k_sec02 dl dd {
    padding-left: 0;
  }
}
.k_sec02 dl dd p {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .k_sec02 dl dd p {
    font-size: 20px;
  }
}
.k_sec02 dl dd .underline {
  border-bottom: 2px solid #005139;
  padding-bottom: 3px;
  text-decoration: none;
  color: #005139;
}
.k_sec02 dl dd > div {
  background: #E9F2EF;
  padding: 38px 36px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .k_sec02 dl dd > div {
    margin-top: 24px;
    padding: 32px 16px;
  }
}
.k_sec02 ul {
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .k_sec02 ul {
    padding-left: 2em;
  }
}
.k_sec02 ul li {
  list-style: disc;
  font-size: 16px;
  font-weight: 500;
  line-height: 240%;
}
.k_sec02 ul li span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  .k_sec02 ul li span {
    font-size: 13px;
  }
}

.k_sec03 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .k_sec03 {
    padding: 64px 0;
  }
}
.k_sec03 p.txt-center {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .k_sec03 p.txt-center {
    font-size: 16px;
    margin-bottom: 55px;
    text-align: left !important;
  }
}
.k_sec03 .oubo-box {
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #005139;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .k_sec03 .oubo-box {
    padding-bottom: 24px;
  }
}
.k_sec03 .oubo-box:first-of-type {
  border-top: 1px solid #005139;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .k_sec03 .oubo-box:first-of-type {
    padding-top: 24px;
  }
}
.k_sec03 .oubo-box:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .k_sec03 .oubo-box:last-of-type {
    margin-bottom: 56px;
  }
}
.k_sec03 ul.list_decimal li {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .k_sec03 ul.list_decimal li {
    font-size: 20px;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .k_sec03 ul.list_decimal li span {
    padding-bottom: 10px;
  }
}

.k_sec05 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .k_sec05 {
    padding: 64px 0;
  }
}
.k_sec05 .inner {
  max-width: 1026px;
}
@media screen and (max-width: 767px) {
  .k_sec05 .fuji_logo {
    max-width: 330px;
    margin: 0 auto;
  }
}
.k_sec05 .copy {
  border-top: 1px solid #005139;
  border-bottom: 1px solid #005139;
  padding: 32px 0;
  margin: 50px 0;
}
.k_sec05 .ttl_h2 {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .k_sec05 .ttl_h2 {
    font-size: 24px;
  }
}
.k_sec05 p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .k_sec05 p {
    font-size: 13px;
  }
}

.oubo-date {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .oubo-date {
    margin: 40px 0 0;
  }
}
.oubo-date h3 {
  background: #005139;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .oubo-date h3 {
    text-align: left;
    padding: 6px 16px;
  }
}
.oubo-date p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .oubo-date p {
    font-size: 13px;
  }
}
.oubo-date .date {
  margin: 30px 0;
  color: #005139;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .oubo-date .date {
    font-size: 20px;
    text-align: left;
    margin: 15px 0 30px;
  }
}
.oubo-date .date span {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .oubo-date .date span {
    font-size: 20px;
  }
}
.oubo-date .k_btn-area {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .oubo-date .k_btn-area {
    margin: 56px 0 0;
  }
}/*# sourceMappingURL=style.css.map */