@charset "UTF-8";
html {
  scroll-behavior: auto !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-password-form {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px 20px 60px;
  background: #f0f0f0;
}
.post-password-form input[type=password] {
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
}
.post-password-form label {
  width: 100%;
}
.post-password-form input[type=submit] {
  padding: 0 20px;
  min-height: 40px;
  background: #f0f0f0 !important;
  color: #262626 !important;
  border: 1px solid #262626 !important;
  float: right;
}

.header__logo {
  width: 100%;
}

a {
  text-decoration: none;
}

.header-nav {
  background: #594321;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.header-nav ul {
  max-width: 1000px;
  margin: 0 auto;
}

.header-nav li {
  border-right: 2px solid #fff;
  width: 25%;
  text-align: center;
}

.header-nav li:first-child {
  border-left: 2px solid #fff;
}

.header-nav a {
  font-size: min(3.6vw, 20px);
  color: #fff !important;
  padding: 10px 5px;
}

.cta {
  padding: 3rem 12px;
  background: #F2E7C7;
}

.cta-row {
  max-width: 800px;
  margin: auto;
  justify-content: space-between;
}

.cta-col {
  width: 48%;
  flex: 0 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}

.cta-col a {
  display: block;
  background: #FF8A16;
  color: #fff;
  padding: 5px;
  font-size: min(4.4vw, 32px);
  font-weight: 700;
  border: 2px solid #DC6E00;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-col a {
    min-height: 90px;
  }
}

.cta-col a:hover {
  background: #fff;
  color: #FF8A16;
  transition: 0.2s;
}

.cta-col span {
  font-size: 11px;
  font-weight: normal;
  width: 100%;
  display: block;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .cta-col span {
    font-size: 14px;
    height: 30%;
  }
}
#houhou {
  padding: 3rem 0 2rem;
}
@media (min-width: 768px) {
  #houhou {
    padding: 5rem 0 3rem;
  }
}

.houhou_nagare__row {
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  display: none;
  margin: 0;
  padding: 10px 0;
}

.houhou_nagare__col {
  position: relative;
  flex: 0 0 auto;
  width: 20%;
  background: #6C7E36;
  color: #fff;
  font-size: min(2.4vw, 20px);
  border-radius: 8px;
  padding: 12px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .houhou_nagare__col {
    font-size: min(1.2vw, 20px);
  }
}

.houhou_nagare__col:not(:first-child):before {
  position: absolute;
  left: -4vw;
  content: "▶";
  color: #262626;
  font-size: 3vw;
}
@media (min-width: 768px) {
  .houhou_nagare__col:not(:first-child):before {
    left: -2.8vw;
    font-size: 2.1vw;
  }
}
@media (min-width: 768px) {
  .houhou_nagare__col:not(:first-child):before {
    left: -24%;
    font-size: min(1.4vw, 16px);
  }
}

#reason {
  padding: 3rem 12px 4rem;
}
@media (min-width: 768px) {
  #reason {
    padding: 6rem 12px;
  }
}

.reason-row {
  width: 100%;
  max-width: 800px;
  margin: auto;
  justify-content: space-between;
}

.reason-col {
  background: #594321;
  color: #fff;
  text-align: center;
  padding: 10px;
  flex: 0 0 auto;
  width: 32%;
  border-radius: 10px;
  aspect-ratio: 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .reason-col {
    padding: 30px 20px;
  }
}
.reason-col h3 {
  padding: 0;
  font-size: min(3.8vw, 26px);
}

.reason-col img {
  height: 20vw;
  width: auto;
  max-width: 170px;
  max-height: 170px;
  padding: 10px;
}

#senmon {
  background: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/military-kaitori-bg1.webp) no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 2px;
  z-index: 1;
  padding: 3rem 12px;
}
@media (min-width: 768px) {
  #senmon {
    padding: 6rem 12px;
  }
}

#senmon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(61, 80, 6, 0.9);
}

.senmon-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  opacity: 1;
}

.senmon-img {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: auto;
  padding: 0 20px;
}

