@charset "UTF-8";
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
small,
strong,
b,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ',
 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-weight: 500;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #1a1a1a;
  overflow-x: hidden;
}

img {
  width: 100%;
}

.inner {
  margin: 0 auto;
  width: 1100px;
  position: relative;
}

/*基本文字色*/
/*メインカラー*/
/*メイリオ指定*/
/*各セクションの英語見出し*/
.section_tit {
  font-weight: bold;
  font-size: 66px;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 50px;
}

.section_tit:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -25px;
  display: inline-block;
  width: 42px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1a1a1a;
}

/*各セクションの日本語見出し*/
.section_subtit {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.middle {
  display: none;
}

/*
===================================================================================
  fvエリア
=================================================================================== */
.fv {
  background: url("../img/fv_bg.png") no-repeat center center, #00a9a1;
  background-size: 689px 680px, 2000px auto;
  max-width: 2000px;
  margin: 0 auto;
  padding: 200px 0 0;
  /*  fv切り替えアニメ  */
  /*フェードイン発火用高さ調整*/
}

.fv .fv_tit {
  width: 1011px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 100;
}

.fv .fv_txt01 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  color: #fff;
}

.fv .fv_txt02 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.857em;
  margin-bottom: 110px;
  color: #fff;
}

.fv .fv_box_wrap {
  width: 610px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 140px;
}

.fv .fv_box_wrap .fv_box {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.575;
  color: #fff;
  width: 290px;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #fff;
  padding: 30px 0;
  text-align: center;
}

.fv .fv_box_wrap .fv_box_left {
  margin-right: 30px;
}

.fv .switch-img_area {
  position: relative;
  top: -200px;
}

.fv .switch-img {
  position: absolute;
  width: 436px;
}

.fv .switch-img01 {
  top: -716px;
  left: -340px;
}

.fv .switch-img02 {
  top: -450px;
  left: -208px;
}

.fv .switch-img03 {
  top: -716px;
  right: -210px;
}

.fv .switch-img04 {
  top: -450px;
  right: -342px;
}

