@charset "UTF-8";
@keyframes bottom-top {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

@keyframes left-right {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes right-left {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 100%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000000;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

.contain {
  width: 1220px;
  min-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.wrapper {
  min-width: 1220px;
  overflow: hidden;
}

.sp {
  display: none;
}

.btn a {
  display: block;
  width: 300px;
  height: 60px;
  border: 1px solid #000000;
  padding: 0 0 0 42px;
  line-height: 60px;
  color: #000000;
  position: relative;
  font-size: .9375rem;
  font-weight: 700;
}

.btn a .yajirushi {
  top: 50%;
  right: -20px;
  height: 1px;
  background: #000000;
  width: 140px;
  margin-left: 0.4rem;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: absolute;
  display: block;
}

.btn a .yajirushi:before {
  content: "";
  position: absolute;
  /*top: -3px;
				right: -2px;
				width: 12px;
				height: 1px;
				background: $color-black;
				-webkit-transform: rotate(30deg);
				-ms-transform: rotate(30deg);
				transform: rotate(30deg);*/
  transform: rotate(135deg);
  top: calc(50% - 5px);
  left: 99%;
  width: 0;
  height: 0;
  border: 4px solid #000000;
  border-top-color: transparent;
  border-right-color: transparent;
  border-right-width: 0;
  border-bottom-color: transparent;
}

.btn a:hover {
  opacity: 1;
}

.btn a:hover .yajirushi {
  right: -40px;
}

.btn_coming {
  width: 300px;
  height: 60px;
  line-height: 60px;
  background: #c9caca;
  color: #fff;
  font-size: .9375rem;
  text-align: center;
}

.btn_more {
  width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: .9375rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #000000;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .btn_more {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: .625rem;
  }
}

.btn_back {
  padding-top: 47px;
  border-top: 1px solid #c9caca;
  margin: 90px 100px 100px;
}

.btn_back a {
  width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: .9375rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #000000;
  color: #000000;
  display: block;
}

@media screen and (max-width: 768px) {
  .btn_back a {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: .625rem;
  }
}

.btn_submit {
  text-align: center;
}

.btn_submit button {
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  background-color: #288e4f;
  color: #fff;
  width: 500px;
  height: 60px;
  line-height: 60px;
}

.btn_submit button:disabled {
  cursor: not-allowed;
  background: #9fa0a0;
}

.btn_submit button:disabled:hover {
  opacity: 1;
}

.btn_submit button:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .btn a {
    width: 200px;
    height: 40px;
    padding: 0 0 0 25px;
    line-height: 40px;
    font-size: .625rem;
  }
  .btn a .yajirushi {
    width: 112px;
    right: -42px;
  }
  .btn a:hover .yajirushi {
    right: -40px;
  }
  .btn_coming {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: .625rem;
  }
  .btn_back {
    padding-top: 30px;
    margin: 40px 0 60px;
  }
  .btn_submit {
    margin: 0 3%;
  }
  .btn_submit button {
    font-size: .8125rem;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}

.header{
  background: #FFF;
  width: 100%;
  position: fixed;
  z-index: 9999999;
}

.header nav {
  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;
}

.header .logo {
  display: flex;
  margin: 10px 0 0px 50px;
  padding: 20px 0 0 0;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.header_nav li {
  margin-right: 30px;
  font-size: .9375rem;
  font-weight: 700;
}

.header_nav li.current {
  color: #288e4f;
}

.header_nav li.current a {
  color: #288e4f;
}

.header_nav a {
  color: #000000;
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header_nav a:hover {
  opacity: 1;
  color: #288e4f;
}

.footer {
  position: relative;
  z-index: 10;
}

.footer .contain {
  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;
  padding: 90px 20px;
}

.footer_logo {
  font-weight: 700;
  text-align: right;
  margin-bottom: 24px;
}

.footer_logo a {
  color: #000000;
}

.footer_copy {
  color: #9fa0a0;
  font-size: .75rem;
}

.footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_right ul {
  margin-right: 66px;
  line-height: 3;
  font-weight: 700;
  list-style: none;
}

.footer_right ul + ul {
  margin-right: 46px;
}

.footer_right a {
  color: #000000;
}

#pageTopBtn {
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 30px;
}

.key {
  background: url(../img/index/key.jpg) center center/auto no-repeat;
  max-height: 800px;
  min-height: 600px;
  height: calc(100vh - 80px);
  text-align: center;
  margin-bottom: 120px;
  opacity: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.key.is-show {
  animation: fadein 1.2s ease-in-out forwards;
}

.key .contain {
  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;
}

.key_ttl {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 30px;
  /*padding-top: 310px;*/
  letter-spacing: .2em;
  opacity: 0;
}

.key_ttl.is-show {
  animation: bottom-top 1.2s ease-in-out forwards;
}

.key_logo {
  /*margin-bottom: 234px;*/
  opacity: 0;
}

.key_logo.is-show {
  animation: bottom-top 1.2s ease-in-out forwards;
}

.key_scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*&-text {
			font-size: .75rem;
			color: $color-white;
		}
		&-img {
			position: relative;
			&:before {
				position: absolute;
				left: 0;
				right: 0;
				bottom: -56px;
				content: "";
				width: 1px;
				height: 50px;
				background: $color-white;
				margin: 0 auto;
			}
		}*/
}

.indexMission, .indexSolution {
  margin-bottom: 120px;
}

.indexMission .contain, .indexSolution .contain {
  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;
}

.indexMission_img, .indexSolution_img {
  overflow: hidden;
  opacity: 0;
}

.indexMission_info, .indexSolution_info {
  width: 540px;
}

.indexMission_ttl, .indexSolution_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 52px;
  opacity: 0;
}

.indexMission_ttl.is-show, .indexSolution_ttl.is-show {
  animation: bottom-top .6s ease-in-out forwards;
}

.indexMission_ttl-text, .indexSolution_ttl-text {
  margin-left: 17px;
  font-size: 2.1875rem;
  font-weight: 500;
  color: #288e4f;
  line-height: 1;
}

.indexMission_ttl-text img, .indexSolution_ttl-text img {
  margin-left: 6px;
}

.indexMission_subttl, .indexSolution_subttl {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 40px;
  opacity: 0;
}

.indexMission_subttl.is-show, .indexSolution_subttl.is-show {
  animation: bottom-top 1s ease-in-out forwards;
}

.indexMission_text, .indexSolution_text {
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 34px;
  opacity: 0;
}

.indexMission_text.is-show, .indexSolution_text.is-show {
  animation: bottom-top .6s ease-in-out forwards;
}

.indexMission_img {
  border-radius: 0 15px 15px 0;
  margin-left: -402px;
}

.indexMission_img.is-show {
  animation: left-right 1.2s cubic-bezier(0.15, 0.41, 0.64, 0.94) forwards;
}

.indexSolution .contain {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.indexSolution_img {
  border-radius: 15px 0 0 15px;
  margin-right: -398px;
}

.indexSolution_img.is-show {
  animation: right-left 1.2s cubic-bezier(0.15, 0.41, 0.64, 0.94) forwards;
}

.content_ttl {
  color: #288e4f;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.content_subttl {
  color: #288e4f;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}

.content_catch {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 110px;
  font-weight: 500;
  line-height: 2.22;
}

.content_catch a {
  text-decoration: underline;
  color: #288e4f;
}

.content_catch a:hover {
  opacity: 1;
  text-decoration: none;
}

.content_contact {
  background: #288e4f;
}

.content_contact .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_contact-img {
  margin-left: -402px;
}

.content_contact-info {
  width: 50%;
  text-align: center;
}

.content_contact-ttl {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 33px;
}

.content_contact-btn a {
  width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: .9375rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  .content_contact-btn a {
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: .625rem;
  }
}

.indexCase {
  margin-bottom: 120px;
}

.indexCase_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.indexCase_item {
  width: 580px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.indexCase_item.is-show {
  animation: fadein 1.2s ease-in-out forwards;
}

.indexCase_item a {
  color: #000000;
}

.indexCase_item a:hover .indexCase_item-img, .indexCase_item a:hover .indexCase_text, .indexCase_item a:hover .indexCase_more {
  opacity: .8;
}

.indexCase_item a:hover .indexCase_ttl {
  color: #288e4f;
}

.indexCase_item-img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}

.indexCase_ttl {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.indexCase_text {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 2;
  font-weight: 500;
}

.indexCase_more {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight: 500;
  text-align: right;
  color: #288e4f;
}

.indexCase .btn a {
  margin: 0 auto;
}

.indexNews {
  background: #f9f9f9;
  padding: 120px 0;
}

.news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  padding: 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news dl:hover {
  background: #e8f5ed;
}

.news_item {
  transition: all 0.4s ease 0s;
}

.news_item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.news_item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
}

.news dt {
  font-size: .9375rem;
  color: #288e4f;
  font-weight: 500;
  margin-right: 18px;
}

.news_cat {
  color: #fff;
  background: #d7cd2e;
  font-size: .875rem;
  font-weight: 500;
  margin-right: 20px;
  padding: 0 20px;
  height: 25px;
  width: 138px;
  text-align: center;
}

.news_text {
  color: #000000;
  width: calc(100% - 270px);
  font-weight: 500;
}

.news .btn {
  margin-top: 40px;
}

.news .btn a {
  margin: 0 auto;
}

.news_sec {
  border-bottom: 1px solid #c9caca;
  padding-bottom: 120px;
}

.news_list {
  margin: 0 100px;
}

.news_select {
  margin: 0 0 30px auto;
  width: 245px;
}

.news .btn_more {
  margin-top: 48px;
}

.foot_img {
  margin: 0 -400px;
}

.subcon_ttl {
  background: url(../img/common/bg_ttl.jpg) center center/auto no-repeat;
  /*text-align: center;
		margin-bottom: 120px;
		&-jp {
			padding: 70px 0 10px;
			color: $color-white;
			font-size: 3.75rem;
			font-weight: 700;
		}
		&-alpha {
			padding-bottom: 90px;
		}*/
}

.subcon_ttl, .subcon_phottl {
  text-align: center;
  margin-bottom: 100px;
  padding-top:70px;
}

.subcon_ttl-jp, .subcon_phottl-jp {
  padding: 120px 0 10px;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
}

.subcon_ttl-alpha, .subcon_phottl-alpha {
  padding-bottom: 140px;
}

.subcon_ttl-alpha2, .subcon_phottl-alpha2 {
  padding-bottom: 140px;
}

.subcon_subttl {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 4px;
}

.subcon_text {
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 34px;
}

.mission .subcon_phottl {
  background: url(../img/mission/bg_ttl.jpg) center center/auto no-repeat;
}

.other .subcon_phottl {
  background: url(../img/other/bg_ttl.jpg) center center/auto no-repeat;
  margin-bottom: 0;
}

.other_text {
  font-size: .9375rem;
  font-weight: 500;
  margin: 0 65px;
  padding-bottom: 30px;
}

.other .menu {
  background: #288e4f;
  color: #fff;
  position: relative;
  padding: 10px 0;
  width: 100%;
  z-index: 999;
}

.other .menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.other .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.other .menu_main {
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 1.125rem;
  cursor: pointer;
  overflow: hidden;
}

.other .menu_main:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.other .menu_main:nth-of-type(1) .contain:before {
  left: 298px;
}

.other .menu_main:nth-of-type(2) .contain:before {
  left: 590px;
}

.other .menu_main:nth-of-type(3) .contain:before {
  left: 896px;
}

.other .menu_sub {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: left;
}

.other .menu_sub-inner {
  margin-top: 10px;
  background: #317141;
}

.other .menu_sub .contain {
  padding: 30px 150px;
  position: relative;
}

.other .menu_sub .contain:before {
  content: '';
  border-right: 12px solid transparent;
  border-bottom: 12px solid #317141;
  border-left: 12px solid transparent;
  position: absolute;
  top: -12px;
  display: block;
  z-index: 1;
}

.other .menu_sub-list {
  position: relative;
}

.other .menu_sub dl {
  line-height: initial;
}

.other .menu_sub dl:not(:last-of-type) {
  margin-bottom: 24px;
}

.other .menu_sub dt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.125rem;
  margin-bottom: 14px;
}

.other .menu_sub dd a {
  color: #fff;
}

.other .menu_sub dd a:before {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .4em;
}

.other .sec_ttl {
  color: #288e4f;
  font-size: 1.875rem;
  font-weight: 500;
  padding-bottom: 4px;
  margin: 80px 0 50px;
  border-bottom: 2px solid #288e4f;
}

.other .sec_inner {
  margin: 50px;
}

.other .sec_subttl {
  background: #eeeeee;
  padding: 14px 30px;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}

.other .sec_subttl:before {
  content: '';
  position: absolute;
  top: 22px;
  left: 0;
  width: 10px;
  height: 22px;
  background: #288e4f;
  display: block;
}

.other .sec_subttl2 {
  margin: 30px 20px 20px;
  padding-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid #cbcbcb;
}

.other .sec_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 20px;
}

.other .sec_main-img {
  width: 250px;
}

.other .sec_main-text {
  margin: 20px 0 20px 30px;
  width: 780px;
}

.other .sec_main-text.no_img {
  width: inherit;
}

.other .sec_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-bottom: -20px;
}

.other .sec_list-item {
  width: 250px;
  border-radius: 10px;
  border: 2px solid #288e4f;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}

.other .sec_list-img {
  margin: -2px -2px 0;
}

.other .sec_list-ttl {
  height: 68px;
  padding: 15px;
  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;
  background: #288e4f;
  color: #fff;
  font-size: .9375rem;
  text-align: center;
}

.other .sec_list-text {
  font-size: .8125rem;
  padding: 15px;
}

.other .sec_list + .sec_attend {
  margin-top: 30px;
}

.other .sec_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-bottom: 10px;
  list-style: none;
}

.other .sec_movie-item {
  width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.other .sec_attend {
  font-size: .9375rem;
  margin: 0 20px;
}

.other .sec_asterisk {
  list-style: none;
  color: #888888;
  font-size: .8125rem;
  margin: 0 20px;
}

.other .sec_asterisk li {
  position: relative;
  padding-left: 1.5em;
}

.other .sec_asterisk li:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.other .sec_asterisk a {
  color: #288e4f;
  text-decoration: underline;
}

.other .sec_asterisk a:hover {
  text-decoration: none;
  opacity: 1;
}

.other .sec + .content_contact {
  margin-top: 120px;
}

.mission_img01, .other_img01 {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 80px;
}

.mission_sec, .other_sec {
  margin-bottom: 120px;
}

.mission_sec .contain, .other_sec .contain {
  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;
}

.mission_info, .other_info {
  width: 830px;
}

.mission_img03, .other_img03 {
  margin: 0 -400px 80px;
}

.mission_item, .other_item {
  width: 600px;
}

.mission_cycle, .other_cycle {
  border-bottom: 1px solid #c9caca;
  padding-bottom: 120px;
}

.mission_cycle .contain, .other_cycle .contain {
  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;
}

.mission_cycle-info, .other_cycle-info {
  width: 710px;
}

.solution .subcon_phottl {
  background: url(../img/solution/bg_ttl.jpg) center center/auto no-repeat;
}

.solution_sec {
  background: #f9f9f9;
}

.solution_sec .contain {
  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;
}

.solution_sec:nth-of-type(odd) .solution_img {
  margin-left: -400px;
}

.solution_sec:nth-of-type(even) .contain {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.solution_sec:nth-of-type(even) .solution_img {
  margin-right: -399px;
}

.solution_sec:last-of-type {
  border-bottom: 1px solid #c9caca;
}

.solution_info {
  width: 550px;
}

.electric .subcon_phottl {
  background: url(../img/electric/bg_ttl.jpg) center center/auto no-repeat;
}

.electric_img01 {
  margin-bottom: 33px;
}

.electric_sec {
  padding: 120px 0;
}

.electric_sec:last-of-type {
  border-bottom: 1px solid #c9caca;
}

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

.electric_item {
  width: 380px;
}

.electric_img {
  margin-bottom: 30px;
}

.electric_ttl {
  text-align: center;
  color: #288e4f;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 22px 20px;
}

.electric_text {
  font-size: .9375rem;
  font-weight: 500;
  margin: 0 22px;
  padding-bottom: 30px;
}

.electric_point {
  background: #288e4f;
}

.electric_point .content_subttl {
  color: #fff;
}

.electric_point-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.electric_movie {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 100px 50px;
}

.electric_movie + .btn a {
  margin: 0 auto;
}

.electric_cost {
  background: #f9f9f9;
}

.electric_cost-list {
  margin-bottom: 50px;
}

.electric_cost-img {
  border-radius: 10px;
  overflow: hidden;
}

.electric_cost-attend {
  text-align: right;
  font-size: .875rem;
  color: #595858;
}

.electric_price {
  text-align: right;
  margin: 0 22px;
}

.electric_price .num {
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 0 0 0 4px;
}

.electric_price .yen {
  font-weight: 700;
}

.qa:not(:last-of-type) {
  margin-bottom: 65px;
}

.qa_ttl {
  margin: 35px 100px 0;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 4px solid #e6e6e6;
  padding: 0 11px 14px;
}

.qa_item {
  margin: 0 100px;
  border-bottom: 1px dotted #000000;
  cursor: pointer;
}

.qa_item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
}

.qa_item dt:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -5px;
  border-bottom: 3px solid #9fa0a0;
  border-right: 3px solid #9fa0a0;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.qa_item dd {
  display: none;
  font-weight: 500;
  padding-bottom: 20px;
}

.qa_item dd .qa_item-text {
  line-height: 2;
  margin-top: 8px;
}

.qa_item.open {
  /*dd {
				@include flex;
			}*/
}

.qa_item.open dt:after {
  margin-top: 5px;
  transform: rotate(-135deg) translateY(-50%);
}

.qa_item .iconQ, .qa_item .iconA {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: Arial, sans-serif;
  color: #fff;
  display: block;
}

.qa_item .iconQ {
  background: #288e4f;
}

.qa_item .iconA {
  background: #f39700;
}

.qa_item-text {
  width: 845px;
  margin-left: 20px;
  display: block;
  margin-top: 12px;
}

.case .subcon_phottl, .casestudy .subcon_phottl {
  background: url(../img/case/bg_ttl.jpg) center center/auto no-repeat;
}

.case_sec {
  padding-bottom: 120px;
  border-bottom: 1px solid #c9caca;
}

.case_list {
  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;
}

.case_item {
  width: 580px;
  margin-bottom: 50px;
  transition: all 0.4s ease 0s;
}

.case_item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.case_item a {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.case_item a:hover .case_img, .case_item a:hover .case_text, .case_item a:hover .case_more {
  opacity: .8;
}

.case_item a:hover .case_ttl {
  color: #288e4f;
}

.case_img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 22px;
}

.case_ttl, .case_text, .case_more {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #000000;
}

.case_ttl {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.case_text {
  font-size: .9375rem;
  font-weight: 500;
}

.case_more {
  font-size: .9375rem;
  font-weight: 500;
  text-align: right;
  color: #288e4f;
}

.casestudy_key-img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 68px;
}

.casestudy_ttl {
  margin: 0 100px 20px;
  text-align: left;
}

.casestudy_signature {
  text-align: right;
  margin: 0 100px 50px;
  font-size: 1.5rem;
  font-weight: 700;
}

.casestudy_effect {
  margin: 0 100px 65px;
  width: calc(100% - 200px);
  /*th {
			background: $color-primary;
			color: $color-white;
			font-size: 1.125rem;
			font-weight: 700;
			border: 2px solid $color-gray-bg;
			width: 25%;
			padding: 13px 0 10px;
			&:first-of-type {
				border-radius: 10px 0 0 0;
			}
			&:last-of-type {
				border-radius: 0 10px 0 0;
			}
		}
		td {
			background: $color-gray-bg;
			font-size: 1.125rem;
			font-weight: 700;
			text-align: center;
			padding: 23px 0 29px;
			vertical-align: middle;
			.num {
				font-size: 1.875rem;
			}
		}*/
}

.casestudy_effect-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: calc(100% / 4) calc(100% / 4) calc(100% / 4) calc(100% / 4);
  grid-template-columns: calc(100% / 4) calc(100% / 4) calc(100% / 4) calc(100% / 4);
}

.casestudy_effect-item dt {
  background: #288e4f;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 13px 0 10px;
  text-align: center;
}

.casestudy_effect-item dt:nth-of-type(1) {
  -ms-grid-row: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  border-right: 2px solid #f9f9f9;
  border-radius: 10px 0 0 0;
}

.casestudy_effect-item dt:nth-of-type(2) {
  -ms-grid-row: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  grid-column: 2 / 3;
  border-right: 2px solid #f9f9f9;
}

.casestudy_effect-item dt:nth-of-type(3) {
  -ms-grid-row: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 3;
  grid-column: 3 / 4;
  border-right: 2px solid #f9f9f9;
}

.casestudy_effect-item dt:nth-of-type(4) {
  -ms-grid-row: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 4;
  grid-column: 4 / 5;
  border-radius: 0 10px 0 0;
}

.casestudy_effect-item dd {
  background: #f9f9f9;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 23px 0 29px;
  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;
}

.casestudy_effect-item dd .num {
  font-size: 1.875rem;
}

.casestudy_effect-item dd:nth-of-type(1) {
  -ms-grid-row: 2;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  grid-column: 1 / 2;
}

.casestudy_effect-item dd:nth-of-type(2) {
  -ms-grid-row: 2;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  grid-column: 2 / 3;
}

.casestudy_effect-item dd:nth-of-type(3) {
  -ms-grid-row: 2;
  grid-row: 2 / 3;
  -ms-grid-column: 3;
  grid-column: 3 / 4;
}

.casestudy_effect-item dd:nth-of-type(4) {
  -ms-grid-row: 2;
  grid-row: 2 / 3;
  -ms-grid-column: 4;
  grid-column: 4 / 5;
}

.casestudy_subttl {
  margin: 35px 100px 30px;
  color: #288e4f;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 4px solid #e6e6e6;
  padding-bottom: 14px;
}

.casestudy_text {
  margin: 15px 100px 44px;
  font-weight: 500;
  line-height: 2;
}

.casestudy_imglist {
  margin: 54px 100px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.casestudy_imglist-item {
  border-radius: 10px;
  overflow: hidden;
}

.casestudy_question {
  position: relative;
  color: #898989;
  font-weight: 500;
  margin: 30px 100px 15px;
  padding-left: 110px;
}

.casestudy_question:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 98px;
  height: 2px;
  background: #a9a9a9;
}

.casestudy_info {
  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;
  margin: 70px 100px 15px;
  border: 3px solid #c9caca;
  padding: 20px;
}

.casestudy_info-item {
  width: 562px;
}

.casestudy_info-item dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 46px;
  position: relative;
}

