@charset "UTF-8";



/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* ============================================
  共通
============================================ */

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ角ゴ Pro', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.1em;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

@media(min-width: 1060px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}

/* img object fit
--------------------------------- */
.ofi img,
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


/* hr
--------------------------------- */
hr {
  margin: 0;
  padding: 0;
  height: 1px;
  width: 100%;
  border: none;
  outline: none;
  background: rgba(32, 57, 90, 1);
}

/* slick
--------------------------------- */
.slick-slide {
  outline: none;
}

/* pc sp
--------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp-min {
  display: none;
}
br.pc {
  display: inline-block;
}
@media only screen and (max-width: 1060px) {
  .pc, br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .sp-min {
    display: block;
  }
  br.sp-min {
    display: inline-block;
  }
}

/* flex
--------------------------------- */
.flex {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (min-width: 1060px) {
  .flex-pc {
    display: -webkit-flex;
    display: flex;
  }
}

.fw-w {
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}

.ai-c {
  align-items: center;
}
.ai-fe {
  align-items: flex-end;
}
.jc-c {
  justify-content: center;
}
.jc-fe {
  justify-content: flex-end;
}
.jc-sb {
  justify-content: space-between;
}

/* container
--------------------------------- */
.container-lg {
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
}
.container {
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding-left: 4%;
  padding-right: 4%;
}
.container-contents {
  padding-left: 300px;
  max-width: 1450px;
}
.container-contents-w100 {
  padding-left: calc(4% + 300px);
}

@media only screen and (min-width: 1060px) and (max-width: 1280px) {


}

/* opacity
--------------------------------- */
.opacity {
  display: inline-block;
  transition: opacity .2s;
}
.opacity:hover {
  opacity: 0.7;
}


/* margin padding
--------------------------------- */
.mt10 { margin-top: 1rem; }
.mt20 { margin-top: 2rem; }
.mt30 { margin-top: 3rem; }
.mt40 { margin-top: 4rem; }
.mt50 { margin-top: 5rem; }
.mt60 { margin-top: 6rem; }
.mt70 { margin-top: 7rem; }
.mt80 { margin-top: 8rem; }
.mt90 { margin-top: 9rem; }
.mt100 { margin-top: 10rem; }

.mb10 { margin-bottom: 1rem; }
.mb20 { margin-bottom: 2rem; }
.mb30 { margin-bottom: 3rem; }
.mb40 { margin-bottom: 4rem; }
.mb50 { margin-bottom: 5rem; }
.mb60 { margin-bottom: 6rem; }
.mb70 { margin-bottom: 7rem; }
.mb80 { margin-bottom: 8rem; }
.mb90 { margin-bottom: 9rem; }
.mb100 { margin-bottom: 10rem; }

.pt10 { padding-top: 1rem; }
.pt20 { padding-top: 2rem; }
.pt30 { padding-top: 3rem; }
.pt40 { padding-top: 4rem; }
.pt50 { padding-top: 5rem; }
.pt60 { padding-top: 6rem; }
.pt70 { padding-top: 7rem; }
.pt80 { padding-top: 8rem; }
.pt90 { padding-top: 9rem; }
.pt100 { padding-top: 10rem; }

.pb10 { padding-bottom: 1rem; }
.pb20 { padding-bottom: 2rem; }
.pb30 { padding-bottom: 3rem; }
.pb40 { padding-bottom: 4rem; }
.pb50 { padding-bottom: 5rem; }
.pb60 { padding-bottom: 6rem; }
.pb70 { padding-bottom: 7rem; }
.pb80 { padding-bottom: 8rem; }
.pb90 { padding-bottom: 9rem; }
.pb100 { padding-bottom: 10rem; }



/* order
--------------------------------- */
@media only screen and (min-width: 1060px) {
  .order-pc-1 {
    order: 1;
  }
  .order-pc-2 {
    order: 2;
  }
}

/* font
--------------------------------- */
.fc-wht {
  color: #fff;
}
.fc-blue {
  color: #073190;
}
.ff-en {
  font-family: "Jost";
}
.fw-500 {
  font-weight: 500;
}
.fw-700,
.fw-bold {
  font-weight: 700;
}
.fs-30 {
  font-size: 3rem;
}
.fs-20 {
  font-size: 2rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.lh-10 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-13 {
  line-height: 1.3;
}
.lh-14 {
  line-height: 1.4;
}
.lh-15 {
  line-height: 1.5;
}
.lh-16 {
  line-height: 1.6;
}
.lh-17 {
  line-height: 1.7;
}
.lh-18 {
  line-height: 1.8;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.td-u {
  text-decoration: underline;
}




/* background
--------------------------------- */
.bg-navy {
  background: #0c1e36;
}
.bg-beige {
  background: #edebe8;
}

/* table
--------------------------------- */
table {
  width: 100%;
  word-break: break-all;
}


/* inview
--------------------------------- */
.js-inview {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-inview_fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
}
.js-inview_top {
  opacity: 0;
  position: relative;
  top: 30px;
  -webkit-transition: opacity 1.5s, top 1.2s;
          transition: opacity 1.5s, top 1.2s;
}
.js-inview_left {
  opacity: 0;
  position: relative;
  left: -50px;
  -webkit-transition: opacity 1.5s, left 1.2s;
          transition: opacity 1.5s, left 1.2s;
}
.js-inview_right {
  opacity: 0;
  position: relative;
  right: -50px;
  -webkit-transition: opacity 1.5s, right 1.2s;
          transition: opacity 1.5s, right 1.2s;
}
.js-inview_fadeIn.js-inview_view {
  opacity: 1;
}
.js-inview_top.js-inview_view {
  opacity: 1;
  top: 0;
}
.js-inview_left.js-inview_view {
  opacity: 1;
  left: 0;
}
.js-inview_right.js-inview_view {
  opacity: 1;
  right: 0;
}

.inview_list .item {
  opacity: 0;
  -webkit-transition: .2s;
          transition: .2s;
}

/* svg
--------------------------------- */
.svg-inc svg {
  width: 100%;
  fill: #231815;
  vertical-align: middle;
}
.svg-inc.color-wht svg {
  fill: #fff;
}



.slick-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.org-slick-dots {
  line-height: 1;
  display: flex !important;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.org-slick-dots li,
.org-slick-dots li button {
  width: 55px;
  height: 2px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.org-slick-dots li {
  margin: 0 5px;
  background: #edebe8;
  display: inline-block;
  position: relative;
}
.org-slick-dots li button {
  display: block;
  background: #20395a;
  width: 0;
}
.org-slick-dots .slick-active button {
  animation-name: slick_dots_change;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes slick_dots_change {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


/* ============================================
  @media max-1060px
============================================ */
@media only screen and (max-width: 1060px) {

  body {
    min-width: 100%;
    font-size: 1.3rem;
    line-height: 2;
  }

  .container-lg,
  .container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .container-contents {
    padding-left: 0;
  }
  .container-contents-w100 {
    padding-left: 4%;
  }


  /* margin padding
  --------------------------------- */
  .mt10 { margin-top: 1rem; }
  .mt20 { margin-top: calc(2rem / 1.2); }
  .mt30 { margin-top: calc(3rem / 1.5); }
  .mt40 { margin-top: calc(4rem / 1.5); }
  .mt50 { margin-top: calc(5rem / 1.5); }
  .mt60 { margin-top: calc(6rem / 1.8); }
  .mt70 { margin-top: calc(7rem / 1.8); }
  .mt80 { margin-top: calc(8rem / 1.8); }
  .mt90 { margin-top: calc(9rem / 2); }
  .mt100 { margin-top: calc(10rem / 2); }

  .mb10 { margin-bottom: 1rem; }
  .mb20 { margin-bottom: calc(2rem / 1.2); }
  .mb30 { margin-bottom: calc(3rem / 1.5); }
  .mb40 { margin-bottom: calc(4rem / 1.5); }
  .mb50 { margin-bottom: calc(5rem / 1.5); }
  .mb60 { margin-bottom: calc(6rem / 1.8); }
  .mb70 { margin-bottom: calc(7rem / 1.8); }
  .mb80 { margin-bottom: calc(8rem / 1.8); }
  .mb90 { margin-bottom: calc(9rem / 2); }
  .mb100 { margin-bottom: calc(10rem / 2); }

  .pt10 { padding-top: 1rem; }
  .pt20 { padding-top: calc(2rem / 1.2); }
  .pt30 { padding-top: calc(3rem / 1.5); }
  .pt40 { padding-top: calc(4rem / 1.5); }
  .pt50 { padding-top: calc(5rem / 1.5); }
  .pt60 { padding-top: calc(6rem / 1.8); }
  .pt70 { padding-top: calc(7rem / 1.8); }
  .pt80 { padding-top: calc(8rem / 1.8); }
  .pt90 { padding-top: calc(9rem / 2); }
  .pt100 { padding-top: calc(10rem / 2); }

  .pb10 { padding-bottom: 1rem; }
  .pb20 { padding-bottom: calc(2rem / 1.2); }
  .pb30 { padding-bottom: calc(3rem / 1.5); }
  .pb40 { padding-bottom: calc(4rem / 1.5); }
  .pb50 { padding-bottom: calc(5rem / 1.5); }
  .pb60 { padding-bottom: calc(6rem / 1.8); }
  .pb70 { padding-bottom: calc(7rem / 1.8); }
  .pb80 { padding-bottom: calc(8rem / 1.8); }
  .pb90 { padding-bottom: calc(9rem / 2); }
  .pb100 { padding-bottom: calc(10rem / 2); }



  /* font
  --------------------------------- */
  .fs-30 {
    font-size: calc(3rem / 1.5);
  }
  .fs-20 {
    font-size: calc(2rem / 1.2);
  }


  .org-slick-dots li {
    width: 40px;
  }

}




/*  form parts
-------------------------------------------- */

::placeholder {
  color: #7a7a7a;
}
::-webkit-input-placeholder {
  color: #7a7a7a;
}
/* IE */
:-ms-input-placeholder {
  color: #7a7a7a;
}
/* Edge */
::-ms-input-placeholder {
  color: #7a7a7a;
}
:-moz-placeholder {
  color: #7a7a7a;
}
::-moz-placeholder {
  color: #7a7a7a;
}

label {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}

.form-label {
  display: inline-block;
  padding: 0 0 10px;
  margin-right: 20px;
  line-height: 1.5;
}

input[type="checkbox"] {
  cursor: pointer;
  border: 1px solid #20395a;
  -webkit-appearance: none;
  position: relative;
  margin: 0 4px 0 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  width: 18px;
  height: 18px;
  background: #fff;
  vertical-align: -4px;
}

input[type="checkbox"]:checked {
  background: #20395a;
  border: 1px solid #20395a;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  left: 0px;
  top: 12px;
  display: block;
  content: "";
  width: 8px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 6px;
  top: 12px;
  content: "";
  width: 13px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
input[type="checkbox"] + .text {
  display: inline-block;
  margin-left: 5px;
}

input[type=radio] {
	display: none;
}
.mwform-checkbox-field {
  display: block;
}
.mwform-radio-field-text {
	position: relative;
	padding: 5px 10px 5px 35px;
  border-radius: 5px;
  cursor: pointer;
}
.mwform-radio-field-text:hover {
  background: #fff;
}
.mwform-radio-field-text:after,
.mwform-radio-field-text:before{
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}
.mwform-radio-field-text:before {
	left: 10px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
  background: #20395a;
}
.mwform-radio-field-text:after {
	left: 15px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
}
input[type=radio]:checked + .mwform-radio-field-text:after {
	opacity: 1;
}


.mw_wp_form .horizontal-item {
  margin-right: 20px !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  font-family: inherit;
  border: none;
  letter-spacing: 0.1em;
  height: 48px;
  border-radius: 0 !important;
  vertical-align: middle;
  background-color: #edebe8;
  background-image: none;
  border-radius: 4px;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 8px 12px;
}
select {
  width: 100%;
}
textarea {
  width: 100%;
  height: auto;
  min-height: 190px;
  padding: 12px 12px;
  resize: vertical;
  border-radius: 0;
}

input.submit {
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  height: 100%;
  color: #fff;
  background: #20395a;
  border: none;
  width: 100%;
  max-width: 310px;
  height: 48px;
  transition: opacity .3s;
  -webkit-appearance: none;
          appearance: none;
}
input.submit:hover {
  opacity: 0.7;
}
input.back {
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  height: 100%;
  color: #20395a;
  background: #edebe8;
  border: none;
  width: 100%;
  max-width: 310px;
  height: 48px;
  transition: opacity .3s;
  -webkit-appearance: none;
          appearance: none;
}
input.back:hover {
  opacity: 0.7;
}

.select-wrap {
	position: relative;
}
.select-wrap select {
  border: none;
  -webkit-appearance: none;
          appearance: none;
}
.select-wrap::after {
	content: "";
  display: inline-block;
	pointer-events: none;
  width: 16px;
  height: 16px;
  border: 1px solid #231815;
  border-style: none solid solid none;
  transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
  margin-top: -5px;
}

.input-s {
  max-width: 220px;
}
.input-m {
  max-width: 340px;
}


.mw_wp_form_confirm .select-wrap::after {
  content: none;
}
.mw_wp_form_confirm .contact__form-privacy {
  display: none;
}
.mw_wp_form_confirm input.back {
  margin-top: 20px;
}
.mw_wp_form_confirm {
  padding: 60px 0;
}
.mw_wp_form_complete {
  padding: 60px 0;
  text-align: center;
}

.mw_wp_form_send_error {
  margin: 60px auto;
  color: #bc4120;
  text-align: center;
}

@media only screen and (max-width: 1060px) {

  input.submit {
    font-size: 1.6rem;
    height: 50px;
  }

}