@charset "UTF-8";
/*!
Theme Name: mt_river_2025LP
Theme URI: http://underscores.me/
Author: Heads.Inc
Author URI: -------
Description: mt_river_2025LP Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*赤*/
/*青*/
/*緑*/
/*金*/
.serif {
  font-family: "Noto Serif JP";
}

/* mixin
============================================================================ */
/* mixin > rem  ($base-font-sizeはbase/_base.scssに)
============================================================================================================ */
/* mixin > flex
============================================================================================================ */
/* mixin > mediaqueries (setting/variables.scssに横幅記載あり)
============================================================================================================ */
/* mixin > last-bm
============================================================================================================ */
/*最後の要素の余白リセット*/
/* mixin > headline
============================================================================================================ */
/* mixin > mixin (mixin 集)
============================================================================================================ */
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* mixin > img
============================================================================================================ */
figure {
  display: block;
  line-height: 0;
  font-size: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  backface-visibility: hidden;
}

/* mixin > display
============================================================================================================ */
/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media screen and (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media screen and (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

/* 共通部分
============================================================================ */
/* base > common
============================================================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

img {
  height: auto;
}

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
html,
body {
  width: 100%;
  line-height: 2.0625;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 767px) {
  html,
  body {
    line-height: 2.0625;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

body {
  opacity: 0;
  pointer-events: none;
}
body.loaded {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s;
}

a {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: 0.6s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: white;
  min-height: 100svh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #Wrapper {
    border: none;
  }
}

#Footer {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #Footer {
    height: auto;
  }
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.equalspace-1em {
  letter-spacing: 1em;
  text-indent: 1em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.youtube-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* base > wordpress
============================================================================================================ */
img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  padding: 50px 10px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}

/* base > wordpress-comments
============================================================================================================ */
.comments-area {
  margin: 0 auto 60px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 12px 6px;
  font-weight: bold;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form #comment,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  padding: 3px;
  border: 1px solid #ccc;
}

.comment-form input[type=submit] {
  margin: 20px auto;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: monospace;
}

.form-submit {
  margin-bottom: 0;
}

/*.required {
	color: #c0392b;
}*/
.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

/* base > editor-content
============================================================================================================ */
.editor-content h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .editor-content h1 {
    font-size: 25px;
    font-size: 13.3333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-content h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .editor-content h2 {
    font-size: 22px;
    font-size: 11.7333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-content h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .editor-content h3 {
    font-size: 20px;
    font-size: 10.6666666667vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-content h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .editor-content h4 {
    font-size: 18px;
    font-size: 9.6vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h5 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .editor-content h5 {
    font-size: 16px;
    font-size: 8.5333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h6 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .editor-content h6 {
    font-size: 15px;
    font-size: 8vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content p {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .editor-content p {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.editor-content p strong {
  font-weight: normal;
}
.editor-content table {
  width: 100%;
  border: 1px solid #eee;
}
.editor-content table tr th,
.editor-content table tr td {
  padding: 0.5em;
  border: 1px solid #eee;
}
.editor-content table tr th {
  background: #fffefe;
  width: 24%;
  max-width: 240px;
  color: #C83636;
}
.editor-content ul, .editor-content ul li {
  list-style: disc;
  margin-left: 10px;
}
.editor-content ol, .editor-content ol li {
  list-style: decimal;
  margin-left: 10px;
}
.editor-content a {
  color: blue;
  text-decoration: underline;
}
.editor-content blockquote {
  background: #eee;
  padding: 20px;
  border-radius: 0 30px 30px 0;
  border-left: 5px solid black;
}
@media screen and (max-width: 767px) {
  .editor-content blockquote {
    padding: 5.3333333333vw;
    border-radius: 0 8vw 8vw 0;
  }
}
.editor-content blockquote cite {
  text-align: right;
  margin-top: 20px;
  display: block;
}
.editor-content pre {
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em;
}

/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  width: 100%;
  padding-bottom: 109px;
}
@media screen and (max-width: 767px) {
  .common-main {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}

/* layout > header
============================================================================== */
.common-header {
  width: 100%;
  height: auto;
  color: black;
  top: 0;
  left: 0;
  z-index: 100;
  color: black;
  transition: 0.5s;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .common-header {
    height: auto;
    margin-top: 5.3333333333vw;
  }
}
.common-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.common-header__logo {
  width: 180px;
  margin-top: 3px;
  margin-left: 10px;
}
.common-header__logo > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common-header__logo {
    width: 26.6666666667vw;
    margin: 0 auto;
  }
}

/*  layout > footer
============================================================================================================ */
.common-footer {
  position: relative;
  background: linear-gradient(#233E68, #182740);
  color: white;
}
.common-footer__inner {
  max-width: 768px;
  width: 100%;
  padding: 24px 0 10px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-footer__inner {
    max-width: 170.6666666667vw;
    padding: 4vw 0 0;
  }
}
.common-footer__inner-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: column;
  margin: 0 auto 9px;
}
@media screen and (max-width: 767px) {
  .common-footer__inner-logo {
    width: 21.3333333333vw;
    margin: 0 auto;
  }
}
.common-footer__inner-logo > img {
  vertical-align: middle;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .common-footer__inner-logo > img {
    width: 21.3333333333vw;
  }
}
.common-footer__inner a {
  margin-top: 10px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .common-footer__inner a {
    margin-top: 1.8666666667vw;
    font-size: 2.4vw;
  }
}
.common-footer__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: -0.01em;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 1;
  line-height: 41px;
}
@media screen and (max-width: 767px) {
  .common-footer__copyright {
    line-height: 1;
    font-size: 2.4vw;
    margin-top: 4vw;
    margin-bottom: 4.2666666667vw;
  }
}

/* layout > front page （TOP,HOME）
============================================================================================================ */
/* layout > archive
============================================================================================================ */
.archive-news {
  max-width: 764px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .archive-news {
    max-width: 178.9333333333vw;
  }
}

/* layout > single
============================================================================================================ */
/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .l-container--1000 {
    max-width: 184vw;
  }
}

/* layout > contact
============================================================================================================ */
.page-contact__inner {
  max-width: 584px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-contact__inner {
    max-width: 168vw;
  }
}
.page-contact .common-heading {
  margin-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .page-contact .common-heading {
    margin-bottom: 17.3333333333vw;
  }
}
.page-contact__intro {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page-contact__intro {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.page-contact__intro a {
  color: blue;
  text-decoration: underline;
}
.page-contact__note {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  margin: 71px 0 25px;
}
@media screen and (max-width: 767px) {
  .page-contact__note {
    font-size: 14px;
    font-size: 7.4666666667vw;
    margin: 21.3333333333vw 0 16vw;
  }
}

.page.confirm .page-contact__intro {
  text-align: center;
  margin-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .page.confirm .page-contact__intro {
    margin-bottom: 26.6666666667vw;
  }
}

.page.thanks .page-contact .common-heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page.thanks .page-contact .common-heading {
    margin-bottom: 21.3333333333vw;
  }
}
.page.thanks .page-contact__thanksLogo {
  width: 260px;
  margin: 0 auto 41px;
}
@media screen and (max-width: 767px) {
  .page.thanks .page-contact__thanksLogo {
    width: 105.0666666667vw;
    margin-bottom: 22.6666666667vw;
  }
}
.page.thanks .page-contact__intro {
  text-align: center;
  line-height: 2.2857142857;
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .page.thanks .page-contact__intro {
    line-height: 2.0714285714;
    margin-bottom: 26.6666666667vw;
  }
}

/*  layout > form
============================================================================================================ */
.form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .form__row {
    align-items: flex-start;
  }
}
.form__row:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .form__row:nth-of-type(n + 2) {
    margin-top: 16vw;
  }
}
.form__row.kinds .form__col:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
.form__row.content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .form__row.content {
    margin-top: 16vw;
  }
}
.form__col:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  width: 173px;
}
@media screen and (max-width: 767px) {
  .form__col:first-of-type {
    font-size: 14px;
    font-size: 7.4666666667vw;
    line-height: 1.25;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.form__col:nth-of-type(2) {
  font-size: 14px;
  font-size: 0.875rem;
  width: 411px;
}
@media screen and (max-width: 767px) {
  .form__col:nth-of-type(2) {
    font-size: 14px;
    font-size: 7.4666666667vw;
    width: 100%;
  }
}
.form__note {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .form__note {
    font-size: 14px;
    font-size: 7.4666666667vw;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 8vw;
  }
}
.form__note a {
  color: blue;
  text-decoration: underline;
}
.form__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .form__btn {
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 26.6666666667vw;
  }
}
.form__btn-col.submit {
  margin-top: 0;
}
.form__btn-col.back {
  margin-top: 0;
}
.form__btn-col.back:before {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}

/* layout > privacy-policy
============================================================================================================ */
.page-privacy {
  max-width: 764px;
  width: 100%;
  padding-top: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-privacy {
    max-width: 184vw;
    padding-top: 44vw;
  }
}
.page-privacy h1 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-privacy h1 {
    font-size: 26px;
    font-size: 13.8666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
.page-privacy h1 + h2 {
  margin-top: 0;
}
.page-privacy h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 50px 0 5px;
}
@media screen and (max-width: 767px) {
  .page-privacy h2 {
    font-size: 20px;
    font-size: 10.6666666667vw;
    margin: 13.3333333333vw 0 2.1333333333vw;
  }
}
.page-privacy ul {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 1.35em;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .page-privacy ul {
    font-size: 13px;
    font-size: 6.9333333333vw;
    display: inline-block;
    text-align: left;
    padding-left: 1.55em;
    line-height: 1.75;
    margin: 5.3333333333vw 0;
  }
}
.page-privacy ul li {
  list-style: disc;
}
.page-privacy ol {
  padding-left: 1em;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .page-privacy ol {
    font-size: 12px;
    font-size: 6.4vw;
    display: inline-block;
    text-align: left;
    line-height: 1.75;
    margin: 5.3333333333vw 0;
  }
}
.page-privacy ol li {
  list-style: inherit;
}
.page-privacy ol li > ol {
  padding-left: 2em;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .page-privacy ol li > ol {
    margin: 4vw 0 6.6666666667vw;
  }
}
.page-privacy ol li > ol li {
  list-style-type: cjk-ideographic;
}
.page-privacy p.last {
  text-align: right;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-privacy p.last {
    margin-top: 26.6666666667vw;
  }
}
.page-privacy p a {
  color: blue;
  word-break: break-all;
}
.page-privacy p a:hover {
  text-decoration: underline;
}

/* layout > 404
============================================================================================================ */
.page-404 {
  padding: 92px 0 0;
}
@media screen and (max-width: 767px) {
  .page-404 {
    padding: 35.2vw 0 0;
  }
}
.page-404 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
  color: black;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-404 h2 {
    font-size: 22px;
    font-size: 11.7333333333vw;
    margin-bottom: 12.5333333333vw;
  }
}
.page-404 h3 {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  color: black;
  line-height: 1;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .page-404 h3 {
    font-size: 19px;
    font-size: 10.1333333333vw;
    line-height: 1.7105263158;
    margin-bottom: 18.6666666667vw;
  }
}
.page-404__icn {
  max-width: 155px;
  margin: 0 auto 21px;
}
@media screen and (max-width: 767px) {
  .page-404__icn {
    max-width: 68.8vw;
    margin-bottom: 14.4vw;
  }
}
.page-404__info {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 489px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-404__info {
    font-size: 15px;
    font-size: 8vw;
    max-width: 167.7333333333vw;
  }
}
.page-404__info a {
  text-decoration: underline;
  text-underline-offset: 1px;
}

/* module > top
============================================================================================================ */
.contact__ttl {
  text-align: center;
  line-height: 1;
  margin-bottom: 63px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact__ttl {
    margin-top: 7.9546666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contact__ttl > h1 {
  font-size: 33px;
  color: #172945;
}
@media screen and (max-width: 767px) {
  .contact__ttl > h1 {
    font-size: 6.1333333333vw;
  }
}
.contact__form-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-direction: row;
  width: 100%;
  margin-top: 135px;
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .contact__form-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    width: 72.5333333333vw;
    margin: 0 auto 18.6666666667vw;
  }
}
.contact__form-label {
  width: 114px;
  font-size: 17px;
  font-weight: 300;
}
.contact__form-radio .wpcf7-list-item {
  width: 137px;
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .contact__form-radio .wpcf7-list-item {
    width: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__form-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__form-radio .wpcf7-list-item.last {
    width: auto;
  }
}
.contact__form-radio .wpcf7-list-item > input {
  width: 100px;
  height: 22px;
  top: 6px;
  left: -3px;
}
@media screen and (max-width: 767px) {
  .contact__form-radio .wpcf7-list-item > input {
    width: 30.6666666667vw;
    height: 5.8666666667vw;
    top: 1.0666666667vw;
    left: -0.8vw;
  }
}
.contact__form-radio .wpcf7-list-item > input:nth-of-type(4) {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .contact__form-radio .wpcf7-list-item > input:nth-of-type(4) {
    width: 33.3333333333vw;
    height: 6.4vw;
  }
}
.contact__form-radio .wpcf7-list-item > input:nth-of-type(5) {
  width: 145px;
}
@media screen and (max-width: 767px) {
  .contact__form-radio .wpcf7-list-item > input:nth-of-type(5) {
    width: 42.6666666667vw;
  }
}
.contact__form-radio .wpcf7-list-item.first {
  margin-right: 110px !important;
}
@media screen and (max-width: 767px) {
  .contact__form-radio .wpcf7-list-item.first {
    margin-right: 29.3333333333vw !important;
  }
}

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row;
  height: 100px;
  width: 314px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio {
    margin: 0 auto;
    width: 69.6vw;
  }
}

.wpcf7-list-item-label {
  font-weight: 400 !important;
}

.wpcf7-list-item {
  margin: 0 0 2px 0;
}

.contact__two {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  margin-bottom: 72px;
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .contact__two {
    margin-top: 13.3333333333vw;
    margin-bottom: 11.4666666667vw;
  }
}
.contact__two-ctx.step2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  width: 568px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contact__two-ctx.step2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-direction: row;
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__two-ctx.step2 > p {
    font-size: 3.7333333333vw;
  }
}
.contact__two-ctx.step2:nth-of-type(2) {
  margin-top: 18px;
}
.contact__two-ctx.step2:nth-of-type(n + 2) {
  margin-top: 27px;
}
.contact__two-ctx.step2:nth-of-type(3) > span {
  width: 456px;
}
.contact__two-input {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-direction: row;
  position: relative;
  width: 456px;
}
@media screen and (max-width: 767px) {
  .contact__two-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-direction: row;
    width: 66.4vw;
  }
}
.contact__two-input > span {
  width: 138px;
}
@media screen and (max-width: 767px) {
  .contact__two-input > span {
    width: 31.7333333333vw;
  }
}
.contact__two-input > span:nth-of-type(n + 2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .contact__two-input > span:nth-of-type(n + 2) {
    margin-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__two-input > span:nth-of-type(3n) {
    margin-left: 0;
    margin-top: 2.6666666667vw;
  }
}
.contact__two-input > span .wpcf7-select {
  height: 30px;
  border: 1px #919EB5 solid;
  background-color: #F8F8F8;
  padding: 0 10px 0 15px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .contact__two-input > span .wpcf7-select {
    height: 8vw;
    font-size: 2.9333333333vw;
    padding: 0 2.6666666667vw 0 4vw;
    font-size: 2.9333333333vw;
  }
}
.contact__two-input > span .wpcf7-validates-as-required {
  border: 1px red solid;
}
@media screen and (max-width: 767px) {
  .contact__two-input > span .wpcf7-validates-as-required {
    border: 0.2666666667vw red solid;
  }
}
.contact__two-input-exc {
  width: 456px;
}
@media screen and (max-width: 767px) {
  .contact__two-input-exc {
    width: 66.4vw;
  }
}
.contact__two-input-exc .wpcf7-select {
  height: 30px;
  border: 1px #919EB5 solid;
  background-color: #F8F8F8;
  padding: 0 10px 0 15px;
}
@media screen and (max-width: 767px) {
  .contact__two-input-exc .wpcf7-select {
    height: 8vw;
    font-size: 2.9333333333vw;
    background-size: 2.6666666667vw 1.3866666667vw;
    padding: 0 2.6666666667vw 0 4vw;
  }
}
.contact__two .wpcf7-not-valid-tip {
  display: none;
}

.contact__three {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 568px;
  font-weight: 300;
  margin-top: 64px;
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .contact__three {
    width: 92vw;
    margin: 12.8vw auto 12.5333333333vw;
  }
}
.contact__three-ctx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-direction: row;
  width: 100%;
}
.contact__three-ctx > span {
  width: 474px;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx > span {
    width: 70.4vw;
  }
}
.contact__three-ctx > span > input.wpcf7-not-valid {
  border: 1px solid #C83636;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx > span > input.wpcf7-not-valid {
    border: 0.2666666667vw solid #C83636;
  }
}
.contact__three-ctx.name .wpcf7-not-valid-tip {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx.name .wpcf7-not-valid-tip {
    width: 70.4vw;
  }
}
.contact__three-ctx.birth input {
  width: 474px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 11px;
  color: #5484B5;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx.birth input {
    width: 70.4vw;
    padding-left: 4vw;
    padding-right: 2.6666666667vw;
  }
}
.contact__three-ctx.birth > span::after {
  top: -4px !important;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx.birth > span::after {
    top: -1.0666666667vw;
  }
}
.contact__three-ctx.birth .wpcf7-not-valid-tip {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx.birth .wpcf7-not-valid-tip {
    width: 70.4vw;
  }
}
.contact__three-ctx.mail .wpcf7-not-valid-tip {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx.mail .wpcf7-not-valid-tip {
    width: 70.4vw;
  }
}
.contact__three-ctx.textArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
}
.contact__three-ctx.textArea > span {
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx.textArea > span {
    height: 16vw;
  }
}
.contact__three-ctx.textArea > span > textarea {
  width: 100%;
  height: 100%;
  font-size: 11px !important;
  color: #5484B5 !important;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx.textArea > span > textarea {
    height: 16vw;
    font-size: 2.9333333333vw !important;
  }
}
.contact__three-ctx:nth-of-type(n + 2) {
  margin-top: 24px;
}
.contact__three-ctx input {
  height: 30px;
  font-size: 11px !important;
  color: #5484B5 !important;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx input {
    height: 8vw;
    font-size: 2.9333333333vw !important;
  }
}
.contact__three-ctx .wpcf7-validates-as-required,
.contact__three-ctx .wpcf7-validates-as-date {
  border: 1px red solid;
}
@media screen and (max-width: 767px) {
  .contact__three-ctx .wpcf7-validates-as-required,
  .contact__three-ctx .wpcf7-validates-as-date {
    border: 0.2666666667vw red solid;
  }
}

