@charset "UTF-8";
/*!
Theme Name: custom
Theme URI:
Author: AG
Author URI:
Description: custom theme.
Version: 1.0
License:
License URI:
Text Domain: custom
*/

/*
共通CSS

トップページ用CSS ＝＞ css/top.css
それ以外のCSS ＝＞ css/common.css
*/

/*---------------------------------
# reset
---------------------------------*/
*{border:0;margin:0;outline:0;padding:0;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font:inherit;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;text-decoration:none;vertical-align:baseline}
body,html{width:100%;height:100%}
body{font-size:10px;font-size:1rem;font-size:inherit;line-height:1;text-align:justify;text-justify:inter-ideograph;position:relative;-webkit-text-size-adjust:100%;-o-text-size-adjust:100%;text-size-adjust:100%;font-family:sans-serif;word-wrap:break-word}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}img{width:auto;height:auto;max-width:100%;vertical-align:bottom}
audio,canvas,video{display:inline-block}
br,hr{display:block;line-height:1}ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote::after,blockquote::before,q::after,q::before{content:'';content:none}
input,select{vertical-align:middle}
table{border-collapse:collapse;border-spacing:0;empty-cells:show}
div,p{word-break:break-all}
pre{text-align:left;white-space:pre;white-space:pre-wrap;white-space:pre-line}
img[width=0],img[width=1]{display:none}

/*---------------------------------
# original css
---------------------------------*/
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
*,
*::before,
*:::after {
  box-sizing: border-box;
}
.bx-wrapper {
  background-color: transparen!importantt;
  border: none!important;
  box-shadow: none!important;
}