.senmon-img img {
  width: 100%;
}

.senmon-img-text {
  background: #594321;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-shadow: none;
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
  font-size: 14px;
}
@media (min-width: 576px) {
  .senmon-img-text {
    font-size: 16px;
  }
}

#faq {
  background: url(https://www.yugen-corp.com/wp-content/themes/cocoon-child-master/img/military-kaitori-bg2.webp) no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  color: #fff;
  z-index: 1;
  padding: 3rem 12px 4rem;
}
@media (min-width: 576px) {
  #faq {
    padding: 6rem 12px;
  }
}

#faq h2 {
  text-shadow: rgba(0, 0, 0, 0.7) 0px 2px;
}

#faq::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(61, 80, 6, 0.88);
}

.faq-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.faq-container {
  background: #fff;
  color: #262626;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  max-width: 1000px;
  margin: auto;
  font-weight: 700;
}

@media (min-width: 768px) {
  .faq-container {
    padding: 40px;
  }
}
.faq-q {
  position: relative;
  padding-left: 50px;
  min-height: 60px;
}

.faq-q:not(:first-child) {
  margin-top: 40px;
}

.faq-q:before {
  font-family: "Google Sans", sans-serif;
  position: absolute;
  content: "Q";
  top: -6px;
  left: 0;
  background: #594321;
  border: 2px solid #594321;
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-a {
  position: relative;
  padding-left: 50px;
  min-height: 60px;
}

.faq-a:before {
  font-family: "Google Sans", sans-serif;
  position: absolute;
  content: "A";
  top: -6px;
  left: 0;
  background: #fff;
  color: #594321;
  font-size: 24px;
  border: 2px solid #594321;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.iframe-wrap iframe {
  width: 100%;
  height: 100%;
}

footer {
  background: #6C7E36;
  color: #fff;
  padding: 20px 0 40px;
}

.swiper-slide {
  transition-duration: 300ms;
  transform: translate(20%, 0%);
}

.swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-text {
  background: #6C7E36;
  padding: 3% 1%;
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
}
@media (min-width: 768px) {
  .swiper-text {
    font-size: min(2vw, 24px);
  }
}

.swiper-center {
  flex: 0 0 auto;
  width: 98%;
  margin: auto;
  padding: 0 6%;
}
@media (min-width: 768px) {
  .swiper-center {
    width: 50%;
  }
}

.swiper-container {
  position: relative;
  padding: 20px;
  padding: min(3vw, 30px);
  border: 2px solid #262626;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .swiper-container {
    padding: 6%;
    border: 3px solid #262626;
  }
}
.swiper-container .houhou_nagare__row {
  background: #fff;
  display: flex;
}

.swiper-container:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 10%;
  margin: 0 auto;
  display: block;
  width: 80%;
  height: 6px;
  background: #fff;
}

.swiper-container::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10%;
  margin: 0 auto;
  display: block;
  width: 80%;
  height: 6px;
  background: #fff;
}

.swiper {
  border-radius: 10px;
}

.swiper-wrapper {
  margin: 0;
}

.swiper-left,
.swiper-right {
  display: none;
  align-items: center;
}
@media (min-width: 768px) {
  .swiper-left,
  .swiper-right {
    flex: 0 0 auto;
    width: 25%;
    display: flex;
    justify-content: center;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background: #262626;
  border-radius: 100px;
  color: #fff;
  padding: 10px;
  width: 8vw;
  height: 8vw;
  max-width: 60px;
  max-height: 60px;
}
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 4vw;
    height: 4vw;
  }
}

.swiper-button-prev:after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

/* 前への矢印 */
.swiper-button-prev {
  left: -5.8vw !important;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    left: -15% !important;
  }
}

/* 次への矢印 */
.swiper-button-next {
  right: -5.8vw !important;
}
@media (min-width: 768px) {
  .swiper-button-next {
    right: -15% !important;
  }
}

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: -12px;
  text-align: center;
  width: 100px;
  right: 10%;
  left: auto;
}

.swiper-pagination-bullet {
  border: 1px solid #262626;
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #262626;
}