.casestudy_info-item dt:before {
  position: absolute;
  bottom: -26px;
  left: 0;
  content: "";
  width: 78px;
  height: 3px;
  background: #288e4f;
}

.casestudy_info-item dd {
  font-weight: 500;
  font-size: .9375rem;
}

.casestudy_attend {
  text-align: right;
  font-size: .8125rem;
  margin: 0 100px 152px;
  font-weight: 500;
}

.company_img01 {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 64px;
}

.company .content_catch {
  text-align: left;
  margin: 0 100px 110px;
}

.company_sec {
  padding: 110px 0 100px;
  background: #f9f9f9;
}

.company_table {
  margin: 0 100px;
}

.company_table tr {
  border-bottom: 1px solid #000000;
}

.company_table th, .company_table td {
  padding: 30px;
  font-weight: 500;
}

.company_table th {
  width: 16%;
  font-size: 1.125rem;
  color: #288e4f;
  text-align: left;
}

.company_access iframe {
  height: 350px;
}

.detail_sec {
  border-bottom: 1px solid #c9caca;
}

.detail_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail_meta-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 100px 25px;
}

.detail_meta dt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #288e4f;
  margin-right: 20px;
}

.detail_meta dd {
  background: #d7cd2e;
  color: #fff;
  font-weight: 500;
  padding: 2px 32px 0;
}