.contact__form-wrap.step3 .wpcf7-submit {
  padding-top: 0;
}

.contact__content {
  text-align: center;
  padding-top: 76px;
}
@media screen and (max-width: 767px) {
  .contact__content {
    padding: 0 4vw 0;
  }
}
.contact__content > p {
  font-size: 27.5px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact__content > p {
    font-size: 5.0666666667vw;
  }
}
.contact__content > p:nth-of-type(2) {
  margin-top: 45px;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .contact__content > p:nth-of-type(2) {
    padding: 0 6.6666666667vw;
    font-size: 4vw;
    margin-top: 11.7333333333vw;
  }
}
.contact__content-previous {
  display: block;
  width: 264px;
  height: 70px;
  border-radius: 10px;
  border: 1px #5484B5 solid;
  margin: 149px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__content-previous {
    margin: 23.2vw auto 0;
    width: 43.2vw;
    height: 13.6vw;
    border: 0.2666666667vw #5484B5 solid;
  }
}
.contact__content-previous > p {
  color: #5484B5;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.18em;
  margin-top: 14px;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .contact__content-previous > p {
    font-size: 3.4666666667vw;
    margin-top: 2.9333333333vw;
    margin-left: 3.7333333333vw;
  }
}
.contact__content-previous > span {
  position: absolute;
  top: 16px;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .contact__content-previous > span {
    top: 1.6vw;
    left: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__content-previous > span > svg {
    width: 3.4666666667vw;
  }
}
.contact__content-previous:hover {
  scale: 1.1;
}

/* module
============================================================================ */
/* module > Page-ttl
============================================================================ */
/* module > form
============================================================================ */
/*////////////////////////// 基本スタイル //////////////////////////*/
input[type=text], input[type=email], input[type=tel], select, textarea {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  padding: 2px 7px;
  min-height: auto;
  outline: none;
  background: white;
  border: 1px solid gray;
  box-sizing: border-box;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  vertical-align: bottom;
}
input[type=text]:-moz-placeholder-shown, input[type=email]:-moz-placeholder-shown, input[type=tel]:-moz-placeholder-shown, select:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #aaa;
}
input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, input[type=tel]:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], select, textarea {
    font-size: 14px;
    font-size: 7.4666666667vw;
    padding: 0 3.7333333333vw;
  }
}

