@charset "UTF-8";
@import url('http://fonts.cdnfonts.com/css/canto');
html { scroll-behavior: smooth; }
body {
  position: relative;
  overflow-x: hidden;
  width: 100vw;
  height: auto;
  z-index: 0;
  font-family: sans-serif;
  color: #222;
}

/*-- メインオレンジ　#FF7328 --*/
/*-- 薄オレンジ(50%)　#FFB993 --*/

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------- PC -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (min-width: 750px) {

/*----------------------   header   ----------------------*/

#sp , .fv h2.sp , .header , #works .wrap img.sp , #footer p.sp { display: none; }

header {
  position: fixed; /*← fixedで固定 */
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 100;
  transition: 0.5s;
}
header .head_wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
}
header .head_wrap h1 img {
  display: inline-block;
  vertical-align: middle;
  height: 120px;
  margin: 0 auto;
  padding: 15px 0;
}
header .nav {
  display: table; /*BOXをテーブルに変更*/
  vertical-align: middle;
  width: auto;
}
header .nav .menu {
  display: flex;
  justify-content: center;
  height: 150px;
}
header .nav .menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
header .nav .menu li a {
  display: block;
  width: 160px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  height: 100%; /* ← こうすると通常のリンクもOK */
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
header .nav .menu li a:hover { color: #FF7328; }
header .nav .menu li a.c_button {
  height: 70px;
  background-color: #FF7328;
  color: white;
  border: 2px solid #FF7328;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
header .nav .menu li a.c_button:hover {
  background-color: transparent;
  border: 2px solid #FF7328;
  color: #FF7328;
}
.section-a { background: #000; }
.section-b { background: #fff; }
header.scroll-nav {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
header.scroll-nav .nav .menu li a { color: #222; }
header.scroll-nav .nav .menu li a:hover { color: #FF7328; }
header.scroll-nav .nav .menu li a.c_button { color: white; }
header.scroll-nav .nav .menu li a.c_button:hover { color: #FF7328; }

/*----------------------   fv   ----------------------*/

.fv .triangle-box {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: rgba(20, 20, 20, 0.8);
  z-index: 2;
}
.fv {
  display: block;
  position: absolute;
  top: 0;
  background-image: url('../../image/FV_company.jpg');
  background-repeat: no-repeat;      /* ← 繰り返さない */
  background-size: cover;           /* ← 要素にフィットさせて表示 */
  background-position: center;      /* ← 中央寄せで表示 */
  width: 100%;
  height: 400px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  color: white;
  text-align: center;
}
.fv .wrap {
  width: 80%;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}
.fv .wrap h2 {
  color: #FF9D68;
  display: block;
  font-size: 100px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  text-align: left;
}
.fv .wrap h2 span {
  color: white;
  display: block;
  font-size: 34px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 38px;
}
.breadlist {
  display: block;
  position: relative;
  z-index: 10;
  width: 70%;
  display: block;
  position: absolute;
  top: 420px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #FF7328;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

/*----------------------   formWrap   ----------------------*/

#formWrap {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding-top: 500px;
  position: relative;
  text-align: center;
  font-size: 14px;
}
#formWrap h2 {
  color: #FF7328;
  font-size: 28px;
  padding-bottom: 40px;
}
#formWrap h2 span {
  font-size: 18px;
  font-weight: 300;
  line-height: 3;
}
#formWrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
#formWrap form .formTable {
  display: block;
  width: 1200px;
  margin: 50px auto;
}
#formWrap form .formTable th {
  width: 300px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 20px 0 0;
}
#formWrap form .formTable th span.blue {
  text-align: center;
  color: white;
  margin: 0 0 0 0;
  padding: 5px 15px;
  font-size: 9px;
  background-color: #FF7328;
  border: 1px solid #FF7328;
  display: block;
  float: right;
}
#formWrap form .formTable th span.black {
  text-align: center;
  color: #333;
  margin: 0 0 0 0;
  padding: 5px 15px;
  font-size: 9px;
  border: 1px solid #333;
  display: block;
  float: right;
}
#formWrap form .formTable td {
  padding: 10px 0;
  margin: 0;
  width: 900px;
  display: inline-block;
  vertical-align: top;
}
#formWrap form .formTable input {
  width: 800px;
  height: 3em;
  border-style: none;
  border-radius: 8px;
  padding: 0 10px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .formTable textarea {
  width: 800px;
  padding: 10px;
  margin-left: 40px;
  display: block;
  height: 10em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .privacy_policy {
  display: block;
  width: 1200px;
  margin: 10px auto 50px;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
  text-align: left;
  overflow-y: scroll;
}
#formWrap h3 {
  font-size: 16px;
  text-align: left;
}
#formWrap form .privacy_policy p {
  display: block;
  padding: 0 20px 20px;
  height: 180px;
  margin: 10px auto;
  font-size: 14px;
}
#formWrap form .privacy_policy p span { font-weight: bold; }
input#mail_submit_button {
  font-size: 16px;
  width: 500px;
  height: 50px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background-color: #FF7328;
  border: 1px solid #FF7328;
  color: white;
  text-align: center;
  transition: .3s;
}
input#mail_submit_button:hover {
  background-color: white;
  color: #FF7328;
  border: 1px solid #FF7328;
  transition: .3s;
}
#formWrap form .formTable .radio-group { text-align: left; }
#formWrap form .formTable .radio-group label {
  display: inline-flex;           /* ← inline-flexにすると中の要素が縦中央揃えになる */
  align-items: center;            /* ← 縦中央揃え */
  margin-right: 30px;
  padding-left: 20px;             /* ラベル間の余白 */
  font-size: 14px;
  cursor: pointer;
}
#formWrap form .formTable input.radio {
  width: 60px;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 10px;
  border: none;
}