#contact {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 15px 100px;
}
#contact form .box:first-child {
  margin-bottom: 3em;
}
#contact .mw_wp_form_confirm .none {
  display: none;
}
#contact .hissu {
  background: #c00;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-left: 1em;
  padding: 0.1em 1em;
  vertical-align: text-top;
}
#contact {
  /* ステップ表示 */
}
#contact .form-step {
  display: flex;
  list-style: none;
  margin: 0 auto 3em;
  padding-left: 0;
  position: relative;
  width: 70%;
}
#contact .form-step:before {
  background-color: #ccc;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 25px;
  width: 70%;
}
#contact .form-step li {
  counter-increment: li;
  width: 33.3333333333%;
  text-align: center;
}
#contact .form-step li:before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  content: counter(li);
  display: block;
  font-size: 20px;
  height: 2.5em;
  margin: 0 auto 5px;
  padding-top: 0.45em;
  position: relative;
  width: 2.5em;
  text-align: center;
}
#contact .form-step li:first-child:before,
#contact .mw_wp_form_confirm .form-step li:nth-child(2):before {
  background: #c00;
}
#contact .mw_wp_form_confirm .form-step li:first-child:before {
  background: #ccc;
}
#contact .jyohou {
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: dotted 3px #395422;
  text-align: center;
  color: #395422;
}
#contact .deco {
  color: #993333;
  font-weight: bold;
}
#contact {
  /* イントロ */
}
#contact .mw_wp_form_confirm h1:after {
  content: "（確認）";
}
#contact .yokonarabi li {
  display: inline-block;
  margin-right: 0.5em;
}
#contact .yokonarabi li:before {
  content: "・";
  margin-right: 0.2em;
}
#contact .yokonarabi .ssl-icon:before {
  content: "\f023";
  color: #26c300;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6em;
  font-weight: bold;
}
@media (min-width: 730px) {
  #contact h1 {
    text-align: center;
  }
  #contact .att-box li {
    display: inline-block;
  }
  #contact .att-box li:before {
    content: "・";
  }
}
#contact {
  /* Eo min730 */
  /* フォーム */
}
#contact input {
  margin: 2px 0;
}
#contact input[type=text],
#contact input[type=email],
#contact textarea {
  background: #FFFFFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  width: 100%;
}
#contact input[type=text],
#contact input[type=email],
#contact select {
  margin: 2px 0;
  height: auto;
  line-height: 2em;
  padding: 5px 0.5em;
  width: 80%;
}
#contact select {
  padding: 7px 0.5em;
  width: 110px;
}
#contact input[type=text][name*=tel] {
  max-width: 33%;
  width: auto;
}
#contact input[name=age],
#contact input[name=zip],
#contact input[name=tel],
#contact input[name=income],
#contact input[name=budget] {
  display: inline-block;
  max-width: 150px;
}
#contact textarea {
  width: 100%;
}
#contact span.horizontal-item {
  display: inline-block;
  margin: 0 10px 0 0;
}
#contact input.hasDatepicker {
  float: left;
  max-width: 320px;
  margin-right: 1em;
}
#contact select[name*=-time] {
  width: auto;
}
#contact input[type=file] {
  margin-bottom: 10px;
}
#contact .submit {
  text-align: center;
}
#contact .submit input {
  background-color: #ababab;
  border-radius: 6px;
  font-size: 1.4rem;
}
#contact .submit input[name=submitConfirm],
#contact .submit input[name=submit] {
  background-color: #5f6c54;
  color: #fff;
}
#contact .submit input:hover {
  opacity: 0.8;
}
#contact input[type=submit] {
  max-width: 300px;
  padding: 1em;
  width: 100%;
}
#contact .mw_wp_form .error {
  border: 3px solid #f5ff00;
  margin: 10px 0 0;
  padding: 5px 10px;
}
@media (max-width: 1039px) {
  #contact input[type=text],
  #contact input[type=email] {
    width: 80%;
  }
}
#contact {
  /* Eo max1039 */
}
@media (max-width: 729px) {
  #contact input[type=text],
  #contact input[type=email] {
    max-width: 100%;
    width: 100%;
  }
  #contact input[name=zip] {
    max-width: 150px;
  }
}
#contact {
  /* Eo max729 */
  /* ラジオボタン選択で表示内容変更 */
}
#contact .takuhai,
#contact .kit-area,
#contact .size-box,
#contact .kit-choice,
#contact .shuccho,
#contact .tento,
#contact .wish-date {
  display: none;
}
#contact .takuhai.open,
#contact .kit-area.open,
#contact .kit-choice.open,
#contact .shuccho.open,
#contact .tento.open,
#contact .wish-date.open,
#contact .mw_wp_form_confirm .takuhai,
#contact .mw_wp_form_confirm .kit-area,
#contact .mw_wp_form_confirm .kit-choice,
#contact .mw_wp_form_confirm .shuccho,
#contact .mw_wp_form_confirm .tento,
#contact .mw_wp_form_confirm .wish-date {
  display: table-row;
}
#contact .size-box,
#contact .mw_wp_form_confirm .size-box {
  display: inline-block;
}
@media (min-width: 690px) {
  #contact .size-box,
  #contact .mw_wp_form_confirm .size-box {
    max-width: 125px;
    margin-left: 10px;
  }
}
#contact {
  /*Eo 690px */
  /* 透かし文字の色 */
}
#contact :placeholder-shown {
  color: #999;
}
#contact ::-webkit-input-placeholder {
  color: #999;
}
#contact :-moz-placeholder {
  color: #999;
  opacity: 1;
}
#contact ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#contact :-ms-input-placeholder {
  color: #999;
}
#contact {
  /* 表修正  */
}
#contact section > table {
  border-collapse: collapse;
  margin-bottom: 15px;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