.detail_sns {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail_sns li {
  margin-left: 5px;
}

.detail_ttl {
  margin: 0 100px 38px;
  padding-bottom: 38px;
  font-size: 2.125rem;
  font-weight: 700;
  border-bottom: 3px solid #288e4f;
}

.detail_img {
  margin: 0 100px 50px;
}

.detail_text {
  margin: 30px 100px 30px;
  font-weight: 500;
  line-height: 2;
}

.detail_subttl {
  margin: 44px 100px 30px;
  padding-bottom: 16px;
  border-bottom: 4px solid #e6e6e6;
  font-size: 1.5rem;
  font-weight: 700;
}

.detail .btn_back {
  margin-bottom: 120px;
}

.contact_action-inner {
  border: 3px solid #c9caca;
  margin: 0 100px 120px;
  padding: 40px 0;
}

.contact_action-text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact_action-telfax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 20px;
}

.contact_action-telfax li + li {
  margin-left: 60px;
}

.contact_action-attend {
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
}

.contact_sec {
  background: #f9f9f9;
  padding: 110px 0 120px;
  border-bottom: 1px solid #c9caca;
}

.contact_text {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact_attend {
  font-weight: 500;
  font-size: .9375rem;
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}

.contact_notes {
  font-size: .8125rem;
  margin: 30px 150px 40px;
  border: 1px solid #c9caca;
  padding: 20px 20px 20px 30px;
  background: #fff;
}

.contact_notes-inner {
  height: 200px;
  overflow-y: scroll;
}

.contact_notes dl, .contact_notes li {
  margin-bottom: 1.6em;
}

.contact_notes-decimal {
  margin-left: 1.5em;
}

.contact_notes-parentheses {
  list-style: none;
}

.contact_notes-parentheses li {
  counter-increment: cnt;
  margin-bottom: 0;
  margin-left: 2em;
}

.contact_notes-parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
  margin-left: -1.5em;
  width: 2em;
}