/*----------------------   footer   ----------------------*/

#footer {
  display: block;
  width: 100%;
  height: 480px;
  position: relative;
  top: 200px;
  z-index: 90;
  background-color: #333;
  border-bottom: 40px solid #333;
}
iframe {
  display: block;
  width: 100%;
  height: 480px;
  filter: opacity(20%);
}
#footer .footer_wrap {
  display: block;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 90;
  text-align: center;
  color: white;
  padding-top: 40px;
}
#footer .footer_wrap .inner {
  display: flex;
  justify-content:space-between;
  width: 80%;
  margin: 0 auto;
  padding: 40px 0 120px;
}
#footer .footer_wrap .inner div { width: 50%; }
#footer .footer_wrap .inner div p { display: block; }
#footer .footer_wrap .inner div p span.small { font-size: 18px; }
#footer .footer_wrap .inner div p span.big {
  font-weight: bold;
  font-size: 36px;
  line-height: 2;
}
#footer .footer_wrap .inner div a.mail:before {
  content: url('../../image/mail.png');
  margin-right: 20px;
  position: relative;
  top: 10px;
}
a.c-btn.mail {
  font-size: 24px;
  font-weight: bold;
  display: block;
  width: 450px;
  height: 100px;
  line-height: 100px;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 0;
  background-color: #FF7328;
  border: 2px solid #FF7328;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
a.c-btn.mail:hover {
  background-color: rgba(255, 255, 255, .3);
  border: 2px solid #FF7328;
  color: #FF7328;
}
a.c-btn.mail {
  font-size: 24px;
  font-weight: bold;
  display: block;
  width: 450px;
  height: 100px;
  line-height: 100px;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 0;
  background-color: #FF7328;
  border: 2px solid #FF7328;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
a.c-btn.mail:hover {
  background-color: rgba(255, 255, 255, .3);
  border: 2px solid #FF7328;
  color: #FF7328;
}

#thanks {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding-top: 500px;
  position: relative;
  text-align: center;
  font-size: 14px;
}
.thankswrap h2 {
  color: #FF7328;
  font-size: 28px;
  padding-bottom: 40px;
}
.thankswrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
  text-justify: inter-ideograph;
}
.thankswrap p span { font-size: 14px; }
.thankswrap br.sp { display: none; }
.thankswrap a {
  display: block;
  width: 120px;
  margin: 80px auto 0;
  color: #FF7328;
  text-decoration: none;
  transition: 0.8s; /*変形の時間*/
  position: relative; /*アンダーラインの位置を決めるための基準 */
}
.thankswrap a::after {
  opacity: 0;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FF7328;
  bottom: -10px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
  visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
}
.thankswrap a:hover::after {
  visibility: visible; /*ホバー後、アンダーラインを可視化する*/
  opacity: 1;       /*アンダーラインが透明な状態からアニメーションが開始され、ホバーを話して終了する際も、徐々に透明な状態に戻る。*/
  transition: 0.8s; /*変形の時間*/
}

}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------- SP -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (max-width: 749px) {
/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: rgba(0, 0, 0, .8);
  transition: all .6s;
}
.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }
.hamburger-overlay.active .hamburger-overlay__line { background-color: #fff; }
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) { transform: translateY(9px) rotate(-45deg); }
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) { opacity: 0; }
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) { transform: translateY(-9px) rotate(45deg); }
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}
.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }
.nav-overlay.active .nav-overlay__item:nth-child(5) { transition-delay: 0.5s; }
.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
/*----------------------   header   ----------------------*/