html { font-size: 62.5%; font-size: calc(100vw / 37.5); }
body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  line-height: 1.6;
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5 {
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p { margin-bottom: .5em; }
.textMin { font-family: Georgia,"Hiragino Mincho ProN",HGS明朝E,游明朝,"Yu Mincho",YuMincho,メイリオ,Meiryo,serif; }

/************************* color */
.col_1 { color: #fff; }
.col_2 { color: #1481cc; }
.col_3 { color: #0e5e9d; }
.col_4 { color: #666666; }
.bg-col_1 { background-color: #000; }
.bg-col_2 { background-color: #1481cc; }
.bg-col_3 { background-color: #0e5e9d; }
.bg-col_4 { background-color: #f6f6f6; }
.bg-col_5 { background-color: #ebf7ff; }

/************************** font */
/*font-size*/
body { font-size: 1.5em; }/*15~*/
h1, .fs-h1 { font-size: 24px; font-size: 2.4rem; }
h2, .fs-h2 { font-size: 22px; font-size: 2.2rem; }
h3, .fs-h3 { font-size: 20px; font-size: 2rem; }
h4, .fs-h4, h5, .fs-h5 { font-size: 18px; font-size: 1.8rem; }
.fs-la { font-size: 16px; font-size: 1.6rem; }
.fs-md { font-size: 13px; font-size: 1.3rem; }
.fs-sm { font-size: 11px; font-size: 1.1rem; }
.fs-inherit { font-size: inherit !important; }
.wavyline-ttl { font-size: 21px; font-size: 2.1rem; }
.wavyline-ttl .small { font-size: .575em; }

@media (min-width: 960px) {
  html { font-size: 62.5%; }
  body { font-size: 1.6em; }
  h1, .fs-h1 { font-size: 26px; font-size: 2.6rem; }
  h2, .fs-h2 { font-size: 24px; font-size: 2.4rem; }
  h3, .fs-h3 { font-size: 22px; font-size: 2.2rem; }
  h4, .fs-h4, h5, .fs-h5  { font-size: 20px; font-size: 2rem; }
  .fs-la { font-size: 18px; font-size: 1.8rem; }
  .fs-md { font-size: 14px; font-size: 1.4rem; }
  .fs-sm { font-size: 12px; font-size: 1.2rem; }
  .wavyline-ttl { font-size: 34px; font-size: 3.4rem; }
  .wavyline-ttl .small { font-size: .5em; }
  .page-ttl { font-size: 42px; font-size: 4.2rem; }
  .page-ttl > .fs-sm { font-size: 18px; font-size: 1.8rem; }
}

/*font-weight*/
h1, h2, h3, h4, h5, em, strong, .Mbold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bold { font-weight: bold; }
.normal { font-weight: normal; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right{ text-align: right; }
.text-indent { text-indent: -1em; padding-left: 1em; }
.text-pre-wrap { white-space: pre-wrap; }
/*文字隠し*/
.text-clear {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/********************** position */
.relative { position: relative; }
.absolute { position: absolute; }
.center-x { left: 50%; transform: translateX(-50%); }
.center-y { top: 50%; transform: translateY(-50%); }
.center-xy { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.flex-jc-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flex-jc-so {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-jc-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.no-wrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important ;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
      flex: 1 0 0%;
}
/*文字左寄せ 要素中央寄せ*/
.unit-center {
  display: block;
  text-align: center;
}
.unit-center > * {
  display: inline-block;
  text-align: left;
}
/*文字左寄せ 要素右寄せ*/
.unit-right {
  display: block;
  text-align: right;
}
.unit-right > * {
  display: inline-block;
  text-align: left;
}

/************************* space */
.MT10 { margin-top: 10px; }
.MT20 { margin-top: 20px; }
.MT30 { margin-top: 30px; }
.MT40 { margin-top: 40px; }
.MT50 { margin-top: 50px; }
.MB10 { margin-bottom: 10px; }
.MB20 { margin-bottom: 20px; }
.MB30 { margin-bottom: 30px; }
.MB40 { margin-bottom: 40px; }
.MB50 { margin-bottom: 50px; }
.M0, .main .M0 { margin: 0; }
.ML_auto { margin-left: auto; }
.MR_auto { margin-right: auto; }
.MLR_auto { margin-left: auto; margin-right: auto; }
.P_5 { padding: .5em; }
.P1 { padding: 1em; }

/****************** 親要素突き抜け */
.penetrate {
  margin-left: calc( ( 100% - 100vw ) / 2 );
  margin-right: calc( ( 100% - 100vw ) / 2 );
}

/********************** Clearfix */
/* For modern browsers */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix:::after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
.clearfix { *zoom: 1; }

/************************** icon */
.r-brackets {
  position: relative;
  padding-left: 1em;
}
.r-brackets::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.6,1);
  display: inline-block;
  line-height: 1;
}
.r-brackets_af {
  display: inline-block;
  position: relative;
  padding-right: 1em;
}
.r-brackets_af::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0.6,1);
  display: inline-block;
  line-height: 1;
}
ul.circle > li::before, ol.circle > li::before, dl.circle dd::before {
  content:"●";
  width:1em;
  height:1em;
  padding-right:.2em;
  -webkit-transform:scale(.9,.9);
  -moz-transform:scale(.9,.9);
  transform:scale(.9,.9)
}
ul.square > li::before, ol.square > li::before, dl.square dd::before {
  content:"■";
  width:1em;
  height:1em;
  padding-right:.2em;
  -webkit-transform:scale(.9,.9);
  -moz-transform:scale(.9,.9);
  transform:scale(.9,.9)
}
a {
  color: inherit;
  display: block;
  text-decoration: none;
}
a.inline { display: inline; }
.sp { display: inline; }
.pc { display: none; }

/*---------------------------------
# common
---------------------------------*/
.wrapper {
  overflow-x: hidden;
}
.home .main {
  margin: 0 auto;
}
.main {
  width: 100%;
  max-width: 1300px;
  margin: -.5rem auto 0;
}
.home .imgMain {
  margin-top: -4em;
}
.imgMain, .pageMain {
  position: relative;
}
.imgMain .page-ttl,
.pageMain .page-ttl {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
.pageMain {
  background-color: #f3f3f3;
  width: 100%;
  height: 15rem;
}
.page-ttl > span  {
  display: inline-block;
  vertical-align: middle;
}
.single .page-ttl > span:last-of-type,
.category .page-ttl > span:last-of-type,
.page .page-ttl > span:last-of-type {
  display: block;
  padding: 0;
}
.section {
  margin-bottom: 4.5rem;
}
.home .sec-inner {
  max-width: 1080px;
  padding: 0 1.5rem;
}
.sec-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5.5rem;
}
.main .btn-more {
  border-radius: 5em;
  box-shadow: 0 0 8px rgb(152 152 152 / 50%);
  width: 100%;
  max-width: 520px;
  margin: 3rem auto;
  line-height: 1;
}
.main .btn-more a {
  position: relative;
  text-align: center;
  padding: 2rem;
}
.main .btn-more a::after {
  content: "";
  display: inline-block;
  background: url(https://harness.love/wp/wp-content/themes/custom/images/icon-arrow01.svg) no-repeat;
  background-size: contain;
  padding-top: 2.5%;
  width: 12%;
  height: auto;
  position: absolute;
  top: 45%;
  right: -1.5rem;
  transform: translateY(-50%);
}

/************************* breadcrumb */
.breadcrumb-area {
  background-color: #fbfbfb;
  width: 100%;
  max-width: 910px;
  margin: 0 auto 4rem;
  padding: 1.5rem;
}
.breadcrumb-area > *, .breadcrumb-area .home > * {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  padding: 0 .25em;
}
.breadcrumb-area .home span:last-of-type {
  padding: 0;
}
.breadcrumb-area br {
  display: none !important;
}
.breadcrumb-area .icon-home {
  padding-bottom: .5rem;
  width: 38%;
}
.breadcrumb-area .icon-home img {
  vertical-align: middle;
}

/*---------------------------------
# header
---------------------------------*/
.header {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.header-left .h-logo {
  /* background-color: #fff; */
  padding: 1rem;
  padding-bottom: 0;
}
.header-left .h-logo p:not(:nth-of-type(3)) {
  margin-right: .4rem;
}
.header-left .h-logo p:nth-of-type(3) {
  padding-top: 1em;
}
.header-left .h-logo span {
  display: block;
  letter-spacing: .4em;
}
.header-left .bg-trans {
  display: block;
  height: 1rem;
}
.header-right {
  background-color: #1481cc;
  width: 11rem;
  height: 6rem;
}
.header-right .btn-contact {
  color: #fff;
}

/*---------------------------------
# main
---------------------------------*/
.ttlMain {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 6rem auto 3.5rem;
}
.ttlMain h1 {
  width: 56%;
  max-width: 418px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.ttlMain .balloon {
  width: 37%;
  max-width: 272px;
  position: absolute;
}
.ttlMain .balloon:nth-of-type(1) {
  z-index: 2;
  top: -10rem;
  right: 7rem;
}
.ttlMain .balloon:nth-of-type(2) {
  z-index: 1;
  top: -5rem;
  right: 0;
}
/************************* title */
.wavyline-ttl {
  color: #1481cc;
  margin-bottom: 2.5rem;
  padding-left: 5rem;
  position: relative;
  z-index: 1;
}
.wavyline-ttl::before {
  content: "";
  display: inline-block;
  background: url(https://harness.love/wp/wp-content/themes/custom/images/wavyline.png) repeat-x center right;
  background-size: 33%;
  padding-top: 7%;
  padding-left: 4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.wavyline-ttl .small {
  display: block;
  padding-left: .3em;
}

/************************** form */
.form {
  max-width: 850px;
  margin: 3em auto 0;
  padding: 0 1.5rem;
}
.form .form-items {
  margin-bottom: 2.8em;
}
.form-item {
  margin-bottom: 1em;
}
.form-item:not(.fm-upload) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.form-item.fm-textarea {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: inherit;
}
.form .label {
  color: #1e69a4;
  position: relative;
  padding-left: 3em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 170px;
}
.form .label.require::before {
  content: "必須";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  background-color: #0e5e9d;
  color: #fff;
  font-size: .75em;
  padding: 0 .75em;
}
.form .input {
  width: 100%;
}
.form .width-01 {
  background-color: #f3f3f3;
  width: 100%;
  padding: .5em 1em;
}
.form .fm-textarea .width-01 {
  min-height: 200px;
}
.form .privecy-content {
  height: 180px;
  overflow: auto;
  padding: 1em;
  width: 100%;
  margin: 1.5em auto;
  background-color: #f3f3f3;
}
.form .privecy-content::-webkit-scrollbar {
  width: 10px;
}
.form .privecy-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.form .privecy-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #1481cc;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.form .privecy-notes {
  padding-bottom: .5em;
}
.form [type="checkbox"]:not(:checked),
.form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form [type="checkbox"]:not(:checked) + .mwform-checkbox-field-text,
.form [type="checkbox"]:checked + .mwform-checkbox-field-text {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
/* checkbox aspect */
.form [type="checkbox"]:not(:checked) + .mwform-checkbox-field-text::before,
.form [type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25em; height: 1.25em;
  border: 3px solid #1481cc;
  background: #fff;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.form [type="checkbox"]:not(:checked) + .mwform-checkbox-field-text::after,
.form [type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  content: '\2713\0020';
  position: absolute;
  top: .15em;
  left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #000;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.form [type="checkbox"]:not(:checked) + .mwform-checkbox-field-text::after {
  opacity: 0;
  transform: scale(0);
}
.form [type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
  transform: scale(1);
}
.form .form-submit {
  width: 86%;
  margin: 1.5em auto;
  position: relative;
  transition: 0.3s;
}
.form .form-submit::after {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  transition: 0.3s;
  color: #fff;
}
.mw_wp_form_preview .form .form-submit::after {
  top: 20%;
}
.form [type="submit"] {
  background-color: #0d68b0;
  box-shadow: 0 0 8px rgba(152, 152, 152, 0.5);
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  padding: 1.5em;
  text-align: center;
}
.form [type="submit"]:nth-of-type(2) {
  background-color: #fff;
  border: 2px solid #0d68b0;
  color: #0d68b0;
  margin-top: 2em;
}
.mw_wp_form .form input[type="file"] {
  display: none;
}
.form .mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.form .fm-upload dt {
  color: #1e69a4;
  font-weight: bold;
  margin: 0 auto 1em;
}
.form .fm-upload dd {
  border: 1px solid #d2d2d2;
  margin: 0 0 .5em auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.form .fm-upload dd.upload-notes {
  background-color: #ebf7ff;
  border: initial;
  color: #6f7070;
  display: block;
  padding: .5em;
  text-align: left;
}
.form .fm-upload label {
  background-color: #1481cc;
  color: #fff;
  width: 40%;
  min-width: 140px;
  padding: .75em .5em;
  text-align: center;
}
.form .fm-upload .upload-name {
  background-color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  padding: .75em;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
      flex: 1 0 0%;
}
.mw_wp_form_preview .fm-upload dt,
.mw_wp_form_preview .form-privacy {
  display: none;
}
.form .fm-upload .mw-wp-form_file a {
  color: #fff;
}
.fm-complete .fm-comp_ttl {
  margin-bottom: 1em;
}
.fm-complete .brbox {
  border: 2px solid;
  width: 80%;
  margin: 1em auto;
  padding: 1em;
  text-align: center;
}

/*---------------------------------
# footer
---------------------------------*/
.footer {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.footer #page-top {
  position: absolute;
  top: 1rem;
  right: 2rem;
  background-color: #0e5e9d;
  border-radius: 50%;
  color: #fff;
  width: 3em;
  height: 3em;
  line-height: 1;
  z-index: 1;
}
.footer-left {
  background-color: #1481cc;
  width: 100%;
  padding: 5rem 1.5rem 2rem;
}
.footer-right {
  border-top: 3rem solid #fff;
  background-color: #f3f3f3;
  width: 100%;
  padding: 3rem 1.5rem;
}
.footer-left .f-logo {
  margin-bottom: 5rem;
}
.footer-left .f-logo .cls-1 {
  fill: #fff;
}
.footer-left .f-logo p:nth-of-type(1) {
  width: 21%;
  max-width: 99px;
  margin: 0 auto .5rem;
}
.footer-left .f-logo p:nth-of-type(2) {
  width: 55%;
  max-width: 261px;
  margin: 0 auto;
}
.footer-left .f-logo p:nth-of-type(3) {
  width: 42%;
  max-width: 198px;
  margin: 0 auto;
}
.footer-left .f-logo span {
  color: #fff;
  letter-spacing: .2em;
}
.footer-right .fa-phone {
  padding-right: .5rem;
}
.footer-right .f-menu {
  border-top: 1px solid #cccccc;
  margin: 2.5rem 0 0;
  padding-top: 2.5rem;
}
.footer-right .f-menu-list .flex li {
  width: 100%;
  margin-bottom: 1rem;
}
.footer-right .f-menu-list .flex a {
  color: #666666;
}
.footer-right .f-menu-list.flex li {
  width: 100%;
  margin-bottom: 1rem;
}
.footer-right #f-slider-thumb .slick-track {
  transform:unset !important;
}

@media (min-width: 560px) {}

@media (min-width: 960px) {
  /*-------------------------------
  # original css
  -------------------------------*/
  a:hover, a:active {
    cursor: pointer;
  }
  a:hover:not(.no-active) {
    text-decoration: underline;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  a.no-active-deco:hover {
    text-decoration: none;
  }

  .sp { display: none; }
  .pc { display: inline; }

  /*-------------------------------
  # common
  -------------------------------*/
  .main { margin-top: -10px; }
  .home .imgMain {
    margin-top: -7em;
  }
  .imgMain img {
    width: 100%;
  }
  .imgMain {
    margin-left: calc( ( 100% - 100vw ) / 2 );
    margin-right: calc( ( 100% - 100vw ) / 2 );
  }
  .imgMain .page-ttl,
  .pageMain .page-ttl {
    left: 20%;
  }
  .pageMain {
    width: 100vw;
    height: 300px;
    margin-left: calc( ( 100% - 100vw ) / 2 );
    margin-right: calc( ( 100% - 100vw ) / 2 );
  }
  .page-ttl > span:last-of-type {
    padding-left: 1em;
  }
  .section {
    margin-bottom: 110px;
  }
  .main .btn-more {
    max-width: 260px;
  }
  .main .btn-more a::after {
    padding-top: 4.4%;
    top: 42.5%;
    width: 24%;
    right: -3rem;
  }

  /************************* breadcrumb */
  .breadcrumb-area {
    text-align: right;
    padding: 15px 110px 15px 15px ;
    margin: -30px 0 50px auto;
    position: relative;
    z-index: 1;
  }

  /*-------------------------------
  # header
  -------------------------------*/
  .header-left .h-logo {
    padding: 15px 10px 10px;
  }
  .header-left .h-logo p:not(:nth-of-type(3)) {
    margin-right: 1rem;
  }
  .header-left .bg-trans {
    height: auto;
  }
  .header-right {
    width: 220px;
    height: 105px;
    position: relative;
  }
  .header-right::before {
    content: "";
    background-color: #1481cc;
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  /*-------------------------------
  # main
  -------------------------------*/
  .ttlMain {
    margin-bottom: 90px;
  }
  .ttlMain .balloon {
    max-width: 214px;
  }
  .ttlMain .balloon:nth-of-type(1) {
    top: -57%;
    right: 16%;
  }
  .ttlMain .balloon:nth-of-type(2) {
    top: -10%;
    right: 5%;
  }
  /*********************** title */
  .wavyline-ttl {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px;
    padding-left: 0;
  }
  .wavyline-ttl::before {
    background-size: initial;
    padding-top: 3%;
    padding-left: 179px;
    top: 10px;
    left: -21%;
  }

  /************************ form */
  .form .fm-textarea .label {
    margin-top: .75em;
    height: 100%;
  }
  .mw_wp_form_preview .form .fm-textarea .label {
    margin-top: 0;
  }
  .form .input {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-left: 2em;
  }
  .form .width-01 {
    padding: .75em 1em;
  }
  .form .privecy-content {
    padding: 2em;
    margin: 2.8em auto 2em;
  }
  .form .form-submit {
    max-width: 400px;
  }
  .form .form-submit:hover::after {
    right: 1em;
  }
  .form .btn-submit:hover {
    text-decoration: underline;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .form .fm-upload dt {
    margin: 0 0 1em 0;
    padding-left: 3em;
  }
  .form .fm-upload dd {
    max-width: 638px;
  }
  .form .fm-upload dd.upload-notes {
    text-align: center;
  }
  .form .fm-upload label {
    max-width: 180px;
  }
  .form .fm-upload label:hover {
    cursor: pointer;
  }
  .mw_wp_form_preview .fm-upload label:hover {
    cursor: default;
  }
  .fm-complete .brbox {
    max-width: 500px;
  }

  /*-------------------------------
  # footer
  -------------------------------*/
  .footer #page-top {
    top: 0;
    right: 5%;
    width: 60px;
    height: 60px;
  }
  .footer #page-top:hover {
    text-decoration: none;
  }
  .footer-left {
    width: 40%;
    padding: 5rem 1.5rem;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .footer-left::before {
    content: "";
    background-color: #1481cc;
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .f-left-inner {
    padding-right: 3rem;
  }
  .footer-left .f-logo {
    position: absolute;
    width: 100%;
    max-width: 290px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-right {
    width: 60%;
    padding: 5rem 1.5rem 5rem 7rem;
    position: relative;
  }
  .footer-right::before {
    content: "";
    background-color: #f3f3f3;
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .f-right-inner {
    width: 100%;
    max-width: 550px;
    margin-right: auto;
  }
  .footer-right .f-tel > span {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-right .f-tel .small {
    padding-left: 1em;
  }
  .footer-right .f-menu-list .flex li {
    width: 50%;
  }
  .footer-right #f-slider-thumb .slick-track li {
    width: 50% !important;
  }
}

@media (min-width: 1080px) {
  .home .sec-inner, .sec-inner, .form {
    padding: 0;
  }
}

@media (max-width: 959px) {
  img.thumb-img { width: 100%; }
  /*-------------------------------
  # common
  -------------------------------*/
  .page-ttl > span:last-of-type {
    display: block;
    padding-top: .5em;
  }
  /*-------------------------------
  # header
  -------------------------------*/
  .header-left .h-logo p:nth-of-type(1) {
    width: 9%;
  }
  .header-left .h-logo p:nth-of-type(2) {
    width: 46%;
  }
  .header-left .h-logo p:nth-of-type(3) {
    width: 41%;
  }
  .header-left .h-logo span {
    font-size: 1rem;
    letter-spacing: inherit;
    line-height: 1;
  }
  .header-left .h-logo p img {
    vertical-align: middle;
  }
  .header-right .btn-contact {
    font-size: 1rem;
  }
  /*-------------------------------
  # main
  -------------------------------*/
  /************************ form */
  .form .label {
    margin-bottom: .5em;
  }
  .form .fm-upload dt {
    max-width: 524px
  }
  /*-------------------------------
  # footer
  -------------------------------*/
  .footer-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
  }
  .footer-left .f-logo span {
    letter-spacing: inherit;
  }
  .footer-right .f-tel .small {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-right .f-menu .fs-md {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-right #f-slider-thumb .slick-track li {
    width: 100% !important;
  }
}
