@charset "UTF-8";
/* =====================
  リセット
 ======================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

i, address {
  font-style: normal;
}

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

small {
  font-size: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* =====================
	潜酔酒
 ======================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0;
  color: #333333;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.clearfix {
  clear: both;
}

a {
  color: #333333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/** COMMON STYLE **/
.t-center {
  text-align: center;
}

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

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

.t-bold {
  font-weight: 700;
}

.inner {
  max-width: 1056px;
  padding: 0 25px;
  margin: 0 auto;
}

.inner.wide {
  max-width: 1150px;
}

.inner.narrow {
  max-width: 774px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  width: 400px;
  height: 74px;
  border-radius: 100px;
  position: relative;
  color: #fff;
  margin: auto;
}

.btn:before {
  content: "";
  width: 27px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn:hover {
  opacity: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.btn:hover:after {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn01 {
  background: #0AA0B5;
  -webkit-box-shadow: 0px 6px 0px 0px #006489;
          box-shadow: 0px 6px 0px 0px #006489;
}

.btn01:after {
  content: "";
  width: 156px;
  height: 157px;
  background: url(../img/btn01.png) no-repeat center bottom/contain;
  position: absolute;
  left: -110px;
  bottom: -36px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn02 {
  background: #D37729;
  -webkit-box-shadow: 0px 6px 0px 0px #B75314;
          box-shadow: 0px 6px 0px 0px #B75314;
}

.btn02:after {
  content: "";
  width: 83px;
  height: 136px;
  background: url(../img/btn02.png) no-repeat center bottom/contain;
  position: absolute;
  left: -25px;
  bottom: -30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/** MAIN CONTENT **/
.mv {
  background: #002745;
}

.mv_txt {
  position: relative;
}

.mv_txt .copy {
  position: absolute;
  right: 30px;
  bottom: 94px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

.mv_txt .scroll {
  position: absolute;
  bottom: 6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv_txt .scroll:after {
  content: "";
  width: 1px;
  height: 51px;
  background: #fff;
  display: block;
  margin: 10px auto 0;
}

.cv_block .inner {
  position: relative;
}

.cv_block .inner:before {
  content: "";
  width: 89px;
  height: 331px;
  background: url(../img/cv_bg.png) no-repeat center bottom/contain;
  position: absolute;
  left: 44px;
  top: -135px;
}

.cv_block h2 {
  text-align: center;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  line-height: 1.47059;
  margin-bottom: 42px;
}

.cv_block h2 img {
  margin: 0 auto;
}

.cv_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10.18182%;
}

.cv_block01 {
  padding: 0 0 185px;
  background: url(../img/cv_bg01.jpg) no-repeat bottom center/contain, #002745;
}

.cv_block02 {
  padding: 0 0 205px;
  background: url(../img/cv_bg02.jpg) no-repeat bottom center/contain, #002745;
}

.lead {
  padding: 64px 0 98px;
}

.lead_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.lead_container .txt_box {
  width: 47.91252%;
}

.lead_container .pic {
  width: 40.65606%;
  margin: 0 auto;
}

.lead_container h2 {
  color: #002745;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.47222;
  position: relative;
  margin-bottom: 34px;
}

.lead_container h2:before {
  content: "";
  width: 9px;
  height: 19px;
  border-top: 1px solid #62A8B2;
  border-left: 1px solid #62A8B2;
  position: absolute;
  top: -12px;
  left: 27px;
}

.lead_container h2:after {
  content: "";
  width: 9px;
  height: 19px;
  border-bottom: 1px solid #62A8B2;
  border-right: 1px solid #62A8B2;
  position: absolute;
  bottom: -12px;
  right: 27px;
}

.lead_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.96421%;
  background: url(../img/lead_bg.jpg) no-repeat bottom center/contain, #0AA0B5;
  border-radius: 10px;
  color: #fff;
  padding: 60px 0;
}

.lead_box h3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.47059;
}

.lead_box p {
  width: 47.51491%;
  font-size: 19px;
  line-height: 1.78947;
}

.about {
  background: url(../img/about_bg.jpg) no-repeat center/cover;
  padding: 90px 0 80px;
  color: #fff;
}

.about h2 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.57778;
  margin-bottom: 50px;
}

.about p {
  font-weight: 500;
  line-height: 2.5;
}

.plan h2 {
  background: #0AA0B5;
  padding: 20px 0 23px;
  margin-bottom: 71px;
}

.plan h2 img {
  margin: 0 auto;
}

.plan01 {
  margin-bottom: 130px;
}

.plan01 h3 {
  color: #002745;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.57895;
  letter-spacing: 0.05em;
  margin-bottom: 65px;
}

.plan01 h3 img {
  margin: 0 auto 40px;
}

.plan01_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 121px;
}

.plan01_item:before {
  content: "";
  width: 71.66998%;
  height: 119.29825%;
  background: #DBEEF0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.plan01_item .txt_box {
  width: 44.03579%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.88889;
  letter-spacing: 0.02em;
  color: #002745;
}

.plan01_item .txt_box p:nth-child(n+2) {
  margin-top: 1em;
}

.plan01_item .txt_box p span {
  font-size: 16px;
  font-weight: 400;
}

.plan01_item .pic {
  width: 44.93042%;
  border-radius: 5px;
  overflow: hidden;
}

.plan01_item:nth-of-type(2n):before {
  left: auto;
  right: 0;
}

.plan01 .btn {
  width: 446px;
}

.plan01 .btn:after {
  left: -93px;
}

.plan02 h3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 38px;
  letter-spacing: 0.05em;
  color: #002745;
  text-align: center;
  margin-bottom: 44px;
}

.plan02 h3 img {
  margin: 0 auto 20px;
}

.plan02 h3:after {
  content: "";
  width: 100%;
  height: 106px;
  background: url(../img/plan_border01.png) no-repeat center/cover;
  display: block;
}

.plan02_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 46px;
}