header {
  position: fixed; /*← fixedで固定 */
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 100;
  transition: 0.5s;
}
header .head_wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
}
header .head_wrap h1 img {
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  margin: 0 auto;
  padding: 20px 0;
}
header .nav { display: none; }
.section-a { background: #000; }
.section-b { background: #fff; }
header.scroll-nav {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
header.scroll-nav .nav .menu li a { color: #222; }
header.scroll-nav .nav .menu li a.c_button { color: white; }

/*----------------------   fv   ----------------------*/

.fv .triangle-box {
  display: block;
  width: 100%;
  height: 40vh;
  background-color: rgba(20, 20, 20, 0.8);
  z-index: 2;
}
.fv {
  position: relative;
  display: block;
  background-image: url('../../image/sp/FV_company.jpg');
  background-repeat: no-repeat;      /* ← 繰り返さない */
  background-size: cover;           /* ← 要素にフィットさせて表示 */
  background-position: center;      /* ← 中央寄せで表示 */
  width: 100%;
  height: 40vh;
  font-family: "source-han-serif-japanese", serif;
  font-weight: normal;
  font-style: normal;
  z-index: 1;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.fv .wrap h2 {
  color: #FFB993;
  display: block;
  font-size: 16vw;
  font-family: "source-han-serif-japanese", serif;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  bottom: 2vh;
  left: 4vw;
}
.fv .wrap h2 span {
  color: #fff;
  display: block;
  font-size: 4.5vw;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: 28px;
  left: 1vw;
}
.breadlist {
  display: block;
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 24px auto;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 12px;
}
.breadcrumb li a {
  text-decoration: none;
  color: #FF7328;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

/*----------------------   パンくず   ----------------------*/

.Breadcrumb {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  color: #999;
}
.Breadcrumb-ListGroup {
  display: flex;
  list-style: none;
}
.Breadcrumb-ListGroup-Item-Link[href] {
  color: #0893dd;
  text-decoration: none;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover { opacity: 0.5; }
.Breadcrumb-ListGroup > * + * { margin-left: 0.5em; }
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}

/*----------------------   formWrap   ----------------------*/

#formWrap {
  display: block;
  width: 90%;
  margin: 80px auto;
  position: relative;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
br.pc { display: none; }
#formWrap h2 {
  color: #0893dd;
  font-size: 24px;
  padding-bottom: 40px;
}
#formWrap h2 span {
  font-size: 14px;
  font-weight: 300;
  line-height: 3;
}
#formWrap p {
  font-weight: 300;
  line-height: 2;
  font-size: 14px;
}
#formWrap form table {
  display: table;
  width: 100%;
  margin: 50px auto;
  border-collapse: collapse;
}
#formWrap form .formTable tr {
  display: block;
  width: 100%;
}
#formWrap form .formTable th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 0 10px;
}
#formWrap form .formTable th span.blue {
  text-align: center;
  color: white;
  margin-right: 10px;
  margin-top: -10px;
  padding: 10px 15px;
  font-size: 12px;
  background-color: #FF7328;
  border: 1px solid #FF7328;
  display: inline-block;
  width: auto;
  float: left;
}
#formWrap form .formTable th span.black {
  text-align: center;
  color: #333;
  margin-right: 10px;
  margin-top: -10px;
  padding: 10px 15px;
  font-size: 12px;
  border: 1px solid #333;
  display: inline-block;
  width: auto;
  float: left;
}
#formWrap form .formTable td {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  display: block;
}
#formWrap form .formTable input {
  width: 99%;
  height: 3em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  display: block;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .formTable textarea {
  width: 100%;
  padding: 10px 0;
  display: block;
  height: 10em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .privacy_policy {
  display: block;
  width: 100%;
  height: 160px;
  margin: 10px auto 30px;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
  text-align: left;
  overflow-y: scroll;
}
#formWrap h3 {
  font-size: 14px;
  text-align: left;
  display: block;
}
#formWrap form .privacy_policy p {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.5;
}
#formWrap form .privacy_policy p span { font-weight: bold; }
input#mail_submit_button {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background-color: #FF7328;
  border: 1px solid #FF7328;
  color: white;
  text-align: center;
}
#formWrap form .formTable .radio-group { text-align: left; }
#formWrap form .formTable .radio-group label {
  display: inline-flex;           /* ← inline-flexにすると中の要素が縦中央揃えになる */
  align-items: center;            /* ← 縦中央揃え */
  margin-right: 30px;
  font-size: 14px;
  cursor: pointer;
}
#formWrap form .formTable input.radio {
  width: 60px;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  font-size: 10px;
  border: none;
}