.contact_notes-disc {
  list-style: disc;
  margin-left: 2em;
}

.contact_notes-disc li {
  margin-bottom: 0;
}

.contact_confirm-sec {
  padding-bottom: 120px;
  border-bottom: 1px solid #c9caca;
}

.contact_confirm-sec .btn a {
  margin: 0 auto;
}

.form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 10px;
  margin: 0 100px 10px;
}

.form_item dt {
  width: 270px;
  font-weight: 700;
  padding: 14px 0 0 10px;
}

.form_item dd {
  width: 710px;
}

.form input, .form textarea {
  width: 100%;
}

.form input, .form select, .form textarea {
  font-size: 1rem;
  padding: 16px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c9caca;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
}

.form_select {
  position: relative;
  width: 200px;
}

.form_select:before {
  position: absolute;
  top: calc(50% - 13px);
  right: 20px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #288e4f;
  pointer-events: none;
}

.form select {
  outline: none;
  cursor: pointer;
  width: 100%;
  background: #fff;
}

.form select::-ms-expand {
  display: none;
}

.form .post3 {
  width: calc(3em + 50px);
}

.form .post4 {
  width: calc(4em + 50px);
}

.form .required {
  background: #eb0404;
  color: #fff;
  font-size: .875rem;
  padding: 0 9px;
  margin-left: 19px;
}

.form_agree {
  margin: 40px 0;
}

.form_agree-input {
  position: relative;
  display: none;
}

.form_agree-input:checked + .form_agree-parts:before {
  background: #288e4f;
  border: 1px solid #288e4f;
}

