@charset "UTF-8";
/* #####################################
/* 　リセットCSS
/* ##################################### */
* {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  letter-spacing: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
/* #####################################
/* 　共通設定
/* ##################################### */
/*#######  基本クラス  #######*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
}
.container {
  max-width: 1024px;
  width: 78.5%;
  margin: auto;
}
@media (max-width: 768px) {
  .container {
    width: 92%;
  }
}
/*--- 改行系 ---*/
.autoReturn {
  display: inline-block;
}
/*--- PC/SP 切り替え ---*/
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}
/*--- 太字 ---*/
.bold {
  font-weight: bold !important;
}
/*--- 太字 ---*/
.blueTxt {
  color: #0065b4;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}
/* #####################################
/* 　共通クラス
/* ##################################### */
.secTtl {
  text-align: center;
}
.secTtl .secTtlEng {
  width: auto;
  margin-bottom: 1.9rem;
}
.secTtl .secTtlEng img {
  height: 100%;
  width: auto;
  margin: auto;
}
.secTtl .secTtlJap {
  font-weight: 300;
  color: #333333;
  font-size: 1.8rem;
}
/* #####################################
/* 　ヘッダー
/* ##################################### */
#header {
  display: flex;
  /*----- PC版グロナビ -----*/
  /*----- SP版グロナビ（フルスクリーン） -----*/
  /*----- ハンバーガーアイコン -----*/
}
#header .headerLeft {
  margin-left: 2rem;
  width: 21%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #header .headerLeft {
    margin-left: 4%;
    width: 250px;
    height: 4.8rem;
    padding: 1.6rem 0;
  }
}
#header .headerRight {
  margin-left: auto;
  width: auto;
  display: flex;
}
#header .headerMenuNormal {
  margin-left: auto;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*---- リンク ----*/
  /*---- 言語 ----*/
  /*---- ボタン ----*/
}
#header .headerMenuNormal .headerLink {
  display: flex;
}
#header .headerMenuNormal .headerLink a {
  display: block;
  padding: 0 1.3rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-weight: 300;
  font-size: 1.5rem;
  text-decoration: none;
}
#header .headerMenuNormal .headerLink a:hover {
  background: #eee;
}
#header .headerMenuNormal .headerLanguage {
  padding: 0 3.6rem 0 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .headerMenuNormal .headerLanguage select::-ms-expand {
  display: none;
}
#header .headerMenuNormal .headerLanguage select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 30px 7px 30px;
  font-size: 1.5rem;
  color: #1574bf;
  font-weight: bold;
  line-height: 1.5em;
  border: none;
  background-image: url(../img/lang_icon.png), url(../img/lang_arrow.png);
  background-repeat: no-repeat;
  background-position: left 3px center, right 5px center;
  outline: none;
}
#header .headerMenuNormal .headerBtns {
  display: flex;
}
#header .headerMenuNormal .headerBtns a {
  height: 100%;
}
#header .headerMenuNormal .headerContact,
#header .headerMenuNormal .headerDownload {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #header .headerMenuNormal {
    display: none;
  }
}
#header .headerMenuModal {
  z-index: 10;
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 4.8rem;
  display: flex;
  flex-direction: column;
  /*---- リンク ----*/
  /*---- 言語 ----*/
  /*---- ボタン ----*/
}
#header .headerMenuModal .headerLink {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#header .headerMenuModal .headerLink a {
  width: 10em;
  font-weight: 600;
  color: #333333;
  font-size: 2rem;
  margin: 2.5rem auto 0;
}
#header .headerMenuModal .headerLanguage {
  margin: 3.5rem auto;
}
#header .headerMenuModal .headerLanguage select::-ms-expand {
  display: none;
}
#header .headerMenuModal .headerLanguage select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 30px 7px 30px;
  font-size: 2rem;
  color: #1574bf;
  font-weight: bold;
  line-height: 2em;
  border: none;
  background-image: url(../img/lang_icon.png), url(../img/lang_arrow.png);
  background-repeat: no-repeat;
  background-position: left 3px center, right 3px center;
  background-size: 17%;
  outline: none;
}
#header .headerMenuModal .headerBtns {
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#header .humbergerIcon,
#header .closeIcon {
  display: none;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  height: 1.8rem;
  width: 1.8rem;
}
#header .humbergerIcon img,
#header .closeIcon img {
  height: 1.8rem;
  width: 1.8rem;
}
@media (max-width: 768px) {
  #header .humbergerIcon {
    display: block;
  }
}
/* #####################################
/* 　メインビジュアル
/* ##################################### */
#MV {
  margin-bottom: 12rem;
}
#MV .slick-slide:focus {
  outline: none;
}
#MV .slick-dots {
  bottom: 20px;
}
#MV .slick-dots li {
  width: 6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