/*----------------------   footer   ----------------------*/

#footer {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 90;
  background-color: #333;
  border-bottom: 40px solid #333;
}
iframe {
  display: block;
  width: 100%;
  height: 500px;
  filter: opacity(20%);
}
#footer .footer_wrap {
  display: block;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 90;
  text-align: center;
  color: white;
  padding-top: 40px;
}
#footer .footer_wrap p.pc { display: none; }
#footer .footer_wrap p {
  font-size: 12px;
  line-height: 2;
}
#footer .footer_wrap .inner {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 180px;
}
#footer .footer_wrap .inner div p { display: block; }
#footer .footer_wrap .inner div p span.small {
  font-size: 16px;
}
#footer .footer_wrap .inner div p span.big {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}
#footer .footer_wrap .inner div a.mail:before {
  content: url('../../image/mail.png');
  margin-right: 20px;
  position: relative;
  top: 10px;
}
a.c-btn.mail {
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 75%;
  color: white;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0 32px;
  background-color: #FF7328;
  border: 2px solid #FF7328;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#thanks {
  display: block;
  width: 90%;
  margin: 100px auto;
  text-align: center;
}
.thankswrap h2 {
  font-size: 26px;
  line-height: 1.5;
  color: #FF7328;
}
.thankswrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  padding: 30px 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.thankswrap p span { font-size: 12px; }
.thankswrap a {
  display: block;
  width: 120px;
  margin: 80px auto 0;
  color: #FF7328;
  text-decoration: none;
  transition: 0.8s; /*変形の時間*/
  position: relative; /*アンダーラインの位置を決めるための基準 */
}
.thankswrap a::after {
  opacity: 0;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FF7328;
  bottom: -10px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
  visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
}
.thankswrap a:hover::after {
  visibility: visible; /*ホバー後、アンダーラインを可視化する*/
  opacity: 1;       /*アンダーラインが透明な状態からアニメーションが開始され、ホバーを話して終了する際も、徐々に透明な状態に戻る。*/
  transition: 0.8s; /*変形の時間*/
}
.thankswrap span br.pc { display: none; }

}


/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*---------------------- TAB -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:1200px) {

/*----------------------   header   ----------------------*/

#sp { display: none; }

header {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: white;
}
header .head_menu {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header .head_menu .menu_box {
  display: block;
  width: 50%;
}
header .head_menu .menu_box h1 img {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  padding-top: 30px;
}
header .head_menu .menu_box h1 span {
  display: inline-block;
  vertical-align: middle;
  color: #0893dd;
  font-size: 14px;
  padding: 40px 15px 5px;
}
header .head_menu .menu_box ul { display: flex; }
header .head_menu .menu_box li {
  list-style: none;
  font-size: 15px;
  text-align: center;
  display: table;
}
header .head_menu .menu_box li span {
  font-size: 10px;
}
header .head_menu .menu_box li a {
  display: table-cell;
  vertical-align: middle;
  width: 190px;
  height: 100px;
  color: #0893dd;
  text-decoration: none;
  transition: .3s;
}
header .head_menu .menu_box li a:hover {
  color: white;
  background-color: #0893dd;
  transition: .3s;
}


/*----------------------   top   ----------------------*/

#top {
  width: 100%;
  margin: 0 auto;
  height: 180px;
  position:relative;
  color: #fff;
  background-color: #0893dd;
  display: table;
}
#top h2 {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
  padding-top: 20px;
}
#top h2 span {
  font-size: 12px;
  font-weight: 300;
  line-height: 3;
  letter-spacing: .1em;
}

/*----------------------   パンくず   ----------------------*/

.Breadcrumb {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  color: #999;
}
.Breadcrumb-ListGroup {
  display: flex;
  list-style: none;
}
.Breadcrumb-ListGroup-Item-Link[href] {
  color: #0893dd;
  text-decoration: none;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover { opacity: 0.5; }
.Breadcrumb-ListGroup > * + * { margin-left: 0.5em; }
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}


/*----------------------   content01   ----------------------*/