/*////////////////////////// テキストエリア //////////////////////////*/
textarea {
  height: 238px;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 144vw;
  }
}

/*////////////////////////// セレクトボックス //////////////////////////*/
select {
  height: 39px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  position: relative;
  background-image: url("./img/common/arw_select-lb.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  box-sizing: border-box;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

/*////////////////////////// ラジオボタン //////////////////////////*/
.mw_wp_form .mwform-radio-field.horizontal-item {
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-radio-field.horizontal-item {
    margin-right: 8vw;
  }
}
.mw_wp_form .mwform-radio-field.horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-radio-field.horizontal-item + .horizontal-item {
    margin-right: 8vw;
  }
}
.mw_wp_form .mwform-radio-field-text {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-radio-field-text {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.mw_wp_form input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mw_wp_form input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.mw_wp_form input[type=radio]:focus + .mwform-radio-field-text:before {
  outline: none;
  border-color: #3197EE;
}
.mw_wp_form input[type=radio] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-radio .wpcf7-list-item {
    margin-right: 8vw;
  }
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.wpcf7-radio input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.wpcf7-radio input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

/*///////////////// チェックボックス //////////////////////////*/
.mw_wp_form .mwform-checkbox-field.horizontal-item {
  display: block;
}
.mw_wp_form .mwform-checkbox-field.horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .mwform-checkbox-field.horizontal-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
.mw_wp_form .mwform-checkbox-field-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-checkbox-field-text {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.mw_wp_form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:before {
  content: "";
  display: inline-block;
  background: white;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-right: 18px;
  cursor: pointer;
  transition: all 250ms ease;
}
@media screen and (max-width: 767px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 4vw;
    margin-right: 6.4vw;
  }
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
  width: 20px;
  height: 17px;
  background: #3197EE;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:after {
    top: 3.2vw;
    left: 2.4vw;
    width: 8.5333333333vw;
    height: 7.2vw;
    border-radius: 4vw;
  }
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.mw_wp_form input[type=checkbox]:focus + .mwform-checkbox-field-text:before {
  outline: none;
  border-color: #3197EE;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:empty:before {
  margin-right: 0;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
.wpcf7-form .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.wpcf7-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  background: white;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-right: 18px;
  cursor: pointer;
  transition: all 250ms ease;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 4vw;
    margin-right: 6.4vw;
  }
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
  width: 20px;
  height: 17px;
  background: #3197EE;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:after {
    top: 3.2vw;
    left: 2.4vw;
    width: 8.5333333333vw;
    height: 7.2vw;
    border-radius: 4vw;
  }
}
.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-form input[type=checkbox]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

/*////////////////////////// ファイル添付 //////////////////////////*/
.mw_wp_form .form__row.file input[type=file] {
  display: none;
}
.mw_wp_form .form__row.file .form__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.mw_wp_form .form__row.file .form__col .file_name {
  display: inline-block;
  word-break: break-all;
  line-height: 1.2;
  max-width: 40%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .form__row.file .form__col .file_name {
    max-width: 60%;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}
.mw_wp_form .form__row.file .mw-wp-form_file a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mw_wp_form .file_label {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 172px;
  padding: 2px 7px;
  min-height: auto;
  border-radius: 10px;
  outline: none;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
.mw_wp_form .file_label:-moz-placeholder-shown {
  color: #aaa;
}
.mw_wp_form .file_label:placeholder-shown {
  color: #aaa;
}
.mw_wp_form .file_label::-webkit-input-placeholder {
  color: #aaa;
}
.mw_wp_form .file_label:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mw_wp_form .file_label::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mw_wp_form .file_label:-ms-input-placeholder {
  color: #aaa;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .file_label {
    font-size: 14px;
    font-size: 7.4666666667vw;
    padding: 0 3.7333333333vw;
    border-radius: 4vw;
  }
}
.mw_wp_form .mwform-file-delete {
  margin-left: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .mwform-file-delete {
    margin-left: 8vw;
    margin-right: 5.3333333333vw;
  }
}

.mw_wp_form_confirm .file_label {
  display: none;
}

.wpcf7-form .form__row.file input[type=file] {
  display: none;
}
.wpcf7-form .form__row.file .form__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.wpcf7-form .form__row.file .form__col .file_name {
  display: inline-block;
  word-break: break-all;
  line-height: 1.2;
  max-width: 40%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .form__row.file .form__col .file_name {
    max-width: 60%;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}
.wpcf7-form .form__row.file a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wpcf7-form .file_label {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 172px;
  padding: 2px 7px;
  min-height: auto;
  border-radius: 10px;
  outline: none;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
.wpcf7-form .file_label:-moz-placeholder-shown {
  color: #aaa;
}
.wpcf7-form .file_label:placeholder-shown {
  color: #aaa;
}
.wpcf7-form .file_label::-webkit-input-placeholder {
  color: #aaa;
}
.wpcf7-form .file_label:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.wpcf7-form .file_label::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.wpcf7-form .file_label:-ms-input-placeholder {
  color: #aaa;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .file_label {
    font-size: 14px;
    font-size: 7.4666666667vw;
    padding: 0 3.7333333333vw;
    border-radius: 4vw;
  }
}

.page-contact.confirm .file_label {
  display: none;
}

/*////////////////////////// ボタン //////////////////////////*/
input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

/*////////////////////////// 入力画面・確認画面 //////////////////////////*/
.mw_wp_form_input .error {
  width: 100%;
}
.mw_wp_form_input .form__btn-col:first-of-type {
  display: none;
}

.mw_wp_form_confirm .form__row {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__row {
    margin-top: 17.0666666667vw;
  }
}
.mw_wp_form_confirm .form__row.mail_confirm {
  display: none;
}
.mw_wp_form_confirm .form__col:nth-of-type(2) {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__col:nth-of-type(2) {
    font-size: 14px;
    font-size: 7.4666666667vw;
  }
}
.mw_wp_form_confirm .form__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__btn {
    margin-top: 24vw;
  }
}
.mw_wp_form_confirm .form__btn-col.btn__more {
  margin: 0;
}
.mw_wp_form_confirm .form__btn-col:first-of-type {
  display: block;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form__btn-col.back {
    margin-top: 18.6666666667vw;
  }
}
.mw_wp_form_confirm .form__note {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

/* module > btn
============================================================================ */
.btn__more {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: block;
  width: 261px;
  padding: 15px 0;
  margin: 50px auto 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  left: 0.05em;
  background: black;
  color: white;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn__more {
    font-size: 13px;
    font-size: 6.9333333333vw;
    width: 116vw;
    padding-bottom: 10.6666666667vw;
    margin-top: 22.6666666667vw;
  }
}
.btn__more:hover {
  opacity: 1;
}

.contact__form-submit {
  width: 264px;
  height: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__form-submit {
    width: 43.4666666667vw;
    height: 13.3333333333vw;
  }
}
.contact__form-submit.step1 {
  margin: 0 auto 0 152px;
}
@media screen and (max-width: 767px) {
  .contact__form-submit.step1 {
    margin: 0 auto;
  }
}
.contact__form-previous {
  width: 264px;
  height: 70px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .contact__form-previous {
    width: 43.4666666667vw;
    height: 13.3333333333vw;
  }
}
.contact__form-previous > input {
  width: 264px;
  height: 70px;
  color: #5484B5;
}
@media screen and (max-width: 767px) {
  .contact__form-previous > input {
    width: 43.4666666667vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.contact__form-previous:hover {
  scale: 1.1;
}
.contact__form-previous:hover .contact__form-previous_icon {
  left: 12px;
}
.contact__form-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.contact__form-btns.step2 {
  width: 569px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__form-btns.step2 {
    width: 92vw;
  }
}
.contact__form-btns.step3 {
  width: 569px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact__form-btns.step3 {
    width: 92vw;
    margin: 0 auto;
  }
}
.contact__form-wrap .wpcf7-submit {
  position: absolute;
  width: 264px;
  height: 70px;
  font-weight: 400;
  line-height: 1;
  background-color: #BFC9D8;
  color: white;
  border-radius: 10px;
  padding-top: 17px;
  letter-spacing: 0.2em;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap .wpcf7-submit {
    width: 100%;
    height: 100%;
    border-radius: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.contact__form-wrap .wpcf7-submit.step1 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap .wpcf7-submit.step1 {
    font-size: 3.7333333333vw;
  }
}
.contact__form-submit-subtxt {
  position: absolute;
  z-index: 1;
  transform: translate(92%, 29%);
  font-size: 13px;
  color: white;
  pointer-events: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .contact__form-submit-subtxt {
    transform: translate(67%, 20%);
    font-size: 2.6666666667vw;
  }
}
.contact__form-submit_next {
  position: absolute;
  pointer-events: none;
  right: 13px;
  top: 16px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .contact__form-submit_next {
    right: 1.3333333333vw;
    top: 1.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__form-submit_next > svg {
    width: 3.2vw;
  }
}
.contact__form-previous_icon {
  position: absolute;
  pointer-events: none;
  top: 16px;
  left: 14px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .contact__form-previous_icon {
    top: 1.6vw;
    left: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__form-previous_icon > svg {
    width: 3.2vw;
  }
}

.contact__form-submit.active .wpcf7-form-control.wpcf7-submit {
  background-color: #5484B5;
  transition: 0.5s;
}
.contact__form-submit.active:hover .wpcf7-form-control.wpcf7-submit {
  scale: 1.1;
}
.contact__form-submit.active:hover .contact__form-submit-subtxt {
  scale: 1.1;
  transform: translate(83%, 24%);
}
@media screen and (max-width: 767px) {
  .contact__form-submit.active:hover .contact__form-submit-subtxt {
    transform: translate(60%, 17%);
  }
}
.contact__form-submit.active:hover .contact__form-submit_next {
  scale: 1.1;
  right: 4px;
}
@media screen and (max-width: 767px) {
  .contact__form-submit.active:hover .contact__form-submit_next {
    right: 0;
  }
}

.wpcf7-previous {
  position: absolute;
  border: 1px #5484B5 solid;
  border-radius: 10px;
}

/*  module > breadcrumbs
============================================================================================================ */
/* module > pagination （WP-Pagenavi）
============================================================================ */
/* module > top
============================================================================ */
.contact__step {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  margin: 0 auto;
  position: relative;
  width: 774px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .contact__step {
    width: 92vw;
    margin: 0 auto;
  }
}
.contact__step-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-direction: row;
  position: absolute;
  z-index: 2;
  width: 285px;
  height: 55px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact__step-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    width: 34.4vw;
    height: 13.3333333333vw;
  }
}
.contact__step-inner:nth-of-type(2) {
  z-index: 1;
  left: 232px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .contact__step-inner:nth-of-type(2) {
    left: 27.7333333333vw;
    width: 37.8666666667vw;
  }
}
.contact__step-inner:nth-of-type(2) > .contact__step-inner-txt {
  margin-right: 81px;
}
@media screen and (max-width: 767px) {
  .contact__step-inner:nth-of-type(2) > .contact__step-inner-txt {
    margin-right: 0;
    margin-left: 2.6666666667vw;
  }
}
.contact__step-inner:nth-of-type(3) {
  z-index: 0;
  left: 474px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .contact__step-inner:nth-of-type(3) {
    width: 37.8666666667vw;
    left: 55.4666666667vw;
  }
}
.contact__step-inner:nth-of-type(3) > .contact__step-inner-txt {
  margin-right: 92px;
}
@media screen and (max-width: 767px) {
  .contact__step-inner:nth-of-type(3) > .contact__step-inner-txt {
    margin-right: 0;
    margin-left: 2.6666666667vw;
  }
}
.contact__step-inner-txt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  position: absolute;
  color: #5484B5;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact__step-inner-txt {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.contact__step-inner-txt > p:nth-of-type(2) {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .contact__step-inner-txt > p:nth-of-type(2) {
    margin-left: 0;
    line-height: 1;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.contact__step-inner-txt.active {
  color: white;
  margin-right: 99px;
}
@media screen and (max-width: 767px) {
  .contact__step-inner-txt.active {
    margin-right: 5.3333333333vw;
  }
}

.contact__wrap {
  width: 779px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__wrap {
    width: 100%;
  }
}

.wpcf7-form-control.wpcf7-select {
  color: #919EB5;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-select {
    background-size: 2.6666666667vw 1.3866666667vw;
  }
}

.contact__form-wrap {
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap {
    padding: 0 4vw;
  }
}
.contact__form-wrap.step2 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap.step2 {
    margin-top: 0;
    padding: 0;
  }
}
.contact__form-wrap.step3 {
  padding: 0 0 0 106px;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap.step3 {
    padding: 0;
  }
}

.wpcf7-not-valid-tip {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 2.6666666667vw;
  }
}

.required {
  position: relative;
  z-index: 0;
}
.required > span:first-of-type::after {
  content: "必須";
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 7px;
  width: 30px;
  height: 12px;
  padding-left: 7px;
  padding-right: 6px;
  z-index: 1;
  line-height: 1.8;
  background-color: #C83636;
  color: white;
}
@media screen and (max-width: 767px) {
  .required > span:first-of-type::after {
    top: -1.6vw;
    font-size: 1.8666666667vw;
    width: 8vw;
    height: 3.2vw;
    padding-left: 1.8666666667vw;
    padding-right: 1.6vw;
  }
}/*# sourceMappingURL=style.css.map */