.fv .switch-img01 .switch-img_item {
  /* 配置の設定 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* アニメーションの設定 */
  opacity: 0;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: 900ms;
  transition: 900ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fv .switch-img02 .switch-img_item {
  /* 配置の設定 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* アニメーションの設定 */
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: 900ms;
  transition: 900ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fv .switch-img03 .switch-img_item {
  /* 配置の設定 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* アニメーションの設定 */
  opacity: 0;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: 900ms;
  transition: 900ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.fv .switch-img04 .switch-img_item {
  /* 配置の設定 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* アニメーションの設定 */
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: 900ms;
  transition: 900ms;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fv .switch-img_item.is-current {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*
===================================================================================
  fade_in処理
=================================================================================== */
.fade {
  opacity: 0;
}

.fadeIn {
  -webkit-animation: fadeIn1 1s ease forwards;
          animation: fadeIn1 1s ease forwards;
}

.fade_delay0 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.fade_delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.fade_delay2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
===================================================================================
  head_nav
=================================================================================== */
.head_nav {
  background: #fff;
  top: 916px;
  padding: 20px 0;
  position: absolute;
  z-index: 100;
  margin: 0 auto;
  width: 100vw;
}

.head_nav.nav_fix {
  position: fixed;
  top: 0;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.head_nav .inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head_nav .inner .head_logo_wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 405px;
}

.head_nav .inner .head_logo_wrap .head_logo {
  width: 217px;
}

.head_nav .inner .head_logo_wrap .head_tel {
  color: #4d4d4d;
  font-size: 18px;
}

.head_nav .inner .head_logo_wrap .head_tel a {
  color: #4d4d4d;
}

.head_nav .inner .head_nav_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 606px;
}

.head_nav .inner .head_nav_list li {
  text-align: center;
  overflow: hidden;
  width: 12%;
}

.head_nav .inner .head_nav_list li:first-of-type {
  width: 16%;
}

.head_nav .inner .head_nav_list li a {
  font-size: 14px;
  color: #4d4d4d;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  height: 1em;
}

.head_nav .inner .head_nav_list li a span {
  text-align: center;
  width: 100%;
  position: absolute;
}

.head_nav .inner .head_nav_list li a span.off {
  display: inline;
  left: 0;
  top: 0;
}

.head_nav .inner .head_nav_list li a span.on {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -100px;
}

.head_nav .inner .head_nav_list li a:hover span {
  text-align: center;
}

.head_nav .inner .head_nav_list li a:hover span.off {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.head_nav .inner .head_nav_list li a:hover span.on {
  display: inline;
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
===================================================================================
  philosophy
=================================================================================== */
.philosophy {
  margin-top: -40px;
  padding: 180px 0 0;
}

.philosophy .philosophy_txt01 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.philosophy .philosophy_txt02 {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin-bottom: 100px;
}

/*
===================================================================================
  philosophy_img_area
=================================================================================== */
.philosophy_img_area {
  background-image: url(../img/philosophy_bg_pc.jpg);
  height: 740px;
}

/*
===================================================================================
  service
=================================================================================== */
.service {
  margin-top: -40px;
  padding: 135px 0 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service .section_tit {
  color: #fff;
}

.service .section_tit:before {
  background-color: #fff;
}

.service .section_subtit {
  color: #fff;
}

.service .philosophy_txt01 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.64em;
}

.service .philosophy_txt02 {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  color: #fff;
}

.service {
  background-image: url(../img/service_bg_pc.jpg);
  height: auto;
}

/*
===================================================================================
  movie
=================================================================================== */
.movie {
  margin-top: -40px;
  padding: 120px 0 90px;
}

.movie .movie_area {
  width: 720px;
  height: 410px;
  margin: 0 auto;
}

.movie .movie_area iframe {
  width: 100%;
  height: 100%;
}

/*
===================================================================================
  product_img_area
=================================================================================== */
.product_img_area {
  background-image: url(../img/product_bg_pc.jpg);
  height: 740px;
}

/*
===================================================================================
  works
=================================================================================== */
.works {
  margin-top: -40px;
  padding: 120px 0 102px;
}

.works .works_wrap01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 110px;
}

.works .works_wrap01 .works_01 {
  width: 495px;
}

.works .works_wrap01 .works_wrap01_img {
  width: 416px;
  height: 490px;
  margin: 0 auto;
}

.works .works_wrap01 .works_01_left {
  margin-right: 100px;
}

.works .works_wrap01 .works_01_txt01 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.works .works_wrap01 .works_01_txt02 {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.works .works02_tit {
  color: #00a9a1;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
  background: url("../img/works_ather_pc.png") no-repeat center 0;
  margin-bottom: 80px;
}

.works .works02_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 964px;
  margin: 0 auto;
}

.works .works02_list li {
  margin-bottom: 60px;
}

.works .works02_list li .works02_list_img {
  width: 280px;
  position: relative;
  margin-bottom: 28px;
}

.works .works02_list li .works02_list_img .ather_txt {
  position: absolute;
  top: 195px;
  left: 0;
  width: 280px;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  height: 2.5em;
  line-height: 1.18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.works .works02_list li .ather_details a {
  font-size: 20px;
  font-weight: bold;
  color: #00a9a1;
  border: 4px solid #00a9a1;
  width: 270px;
  padding: 0.5em 0;
  display: block;
  text-align: center;
  position: relative;
}

.works .works02_list li .ather_details a::before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #00a9a1;
  border-right: solid 2px #00a9a1;
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
===================================================================================
  flow
=================================================================================== */
.flow {
  margin-top: -40px;
  padding: 130px 0 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flow .section_tit {
  color: #fff;
}

.flow .section_tit:before {
  background-color: #fff;
}

.flow .section_subtit {
  color: #fff;
  margin-bottom: 70px;
}

.flow .flow_list {
  margin-left: 335px;
  position: relative;
}

.flow .flow_list::after {
  content: '';
  display: block;
  width: 188px;
  height: 812px;
  background: url("../img/flow_img01_pc.png") no-repeat center center;
  position: absolute;
  left: -213px;
  top: -26px;
}

.flow .flow_list li {
  width: 680px;
  margin-bottom: 90px;
}

.flow .flow_list li:nth-of-type(3) {
  margin-bottom: 65px;
}

.flow .flow_list li .flow_list_tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.flow .flow_list li .flow_list_txt {
  font-size: 16px;
  color: #fff;
  line-height: 1.625;
}

.flow {
  background-image: url("../img/flow_bg_pc.jpg");
  height: auto;
}

/*
===================================================================================
  company
=================================================================================== */
.company {
  margin-top: -40px;
  padding: 120px 0 90px;
  background: #00a9a1;
}

.company .g_map {
  width: 680px;
  height: 740px;
  margin: 0 auto;
}

.company .g_map iframe {
  width: 100%;
  height: 100%;
}

.company .section_tit {
  color: #fff;
}

.company .section_tit:before {
  background-color: #fff;
}

.company .section_subtit {
  color: #fff;
  margin-bottom: 70px;
}

.company .company_wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company .company_wrap .company_list li .company_list_tit {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-left: 40px;
}

.company .company_wrap .company_list li .company_list_tit::before {
  content: '';
  bottom: 0;
  left: 0;
  border-top: 25px solid transparent;
  border-left: 25px solid #fff;
  /* ラベルの色はここで変更 */
  position: absolute;
}

.company .company_wrap .company_list li .company_list_txt {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 40px;
}

.company .company_wrap .company_list li .company_list_txt a {
  color: #fff;
}

.company .company_wrap .company_list li .company_list_box a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border: 4px solid #fff;
  width: 340px;
  padding: 1em 0 1em 1.3em;
  display: block;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.04em;
}

.company .company_wrap .company_list li .company_list_box a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.company .company_wrap .company_list li .company_list_subtit {
  color: #fff;
  font-size: 18px;
  line-height: 1.66;
  padding-left: 40px;
}

/*
===================================================================================
  contact
=================================================================================== */
.contact {
  margin-top: -40px;
  padding: 120px 0 120px;
  /*from*/
}

.contact .contact_tel_area {
  border: 4px solid #00a9a1;
  width: 800px;
  padding: 40px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0 auto 90px;
}

.contact .contact_tel_area .contact_txt01 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.contact .contact_tel_area .contact_tel a {
  color: #00a9a1;
  font-size: 66px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  display: block;
}

.contact .contact_tel_area .contact_tel a span {
  position: relative;
}

.contact .contact_tel_area .contact_tel a span::after {
  content: '';
  display: block;
  width: 28.5px;
  height: 66px;
  background: url("../img/contact_tel_icon.png") no-repeat center center;
  position: absolute;
  left: -43px;
  top: 16px;
}

.contact .contact_tel_area .contact_txt02 {
  font-size: 18px;
}

.contact .form_tit {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.contact .contact_us_table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 40px;
}

.contact .contact_us_table tr th {
  text-align: right;
  margin-right: 40px;
  display: block;
  font-weight: normal;
  line-height: 70px;
  font-size: 18px;
}

.contact .contact_us_table tr td {
  width: 620px;
}

.contact .contact_us_table tr td input[type='text'],
.contact .contact_us_table tr td input[type='email'],
.contact .contact_us_table tr td textarea {
  width: 100%;
  border: none;
  background: #e6e6e6;
  font-size: 12px;
  padding: 1.4em 1em;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .contact_us_table tr td textarea {
  line-height: 1.2;
}

.contact .submit_area {
  position: relative;
  width: 340px;
  margin: 0 auto;
}

.contact .submit_area:hover {
  opacity: 0.7;
}

.contact .submit_area::before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #00a9a1;
  border-right: solid 2px #00a9a1;
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact input.form_btn {
  cursor: pointer;
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #00a9a1;
  width: 340px;
  height: 80px;
  border: 4px solid #00a9a1;
  background: #fff;
  margin: 0 auto;
}

/*
===================================================================================
  footer
=================================================================================== */
footer {
  background: #1a1a1a;
  background-size: 2000px auto;
  padding: 40px 0 30px;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer_logo {
  width: 217px;
}

footer .footer_txt {
  font-size: 14px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-top: 5px;
}

/*
===================================================================================
  パララックス
=================================================================================== */
.parallax {
  background-size: 2000px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

/*
===================================================================================
  フォーム登録後_入力確認と完了ページ
=================================================================================== */
.check section.head_nav {
  top: 0;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.check .contact_us {
  padding: 140px 0 80px;
}

.check .contact_us form {
  margin: 30px auto 0;
  text-align: center;
}

.check .contact_us form .contact_us_table {
  margin: 0 auto 30px;
  border-collapse: separate;
  border-spacing: 0px 20px;
}

.check .contact_us form .contact_us_table tr th {
  text-align: right;
  margin-right: 40px;
  display: block;
  font-weight: normal;
  line-height: 70px;
  font-size: 18px;
}

.check .contact_us form .contact_us_table tr td {
  width: 620px;
  border: none;
  background: #e6e6e6;
  font-size: 12px;
  padding: 1.4em 2em;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.check .submit_area {
  position: relative;
  width: 340px;
  margin: 0 auto;
}

.check .submit_area:hover {
  opacity: 0.7;
}

.check .submit_area::before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #00a9a1;
  border-right: solid 2px #00a9a1;
  position: absolute;
  top: 50%;
  right: 55px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.check .submit_area:first-of-type::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.check input.form_btn {
  cursor: pointer;
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #00a9a1;
  width: 340px;
  height: 80px;
  border: 4px solid #00a9a1;
  background: #fff;
  margin: 0 auto;
}

.check input.form_btn.btn_fix {
  color: #fff;
  border: none;
  background: #aaa;
}

.check .form_btn_wrap {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 750px;
  margin: 0 auto;
}

.check .contact_us_form_text {
  text-align: center;
  line-height: 1.5;
}

.thanks .contact_us_form_text p {
  margin-bottom: 20px;
}

/* =============================================

1200以下

============================================= */
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.333vw;
  }
  .inner {
    width: 100vw;
  }
  .section_tit {
    font-size: 5.5vw;
    letter-spacing: 0.04em;
    margin-bottom: 4.167vw;
  }
  .section_tit:before {
    bottom: -2.083vw;
    width: 3.5vw;
    height: 0.333vw;
  }
  .section_subtit {
    font-size: 2vw;
    margin-bottom: 5vw;
  }
  .middle {
    display: inline;
  }
  /*
===================================================================================
  fvエリア
=================================================================================== */
  .fv {
    background: url("../img/fv_bg.png") no-repeat center center, #00a9a1;
    background-size: 57.417vw 56.667vw, 100vw auto;
    max-width: 100vw;
    padding: 16.667vw 0 0;
  }
  .fv .fv_tit {
    width: 66.25vw;
    margin: 0 auto 1.667vw;
  }
  .fv .fv_txt01 {
    font-size: 2vw;
    margin-bottom: 5.833vw;
  }
  .fv .fv_txt02 {
    font-size: 2vw;
    line-height: 1.857em;
    margin-bottom: 9.167vw;
  }
  .fv .fv_box_wrap {
    width: 50.833vw;
    padding-bottom: 11.667vw;
  }
  .fv .fv_box_wrap .fv_box {
    font-size: 1.5vw;
    line-height: 1.575;
    width: 24.167vw;
    height: 10vw;
    border: 0.333vw solid #fff;
    padding: 2.5vw 0;
  }
  .fv .fv_box_wrap .fv_box_left {
    margin-right: 2.5vw;
  }
  .fv .switch-img_area {
    top: -16.667vw;
  }
  .fv .switch-img {
    position: absolute;
    width: 33.333vw;
  }
  .fv .switch-img01 {
    top: -60.334vw;
    left: -14.5vw;
  }
  .fv .switch-img02 {
    top: -33.269vw;
    left: -6.333vw;
  }
  .fv .switch-img03 {
    top: -60.334vw;
    right: -6.333vw;
  }
  .fv .switch-img04 {
    top: -33.269vw;
    right: -14.5vw;
  }
  .fv .switch-img01 .switch-img_item {
    /* アニメーションの設定 */
    -webkit-transform: translateY(-6.667vw);
            transform: translateY(-6.667vw);
  }
  .fv .switch-img02 .switch-img_item {
    /* アニメーションの設定 */
    -webkit-transform: translateY(6.667vw);
            transform: translateY(6.667vw);
  }
  .fv .switch-img03 .switch-img_item {
    /* アニメーションの設定 */
    -webkit-transform: translateY(-6.667vw);
            transform: translateY(-6.667vw);
  }
  .fv .switch-img04 .switch-img_item {
    /* アニメーションの設定 */
    -webkit-transform: translateY(6.667vw);
            transform: translateY(6.667vw);
  }
  .fv .switch-img_item.is-current {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /*
===================================================================================
  head_nav
=================================================================================== */
  .head_nav {
    top: 76.333vw;
    padding: 1.667vw 2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100vw;
  }
  .head_nav.nav_fix {
    position: fixed;
    -webkit-filter: drop-shadow(0px 0px 0.417vw rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 0.417vw rgba(0, 0, 0, 0.5));
  }
  .head_nav .inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .head_nav .inner .head_logo_wrap {
    width: 33.75vw;
    margin-right: 10vw;
  }
  .head_nav .inner .head_logo_wrap .head_logo {
    width: 18.083vw;
  }
  .head_nav .inner .head_logo_wrap .head_tel {
    font-size: 1.5vw;
  }
  .head_nav .inner .head_nav_list {
    width: 50.5vw;
  }
  .head_nav .inner .head_nav_list li a {
    font-size: 1.167vw;
  }
  /*
===================================================================================
  philosophy
=================================================================================== */
  .philosophy {
    margin-top: -3.333vw;
    padding: 14.967vw 0 0;
  }
  .philosophy .philosophy_txt01 {
    font-size: 2.333vw;
    margin-bottom: 3.333vw;
  }
  .philosophy .philosophy_txt02 {
    font-size: 1.5vw;
    margin-bottom: 8.333vw;
  }
  /*
===================================================================================
  philosophy_img_area
=================================================================================== */
  .philosophy_img_area {
    height: 61.667vw;
  }
  /*
===================================================================================
  service
=================================================================================== */
  .service {
    margin-top: -3.333vw;
    padding: 11.217vw 0 7.5vw;
  }
  .service .philosophy_txt01 {
    font-size: 2.333vw;
    margin-bottom: 3.333vw;
    line-height: 1.64em;
  }
  .service .philosophy_txt02 {
    font-size: 1.5vw;
  }
  .service {
    height: auto;
  }
  /*
===================================================================================
  movie
=================================================================================== */
  .movie {
    margin-top: -3.333vw;
    padding: 9.967vw 0 7.5vw;
  }
  .movie .movie_area {
    width: 60vw;
    height: 34.167vw;
  }
  /*
===================================================================================
  product_img_area
=================================================================================== */
  .product_img_area {
    height: 61.667vw;
  }
  /*
===================================================================================
  works
=================================================================================== */
  .works {
    margin-top: -3.333vw;
    padding: 9.967vw 0 8.5vw;
  }
  .works .works_wrap01 {
    margin-bottom: 9.167vw;
  }
  .works .works_wrap01 .works_01 {
    width: 41.25vw;
  }
  .works .works_wrap01 .works_wrap01_img {
    width: 34.667vw;
    height: 40.833vw;
  }
  .works .works_wrap01 .works_01_left {
    margin-right: 8.333vw;
  }
  .works .works_wrap01 .works_01_txt01 {
    font-size: 2.333vw;
    margin-bottom: 2.5vw;
  }
  .works .works_wrap01 .works_01_txt02 {
    font-size: 1.5vw;
  }
  .works .works02_tit {
    font-size: 2.167vw;
    line-height: 1.8em;
    background: url("../img/works_ather_pc.png") no-repeat center 0;
    margin-bottom: 6.667vw;
  }
  .works .works02_list {
    width: 80.333vw;
  }
  .works .works02_list li {
    margin-bottom: 5vw;
  }
  .works .works02_list li .works02_list_img {
    width: 23.333vw;
    margin-bottom: 2.333vw;
  }
  .works .works02_list li .works02_list_img .ather_txt {
    top: 16.25vw;
    width: 23.333vw;
    font-size: 2.25vw;
    height: 2.5em;
  }
  .works .works02_list li .ather_details a {
    font-size: 1.667vw;
    border: 0.333vw solid #00a9a1;
    width: 22.5vw;
    padding: 0.5em 0;
  }
  .works .works02_list li .ather_details a::before {
    width: 0.583vw;
    height: 0.583vw;
    border-top: solid 0.167vw #00a9a1;
    border-right: solid 0.167vw #00a9a1;
    right: 4.583vw;
    margin-top: -0.333vw;
  }
  /*
===================================================================================
  flow
=================================================================================== */
  .flow {
    margin-top: -3.333vw;
    padding: 10.8vw 0 7.5vw;
  }
  .flow .section_subtit {
    margin-bottom: 5.833vw;
  }
  .flow .flow_list {
    margin-left: 27.917vw;
  }
  .flow .flow_list::after {
    width: 15.667vw;
    height: 67.667vw;
    background: url("../img/flow_img01_pc.png") no-repeat center center;
    background-size: 100% 100%;
    left: -17.75vw;
    top: -2.167vw;
  }
  .flow .flow_list li {
    width: 56.667vw;
    margin-bottom: 7.5vw;
  }
  .flow .flow_list li:nth-of-type(3) {
    margin-bottom: 5.417vw;
  }
  .flow .flow_list li .flow_list_tit {
    font-size: 1.667vw;
    margin-bottom: 1.667vw;
  }
  .flow .flow_list li .flow_list_txt {
    font-size: 1.333vw;
    line-height: 1.625;
  }
  .flow {
    height: auto;
  }
  /*
===================================================================================
  company
=================================================================================== */
  .company {
    margin-top: -3.333vw;
    padding: 9.967vw 0 7.5vw;
  }
  .company .g_map {
    width: 56.667vw;
    height: 61.667vw;
  }
  .company .section_subtit {
    margin-bottom: 5.833vw;
  }
  .company .company_wrap {
    padding: 0 3vw;
  }
  .company .company_wrap .company_list li .company_list_tit {
    font-size: 2.333vw;
    margin-bottom: 2.083vw;
    padding-left: 3.333vw;
  }
  .company .company_wrap .company_list li .company_list_tit::before {
    border-top: 2.083vw solid transparent;
    border-left: 2.083vw solid #fff;
  }
  .company .company_wrap .company_list li .company_list_txt {
    font-size: 1.5vw;
    margin-bottom: 1.667vw;
    padding-left: 3.333vw;
  }
  .company .company_wrap .company_list li .company_list_box a {
    font-size: 1.833vw;
    border: 0.333vw solid #fff;
    width: 28.333vw;
    padding: 1em 0 1em 1.3em;
    margin-bottom: 4.167vw;
    letter-spacing: 0.04em;
  }
  .company .company_wrap .company_list li .company_list_box a::before {
    width: 0.667vw;
    height: 0.667vw;
    border-top: solid 0.167vw #fff;
    border-right: solid 0.167vw #fff;
    right: 2.5vw;
    margin-top: -0.333vw;
  }
  .company .company_wrap .company_list li .company_list_subtit {
    font-size: 1.5vw;
    line-height: 1.66;
    padding-left: 3.333vw;
  }
  /*
===================================================================================
  contact
=================================================================================== */
  .contact {
    margin-top: -3.333vw;
    padding: 9.967vw 0 10vw;
    /*from*/
  }
  .contact .contact_tel_area {
    border: 0.333vw solid #00a9a1;
    width: 66.667vw;
    padding: 3.333vw 0 3.333vw;
    margin: 0 auto 7.5vw;
  }
  .contact .contact_tel_area .contact_txt01 {
    font-size: 2.333vw;
    letter-spacing: 0.04em;
    margin-bottom: 1.667vw;
  }
  .contact .contact_tel_area .contact_tel a {
    font-size: 5.5vw;
    letter-spacing: 0.06em;
    margin-bottom: 1.667vw;
  }
  .contact .contact_tel_area .contact_tel a span::after {
    width: 2.375vw;
    height: 4vw;
    background: url(../img/contact_tel_icon.png) no-repeat center center;
    background-size: 100% 100%;
    left: -3.583vw;
    top: 1.333vw;
  }
  .contact .contact_tel_area .contact_txt02 {
    font-size: 1.5vw;
  }
  .contact .form_tit {
    font-size: 2.333vw;
    margin-bottom: 1.667vw;
  }
  .contact .contact_us_table {
    border-spacing: 0px 3.333vw;
  }
  .contact .contact_us_table tr th {
    margin-right: 3.333vw;
    line-height: 5.833vw;
    font-size: 1.5vw;
  }
  .contact .contact_us_table tr td {
    width: 51.667vw;
  }
  .contact .contact_us_table tr td input[type='text'],
  .contact .contact_us_table tr td input[type='email'],
  .contact .contact_us_table tr td textarea {
    font-size: 1vw;
    padding: 1.4em 1em;
    font-size: 1.5vw;
  }
  .contact .submit_area {
    width: 28.333vw;
  }
  .contact .submit_area::before {
    content: '';
    width: 0.583vw;
    height: 0.583vw;
    border-top: solid 0.167vw #00a9a1;
    border-right: solid 0.167vw #00a9a1;
    right: 4.583vw;
    margin-top: -0.333vw;
  }
  .contact input.form_btn {
    font-size: 1.833vw;
    width: 28.333vw;
    height: 6.667vw;
    border: 0.333vw solid #00a9a1;
  }
  /*
===================================================================================
  footer
=================================================================================== */
  footer {
    background-size: 166.667vw auto;
    padding: 3.333vw 0 2.5vw;
  }
  footer .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5vw;
  }
  footer .footer_logo {
    width: 18.083vw;
  }
  footer .footer_txt {
    font-size: 1.167vw;
    padding-top: 0.417vw;
  }
  /*
===================================================================================
  パララックス処理
=================================================================================== */
  .parallax {
    background-size: 166.667vw auto;
    background-size: cover;
    background-position: center center;
    max-width: 100vw;
  }
  /*
===================================================================================
  フォーム登録後_入力確認と完了ページ
=================================================================================== */
  .check section.head_nav {
    top: 0;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  }
  .check .contact_us {
    padding: 11.667vw 0 6.667vw;
  }
  .check .contact_us form {
    margin: 30px auto 0;
    text-align: center;
  }
  .check .contact_us form .contact_us_table {
    margin: 0 auto 30px;
    border-collapse: separate;
    border-spacing: 0px 1.667vw;
  }
  .check .contact_us form .contact_us_table tr th {
    text-align: right;
    margin-right: 3.333vw;
    display: block;
    font-weight: normal;
    line-height: 5.833vw;
    font-size: 1.5vw;
  }
  .check .contact_us form .contact_us_table tr td {
    width: 51.667vw;
    border: none;
    background: #e6e6e6;
    font-size: 1vw;
    padding: 1.4em 2em;
    font-size: 1.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .check .submit_area {
    position: relative;
    width: 28.333vw;
    margin: 0 auto;
  }
  .check .submit_area:hover {
    opacity: 0.7;
  }
  .check .submit_area::before {
    content: '';
    width: 0.583vw;
    height: 0.583vw;
    border: 0;
    border-top: solid 2px #00a9a1;
    border-right: solid 2px #00a9a1;
    position: absolute;
    top: 50%;
    right: 4.583vw;
    margin-top: -0.333vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .check .submit_area:first-of-type::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .check input.form_btn {
    cursor: pointer;
    display: block;
    font-size: 1.833vw;
    font-weight: bold;
    color: #00a9a1;
    width: 28.333vw;
    height: 6.667vw;
    border: 4px solid #00a9a1;
    background: #fff;
    margin: 0 auto;
  }
  .check input.form_btn.btn_fix {
    color: #fff;
    border: none;
    background: #aaa;
  }
  .check .form_btn_wrap {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 62.5vw;
    margin: 0 auto;
  }
  .check .contact_us_form_text {
    text-align: center;
    line-height: 1.5;
  }
  .thanks .contact_us_form_text p {
    margin-bottom: 1.667vw;
  }
}

/* =============================================

SP

============================================= */
@media screen and (max-width: 767px) {
  body {
    font-size: 2.086vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .all_wrap {
    overflow-x: hidden;
  }
  .inner {
    width: 100vw;
  }
  .section_tit {
    font-size: 9.605vw;
    letter-spacing: 0.04em;
    margin-bottom: 6.519vw;
  }
  .section_tit:before {
    bottom: -3.259vw;
    width: 5.476vw;
    height: 0.522vw;
  }
  .section_subtit {
    font-size: 4.2vw;
    margin-bottom: 7.823vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .middle {
    display: none;
  }
  /*
===================================================================================
  fvエリア
=================================================================================== */
  .fv {
    background: url("../img/fv_bg.png") no-repeat center 21vw, #00a9a1;
    background-size: 68.9vw 68vw, 100vw auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 39.076vw 0 0;
    overflow-x: hidden;
  }
  .fv .fv_tit {
    width: 66.812vw;
    margin: 0 auto 6vw;
  }
  .fv .fv_txt01 {
    font-size: 3.651vw;
    margin-bottom: 85.126vw;
  }
  .fv .fv_txt02 {
    font-size: 3.651vw;
    line-height: 2em;
    margin-bottom: 6.342vw;
  }
  .fv .fv_box_wrap {
    width: 79.531vw;
    padding-bottom: 15.253vw;
  }
  .fv .fv_box_wrap .fv_box {
    font-size: 3.347vw;
    line-height: 1.575;
    width: 35.81vw;
    height: auto;
    -webkit-box-sizing: unset;
            box-sizing: unset;
    border: 0.5vw solid #fff;
    padding: 1.2em 0;
  }
  .fv .fv_box_wrap .fv_box_left {
    margin-right: 3.911vw;
  }
  .fv .switch-img_area {
    top: -103.667vw;
  }
  .fv .switch-img {
    width: 48.845vw;
  }
  .fv .switch-img01 {
    top: -49.605vw;
    left: -13.5vw;
  }
  .fv .switch-img02 {
    top: -49.605vw;
    left: 12.5vw;
  }
  .fv .switch-img03 {
    top: -49.605vw;
    right: 12.5vw;
  }
  .fv .switch-img04 {
    top: -49.605vw;
    right: -13.5vw;
  }
  .fv .switch-img01 .switch-img_item {
    /* アニメーションの設定 */
    -webkit-transform: translateY(15vw);
            transform: translateY(15vw);
    -webkit-transition: 900ms;
    transition: 900ms;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .fv .switch-img02 .switch-img_item {
    /* アニメーションの設定 */
    -webkit-transform: translateY(15vw);
            transform: translateY(15vw);
    -webkit-transition: 900ms;
    transition: 900ms;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .fv .switch-img03 .switch-img_item {
    /* アニメーションの設定 */
    -webkit-transform: translateY(15vw);
            transform: translateY(15vw);
    -webkit-transition: 900ms;
    transition: 900ms;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .fv .switch-img04 .switch-img_item {
    /* アニメーションの設定 */
    -webkit-transform: translateY(15vw);
            transform: translateY(15vw);
    -webkit-transition: 900ms;
    transition: 900ms;
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  .fv .switch-img_item.is-current {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /*
===================================================================================
  head_nav
=================================================================================== */
  .head_nav {
    top: 0;
    padding: 0vw 0;
    position: fixed;
    margin: 0 auto;
    width: 100vw;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  }
  .head_nav.nav_fix {
    position: fixed;
    top: 0;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  }
  .head_nav .inner .head_logo_wrap {
    padding: 3.608vw 0;
    width: 78vw;
    margin-right: 7vw;
  }
  .head_nav .inner .head_logo_wrap .head_logo {
    width: 45.292vw;
    margin-left: 5vw;
  }
  .head_nav .inner .head_logo_wrap .head_tel {
    width: 6.5vw;
    margin-right: 0vw;
  }
  .head_nav .inner .head_nav_list {
    display: block;
    width: 100vw;
    text-align: center;
  }
  .head_nav .inner .head_nav_list.pc {
    display: none;
  }
  .head_nav .inner .head_nav_list li {
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .head_nav .inner .head_nav_list li:first-of-type {
    width: 100%;
  }
  .head_nav .inner .head_nav_list li a {
    font-size: 3.625vw;
    color: #fff;
    line-height: 3.5;
    display: block;
    height: initial;
    position: initial;
  }
  #nav-drawer {
    position: relative;
    background: #00a9a1;
    width: 15.7vw;
    height: 15.7vw;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 15.7vw;
    height: 15.7vw;
    vertical-align: middle;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span {
    position: absolute;
    height: 0.7vw;
    width: 9vw;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    top: 4vw;
    left: 3.5vw;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #nav-open span:nth-last-of-type(2) {
    top: 7.4vw;
  }
  #nav-open span:nth-last-of-type(3) {
    top: 10.8vw;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 16vw;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100vh;
    background: black;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 15.5vw;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 100vw;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    height: auto;
    background: #00a9a1;
    /*背景色*/
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
  }
  #nav-input:checked ~ #nav-open span:nth-last-of-type(1) {
    -webkit-transform: translateY(3.4vw) rotate(-315deg);
    transform: translateY(3.4vw) rotate(-315deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*滑らかに表示*/
  }
  #nav-input:checked ~ #nav-open span:nth-last-of-type(2) {
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*滑らかに表示*/
  }
  #nav-input:checked ~ #nav-open span:nth-last-of-type(3) {
    -webkit-transform: translateY(-3.4vw) rotate(315deg);
    transform: translateY(-3.4vw) rotate(315deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*滑らかに表示*/
  }
  /*
===================================================================================
  philosophy
=================================================================================== */
  .philosophy {
    margin-bottom: -5vw;
    padding: 23.253vw 0 19.253vw;
  }
  .philosophy .philosophy_txt01 {
    font-size: 5vw;
    line-height: 1.7;
    margin-bottom: 4.215vw;
  }
  .philosophy .philosophy_txt02 {
    font-size: 3.347vw;
    margin-bottom: 0vw;
  }
  /*
===================================================================================
  philosophy_img_area
=================================================================================== */
  .philosophy_img_area {
    background-image: url(../img/philosophy_img_sp.jpg);
    height: 96.48vw;
  }
  /*
===================================================================================
  service
=================================================================================== */
  .service {
    margin-bottom: -5vw;
    padding: 23.386vw 0 18.734vw;
  }
  .service .philosophy_txt01 {
    font-size: 5vw;
    margin-bottom: 4.215vw;
    line-height: 1.64em;
  }
  .service .philosophy_txt02 {
    font-size: 3.347vw;
  }
  .service {
    background-image: url(../img/service_bg_sp.jpg);
    height: auto;
  }
  /*
===================================================================================
  movie
=================================================================================== */
  .movie {
    margin-bottom: -5vw;
    padding: 21.43vw 0 19.734vw;
  }
  .movie .movie_area {
    width: 92vw;
    height: 52.384vw;
    margin: 0 auto;
  }
  .movie .movie_area iframe {
    width: 100%;
    height: 100%;
  }
  /*
===================================================================================
  product_img_area
=================================================================================== */
  .product_img_area {
    background-image: url(../img/product_bg_sp.jpg);
    height: 66.48vw;
  }
  /*
===================================================================================
  works
=================================================================================== */
  .works {
    margin-bottom: -5vw;
    padding: 22.43vw 0 13.299vw;
  }
  .works .works_wrap01 {
    display: block;
    margin-bottom: 14.342vw;
  }
  .works .works_wrap01 .works_01 {
    width: 100vw;
  }
  .works .works_wrap01 .works_wrap01_img {
    width: 73.237vw;
    height: 86.885vw;
  }
  .works .works_wrap01 .works_01_left {
    margin-right: 0vw;
  }
  .works .works_wrap01 .works_01_txt01 {
    font-size: 5vw;
    margin-bottom: 3.911vw;
  }
  .works .works_wrap01 .works_01_txt02 {
    font-size: 3.347vw;
    margin-bottom: 12vw;
  }
  .works .works02_tit {
    font-size: 4.7vw;
    background: url(../img/works_ather_sp.png) no-repeat center 0;
    background-size: 100% auto;
    margin-bottom: 10.43vw;
  }
  .works .works02_list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
    margin: 0 auto;
  }
  .works .works02_list li {
    margin: 0 5vw 7.823vw;
  }
  .works .works02_list li .works02_list_img {
    width: 36.506vw;
    position: relative;
    margin-bottom: 3.651vw;
  }
  .works .works02_list li .works02_list_img .ather_txt {
    position: absolute;
    top: 25.424vw;
    left: 0;
    width: 36.506vw;
    text-align: center;
    font-size: 3.52vw;
    height: 2.5em;
    line-height: 1.18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .works .works02_list li .ather_details a {
    font-size: 4vw;
    border: 0.5vw solid #00a9a1;
    width: 35.202vw;
    padding: 0.8em 0;
  }
  .works .works02_list li .ather_details a::before {
    width: 2vw;
    height: 2vw;
    border-top: solid 0.5vw #00a9a1;
    border-right: solid 0.5vw #00a9a1;
    right: 4.171vw;
    margin-top: -1.222vw;
  }
  /*
===================================================================================
  flow
=================================================================================== */
  .flow {
    margin-bottom: -5vw;
    padding: 22.734vw 0 11.734vw;
  }
  .flow .section_subtit {
    margin-bottom: 9.126vw;
  }
  .flow .flow_list {
    margin-left: 37.677vw;
  }
  .flow .flow_list::after {
    width: 24.511vw;
    height: 206.867vw;
    background: url(../img/flow_img01_sp.png) no-repeat center center;
    background-size: 100% auto;
    left: -28.771vw;
    top: -27.39vw;
  }
  .flow .flow_list li {
    width: 54.657vw;
    margin-bottom: 10vw;
  }
  .flow .flow_list li:nth-of-type(3) {
    margin-bottom: 9.475vw;
  }
  .flow .flow_list li .flow_list_tit {
    font-size: 3.9vw;
    margin-bottom: 2.608vw;
  }
  .flow .flow_list li .flow_list_txt {
    font-size: 2.9vw;
    line-height: 1.625;
  }
  .flow {
    background-image: url("../img/flow_bg_sp.jpg");
    height: auto;
  }
  /*
===================================================================================
  company
=================================================================================== */
  .company {
    margin-bottom: -5vw;
    padding: 22.43vw 0 0;
  }
  .company .g_map {
    width: 100vw;
    height: 108.8vw;
  }
  .company .g_map iframe {
    width: 100%;
    height: 100%;
  }
  .company .section_subtit {
    margin-bottom: 9.126vw;
  }
  .company .company_wrap {
    display: block;
    padding: 0vw;
  }
  .company .company_wrap .company_list {
    text-align: center;
    margin-bottom: 24vw;
  }
  .company .company_wrap .company_list li {
    margin-bottom: 17vw;
  }
  .company .company_wrap .company_list li .company_list_tit {
    font-size: 5vw;
    margin-bottom: 4vw;
    padding-left: 0vw;
  }
  .company .company_wrap .company_list li .company_list_tit::before {
    border-top: 4vw solid transparent;
    border-left: 4vw solid #fff;
    left: 26vw;
  }
  .company .company_wrap .company_list li .company_list_txt {
    font-size: 4vw;
    line-height: 1.7;
    margin-bottom: 7.608vw;
    padding-left: 0vw;
  }
  .company .company_wrap .company_list li .company_list_box a {
    font-size: 4vw;
    border: 0.5vw solid #fff;
    width: 74vw;
    padding: 1em 0 1em 0em;
    letter-spacing: 0.04em;
    margin: 0 auto 8.519vw;
  }
  .company .company_wrap .company_list li .company_list_box a::before {
    width: 1.5vw;
    height: 1.5vw;
    border-top: solid 0.5vw #fff;
    border-right: solid 0.5vw #fff;
    right: 8.911vw;
    margin-top: -0.9vw;
  }
  .company .company_wrap .company_list li .company_list_subtit {
    font-size: 4vw;
    line-height: 1.66;
    padding-left: 5.215vw;
  }
  /*
===================================================================================
  contact
=================================================================================== */
  .contact {
    margin-bottom: -5vw;
    padding: 22.43vw 0 15.645vw;
    /*from*/
  }
  .contact .contact_tel_area {
    border: 0.5vw solid #00a9a1;
    width: 92vw;
    padding: 5.215vw 0 5.215vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: 0 auto 14vw;
  }
  .contact .contact_tel_area .contact_txt01 {
    font-size: 4.4vw;
    letter-spacing: 0.02em;
    margin-bottom: 2.608vw;
  }
  .contact .contact_tel_area .contact_tel a {
    font-size: 8.605vw;
    letter-spacing: 0.06em;
    margin-bottom: 2.608vw;
  }
  .contact .contact_tel_area .contact_tel a span::after {
    width: 3.716vw;
    height: 6.605vw;
    background: url(../img/contact_tel_icon.png) no-repeat center center;
    background-size: 100% 100%;
    left: -5vw;
    top: 1.8vw;
  }
  .contact .contact_tel_area .contact_txt02 {
    font-size: 3.847vw;
  }
  .contact .form_tit {
    font-size: 4vw;
    margin-bottom: 2.608vw;
  }
  .contact .contact_us_table {
    border-spacing: 0px 5.215vw;
  }
  .contact .contact_us_table tr th {
    text-align: left;
    margin-right: 5.215vw;
    line-height: 1.5em;
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }
  .contact .contact_us_table tr td {
    width: 92vw;
    display: block;
  }
  .contact .contact_us_table tr td input[type='text'],
  .contact .contact_us_table tr td input[type='email'],
  .contact .contact_us_table tr td textarea {
    width: 100%;
    padding: 1.4em 1em;
    font-size: 4vw;
  }
  .contact .contact_us_table tr td textarea {
    line-height: 1.2;
  }
  .contact .submit_area {
    width: 66vw;
    margin: 5vw auto 0;
  }
  .contact .submit_area::before {
    width: 1.913vw;
    height: 1.913vw;
    border-top: solid 0.5vw #00a9a1;
    border-right: solid 0.5vw #00a9a1;
    top: 43%;
    right: 19.171vw;
    margin-top: -0.522vw;
  }
  .contact input.form_btn {
    font-size: 3.868vw;
    width: 66vw;
    height: 11.73vw;
    border: 0.5vw solid #00a9a1;
    letter-spacing: 0.05em;
  }
  /*
===================================================================================
  footer
=================================================================================== */
  footer {
    background-size: 100vw auto;
    padding: 5.215vw 0 5.911vw;
  }
  footer .inner {
    display: block;
    text-align: center;
  }
  footer .footer_logo {
    width: 90vw;
    margin-bottom: 2vw;
  }
  footer .footer_logo img {
    width: 50.8vw;
  }
  footer .footer_txt {
    font-size: 1.825vw;
    padding-top: 0.652vw;
  }
  /*
===================================================================================
  パララックス処理
=================================================================================== */
  .parallax {
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    max-width: 100vw;
    margin: 0 auto;
    position: relative;
  }
  /*
===================================================================================
  フォーム登録後_入力確認と完了ページ
=================================================================================== */
  .check section.head_nav {
    top: 0;
    -webkit-filter: drop-shadow(0px 0px 0.5vw rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 0.5vw rgba(0, 0, 0, 0.5));
  }
  .check .contact_us {
    padding: 22.667vw 0 6.667vw;
  }
  .check .contact_us form {
    margin: 3.911vw auto 0;
    text-align: center;
  }
  .check .contact_us form .contact_us_table {
    margin: 0 auto 3.911vw;
    border-collapse: separate;
    border-spacing: 0px 1.667vw;
  }
  .check .contact_us form .contact_us_table tr th {
    text-align: left;
    margin-right: 3.333vw;
    display: block;
    font-weight: normal;
    line-height: 5.833vw;
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }
  .check .contact_us form .contact_us_table tr td {
    width: 92vw;
    display: block;
    border: none;
    background: #e6e6e6;
    font-size: 3vw;
    padding: 1em 1em;
    font-size: 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    margin-bottom: 5vw;
  }
  .check .submit_area {
    position: relative;
    width: 66.333vw;
    margin: 0 auto;
  }
  .check .submit_area:hover {
    opacity: 0.7;
  }
  .check .submit_area::before {
    content: '';
    width: 2vw;
    height: 2vw;
    border: 0;
    border-top: solid 0.5vw #00a9a1;
    border-right: solid 0.5vw #00a9a1;
    position: absolute;
    top: 50%;
    right: 4.583vw;
    margin-top: -1.333vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .check .submit_area:first-of-type::before {
    border-top: solid 0.5vw #fff;
    border-right: solid 0.5vw #fff;
  }
  .check input.form_btn {
    font-size: 3.868vw;
    width: 66vw;
    height: 11.73vw;
    border: 0.5vw solid #00a9a1;
    letter-spacing: 0.05em;
  }
  .check input.form_btn.btn_fix {
    color: #fff;
    border: none;
    background: #aaa;
    margin-bottom: 3vw;
  }
  .check .form_btn_wrap {
    display: block;
    width: 62.5vw;
    margin: 0 auto;
  }
  .check .contact_us_form_text {
    text-align: center;
    line-height: 1.7;
    font-size: 3.5vw;
  }
  .thanks .contact_us_form_text p {
    margin-bottom: 4.667vw;
  }
}
/*# sourceMappingURL=style.css.map */