#formWrap  {
  display: block;
  width: 90%;
  margin: 80px auto;
  text-align: center;
}
#formWrap h2 {
  color: #FF7328;
  font-size: 24px;
  padding-bottom: 40px;
}
#formWrap h2 span {
  font-size: 14px;
  font-weight: 300;
  line-height: 3;
}
#formWrap p {
  font-size: 14px;
  font-weight: 300;
}
#formWrap form .formTable {
  display: table;
  width: 100%;
  margin: 50px auto;
  border-collapse: collapse;
}
#formWrap form .formTable tr {
  display: block;
  width: 100%;
}
#formWrap form .formTable th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 0 10px;
}
#formWrap form .formTable th span.blue {
  text-align: center;
  color: white;
  margin-right: 10px;
  margin-top: -10px;
  padding: 10px 15px;
  font-size: 12px;
  background-color: #FF7328;
  border: 1px solid #FF7328;
  display: inline-block;
  width: auto;
  float: left;
}
#formWrap form .formTable th span.black {
  text-align: center;
  color: #333;
  margin-right: 10px;
  margin-top: -10px;
  padding: 10px 15px;
  font-size: 12px;
  border: 1px solid #333;
  display: inline-block;
  width: auto;
  float: left;
}
#formWrap form .formTable td {
  padding: 10px 0;
  margin: 0;
  width: 100%;
  display: block;
}
#formWrap form .formTable input {
  width: 100%;
  height: 3em;
  padding: 0;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  display: block;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .formTable textarea {
  width: 100%;
  padding: 10px 0;
  margin: 0;
  display: block;
  height: 10em;
  border-style: none;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 14px;
}
#formWrap form .privacy_policy {
  display: block;
  width: 100%;
  height: 160px;
  margin: 10px auto 30px;
  background-color: #f5f5f5;
  border: #ccc 1px solid;
  border-radius: 10px;
  text-align: left;
  overflow-y: scroll;
}
#formWrap h3 {
  font-size: 14px;
  text-align: left;
  display: block;
}
#formWrap form .privacy_policy p {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.5;
}
#formWrap form .privacy_policy p span { font-weight: bold; }
input#mail_submit_button {
  font-size: 16px;
  width: 500px;
  height: 50px;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  background-color: #FF7328;
  border: 1px solid #FF7328;
  color: white;
  text-align: center;
}

/*----------------------   footer   ----------------------*/

#footer {
  display: block;
  width: 100%;
  height: 480px;
  position: relative;
  top: 200px;
  z-index: 90;
  background-color: #333;
  border-bottom: 40px solid #333;
}
iframe {
  display: block;
  width: 100%;
  height: 480px;
  filter: opacity(20%);
}
#footer .footer_wrap {
  display: block;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 90;
  text-align: center;
  color: white;
  padding-top: 40px;
}
#footer .footer_wrap .inner {
  display: flex;
  justify-content:space-between;
  width: 80%;
  margin: 0 auto;
  padding: 40px 0 120px;
}
#footer .footer_wrap .inner div { width: 50%; }
#footer .footer_wrap .inner div p { display: block; }
#footer .footer_wrap .inner div p span.small { font-size: 18px; }
#footer .footer_wrap .inner div p span.big {
  font-weight: bold;
  font-size: 36px;
  line-height: 2;
}
#footer .footer_wrap .inner div a.mail:before {
  content: url('../../image/mail.png');
  margin-right: 20px;
  position: relative;
  top: 10px;
}
a.c-btn.mail {
  font-size: 24px;
  font-weight: bold;
  display: block;
  width: 450px;
  height: 100px;
  line-height: 100px;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 0;
  background-color: #FF7328;
  border: 2px solid #FF7328;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
a.c-btn.mail:hover {
  background-color: rgba(255, 255, 255, .3);
  border: 2px solid #FF7328;
  color: #FF7328;
}
a.c-btn.mail {
  font-size: 24px;
  font-weight: bold;
  display: block;
  width: 450px;
  height: 100px;
  line-height: 100px;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 0;
  background-color: #FF7328;
  border: 2px solid #FF7328;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
a.c-btn.mail:hover {
  background-color: rgba(255, 255, 255, .3);
  border: 2px solid #FF7328;
  color: #FF7328;
}

#thanks {
  display: block;
  width: 90%;
  margin: 100px auto;
  text-align: center;
}
.thankswrap h2 {
  font-size: 24px;
  color: #FF7328;
}
.thankswrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  padding: 30px 0;
}
.thankswrap p span { font-size: 12px; }
.thankswrap a {
  display: block;
  width: 120px;
  margin: 80px auto 0;
  color: #FF7328;
  text-decoration: none;
  transition: 0.8s; /*変形の時間*/
  position: relative; /*アンダーラインの位置を決めるための基準 */
}
.thankswrap a::after {
  opacity: 0;
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FF7328;
  bottom: -10px;       /*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
  visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
}
.thankswrap a:hover::after {
  visibility: visible; /*ホバー後、アンダーラインを可視化する*/
  opacity: 1;       /*アンダーラインが透明な状態からアニメーションが開始され、ホバーを話して終了する際も、徐々に透明な状態に戻る。*/
  transition: 0.8s; /*変形の時間*/
}


}