.plan02_item .pic {
  width: 44.93042%;
}

.plan02_item .txt_box {
  width: 50.04975%;
  font-size: 19px;
  line-height: 1.94737;
}

.plan02_item .txt_box .popup {
  font-size: 16px;
  text-decoration: underline;
  color: #2985CC;
  display: inline-block;
  margin-top: 1em;
}

.plan02_item .txt_box .btn {
  margin-top: 60px;
  margin-left: 36px;
}

.plan02_detail {
  border: 1px solid #C77B3C;
  padding: 7.95229% 7.15706%;
  background: url(../img/plan_bg01.png) no-repeat top left;
  margin-bottom: 80px;
}

.plan02_detail h4 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.57895;
  letter-spacing: 0.05em;
  color: #002745;
}

.plan02_detail h4 + p {
  text-align: center;
  margin-bottom: 48px;
  color: #002745;
}

.plan02_detail h4 + p span {
  font-size: 16px;
}

.plan02_detail h5 {
  background: #D37729;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.0;
  padding: 11px;
  text-align: center;
  margin-bottom: 25px;
}

.plan02_detail_item {
  margin-bottom: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.plan02_detail_item:last-child {
  margin-bottom: 0;
}

.plan02_detail_item .pic {
  width: 45.69767%;
}

.plan02_detail_item .txt_box {
  width: 49.53488%;
  font-size: 16px;
  color: #002745;
}

.plan02_detail_item h6 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.0;
  border-left: 2px solid #D37729;
  padding-left: 8px;
  margin-bottom: 14px;
}

.plan02_detail_item h6:nth-of-type(n+2) {
  margin-top: 24px;
}

.plan02_detail_item_box {
  background: #F5F5F5;
  border-radius: 5px;
  padding: 22px;
  margin-top: 1em;
}

.plan02_detail_item_box ul {
  font-size: 17px;
  font-weight: 600;
}

.plan02_detail_item_box p {
  font-size: 16px;
}

.plan02_package h5 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.6129;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  color: #002745;
}

.plan02_package ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.37376%;
}

.plan02_package ul li {
  width: 21.37177%;
  text-align: center;
}

.plan02_package ul li p {
  position: relative;
  margin-bottom: 32px;
}