#contact section > table th,
#contact section > table td {
  border: none;
  box-sizing: border-box;
  display: block;
  line-height: 1.6em;
  padding: 5px 10px;
  width: 100%;
}
#contact section > table th {
  background: #dbdbdb;
  text-align: left;
  vertical-align: middle;
  padding-left: 15px !important;
}
#contact section > table td {
  background: #fff;
  line-height: 1.6em;
  text-align: left;
  vertical-align: middle;
}
#contact section > table td:last-child {
  padding: 10px 0 15px;
}
#contact section > table td > p:last-child {
  margin: 0;
}
#contact section > table td ul {
  list-style-position: outside;
}
#contact section > table a {
  font-weight: normal;
}
@media (min-width: 730px) {
  #contact section > table th,
  #contact section > table td,
  #contact section > table th:first-child,
  #contact section > table td:first-child,
  #contact section > table td:last-child {
    border: 1px solid #ccc;
    display: table-cell;
    padding: 10px 15px;
  }
  #contact section > table th {
    background-color: #efefef;
    width: 24%;
  }
  #contact section > table th br {
    display: none;
  }
}
#contact {
  /* Eo min730 */
  /* 注意 */
}
#contact .att-heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
#contact .fa-lock:before {
  color: #2a9e00;
  font-size: 1.8rem;
  margin-right: 5px;
}
@media (min-width: 730px) {
  #contact h1 {
    text-align: center;
  }
  #contact h2 {
    font-size: 1.8em;
  }
  #contact form > div > p {
    text-align: center;
  }
}
#contact {
  /* Eo min730 */
  /* プライバシーポリシー合意
  ----------------------------------------------- */
}
#contact .mw_wp_form_input .privacy {
  display: none;
}
#contact {
  /* 個人情報保護方針
  ----------------------------------------------- */
}
#contact .policy-contents {
  width: auto;
  height: 300px;
  background-color: #efefef;
  border: 1px solid #333;
  overflow-y: scroll;
  padding: 10px;
}
#contact .policy-contents h4 {
  font-size: 16px;
  font-weight: bold;
}
#contact .policy-contents .policy-strong {
  font-weight: bold;
}/*# sourceMappingURL=military-kaitori.css.map */