#MV .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: white;
}
#MV .slick-dots li button::before {
  content: "";
}
#MV .slick-dots li.slick-active button {
  background-color: #0065b4;
}
@media (max-width: 768px) {
  #MV {
    margin-bottom: 7.5rem;
  }
}
/* #####################################
/* 　製品概要
/* ##################################### */
#product {
  margin-bottom: 10rem;
}
#product .secTtl {
  margin-bottom: 6.6rem;
}
#product .productFlex {
  display: flex;
}
#product .productImg {
  width: 50%;
  margin-bottom: 2rem;
}
#product .productTxt {
  width: 50%;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  line-height: 3rem;
}
@media (max-width: 768px) {
  #product {
    margin-bottom: 8rem;
  }
  #product .secTtl {
    margin-bottom: 4rem;
  }
  #product .productFlex {
    flex-direction: column;
  }
  #product .productImg,
  #product .productTxt {
    flex: none;
    width: 100%;
    padding: 0;
  }
}
/* #####################################
/* 　特徴
/* ##################################### */
#feature {
  background: url("../img/background_bubble.png") no-repeat top left 60%;
  margin-bottom: 5rem;
}
#feature .secTtl {
  margin-bottom: 4.5rem;
}
#feature .featureFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#feature .featureBox {
  width: 47.8%;
  border-radius: 1rem;
  padding: 3.6rem 4rem;
  margin-bottom: 4.5rem;
  background-color: #1574bf;
  color: white;
  position: relative;
}
#feature .featureBox::before {
  position: absolute;
  content: "";
  height: 0.1rem;
  width: 55%;
  top: 4.4rem;
  right: 8%;
  background-color: white;
}
#feature .featureBox:nth-of-type(1),
#feature .featureBox:nth-of-type(3) {
  margin-right: 2.2%;
}
#feature .featureBox:nth-of-type(2),
#feature .featureBox:nth-of-type(4) {
  margin-left: 2.2%;
}
#feature .featureBoxPoint {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
#feature .featureBoxTxt {
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 6.1rem;
  letter-spacing: 0.1em;
}
#feature .featureBoxTxt .big {
  font-weight: 600;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  #feature {
    background-size: contain;
    margin-bottom: 5rem;
  }
  #feature .secTtl {
    margin-bottom: 4rem;
  }
  #feature .featureFlex {
    flex-direction: column;
  }
  #feature .featureBox {
    width: 100%;
    padding: 2.8rem 3rem;
    margin: 0 auto 2.4rem !important;
  }
  #feature .featureBox::before {
    top: 3.3rem;
  }
  #feature .featureBoxPoint {
    font-size: 1.6rem;
  }
  #feature .featureBoxTxt {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
  #feature .featureBoxTxt .big {
    font-size: 2.5rem;
  }
}
/* #####################################
/* 　推奨用途
/* ##################################### */
#use {
  margin-bottom: 10rem;
}
#use .secTtl {
  margin-bottom: 6rem;
}
#use .useBlueTxt {
  text-align: center;
  margin-bottom: 3.8rem;
}
#use .useFlex {
  display: flex;
  justify-content: space-between;
}
#use .useBox {
  width: 47.5%;
  padding: 2.5rem 3rem;
  border-radius: 10px;
  box-shadow: -2px -3.464px 6px 0px rgba(255, 255, 255, 0.1), -3.536px -3.536px 40px 0px rgba(248, 248, 248, 0.65), 5.736px 8.192px 25px 0px rgba(177, 177, 177, 0.3);
}
#use .useBox:nth-child(1) .useBoxTtl {
  margin-bottom: 5rem;
}
#use .useBox:nth-child(2) .useBoxTtl {
  margin-bottom: 10rem;
}
#use .useBox .useBoxTtl {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
#use .car .useBoxImg img {
  padding: 0;
}
#use .useBoxImg {
  position: relative;
  display: flex;
  text-align: center;
}
#use .useBoxImgBack {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
#use .push {
  cursor: pointer;
  width: 7.5rem;
  position: absolute;
}
#use .push_popup {
  display: none;
  width: 85%;
  position: absolute;
}
#use .push_popup .push_popup_close {
  cursor: pointer;
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  top: 3.2rem;
  right: 2rem;
  background: url("../img/popup_close.png") no-repeat center;
  background-size: contain;
}
#use #e-push01_popup .push_popup_close,
#use #e-push03_popup .push_popup_close,
#use #c-push03_popup .push_popup_close,
#use #c-push04_popup .push_popup_close {
  top: 4rem;
}
#use #e-push02_popup .push_popup_close,
#use #c-push01_popup .push_popup_close,
#use #c-push02_popup .push_popup_close {
  top: 2rem;
}
#use .electric .useBoxImg {
  /* push ボタン */
  /* ポップアップ */
}
#use .electric .useBoxImg #e-push01 {
  top: 40%;
  left: 70%;
}
#use .electric .useBoxImg #e-push02 {
  top: 38%;
  left: 40%;
}
#use .electric .useBoxImg #e-push03 {
  top: 0%;
  left: 63%;
}
#use .electric .useBoxImg #e-push01_popup {
  top: 55%;
  left: 30%;
}
#use .electric .useBoxImg #e-push02_popup {
  top: -35%;
  left: -15%;
}
#use .electric .useBoxImg #e-push03_popup {
  top: 15%;
  left: 25%;
}
#use .car .useBoxImg {
  /* push ボタン */
  /* ポップアップ */
}
#use .car .useBoxImg #c-push01 {
  top: 0%;
  left: 55%;
}
#use .car .useBoxImg #c-push02 {
  top: 12%;
  left: 30%;
}
#use .car .useBoxImg #c-push03 {
  top: 43%;
  left: 5%;
}
#use .car .useBoxImg #c-push04 {
  top: 30%;
  left: 70%;
}
#use .car .useBoxImg #c-push01_popup {
  top: -105%;
  right: -10%;
}
#use .car .useBoxImg #c-push02_popup {
  top: -100%;
  left: -15%;
}
#use .car .useBoxImg #c-push03_popup {
  top: 62%;
  left: -17%;
}
#use .car .useBoxImg #c-push04_popup {
  top: 50%;
  left: 20%;
}
@media (max-width: 768px) {
  #use {
    margin-bottom: 6.7rem;
  }
  #use .secTtl {
    margin-bottom: 3.5rem;
  }
  #use .useBlueTxt {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
  #use .useFlex {
    flex-direction: column;
  }
  #use .useBox {
    width: 100%;
    margin-bottom: 2rem;
  }
  #use .useBoxTtl {
    margin-bottom: 2.2rem;
  }
  #use .useBoxImg {
    display: block;
  }
  #use .useBoxImgBack {
    padding: 0 3rem;
  }
  #use .push_popup .push_popup_close {
    right: 1rem;
  }
  #use #e-push01_popup .push_popup_close,
  #use #e-push03_popup .push_popup_close,
  #use #c-push03_popup .push_popup_close,
  #use #c-push04_popup .push_popup_close {
    top: 2rem;
  }
  #use #e-push02_popup .push_popup_close,
  #use #c-push01_popup .push_popup_close,
  #use #c-push02_popup .push_popup_close {
    top: 1rem;
  }
  #use .electric .useBoxImg .e-push01 {
    top: 8%;
  }
  #use .electric .useBoxImg .e-push02 {
    left: 38%;
  }
  #use .car .useBoxImg .c-push01 {
    top: 8%;
  }
  #use .car .useBoxImg .c-push02 {
    top: 25%;
  }
  #use .car .useBoxImg .c-push04 {
    left: 65%;
  }
}
/* #####################################
/* 　推奨製品形状
/* ##################################### */
#shape {
  margin-bottom: 8.3rem;
}
#shape .secTtl {
  margin-bottom: 6.5rem;
}
#shape .shapeFlex {
  display: flex;
  justify-content: space-between;
}
#shape .shapeFlex .shapeBox {
  width: 47.5%;
  border-radius: 10px;
  padding: 2.8rem 2rem;
  background-color: white;
  box-shadow: 2px 3.5px 6px 0px lightgray;
}
#shape .shapeFlex .shapeBox:nth-child(1) .shapeBoxTtl {
  margin-bottom: 7rem;
}
#shape .shapeFlex .shapeBox:nth-child(2) .shapeBoxTtl {
  margin-bottom: 10rem;
}
#shape .shapeFlex .shapeBox .shapeBoxTtl {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #shape .secTtl {
    margin-bottom: 4rem;
  }
  #shape .shapeFlex {
    flex-direction: column;
  }
  #shape .shapeFlex .shapeBox {
    width: 100%;
    padding: 2.5rem 2rem;
    margin-bottom: 2.5rem;
  }
}
/* #####################################
/* 　作用機序
/* ##################################### */
#curing {
  margin-bottom: 11.5rem;
}
#curing .secTtl {
  margin-bottom: 5.5rem;
}
#curing .curingHeadtxt {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 3rem;
}
#curing .curingFlex {
  padding: 6.7rem 4rem;
  display: flex;
  border-radius: 10px;
  box-shadow: 2px 3.5px 6px 0px lightgray;
  background-color: white;
  align-items: center;
}
#curing .curingLeft {
  width: 42.5%;
  margin-right: 4.5%;
}
#curing .curingRight {
  width: 53%;
}
#curing .curingNovacure {
  margin-bottom: 3.2rem;
}
#curing .blueTxt {
  margin-bottom: 1.8rem;
}
#curing .curingNovacureTxt {
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #curing {
    margin-bottom: 14.5rem;
  }
  #curing .secTtl {
    margin-bottom: 3.3rem;
  }
  #curing .curingHeadtxt {
    margin-bottom: 2.6rem;
  }
  #curing .curingFlex {
    padding: 3.6rem 1.3rem;
    flex-direction: column;
  }
  #curing .curingLeft {
    width: 100%;
    padding: 0;
    margin: 0 0 4.5rem;
  }
  #curing .curingRight {
    width: 100%;
    margin: 0;
  }
  #curing .curingNovacure {
    margin-bottom: 1.6rem;
  }
  #curing .blueTxt {
    font-size: 1.1rem;
    margin-bottom: 0.9rem;
  }
  #curing .curingNovacureTxt {
    margin-top: 0.5rem;
    font-size: 0.94rem;
  }
}
/* #####################################
/* 　既存品との比較表
/* ##################################### */
#comparison {
  margin-bottom: 11rem;
}
#comparison .secTtl {
  margin-bottom: 5.5rem;
}
#comparison .comparisonBlueTxt {
  text-align: center;
  margin-bottom: 3.5rem;
}
#comparison .comparisonTableOuter {
  max-width: 86rem;
  width: 100%;
  margin: 0 auto 4.5rem;
}
#comparison .comparisonTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#comparison .comparisonTable th {
  border: 1px solid #eaeaea;
  padding: 1em 0.5em;
  background: linear-gradient(0deg, #0266b5, #1e7bc4);
  color: white;
  font-weight: 300;
  font-size: 1.5rem;
  vertical-align: middle;
}
#comparison .comparisonTable tr td {
  background-color: #e7f5ff;
}
#comparison .comparisonTable tr:last-of-type td {
  background-color: #f3f3f3;
}
#comparison .comparisonTable td {
  border: 1px solid #eaeaea;
  padding: 1em 0.5em;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 1.2;
}
#comparison .comparisonTable td:nth-of-type(1) {
  font-weight: 600;
}
#comparison .comparisonGraph {
  max-width: 86rem;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  #comparison {
    margin-bottom: 6.5rem;
  }
  #comparison .secTtl {
    margin-bottom: 3.7rem;
  }
  #comparison .comparisonBlueTxt {
    font-size: 1.8rem;
    margin-bottom: 2.7rem;
  }
  #comparison .comparisonTableOuter {
    overflow: scroll;
    margin: 0 auto 3.7rem;
  }
  #comparison .comparisonTable tr:nth-of-type(1) th:nth-of-type(1) {
    width: 18rem;
  }
  #comparison .comparisonTable tr:nth-of-type(1) th:nth-of-type(2) {
    width: 7.7rem;
  }
  #comparison .comparisonTable tr:nth-of-type(1) th:nth-of-type(n + 3) {
    width: 16rem;
  }
}
/* #####################################
/* 　ラインナップ
/* ##################################### */
#lineup {
  margin-bottom: 7rem;
}
#lineup .secTtl {
  margin-bottom: 5rem;
}
#lineup .lineupHeadTxt {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 3.8rem;
}
#lineup .lineupTableOuter {
  width: 100%;
  margin: 0 auto 1rem;
}
#lineup .lineupTable {
  border-collapse: collapse;
  table-layout: fixed;
}
#lineup .lineupTable tr th:nth-of-type(1) {
  width: 14.5rem;
}
#lineup .lineupTable tr th:nth-of-type(2) {
  width: 8.5rem;
}
#lineup .lineupTable tr th:nth-of-type(3) {
  width: 11rem;
}
#lineup .lineupTable tr th:nth-of-type(4) {
  width: 33rem;
}
#lineup .lineupTable tr th:nth-of-type(5) {
  width: 14rem;
}
#lineup .lineupTable tr:nth-of-type(2) th {
  width: 7rem !important;
}
#lineup .lineupTable tr:nth-of-type(1) {
  height: calc(3 * 2.25rem);
}
#lineup .lineupTable tr:nth-of-type(2) {
  height: calc(3 * 1.5rem);
}
#lineup .lineupTable th {
  border: 1px solid #eaeaea;
  padding: 0 0.5em;
  vertical-align: middle;
  background: linear-gradient(0deg, #0266b5, #1e7bc4);
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
#lineup .lineupTable th .normal {
  font-weight: 300;
}
#lineup .lineupTable tr:nth-of-type(2n) td {
  background-color: #e7f5ff;
}
#lineup .lineupTable td {
  border: 1px solid #eaeaea;
  padding: 1em 0.5em;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  vertical-align: middle;
}
#lineup .lineupTable td:nth-of-type(1) {
  font-weight: 600;
}
#lineup .lineupTable tr td:nth-of-type(4) {
  text-align: left;
}
#lineup .lineupTableTxt {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #lineup {
    margin-bottom: 7rem;
  }
  #lineup .secTtl {
    margin-bottom: 3.4rem;
  }
  #lineup .lineupHeadTxt {
    margin-bottom: 2.8rem;
  }
  #lineup .lineupTableOuter {
    overflow: scroll;
  }
}
/* #####################################
/* 　学術情報
/* ##################################### */
#academic {
  position: relative;
}
#academic .academicBack {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -8rem;
  width: 65%;
}
#academic .academicFlex {
  display: flex;
}
#academic .academicLeft {
  flex: 1;
}
#academic .academicRight {
  margin-right: 9.5%;
  width: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#academic .academicBox {
  margin: 5rem auto 10.5rem;
  padding: 7.5rem 6%;
  width: 100%;
  border-radius: 10px;
  background-color: white;
  box-shadow: 2px 3.5px 6px 0px lightgray;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2;
}
#academic .academicBoxPdf:nth-child(1) {
  margin-bottom: 5rem;
}
#academic .academicBtn {
  display: block;
  width: 20rem;
  margin: 2rem auto 0 0;
}
@media (max-width: 768px) {
  #academic .academicBack {
    right: 0;
    width: 100%;
  }
  #academic .academicFlex {
    flex-direction: column;
  }
  #academic .academicRight {
    width: 100%;
    margin: 0 auto 4rem;
  }
  #academic .academicLeft {
    flex: none;
    width: 100%;
  }
  #academic .academicBox {
    margin: 0 auto 7rem;
    padding: 2.7rem 2.5rem;
  }
}
/* #####################################
/* 　お問い合わせ
/* ##################################### */
#contact {
  margin-bottom: 8.5rem;
  /*------- お問い合わせフォーム --------*/
  /*--- リセットCSS ---*/
  /*--- フォームデザイン ---*/
  /*--- フォーム要素別デザイン ---*/
  /*------- お問い合わせ窓口 --------*/
  /*------- プライバシーポリシー --------*/
  /*------- 送信ボタン --------*/
}
#contact .secTtl {
  margin-bottom: 5.5rem;
}
#contact .contactHeadTxt {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 5.5rem;
}
#contact .contactHeadTxt .strong {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
#contact .privacy_wrap {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 20px;
}
#contact .privacy {
  appearance: auto!important;
  -webkit-appearance: auto!important;
}
#contact input,
#contact button {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
}
#contact textarea {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
#contact .contactFormRow {
  padding: 2rem 0;
  display: flex;
  border-bottom: 1px solid #efefef;
}
#contact .contactFormRow:nth-of-type(1) {
  border-top: 1px solid #efefef;
}
#contact .contactFormTtl {
  width: 22rem;
  margin-right: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.5rem;
}
#contact .require {
  width: 5rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0065b4;
  color: white;
  font-size: 1.2rem;
}
#contact .require_padding {
  padding: 0 36px;
}
#contact .contactFormInput {
  flex: 1;
  padding-right: 4rem;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 1.5rem;
}
#contact .contactFormInput .input {
  max-width: 36rem;
  width: 100%;
  margin-right: 1.3rem;
}
#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"] {
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  max-width: 36rem;
  width: 100%;
}
#contact textarea {
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  height: 14rem;
  max-width: 65.5rem;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 768px) {
  #contact input[type="text"],
  #contact input[type="tel"],
  #contact input[type="email"] {
    max-width: 100%;
  }
}
#contact .contactWindow .contactWindowTtl {
  margin: 5rem 0 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: solid 1px #0065b4;
}
#contact .contactWindow .contactWindowTxt {
  font-size: 1.5rem;
  line-height: 1.7;
}
#contact .privacyPolicy {
  margin: 5.7rem auto 8rem;
  padding: 4.8rem 4.1rem 4.8rem 4.8rem;
  border-radius: 10px;
  box-shadow: 2px 3.5px 6px 0px lightgray;
  font-size: 1.4rem;
  line-height: 2;
}
#contact .privacyPolicyTtl {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#contact .contactSubmitOuter {
  overflow: hidden;
  width: 25rem;
  height: 5rem;
  border-radius: 2.5rem;
  margin: 0 auto 8.5rem;
  position: relative;
}
#contact .contactSubmitOuter::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.87rem;
  border-color: transparent transparent transparent white;
}
#contact .contactSubmit {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  color: white;
  background: #0065b4 !important;
  cursor: pointer;
}
@media (max-width: 768px) {
  #contact {
    /*--- フォームデザイン ---*/
    /*------- プライバシーポリシー --------*/
    /*------- 送信ボタン --------*/
  }
  #contact .secTtl {
    margin-bottom: 3.2rem;
  }
  #contact .contactHeadTxt {
    margin-bottom: 3.6rem;
  }
  #contact .contactFormRow {
    flex-direction: column;
  }
  #contact .contactFormTtl {
    flex: none;
    width: 100%;
    margin: 0 auto 1rem;
  }
  #contact .contactFormTtl > div {
    width: 50%;
  }
  #contact .contactFormInput {
    flex: none;
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  #contact .contactFormInput .input {
    max-width: 100%;
    margin: 0;
  }
  #contact .contactFormInput .txt {
    margin-top: 1rem;
  }
  #contact .privacyPolicy {
    margin: 3.9rem auto 5rem;
    padding: 2.9rem 2.5rem 2.7rem;
  }
  #contact .contactSubmitOuter {
    margin: 0 auto 14.2rem;
  }
}
/* #####################################
/* 　フッター
/* ##################################### */
#footer .footerTrademark {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
#footer .footerMain {
  padding: 5.5rem 0;
  background-color: #0065b4;
}
#footer .footerMain > .container {
  display: flex;
  justify-content: space-between;
}
#footer .footerLogo {
  display: block;
  margin-right: auto;
}
#footer .footerSitemap {
  margin: 0 0 2.3rem;
  text-align: right;
  font-size: 1.2rem;
  color: white;
}
#footer .footerSitemap a {
  color: inherit;
}
#footer .footerCopyright {
  text-align: right;
  color: white;
  font-size: 1rem;
}
@media (max-width: 768px) {
  #footer .footerMain {
    padding: 2.7rem 0;
  }
  #footer .footerMain > .container {
    flex-direction: column;
  }
  #footer .footerLeft,
  #footer .footerRight {
    flex: none;
    width: 100%;
  }
  #footer .footerLogo {
    width: 20rem;
    margin: 0 auto 3.3rem;
  }
  #footer .footerSitemap {
    margin: 0 0 1.5rem;
    text-align: center;
  }
  #footer .footerCopyright {
    margin: auto;
    text-align: center;
  }
}
/* #####################################
/* 　確認ページ
/* ##################################### */
.page-id-92 #header,
.page-id-94 #header {
  display: none;
}
#confirm .contactHeadTxt {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 8rem;
}
#confirm .formBtn {
  margin: 5rem auto 0;
  display: flex;
  justify-content: center;
  width: 60rem;
  align-items: center;
}
#confirm .contactBackOuter {
  overflow: hidden;
  width: 25rem;
  height: 5rem;
  border-radius: 2.5rem;
  margin: 0 auto;
  position: relative;
}
#confirm .contactBackOuter .contactBack {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  color: white;
  background: #979797 !important;
  cursor: pointer;
}
#confirm .contactSubmitOuter {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #confirm .formBtn {
    width: auto;
    display: block;
  }
  #confirm .formBtn .contactBackOuter {
    margin-bottom: 3rem;
  }
}
/* #####################################
/* 　サンクスページ
/* ##################################### */
#thanks {
  margin: 0 auto 10rem;
  font-size: 1.5rem;
  line-height: 1.2;
}
#thanks .thanksTxt {
  margin: 8rem 0 10rem;
  text-align: center;
}
#thanks .contactBackOuter {
  overflow: hidden;
  width: 25rem;
  height: 5rem;
  border-radius: 2.5rem;
  margin: 0 auto 8.5rem;
  position: relative;
}
#thanks .contactBackOuter .contactBack {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  color: white;
  background: #0065b4 !important;
  cursor: pointer;
}