.plan02_package ul li p img {
  margin: 0 auto;
}

.plan02_package ul li p:before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: #FFEDDE;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.plan02_package ul li h6 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.27273;
  color: #002745;
}

.variation {
  background: url(../img/variation_bg.png) no-repeat top center/cover;
  padding: 236px 0 85px;
  overflow: hidden;
}

.variation .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.variation .title_box:after {
  content: "";
  width: 100%;
  height: 148px;
  background: url(../img/variation_border.png) no-repeat center/cover;
  display: block;
  margin-top: -37px;
}

.variation .title_box h2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 59px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.59322;
  color: #002745;
}

.variation .title_box p {
  font-size: 18px;
  line-height: 1.77778;
}

.variation .title_box p span {
  font-size: 14px;
}

.variation_item {
  position: relative;
}

.variation_item .txt_box {
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.variation_item .txt_box_in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 65.5%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.variation_item .txt_box h3 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.30769;
  margin-bottom: 1em;
}

.variation_item .txt_box p {
  font-size: 19px;
  line-height: 1.78947;
}

.variation_item .pic {
  position: absolute;
  z-index: 2;
}

.variation_item01 {
  width: 535px;
  margin-top: 1em;
}

.variation_item01 .pic {
  right: -20%;
  bottom: -5%;
}

.variation_item02 {
  width: 523px;
  margin-top: -100px;
}

.variation_item02 .pic {
  left: -10%;
  bottom: -8%;
}

.variation_item03 {
  width: 556px;
  margin-top: 90px;
}

.variation_item03 .pic {
  right: -20%;
  bottom: -5%;
}

.variation_item04 {
  width: 451px;
  margin-top: -82px;
}

.variation_item04 .pic {
  left: -10%;
  bottom: -20%;
}

.variation_item05 {
  width: 523px;
  margin-top: 46px;
}

.variation_item05 .pic {
  left: -13%;
  top: -18%;
}

.process {
  background: url(../img/process_bg.jpg) no-repeat top center/contain, #002745;
  padding: 111px 0;
  color: #fff;
}

.process h2 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 70px;
}

.process ol {
  max-width: 784px;
  margin-left: auto;
}