.form_agree-input:checked + .form_agree-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 458px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.form_agree-parts {
  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;
  position: relative;
  cursor: pointer;
}

.form_agree-parts:before {
  cursor: pointer;
  content: "";
  display: block;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #9fa0a0;
  border-radius: 5px;
}

#formWrap {
  padding-bottom: 120px;
  border-bottom: 1px solid #c9caca;
}

#formWrap h3 {
  text-align: center;
}

#formWrap h3, #formWrap h4 {
  margin-top: 120px;
  margin-bottom: 20px;
}

#formWrap .error_messe {
  margin: 5px 0;
  color: red;
}

#formWrap .btnOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#formWrap .btnOuter input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background-color: #cd0016;
  width: 348px;
  padding: 14px 0 14px;
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}

#formWrap .btnOuter input.history_back {
  background-color: #aaa;
}

#formWrap table.formTable {
  width: 80%;
  margin: 40px auto;
  border-collapse: collapse;
}

#formWrap table.formTable td, #formWrap table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

#formWrap table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 245px;
  padding: 8px 84px 8px 22px;
  font-size: 1rem;
  background: #fffdff;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #c9caca;
  cursor: pointer;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 25px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #288e4f;
  transform: rotate(0deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  transform: rotate(-180deg) translateY(-50%);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  padding: 16px 0;
  /*border: 1px solid #b5b5b5;*/
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
  background: #fffdff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: .9375rem;
  font-weight: 700;
  color: #595858;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}

.custom-option:last-of-type {
  border-bottom: 0;
}

.custom-option:hover, .custom-option.selection {
  background: #c2e5cf;
}

.custom-option.selection {
  color: #288e4f;
}

.option-hover:before {
  background: #f9f9f9;
}

/* デフォルト：1380px以上用（PC用）の記述 */
@media screen and (max-width: 1379px) {
  /* 1379px以下用（PC用）の記述 */
}

/* 1080px以上用（PC用）の記述 */
@media screen and (max-width: 1079px) {
  /* 1079px以下用（タブレット用）の記述 */
}

/* 980px以上用（PC用）の記述 */
@media screen and (max-width: 979px) {
  /* 979px以下用（タブレット用）の記述 */
}

/*-- PC版表示CSS  --*/
.pc{
  display:block;
}
.sp{
  display:none;
}

@media screen and (max-width: 768px) {
  /* 768px以下用（タブレット／スマートフォン用）の記述 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contain {
    width: 92%;
    min-width: inherit;
    padding: 0;
  }
  .wrapper {
    min-width: inherit;
  }
  #navToggle {
    position: absolute;
    top: calc(50% - 5px);
    right: 4%;
    height: 14px;
  }
  #navToggle > div {
    position: relative;
    width: 20px;
  }
  #navToggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #288e4f;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }
  #navToggle span:nth-of-type(1) {
    top: 0;
  }
  #navToggle span:nth-of-type(2) {
    top: 6px;
  }
  #navToggle span:nth-of-type(3) {
    top: 12px;
  }
  .header {
    position: fixed;
    padding: 13px 4%;
  }
  .header .logo {
    margin: 0;
    width: calc(750/750*100%);
  }
  .header_nav {
    display: none;
    position: absolute;
    /*top: 11vw;*/
    left: 0;
    background: #fff;
    width: 100%;
    padding: 10px 7% 20px;
    z-index: 999;
  }
  .header_nav li {
    text-align: center;
    margin-right: 0;
  }
  .header_nav li:not(:last-of-type) {
    border-bottom: 1px solid #c9caca;
  }
  .header_nav li.current {
    padding: 20px 0;
  }
  .header_nav li.current a {
    padding: 0;
  }
  .header_nav a {
    display: block;
    padding: 20px 0;
  }
  .header.active #navToggle span:nth-of-type(1) {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header.active #navToggle span:nth-of-type(2) {
    top: 7px;
    width: 0;
    left: 50%;
  }
  .header.active #navToggle span:nth-of-type(3) {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .key {
    background: url(../img/index/key_sp.jpg) center center/cover no-repeat;
    max-height: inherit;
    min-height: inherit;
    height: 106.66vw;
    margin-bottom: 60px;
    display: block;
  }
  .key .contain {
    display: block;
  }
  .key_ttl {
    font-size: 1.875rem;
    padding-top: 36.4vw;
    margin-bottom: 4vw;
  }
  .key_logo {
    width: calc(314/750*100%);
    margin: 0 auto 21.333vw;
  }
  .key_scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .key_scroll-text {
    font-size: .625rem;
  }
  .key_scroll-img {
    width: calc(20/750*100%);
    margin: 0 auto;
  }
  .key_scroll-img:before {
    bottom: -11.8vw;
    height: 10.8vw;
  }
  .indexMission, .indexSolution {
    margin-bottom: 60px;
  }
  .indexMission .contain, .indexSolution .contain {
    display: block;
  }
  .indexMission_img, .indexSolution_img {
    margin-bottom: 40px;
  }
  .indexMission_info, .indexSolution_info {
    width: 94%;
    margin: 0 auto;
  }
  .indexMission_ttl, .indexSolution_ttl {
    margin-bottom: 34px;
  }
  .indexMission_ttl-num, .indexSolution_ttl-num {
    width: calc(138/690*100%);
  }
  .indexMission_ttl-text, .indexSolution_ttl-text {
    margin-left: 12px;
    font-size: 1.5625rem;
  }
  .indexMission_ttl-text img, .indexSolution_ttl-text img {
    width: auto;
    height: 10px;
  }
  .indexMission_subttl, .indexSolution_subttl {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .indexMission_text, .indexSolution_text {
    font-size: .75rem;
    margin-bottom: 25px;
  }
  .indexMission_img {
    margin-left: -4.347vw;
    margin-right: 3%;
  }
  .indexSolution_img {
    margin-left: 3%;
    margin-right: -4.347vw;
  }
  .content_ttl {
    font-size: 1.5625rem;
    margin-bottom: 24px;
  }
  .content_subttl {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .content_catch {
    font-size: .75rem;
    margin: 0 3% 45px;
  }
  .content_contact .contain {
    display: block;
    width: 100%;
  }
  .content_contact-img {
    margin-left: 0;
  }
  .content_contact-info {
    width: inherit;
    padding: 25px 0 30px;
  }
  .content_contact-ttl {
    font-size: .9375rem;
    margin-bottom: 15px;
  }
  .indexCase {
    margin-bottom: 60px;
  }
  .indexCase_inner {
    display: block;
    margin-bottom: 0;
  }
  .indexCase_item {
    width: 100%;
    margin-bottom: 34px;
  }
  .indexCase_ttl {
    font-size: .9375rem;
    margin-bottom: 18px;
  }
  .indexCase_text, .indexCase_more {
    font-size: .75rem;
  }
  .indexNews {
    padding: 60px 0;
  }
  .news dl {
    display: block;
    padding: 10px;
  }
  .news_item-meta {
    width: 100%;
  }
  .news dt {
    font-size: .6875rem;
    margin-right: 10px;
  }
  .news_cat {
    font-size: .6875rem;
    padding: 0 14px;
    height: inherit;
    width: 110px;
  }
  .news_text {
    margin-top: 8px;
    width: 100%;
    font-size: .75rem;
  }
  .news .btn {
    margin-top: 30px;
  }
  .news_sec {
    padding-bottom: 60px;
  }
  .news_list {
    margin: 0;
  }
  .news_select {
    width: 170px;
  }
  .news .btn_more {
    margin-top: 30px;
  }
  .foot_img {
    margin: 0 -4.347vw;
  }
  .subcon_ttl, .subcon_phottl {
    margin-bottom: 60px;
  }
  .subcon_ttl-jp, .subcon_phottl-jp {
    padding: 50px 0 0;
    font-size: 1.5625rem;
  }
  .subcon_ttl-alpha, .subcon_phottl-alpha {
    padding-bottom: 50px;
  }
  .subcon_ttl-alpha img, .subcon_phottl-alpha img {
    height: 10px;
    width: auto;
    vertical-align: inherit;
  }
  .subcon_ttl-alpha2, .subcon_phottl-alpha2 {
    padding-bottom: 50px;
    padding-top: 10px;
  }
  .subcon_ttl-alpha2 img, .subcon_phottl-alpha2 img {
    height: 25px;
    width: auto;
    vertical-align: inherit;
  }
  .subcon_ttl {
    margin-bottom: 50px;
    background: url(../img/common/bg_ttl_sp.png) center center/cover no-repeat;
    /*&-jp {
				padding: 40px 0 0;
				font-size: 1.5625rem;
			}
			&-alpha {
				padding-bottom: 32px;
				img {
					height: 10px;
					width: auto;
					vertical-align: inherit;
				}
			}*/
  }
  .subcon_subttl {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .subcon_text {
    line-height: 2;
    margin-bottom: 25px;
    font-size: .75rem;
  }
  .mission .subcon_phottl {
    background: url(../img/mission/bg_ttl_sp.jpg) center center/cover no-repeat;
  }
  .mission_img01 {
    margin-bottom: 40px;
    border-radius: 10px;
  }
  .mission_sec {
    margin-bottom: 60px;
  }
  .mission_sec .contain {
    display: block;
  }
  .mission_img02 {
    margin-bottom: 20px;
  }
  .mission_info {
    width: 100%;
  }
  .mission_img03 {
    margin: 0 -4.347vw 60px;
  }
  .mission_cycle {
    padding-bottom: 60px;
  }
  .mission_cycle .contain {
    display: block;
  }
  .mission_cycle-info {
    width: 100%;
  }
  .mission_img04 {
    width: calc(480/690*100%);
    margin: 0 auto 40px;
  }
  .solution .subcon_phottl {
    background: url(../img/solution/bg_ttl_sp.jpg) center center/cover no-repeat;
  }
  .solution_sec .contain {
    display: block;
  }
  .solution_sec:nth-of-type(odd) .solution_img {
    margin-left: -4.347vw;
  }
  .solution_sec:nth-of-type(even) .solution_img {
    margin-right: -4.347vw;
  }
  .solution_img {
    margin: 0 -4.347vw 40px;
  }
  .solution_info {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .other .subcon_phottl {
    background: url(../img/other/bg_ttl_sp.jpg) center center/cover no-repeat;
  }
  .other_item {
    width: inherit;
  }
  .other_item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .other_text {
    font-size: .75rem;
    font-weight: 700;
    margin: 0 3%;
    padding-bottom: 0;
  }
  .other .menuSp {
    background: #288e4f;
    color: #fff;
    position: relative;
    padding: calc(15/750*100vw) 0;
    width: 100%;
    z-index: 999;
  }
  .other .menuSp.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .other .menuSp_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .other .menuSp_main {
    padding: 0 calc(28/750*100vw);
    height: calc(80/750*100vw);
    line-height: calc(80/750*100vw);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: .875rem;
    cursor: pointer;
    overflow: hidden;
  }
  .other .menuSp_main:first-of-type {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .other .menuSp_main:nth-of-type(1) .contain:before {
    left: calc(140/750*100vw);
  }
  .other .menuSp_main:nth-of-type(2) .contain:before {
    left: calc(330/750*100vw);
  }
  .other .menuSp_main:nth-of-type(3) .contain:before {
    left: calc(532/750*100vw);
  }
  .other .menuSp_sub {
    display: none;
    position: absolute;
    top: calc(95/750*100vw);
    left: 0;
    right: 0;
    text-align: left;
  }
  .other .menuSp_sub-inner {
    margin-top: calc(15/750*100vw);
    background: #317141;
  }
  .other .menuSp_sub .contain {
    padding: calc(50/750*100vw) calc(20/750*100vw);
    position: relative;
  }
  .other .menuSp_sub .contain:before {
    content: '';
    border-right: 8px solid transparent;
    border-bottom: 8px solid #317141;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    display: block;
    z-index: 1;
  }
  .other .menuSp_sub-list {
    position: relative;
  }
  .other .menuSp_sub dl {
    line-height: initial;
  }
  .other .menuSp_sub dt {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.125rem;
    margin-bottom: calc(40/750*100vw);
  }
  .other .menuSp_sub dd {
    margin-bottom: calc(40/750*100vw);
  }
  .other .menuSp_sub dd a {
    color: #fff;
  }
  .other .menuSp_sub dd a:before {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .4em;
  }
  .other .sec_ttl {
    font-size: 1.25rem;
    padding-bottom: calc(21/750*100vw);
    margin: calc(117/750*100vw) 0 calc(70/750*100vw);
  }
  .other .sec_inner {
    margin: calc(70/750*100vw) 0;
  }
  .other .sec_subttl {
    padding: calc(30/750*100vw) calc(30/750*100vw);
    font-size: .9375rem;
    margin-bottom: calc(50/750*100vw);
  }
  .other .sec_subttl:before {
    top: calc(50% - 9px);
    left: 0;
    width: 7px;
    height: 18px;
  }
  .other .sec_subttl2 {
    margin: calc(45/750*100vw) calc(30/690*100%) calc(40/750*100vw);
    padding-bottom: calc(20/750*100vw);
    font-size: .9375rem;
  }
  .other .sec_main {
    display: block;
    margin: 0 calc(30/690*100%);
  }
  .other .sec_main-img {
    width: calc(400/630*100%);
    margin: 0 auto;
  }
  .other .sec_main-text {
    margin: calc(50/750*100vw) 0;
    width: inherit;
    font-size: .8125rem;
  }
  .other .sec_list {
    margin-left: calc(30/690*100%);
    margin-bottom: calc(-14/750*100vw);
  }
  .other .sec_list-item {
    width: calc(308/660*100%);
    margin-right: calc(14/660*100%);
    margin-bottom: calc(14/750*100vw);
  }
  .other .sec_list-ttl {
    height: calc(128/750*100vw);
    font-size: .75rem;
    padding: calc(22/750*100vw) calc(20/308*100%);
    line-height: 1.333;
  }
  .other .sec_list-text {
    font-size: .6875rem;
    padding: calc(22/750*100vw) calc(20/308*100%);
    line-height: 1.3636;
  }
  .other .sec_list + .sec_attend {
    margin-top: calc(50/750*100vw);
  }
  .other .sec_movie {
    margin-left: calc(30/690*100%);
  }
  .other .sec_movie-item {
    width: calc(308/660*100%);
    margin-right: calc(14/660*100%);
    margin-bottom: calc(14/750*100vw);
  }
  .other .sec_attend {
    font-size: .75rem;
    margin: 0 calc(30/690*100%);
  }
  .other .sec_asterisk {
    font-size: .6875rem;
    margin: 0 calc(30/690*100%);
  }
  .electric .subcon_phottl {
    background: url(../img/electric/bg_ttl_sp.jpg) center center/cover no-repeat;
  }
  .electric_img01 {
    margin-bottom: 23px;
  }
  .electric_sec {
    padding: 60px 0;
  }
  .electric_list {
    display: block;
  }
  .electric_item {
    width: inherit;
  }
  .electric_item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .electric_img {
    margin-bottom: 14px;
  }
  .electric_ttl {
    font-size: 1.125rem;
    margin: 0 0 14px;
  }
  .electric_text {
    font-size: .75rem;
    font-weight: 700;
    margin: 0 3%;
    padding-bottom: 0;
  }
  .electric_point-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: inherit;
  }
  .electric_point-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .electric_point-img, .electric_point-info {
    width: 50%;
  }
  .electric_point-img {
    margin-bottom: 0;
  }
  .electric_point-ttl {
    font-size: .9375rem;
    margin: 0 10px 10px 16px;
    text-align: left;
  }
  .electric_point-text {
    font-size: .6875rem;
    margin: 0 10px 0 16px;
    padding-bottom: 0;
  }
  .electric_movie {
    margin: 0 0 30px;
  }
  .electric_cost-list {
    margin-bottom: 35px;
  }
  .electric_cost-attend {
    font-size: .6875rem;
  }
  .electric_price {
    margin: 0 3%;
    font-size: .6875rem;
  }
  .electric_price .num {
    font-size: 1.0625rem;
  }
  .qa:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .qa_ttl {
    margin: 0 0 0;
    font-size: .9375rem;
    border-bottom: 2px solid #e6e6e6;
    padding: 0 4px 12px;
  }
  .qa_item {
    margin: 0 0;
  }
  .qa_item dt {
    font-size: .75rem;
    padding: 15px 0;
  }
  .qa_item dt:after {
    width: 10px;
    height: 10px;
    right: 3%;
  }
  .qa_item dd {
    font-size: .6875rem;
    padding-bottom: 15px;
  }
  .qa_item dd .qa_item-text {
    margin-top: 4px;
  }
  .qa_item.open dt:after {
    margin-top: 5px;
    transform: rotate(-135deg) translateY(-50%);
  }
  .qa_item .iconQ, .qa_item .iconA {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: .9375rem;
  }
  .qa_item-text {
    width: calc(530/690*100%);
    margin-left: calc(20/690*100%);
    margin-top: 6px;
  }
  .case .subcon_phottl, .casestudy .subcon_phottl {
    background: url(../img/case/bg_ttl_sp.jpg) center center/cover no-repeat;
  }
  .case_sec {
    padding-bottom: 60px;
  }
  .case_list {
    display: block;
  }
  .case_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .case_item:last-of-type {
    margin-bottom: 0;
  }
  .case_ttl {
    font-size: .9375rem;
    margin-bottom: 15px;
  }
  .case_text, .case_more {
    font-size: .75rem;
  }
  .casestudy_key-img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .casestudy_ttl {
    margin: 0 3% 25px;
  }
  .casestudy_signature {
    margin: 0 0 25px;
    font-size: .9375rem;
  }
  .casestudy_effect {
    margin: 0 0 50px;
    width: 100%;
  }
  .casestudy_effect-item {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto auto auto;
    -ms-grid-columns: calc(100% / 2) calc(100% / 2);
    grid-template-columns: calc(100% / 2) calc(100% / 2);
  }
  .casestudy_effect-item dt {
    font-size: .75rem;
    padding: 10px 0 8px;
  }
  .casestudy_effect-item dt:nth-of-type(1) {
    -ms-grid-row: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    border-right: 2px solid #f9f9f9;
    border-radius: 0;
  }
  .casestudy_effect-item dt:nth-of-type(2) {
    -ms-grid-row: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    border-right: none;
  }
  .casestudy_effect-item dt:nth-of-type(3) {
    -ms-grid-row: 3;
    grid-row: 3 / 4;
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    border-right: 2px solid #f9f9f9;
  }
  .casestudy_effect-item dt:nth-of-type(4) {
    -ms-grid-row: 3;
    grid-row: 3 / 4;
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    border-radius: 0;
  }
  .casestudy_effect-item dd {
    font-size: .75rem;
    padding: 13px 0 10px;
    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;
  }
  .casestudy_effect-item dd .num {
    font-size: 1.1875rem;
  }
  .casestudy_effect-item dd:nth-of-type(1) {
    -ms-grid-row: 2;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    grid-column: 1 / 2;
  }
  .casestudy_effect-item dd:nth-of-type(2) {
    -ms-grid-row: 2;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    grid-column: 2 / 3;
  }
  .casestudy_effect-item dd:nth-of-type(3) {
    -ms-grid-row: 4;
    grid-row: 4 / 5;
    -ms-grid-column: 1;
    grid-column: 1 / 2;
  }
  .casestudy_effect-item dd:nth-of-type(4) {
    -ms-grid-row: 4;
    grid-row: 4 / 5;
    -ms-grid-column: 2;
    grid-column: 2 / 3;
  }
  .casestudy_subttl {
    margin: 40px 0 25px;
    font-size: .9375rem;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 12px;
  }
  .casestudy_text {
    margin: 25px 0 35px;
    font-size: .75rem;
  }
  .casestudy_imglist {
    margin: 25px 0 35px;
    display: block;
  }
  .casestudy_imglist-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .casestudy_question {
    margin: 20px 0 20px;
    padding-left: 75px;
    font-size: .75rem;
  }
  .casestudy_question:before {
    width: 60px;
  }
  .casestudy_info {
    display: block;
    margin: 35px 0 20px;
    border: 2px solid #c9caca;
    padding: 10px 10px 20px;
  }
  .casestudy_info-img {
    margin-bottom: 20px;
  }
  .casestudy_info-item {
    width: inherit;
  }
  .casestudy_info-item dt {
    font-size: .9375rem;
    margin-bottom: 30px;
  }
  .casestudy_info-item dt:before {
    bottom: -15px;
    width: 39px;
    height: 2px;
  }
  .casestudy_info-item dd {
    font-size: .6875rem;
  }
  .casestudy_attend {
    text-align: right;
    font-size: .6875rem;
    margin: 0 0 45px;
  }
  .company_img01 {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .company .content_catch {
    margin: 0 0 45px;
  }
  .company_sec {
    padding: 50px 0 60px;
  }
  .company_table {
    margin: 0;
  }
  .company_table th, .company_table td {
    display: block;
    width: 100%;
    font-size: .75rem;
  }
  .company_table th {
    padding: 15px 3% 6px;
  }
  .company_table td {
    padding: 0 3% 15px;
  }
  .company_access iframe {
    height: 175px;
  }
  .detail_meta {
    margin-bottom: 20px;
  }
  .detail_meta-outer {
    display: block;
    margin: 0 0 30px;
    border-bottom: 2px solid #288e4f;
    padding: 0 3%;
  }
  .detail_meta dt {
    font-size: .6875rem;
    margin-right: 10px;
  }
  .detail_meta dd {
    font-size: .6875rem;
    padding: 2px 12px 0;
  }
  .detail_sns {
    margin-bottom: 20px;
  }
  .detail_sns li {
    margin-left: 0;
    margin-right: 5px;
    width: calc(160/690 * 100%);
  }
  .detail_ttl {
    margin: 0 0 20px;
    padding-bottom: 0;
    font-size: 1.25rem;
    border-bottom: none;
  }
  .detail_img {
    margin: 0 0 20px;
  }
  .detail_text {
    font-size: .75rem;
    margin: 20px 0 20px;
  }
  .detail_subttl {
    font-size: .9375rem;
    margin: 30px 0 20px;
    padding-bottom: 10px;
  }
  .detail .btn_back {
    margin-bottom: 60px;
  }
  .contact .content_ttl {
    font-size: 1.25rem;
  }
  .contact_action-inner {
    border: 2px solid #c9caca;
    margin: 0 0 60px;
    padding: 30px 3%;
  }
  .contact_action-text {
    font-size: .9375rem;
  }
  .contact_action-telfax {
    display: block;
  }
  .contact_action-telfax li {
    width: calc(466/651*100%);
    margin: 0 auto;
  }
  .contact_action-telfax li + li {
    margin-left: auto;
    margin-top: 26px;
  }
  .contact_action-attend {
    font-size: .6875rem;
  }
  .contact_sec {
    padding: 60px 0;
  }
  .contact_text {
    font-size: .75rem;
  }
  .contact_attend {
    font-size: .6875rem;
    text-align: left;
    margin: 0 3% 20px;
  }
  .contact_attend li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .contact_notes {
    font-size: .6875rem;
    margin: 20px 3% 30px;
    padding: 10px 15px 10px 15px;
  }
  .contact_notes-inner {
    height: 150px;
  }
  .contact_confirm-sec {
    padding-bottom: 60px;
  }
  .contact_confirm-sec .content_catch {
    text-align: left;
  }
  .form_item {
    display: block;
    padding: 18px 3% 10px;
    margin: 0 0 10px;
  }
  .form_item dt {
    width: inherit;
    padding: 0 0 6px;
  }
  .form_item dd {
    width: inherit;
  }
  .form input, .form select, .form textarea {
    padding: 12px 11px;
  }
  .form textarea {
    height: 143px;
  }
  .form .required {
    font-size: .6875rem;
    padding: 0 7px;
    margin-left: 6px;
  }
  .form_agree {
    margin: 30px 0;
  }
  .form_agree-input:checked + .form_agree-parts:after {
    top: 5px;
    left: calc(50% - 113px);
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .form_agree-parts:before {
    margin-right: 11px;
    width: 25px;
    height: 25px;
  }
  .form_agree-inner {
    font-size: .8125rem;
  }
  #formWrap {
    padding-bottom: 60px;
  }
  #formWrap .btnOuter {
    display: block;
  }
  #formWrap .btnOuter input {
    margin: 10px 0;
    font-size: .8125rem;
    padding: 0;
  }
  #formWrap table.formTable {
    width: 100%;
    margin: 20px auto;
  }
  #formWrap table.formTable th, #formWrap table.formTable td {
    width: auto;
    display: block;
  }
  #formWrap table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  #formWrap input[type="submit"], #formWrap input[type="reset"], #formWrap input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
  .custom-select-trigger {
    width: 170px;
    padding: 8px 12px;
    font-size: .6875rem;
  }
  .custom-select-trigger:after {
    right: 12px;
  }
  .custom-ooptions {
    margin: 3px 0;
    padding: 8px 0;
  }
  .custom-option {
    padding: 0 12px;
    font-size: .6875rem;
    line-height: 25px;
  }
  .footer .contain {
    display: block;
    padding: 60px 0 50px;
  }
  .footer_logo {
    margin-bottom: 30px;
    text-align: center;
    font-size: .75rem;
  }
  .footer_logo img {
    width: calc(440/750*100%);
    margin: 0 auto;
  }
  .footer_copy {
    font-size: .625rem;
    margin-top: 30px;
    text-align: center;
  }
  .footer_right {
    display: block;
  }
  .footer_right ul {
    margin-right: 0;
    text-align: center;
    font-size: .75rem;
  }
  .footer_right ul + ul {
    margin-right: 0;
  }
  #pageTopBtn {
    /*position: absolute;
		top: 70px;*/
    bottom: 3%;
    right: 3%;
  }
  #pageTopBtn img {
    width: 18px;
  }
}