.process ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.process ol li .num {
  width: 117px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.process ol li .num:before {
  content: "";
  width: 1px;
  height: calc((100% - 117px) /2);
  background: #fff;
  position: absolute;
  left: 58px;
  top: 0;
  z-index: -1;
}

.process ol li .num:after {
  content: "";
  width: 1px;
  height: calc((100% - 117px) /2 + 24px);
  background: #fff;
  position: absolute;
  left: 58px;
  bottom: -24px;
  z-index: -1;
}

.process ol li .num > span {
  width: 100%;
  height: 117px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3D68A0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.0;
}

.process ol li .num > span span {
  font-size: 49px;
}

.process ol li .pic {
  width: 244px;
  margin-right: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.process ol li .pic img {
  margin: auto;
}

.process ol li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.process ol li:first-child .num:before {
  display: none;
}

.process ol li:last-child {
  margin-bottom: 0;
}

.process ol li:last-child .num:after {
  display: none;
}

.process ol li:last-child .pic {
  width: 190px;
  margin-right: 0;
  padding-top: 45px;
}

.faq {
  padding: 105px 0 115px;
}

.faq h2 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.0;
  color: #000000;
  margin-bottom: 1em;
}

.faq dl {
  margin-bottom: 1em;
}

.faq dl dt {
  padding: 12px 75px 12px 36px;
  border: 1px solid #469EB2;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq dl dt:before {
  content: "Q.";
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 28px;
  font-weight: 500;
  color: #0AA0B5;
  margin-right: 0.5em;
}

.faq dl dt span {
  width: 32px;
  height: 32px;
  background: #007A8B;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq dl dt span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #fff transparent transparent transparent;
}

.faq dl dt:hover {
  opacity: 0.7;
}

.faq dl dt.open span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq dl dd {
  padding: 25px 30px 25px 36px;
  line-height: 1.52;
  display: none;
}

.faq dl dd > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq dl dd > span:before {
  content: "A.";
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.0;
  color: #D37729;
  margin-right: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq dl dd > span span span {
  color: #002745;
  font-size: 16px;
}

.footer {
  border-top: 1px solid #E3E3E3;
}

.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 72px 0;
}

.footer_content .logo {
  width: 32.80318%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer_content .logo img {
  margin: 0 auto;
}

.footer_content address {
  padding-left: 56px;
  font-size: 17px;
  line-height: 1.88235;
  border-left: 1px solid #E3E3E3;
}

.footer_content address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer_content address dl dt {
  min-width: 5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_content address dl dt:after {
  content: "／";
  margin: 0 0.5em;
}

.footer .copy {
  padding: 40px 0 51px;
  border-top: 1px solid #E3E3E3;
  text-align: center;
  font-size: 17px;
  line-height: 1.0;
  color: #969696;
}

.mfp-inline-holder .mfp-content {
  background: #fff;
  width: 90%;
  max-width: 1006px;
  padding: 70px 108px;
  border-radius: 30px;
}

.mfp-inline-holder .mfp-content h2 {
  color: #002745;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 56px;
}

.mfp-inline-holder .mfp-content h3 {
  background: #E1F3F7;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  margin: 60px 0 20px;
}

.mfp-inline-holder .mfp-content p {
  font-size: 18px;
  line-height: 1.88889;
}

.mfp-inline-holder .mfp-content p span {
  font-size: 16px;
  color: #FF0000;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.mfp-inline-holder .mfp-content dl {
  background: #F8F8F8;
  border: 1px solid #C6C6C6;
  padding: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.mfp-inline-holder .mfp-content dl dt {
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
}

.mfp-inline-holder .mfp-content dl dd {
  padding-left: 24px;
  border-left: 1px solid #C6C6C6;
  font-size: 16px;
  line-height: 1.625;
}

.mfp-inline-holder .mfp-content .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 16px;
}

.mfp-inline-holder .mfp-content .col2_item {
  width: 47.02908%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mfp-inline-holder .mfp-content .col2_item ul {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mfp-inline-holder .mfp-content h4 {
  border-left: 3px solid #469EB2;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 14px;
}

.mfp-inline-holder .mfp-content ul {
  background: #F8F8F8;
  border: 1px solid #C6C6C6;
  padding: 20px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.75;
}

.mfp-inline-holder .mfp-content button.mfp-close {
  font-size: 0;
  width: 36px;
  height: 36px;
  opacity: 1.0;
  top: 40px;
  right: 36px;
}

.mfp-inline-holder .mfp-content button.mfp-close:before, .mfp-inline-holder .mfp-content button.mfp-close:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ACACAC;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mfp-inline-holder .mfp-content button.mfp-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* PCのみ
  ------------------------ */
@media (min-width: 980px) {
  .forSP {
    display: none !important;
  }
}

/* タブレット
  ------------------------ */
@media (max-width: 1200px) {
  .variation .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .variation_item {
    margin-top: 40px !important;
  }
  .variation_item05 .pic {
    left: auto;
    right: -25%;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 979px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  .forPC {
    display: none !important;
  }
  /** COMMON STYLE **/
  .btn {
    width: calc(100% - 25px);
    height: 55px;
    font-size: 14.5px;
    margin-right: 0;
  }
  .btn:before {
    width: 20px;
  }
  .btn:hover:before {
    width: 10px;
  }
  .btn01:after {
    width: 70px;
    height: 92px;
    left: -35px;
    bottom: -10px;
  }
  .btn02:after {
    width: 58px;
    height: 92px;
    bottom: -20px;
  }
  /** MAIN CONTENT **/
  .mv_txt .copy {
    font-size: 12.5px;
    right: 15px;
  }
  .cv_block .inner:before {
    display: none;
  }
  .cv_block h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .cv_block h2 img {
    width: 100px;
  }
  .cv_block ul {
    display: block;
    gap: 0;
  }
  .cv_block ul li {
    margin-bottom: 38px;
  }
  .cv_block ul li:last-child {
    margin-bottom: 0;
  }
  .cv_block01 {
    padding-bottom: 90px;
  }
  .cv_block02 {
    padding-bottom: 100px;
  }
  .lead {
    padding: 30px 0 50px;
  }
  .lead_container {
    margin-bottom: 40px;
  }
  .lead_container .txt_box {
    width: 100%;
  }
  .lead_container .pic {
    width: 70%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto 30px;
  }
  .lead_container h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .lead_container h2:before {
    width: 5px;
    height: 10px;
    top: -6px;
    left: 20px;
  }
  .lead_container h2:after {
    width: 5px;
    height: 10px;
    bottom: -6px;
    right: 20px;
  }
  .lead_box {
    gap: 0;
    padding: 20px 20px 60px;
    background-size: auto 50px;
  }
  .lead_box h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 1em;
  }
  .lead_box p {
    width: 100%;
    font-size: 16px;
  }
  .about {
    padding: 45px 0 35px;
  }
  .about h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .about p {
    line-height: 2.0;
  }
  .plan h2 {
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  .plan01 {
    margin-bottom: 60px;
  }
  .plan01 h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .plan01 h3 img {
    margin-bottom: 20px;
  }
  .plan01_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .plan01_item:before {
    width: calc(100% + 50px);
    height: 75%;
    left: -25px;
    top: auto;
  }
  .plan01_item .txt_box {
    width: 100%;
    font-size: 13px;
    padding: 20px 0;
  }
  .plan01_item .txt_box p span {
    font-size: 12px;
  }
  .plan01_item .pic {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .plan01_item:nth-of-type(2n):before {
    right: -25px;
  }
  .plan01 .btn {
    width: 100%;
  }
  .plan01 .btn:after {
    left: -25px;
  }
  .plan02 h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .plan02 h3:after {
    height: 53px;
  }
  .plan02_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .plan02_item .pic {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .plan02_item .txt_box {
    width: 100%;
    font-size: 14px;
  }
  .plan02_item .txt_box .popup {
    font-size: 12px;
  }
  .plan02_item .txt_box .btn {
    margin-top: 30px;
    margin-left: 25px;
  }
  .plan02_detail {
    padding: 30px 20px;
    background-size: 50px;
    margin-bottom: 30px;
  }
  .plan02_detail h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .plan02_detail h4 + p {
    line-height: 1.4;
  }
  .plan02_detail h4 + p span {
    font-size: 12px;
  }
  .plan02_detail h5 {
    font-size: 18px;
    padding: 5px;
    margin-bottom: 15px;
  }
  .plan02_detail_item {
    margin-bottom: 30px;
  }
  .plan02_detail_item .pic {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  .plan02_detail_item .txt_box {
    width: 100%;
    font-size: 14px;
  }
  .plan02_detail_item h6 {
    margin-bottom: 5px;
  }
  .plan02_detail_item_box {
    padding: 10px;
    margin-top: 0.5em;
  }
  .plan02_detail_item_box ul, .plan02_detail_item_box p {
    font-size: 100%;
  }
  .plan02_package h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .plan02_package ul {
    gap: 24px;
  }
  .plan02_package ul li {
    width: 30%;
  }
  .plan02_package ul li p {
    margin-bottom: 15px;
  }
  .plan02_package ul li p img {
    width: 50px;
  }
  .plan02_package ul li h6 {
    font-size: 15px;
    line-height: 1.2;
  }
  .variation {
    background: url(../img/variation_bg_sp.png) no-repeat top center/cover;
    padding: 130px 0;
  }
  .variation .inner {
    display: block;
  }
  .variation .title_box {
    margin-bottom: 50px;
  }
  .variation .title_box:after {
    height: 39px;
    margin-top: 20px;
  }
  .variation .title_box h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .variation .title_box p {
    font-size: 15px;
  }
  .variation .title_box p span {
    font-size: 12.5px;
  }
  .variation_item {
    width: 100% !important;
    margin: 0 0 25px !important;
  }
  .variation_item .txt_box {
    background: #fff;
    border-radius: 50%;
    width: calc(100% + 300px * 2);
    padding: 128px 300px 75px;
    margin: -120px -300px 0;
    height: auto;
  }
  .variation_item .txt_box_in {
    width: 100%;
    position: relative;
  }
  .variation_item .txt_box h3 {
    font-size: 24.5px;
  }
  .variation_item .txt_box p {
    font-size: 15px;
    padding: 0 18px;
  }
  .variation_item .pic {
    width: 106px;
    margin: 0 auto;
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .process {
    padding: 50px 0;
  }
  .process h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .process ol li {
    margin-bottom: 20px;
  }
  .process ol li .num {
    width: 50px;
    margin-right: 15px;
  }
  .process ol li .num:before {
    height: calc((100% - 50px) /2);
    left: 25px;
  }
  .process ol li .num:after {
    height: calc((100% - 50px) /2 + 20px);
    left: 25px;
    bottom: -20px;
  }
  .process ol li .num > span {
    height: 50px;
    font-size: 10px;
  }
  .process ol li .num > span span {
    font-size: 24px;
  }
  .process ol li .pic {
    width: 100px;
    margin-right: 15px;
  }
  .process ol li .txt {
    font-size: 12px;
  }
  .process ol li:nth-child(1) .pic img, .process ol li:nth-child(2) .pic img, .process ol li:nth-child(3) .pic img {
    width: 50%;
  }
  .process ol li:last-child .pic {
    width: 65px;
    padding-top: 20px;
  }
  .faq {
    padding: 50px 0;
  }
  .faq h2 {
    font-size: 22px;
  }
  .faq dl dt {
    padding: 5px 30px 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq dl dt:before {
    font-size: 18px;
    line-height: 1.3;
  }
  .faq dl dt span {
    width: 20px;
    height: 20px;
    right: 8px;
  }
  .faq dl dt span:after {
    border-width: 5px 3px 0 3px;
  }
  .faq dl dd {
    padding: 10px 20px 10px 15px;
  }
  .faq dl dd span:before {
    font-size: 18px;
  }
  .footer_content {
    padding: 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_content .logo {
    width: 160px;
    margin: 0 auto;
  }
  .footer_content address {
    width: 100%;
    border-top: 1px solid #E3E3E3;
    border-left: 0;
    font-size: 12px;
    padding: 20px 0 0;
    margin-top: 20px;
  }
  .footer .copy {
    padding: 20px 0 25px;
    font-size: 10px;
  }
  .mfp-inline-holder .mfp-content {
    padding: 20px;
    border-radius: 15px;
  }
  .mfp-inline-holder .mfp-content h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .mfp-inline-holder .mfp-content h3 {
    padding: 5px 12px 5px calc(1em + 12px);
    text-indent: -1em;
    font-size: 16px;
    margin: 30px 0 10px;
  }
  .mfp-inline-holder .mfp-content p {
    font-size: 14px;
  }
  .mfp-inline-holder .mfp-content p span {
    font-size: 12px;
  }
  .mfp-inline-holder .mfp-content dl {
    padding: 15px;
    margin-top: 15px;
    display: block;
  }
  .mfp-inline-holder .mfp-content dl dt {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .mfp-inline-holder .mfp-content dl dd {
    font-size: 12px;
    padding: 10px 0 0;
    border-top: 1px solid #C6C6C6;
    border-left: 0;
  }
  .mfp-inline-holder .mfp-content .col2 {
    margin: 20px 0 12px;
  }
  .mfp-inline-holder .mfp-content .col2_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .mfp-inline-holder .mfp-content .col2_item:last-child {
    margin-bottom: 0;
  }
  .mfp-inline-holder .mfp-content h4 {
    padding-left: 10px;
    font-size: 15px;
    margin-bottom: 8px;
  }
  .mfp-inline-holder .mfp-content ul {
    padding: 15px;
    font-size: 12px;
  }
  .mfp-inline-holder .mfp-content button.mfp-close {
    width: 24px;
    height: 24px;
    top: 15px;
    right: 10px;
  }
}

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