@media screen and (max-width: 639px) {
  /* 639px以下用（タブレット／スマートフォン用）の記述 */
}

@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */
}

.indexSns{

}

.indexSns .content_ttl{
  margin-top: 40px;
  margin-bottom: 0px;
}

.sns{
  width: 700px;
  margin: 0 auto;
  display: flex;
}

.sns .btn{
  margin: 40px auto;
}

.sns_footer{
  margin: 0 0 24px 0;
  display: flex;
}

.sns_footer p{
  width: 32px;
  margin-right: 15px;
}

.sns_text{
  width: auto !important;
}

.sns_header{
  margin: 0 0px 24px 20px;
  display: flex;
  /*padding: 30px 0 0 0;*/
}

.sns_header p{
  width: 32px;
  margin-right: 15px;
}

.sns_header::after{
  content: '';
  width:60px;
}


@media screen and (max-width: 768px) {
  /* 479px以下用（スマートフォン用）の記述 */
  .sns{
    width: auto;
    margin: 0 auto;
    display: block;
    width: auto;
  }
  .indexSns .content_ttl{
    font-size: 22px;
  }

  .sns_footer{
    width:fit-content;
    text-align: center;
    margin: 0 auto;
    display: flex;
  }

  .sns_footer p{
    width: 32px;
    margin-right: 10px;
    margin-left: 15px;
  }
  .footer_logo{
    margin-bottom: 20px;
  }
  .sns_header{
    margin: -5px 0 0 0;
    padding: 0 30px 0 0 ;
  }
  .sns_header p{
    width: 32px;
    margin-right: 0px;
    margin-left: 10px;
  }

.header .logo{

  padding: 5px 0 0 0;

}

}
