@charset "utf-8";
/* リンク設定 */
#mainavcolor li a {
  text-decoration: none;
  color: #333;
}
#mainavcolor li a:hover, a:active {
  text-decoration: none;
  color: #333;
}
a:link, a:visited {
  text-decoration: underline;
  color: #36C;
}
a:hover, a:active {
  text-decoration: none;
  color: #d40521;
}
#globalfooter a:link, #globalfooter a:visited {
  color: #d40521;
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 1;
}
a:hover img {
  opacity: 0.8;
}
/* 共通 */
html {
  font-size: 14px;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #414141;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 680px) {
  body {
    font-size: 14px;
  }
}
.bgmain {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: url("../img/bg-main.png") no-repeat center;
  background-size: cover;
}
.min {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 400;
}
.big {
  font-size: 2rem;
}
.big_semi {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 3px;
}
.bold {
  font-weight: 700;
}
.inner {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#globalfooter, .section {
  min-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.subpage #globalfooter {
  background: #fff;
}
.contents {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 0;
}
.section_green {
  background: #edf5f3;
  color: #2c4842;
}
@media screen and (max-width: 1350px) {
  .inner, #globalfooter, .section {
    min-width: 0;
    width: 100%;
  }
      .contents {
          padding-left: 4%;
          padding-right: 4%;
          box-sizing: border-box;
  }
  .contents .inner {
    padding: 0 2%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 680px) {
  .big_semi {
    font-size: 16px;
  }
}
/*===============================
ヘッダー
===============================*/
#globalheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: all 0.6s;
}
#globalheader + * {
  padding-top: 95px;
}
#globalheader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
}
#globalheader .h-des {
  padding: 5px 10px;
  font-size: 10px;
  font-weight: normal;
  color: #666;
  border-bottom: 1px solid #ededed;
  letter-spacing: 1px;
  transition: all 0.6s;
}
#globalheader.fixed .h-des {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}
#globalheader .inwrap {
  padding: 10px 0 0!important;
  flex-flow: nowrap;
  transition: all 0.6s;
    align-items: flex-end;
}
#globalheader.fixed .inwrap {
  padding: 0;
}
#globalheader h1 a {
  display: block;
  text-indent: -200em;
  overflow: hidden;
  width: 400px;
  height: 80px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
}
#globalheader nav {
  margin-left: auto;
}
.section_nav {
  z-index: 100;
  font-size: 1.1rem;
}
/*.section_nav.is_stuck {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}*/
.section_nav .inner.flex {
  justify-content: space-between;
  text-align: center;
    width: 100%;
    max-width: 1200px;
}
.section_nav .inner.flex li {
  flex: 1 1 auto;
}
.section_nav .inner.flex li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[class*="wcselect"] .section_nav .inner.flex {
  display: flex;
}
body[class*="wcselect"] .section_nav .inner.flex > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1601px) {
    .section.section_nav {
        min-width: 1200px;
}
}
@media screen and (min-width: 1001px) {
    .section.section_nav {
        position: relative!important;
    top: auto!important;
    bottom: auto!important;
    right: auto;
}
}
@media screen and (max-width: 1350px) {
  #globalheader nav {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1800px) and (min-width: 1001px) {
    #globalheader h1 a {
    width: 320px;
}
        #globalheader nav {
        width: calc(100% - 320px);
    }
}
@media screen and (max-width: 1000px) {
    #globalheader {
    padding-top: 20px;
  }
  #globalheader + * {
    padding-top: 160px;
  }
  #globalheader .h-des {
    display: none;
  }
    
    #globalheader h1 a {
        margin: 0 auto;
}
  #globalheader .inwrap {
    padding: 0!important;
      display: block;
  }
    
  .section_nav {
    font-size: 14px;
      position: relative;
  }
    
        #globalheader nav {
        width: 100%;
    }
    

}
.li_txt {
    padding: 25px 20px;
    position: relative;
  }
@media screen and (min-width: 641px) {
.has_dropdown:before,
.has_dropdown:after {
    background-color: #333;
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
        bottom: 0;
    z-index: auto;
    transition: all 0.3s;
}
.has_dropdown:after {
    transform: rotate(90deg);
}
.has_dropdown:hover:after {
transform: rotate(0deg);
}
}
.section_nav .inner.flex li a {
    padding: 25px 0;
    transition: all 0.3s;
    position: relative;
  }
#mainavcolor li .li_txt a {
    padding: 0;
}
@media screen and (min-width: 681px) {

    .li_txt:before, .li_txt:after,
  .section_nav .inner.flex > li > a:before, .section_nav .inner.flex > li > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #00A33E;
    z-index: 1;
    transition: all 0.3s;
  }
    .li_txt:after,
  .section_nav .inner.flex > li > a:after {
    z-index: 2;
    background: #005bac;
  }
    .li_txt:hover:after,
  .section_nav .inner.flex > li:hover > a:after {
    width: 0;
  }
  .section.section_nav ul.dropdown {
    max-height: none;
    height: auto;
    width: 100%;
      
  }
  .section.section_nav ul.dropdown li a {
    padding: 10px;
  }
  .section.section_nav ul.dropdown li a:hover {
    opacity: 0.8;
  }
  .section.section_nav ul.dropdown li + li a {
    border-top-style: dashed;
  }
}
@media screen and (max-width: 800px) {
        #globalheader {
        padding-top: 25px;
    }
  #globalheader + * {
    padding-top: 132px;
  }
    #mainavcolor li .li_txt,
    .section_nav .inner.flex li a {
    padding: 20px 0 15px;
}
}
@media screen and (max-width: 640px) {
    
    #globalheader .inwrap {
    padding:0 !important;
}
      #globalheader + * {
    padding-top: 90px;
  }
}
/*===============================
メインビジュアル
===============================*/
.wrapimg {
  width: 100%;
 
  position: relative;
  padding-bottom: 74px;
 
 
 /*
  background: 
  linear-gradient(135deg, black 25%, transparent 25%) -50px 0,
  linear-gradient(225deg, black 25%, transparent 25%) -50px 0,
  linear-gradient(315deg, black 25%, transparent 25%),
  linear-gradient(45deg, black 25%, transparent 25%);	

	
*/

  background-size: 2em 2em;
  background-color: #6F92CC;
    
}
.section_slide {
  width: 95% !important;
  margin-left: auto !important;
  overflow: hidden;
  height: 650px;
  padding-top: 0;
  padding-bottom: 0;
  background: url(../img/loading.gif) center center no-repeat;
}
.loaded.section_slide {
  background: none;
}
.section_slide .sp-slide {
  opacity: 0;
  transition: 0.4s opacity;
}
.loaded.section_slide .sp-slide {
  opacity: 0.3;
}
.loaded.section_slide .sp-selected {
  opacity: 1;
}
.catchcopy {
  position: absolute;
  top: 60px;
  bottom: 68%;
  left: 20px;
  font-size: 28px;
  z-index: 2;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.infinite-slide img {
  border-radius: 0;
  margin: 0 10px;
}
@media screen and (max-width: 1000px) {
  #luxy {
    overflow: hidden;
  }
  .wrapimg {
    padding-bottom: 20px;
  }
  .catchcopy {
    letter-spacing: 4px;
    font-size: 30px;
    left: 2%;
  }
  .section_slide {
    height: 500px;
  }
}
@media screen and (max-width: 800px) {
  .catchcopy {
    padding: 5px;
    font-size: 12px;
    bottom: calc(50% - 20px);
  }
  .catchcopy img {
    width: 60%;
  }
}
.top_intro {
  margin-bottom: 80px;
}
.top_intro img {
  border-radius: 0;
}
.top_intro .just3 {
  position: relative;
  transition: all .3s;
  margin-bottom: 40px;
}
.top_intro .just_item {
  overflow: hidden;
}
.top_intro .just3 img {
  transition: all .5s ease;
}
.top_intro .just3:hover img {
  transform: scale(1.1);
}
.top_intro .just3:hover {
  opacity: 0.8;
}
.top_intro h3 a::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.top_intro h3 {
  text-align: center;
  font-size: 22px;
}
.top_intro h3 a {
  color: #333;
  text-decoration: none;
}
.top_intro h3 a:hover {
  opacity: 1;
  color: inherit;
}
.top_intro .sub {
  text-align: center;
  color: #226db1;
  font-size: 14px;
  margin-bottom: 15px;
}
.top_intro .border-link {
  border: 1px solid #666;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
  width: 80%;
  margin: 20px auto 0;
}
.top_intro .border-link a {
  text-decoration: none;
  color: #333;
  padding: 10px;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
}
.top_intro2 .just3 {
  flex: 1 1 auto;
  position: relative;
}
.top_intro2 .just3 img {
  border-radius: 0;
}
.top_intro2 .just3 img {
  transition: all .5s ease;
}
.top_intro2 .just3:hover img {
  transform: scale(1.1);
}
.top_intro2 .just3:hover .just_item:last-child {
  background-color: rgba(0, 0, 0, .6);
}
.top_intro2 .just3 .just_item {
  overflow: hidden;
}
.top_intro2 .just3 .just_item:last-child {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 0;
  top: 0;
  transition: all .5s ease;
  background-color: rgba(0, 0, 0, .4);
  left: 0;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.top_intro2 .just3 h3, .top_intro2 .just3 p {
  width: 100%;
}
.top_intro2 .just3 h3, .top_intro2 .just3 h3 a {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 20px;
}
.top_intro2 .just3 h3 a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.top_intro2 .just3 p {
  color: #ffffff;
}
body[class*="wcedit"] .top_intro h3 a::after, body[class*="wcedit"] .top_intro2 .just3 h3 a::after {
  display: none !important;
}
body[class*="wcedit"] .top_intro2 .just_item:last-child {
  pointer-events: none;
}
body[class*="wcedit"] .top_intro2 .just_item:last-child * {
  pointer-events: all;
}
/*===============================
歴史
===============================*/
.section_sky {
  color: #666;
  ;
  background: url(../img/bg_sky.jpg) no-repeat center;
  background-size: cover;
  background-position: 50%;
  position: relative;
  height: 400px;
}
/*
.section_sky::after {
    content: '';
    background-color: rgb(70 89 229 / 50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

*/
.section_sky .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .section_sky {
    padding: 60px 5%;
    height: auto;
  }
  .section_sky .abouttit {
    margin-top: 0;
  }
}
/*===============================
事業紹介＆工場紹介
===============================*/
.wrap2div {
  padding: 180px 0;
  position: relative;
}
.wrap2div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: none;
  border-bottom: 12vw solid;
  border-top: 12vw solid;
  border-left: 14vw solid;
  border-right: 14vw solid;
  border-color: #352c13;
  box-sizing: border-box;
}
.trapezoid {
  margin: 0 auto;
  padding: 0;
}
.trapezoid + .trapezoid {
  margin-top: 90px;
}
.trapezoid .inwrap {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  padding-bottom: 50px;
  max-width: 94%;
  margin-right: auto;
}
.trapezoid-l .inwrap {
  margin-left: auto;
  margin-right: 0;
}
.trapezoid .inwrap:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 200px);
  height: calc(100% - 50px);
  background: rgba(255, 255, 255, 0.9);
  z-index: 0;
  bottom: 0;
  right: 0;
}
.trapezoid-l .inwrap:before {
  right: auto;
  left: 0;
}
.trapezoid.trapezoid-l .inwrap {
  flex-flow: row-reverse;
}
.trapezoid .imgbox, .trapezoid .textbox {
  display: inline-block;
  width: 50%;
  position: relative;
  box-sizing: border-box;
}
.trapezoid .imgbox {
  width: 45%;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}
.trapezoid iframe {
  max-width: 100%;
}
.trapezoid-l .imgbox {
  padding: 0 0 10px 10px;
}
.trapezoid .imgbox:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  /* background: #6593d7; */
  z-index: -1;
}
.trapezoid-l .imgbox:before {
  left: 0;
  right: auto;
}
.trapezoid .textbox {
  width: 55%;
  padding: 0 2%;
  margin-top: 20px;
}
.trapezoid .textbox p {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 24px;
}
.trapezoid .textbox .detaillink {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .wrap2div {
    padding: 90px 2%;
    box-sizing: border-box;
  }
  .wrap2div:before {
    display: none;
  }
  .trapezoid + .trapezoid {
    margin-top: 40px;
  }
  .trapezoid.trapezoid .inwrap {
    background: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    box-sizing: border-box;
    padding: 30px 5%;
    flex-flow: row-reverse;
  }
  .trapezoid .imgbox, .trapezoid .textbox {
    width: 100%;
    margin: auto;
  }
  .trapezoid .imgbox, .trapezoid-l .imgbox {
    padding: 0;
  }
  .trapezoid .inwrap:before, .trapezoid .imgbox:before {
    display: none;
  }
  .trapezoid .textbox .detaillink {
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .wrap2div {
    padding: 30px 2%;
  }
  .title_su {
    margin: 20px auto;
  }
  .trapezoid.trapezoid .inwrap {
    flex-flow: row wrap;
  }
  .trapezoid .textbox p {}
}
/*===============================
採用情報
===============================*/
.section_rec {
  background: url(../img/bg_kanpo.jpg) no-repeat center right, linear-gradient(to right, #fff 0%, #fff 50%, #e1e1df 50%, #e1e1df 100%);
  background-size: auto 100%;
  padding-top: 40px;
}
.section_rec > .inner {
  padding-right: 200px;
}
.section_rec .text p {
  font-size: 20px;
  letter-spacing: 1px;
}
.section_rec .photo .pict {
  width: auto;
  float: left;
  margin-right: 20px;
}
.section_rec .pict img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 1350px) {
  .section_rec > .inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 5%;
    box-sizing: border-box;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .section_rec {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 680px) {
  .section_rec {
    padding: 30px 10px;
  }
  .section_rec > .inner {
    padding: 30px 5%;
  }
  .section_rec .text p {
    font-size: 14px;
  }
  .section_rec .photo .pict {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .section_rec .title_su {
    margin-top: auto;
  }
  .section_rec .pict img {
    width: 100%;
    ;
    max-width: 100%;
  }
}
/*===============================
フッター
===============================*/
#globalfooter {
  padding-top: 30px;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}
#globalfooter .module {
  margin-bottom: 0;
}
#globalfooter .module + .module {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#globalfooter .module_news {
  justify-content: space-between;
  padding: 0 20px;
}
#globalfooter .module_news .module p {
  text-align: right;
}
#globalfooter a:link, #globalfooter a:visited {
  color: #333;
}
#globalfooter a:hover {
  color: #0050ea;
  text-decoration: underline;
}
.footerlink {
  justify-content: center;
}
.footerlink li {
  white-space: nowrap;
  margin: 0 20px;
  text-align: center;
}
.footerlink li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.footerlink li a:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6593d7;
  border-right: 2px solid #6593d7;
  transform: rotate(45deg) translate(0, -2px);
  position: absolute;
  left: 0;
  top: 7px;
}
#globalfooter .ggmap {
  width: 100%;
  margin: 30px auto;
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
#globalfooter .ggmap iframe {
  width: 100%;
  max-width: 900px;
  max-height: 250px;
}
#copy {
  background: #005bac;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 700;
}
#globalfooter #copy a {
  color: #fff;
  text-decoration: none;
}
#globalfooter #copy a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  #globalfooter {
    background: #fff;
  }
  .footerlink {
    justify-content: flex-start;
  }
  #globalfooter .module_news {
    justify-content: center;
  }
  #globalfooter .module_news .title, #globalfooter .module_news .module {
    text-align: center;
    width: 100%;
  }
  #globalfooter .module_news .title h3 img {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  #globalfooter .module_news .module p {
    text-align: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  .footerlink li a {
    font-size: 12px;
  }
  #copy {
    font-size: 10px;
    font-weight: 500;
  }
}
/*===============================
汎用
===============================*/
h3.plaintitle span.primary {
  letter-spacing: 0.5rem;
  color: #329580;
  font-size: 1.4rem;
  margin-right: 20px;
}
h3.plaintitle span.secondary {
  font-family: 'Century Gothic', Futura, sans-seirf;
  color: #7dc5b3;
}
.detaillink a {
  background: #005BAC!important;
  color: #fff !important;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none !important;
}
.detaillink2 a {
  background: #22993f;
  color: #fff !important;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none !important;
}
.detaillink a:hover {
  background: #099;
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s 0.2s;
}
.fadein.inview {
  opacity: 1;
  transform: translateY(0);
}
.to-lr {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s;
}
.to-rl {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s;
}
.to-lr.scrollin, .to-rl.scrollin {
  opacity: 1;
  transform: translate(0);
}
.bg {
  display: none;
}
.section_pagetitle h2 {
  font-size: 2.5rem;
  letter-spacing: 1rem;
  color: #FFF;
  padding-top: 40px;
  text-shadow: #000 0 0 5px, #000 0 0 5px;
}
.section_pagetitle {
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 30px 2%;
  position: relative;
  height: 200px;
}
.section_pagetitle:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.title_h3_01 h3.plaintitle:after {
  content: '';
  display: block;
  height: 1px;
  width: 40px;
  margin: 20px auto 20px;
  background: #222;
}
.borderbox1 {
  border: 1px solid #ddd;
  background: #fff;
}
.section_sublink {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #EDF5F3;
}
.section_sublink a:link, .section_sublink a:visited {
  color: #333;
  padding-right: 20px;
  padding-left: 20px;
}
.section_sublink a:hover {
  text-decoration: underline;
  color: #0050ea;
}
.section_sublink ul {
  justify-content: center;
}
.section_pt {
  position: fixed;
  left: 0;
  bottom: 77px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  height: 0px;
}
.section_pt .inner {
  margin-left: auto;
  margin-right: 0;
  padding-right: 20px;
}
.section_pt a {
  opacity: 0;
  float: right;
  width: 40px;
  height: 40px;
  background: #bbb;
  text-indent: -200em;
  overflow: hidden;
  display: block;
  position: relative;
}
.section_pt a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.scrolled.section_pt a {
  opacity: 1;
}
.module_semi {
  margin-right: 100px;
  margin-left: 100px;
}
/*


textarea, input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
}
span.require {
  color: #f66;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 700;
}



input.w_semi {
  width: 50%;
}
input.add_number {
    max-width: 100px;
}
input.add_number.add_number1st {
    max-width: 80px;
    margin-right: 5px;
}
input.add_number.add_number2nd {
    margin-left: 5px;
}
textarea {
  height: 200px;
}
ul.formlist li + li {
  margin-top: 10px;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: middle;
}
button, input[type="submit"], input[type="button"] {
  background: #6593d7;
  color: #fff;
  border: none;
  padding: 15px 40px;
  transition: 0.4s
}
input[type="button"].btn_back {
  background: #999;
}

*/
button:hover, input[type="submit"]:hover, input[type="button"]:hover {
  opacity: 0.7
}
.sitemap_item + .sitemap_item {
  margin-top: 10px;
}
.sitemap_item.lv1 {
  font-size: 1.2rem;
}
.footerlink a[target="_blank"] {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20aria-hidden%3D%22true%22%20data-prefix%3D%22far%22%20data-icon%3D%22window-restore%22%20class%3D%22svg-inline--fa%20fa-window-restore%20fa-w-16%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cdefs%3E%3Cstyle%3E.icon_window%20%7B%20fill%3A%20%23777777%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22icon_window%22%20d%3D%22M464%200H144c-26.5%200-48%2021.5-48%2048v48H48c-26.5%200-48%2021.5-48%2048v320c0%2026.5%2021.5%2048%2048%2048h320c26.5%200%2048-21.5%2048-48v-48h48c26.5%200%2048-21.5%2048-48V48c0-26.5-21.5-48-48-48zm-96%20464H48V256h320v208zm96-96h-48V144c0-26.5-21.5-48-48-48H144V48h320v320z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-position: right center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.footerlink a[target="_blank"]:hover {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20aria-hidden%3D%22true%22%20data-prefix%3D%22far%22%20data-icon%3D%22window-restore%22%20class%3D%22svg-inline--fa%20fa-window-restore%20fa-w-16%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cdefs%3E%3Cstyle%3E.icon_window%20%7B%20fill%3A%20%23aaaaaa%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22icon_window%22%20d%3D%22M464%200H144c-26.5%200-48%2021.5-48%2048v48H48c-26.5%200-48%2021.5-48%2048v320c0%2026.5%2021.5%2048%2048%2048h320c26.5%200%2048-21.5%2048-48v-48h48c26.5%200%2048-21.5%2048-48V48c0-26.5-21.5-48-48-48zm-96%20464H48V256h320v208zm96-96h-48V144c0-26.5-21.5-48-48-48H144V48h320v320z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}
.sponly {
  display: none;
}
body > img {
  position: absolute;
  left: -50px;
  top: -50px;
}
@media screen and (min-width: 801px) {
  .module.ggmap iframe {
    max-height: 350px;
    width: 100%;
  }
}
@media screen and (min-width:1px) and (max-width:800px) {
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  #globalfooter > .inner, .section {
    padding-left: 10px;
    padding-right: 10px;
  }
    .section.section_nav {
        padding: 0;
    }
  .section_slide {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
  }
  .section_pagetitle {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .photo .pict {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .pict img {
    width: 100%;
    height: auto;
  }
  .section_sublink {
    padding: 10px;
  }
  .section_sublink ul {
    justify-content: flex-start;
  }
  .section_sublink li {
    font-size: 12px;
  }
  .photo .pict, .item_news dt, #globalfooter, .section, #globalheader, .inner {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .section_pagetitle .inner {
    text-align: center;
  }
  .section_pagetitle .inner h2 {
    text-shadow: none;
    font-size: 24px;
  }
  #globalheader h1 a {
    width: 300px;
    height: 51px;
    background-size: contain;
  }

  #globalnav_sp {
    position: fixed;
    right: -200px;
    top: 0;
    width: 200px;
    height: 100%;
    background: #fff;
    z-index: 100;
    transition: 0.4s right;
      z-index: 999;
  }
  #globalnav_sp.open {
    right: 0;
  }
  #globalnav_sp.open:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.1);
  }
  .globalnav_sp {
    display: block;
    z-index: 1;
    position: relative;
    background: #fff;
  }
  .globalnav_sp li {
    border-bottom: 1px solid #ddd;
  }
  .globalnav_sp li a {
    display: block;
    padding: 15px 20px;
  }
    
   .globalnav_sp .li_txt {
     display: block;
    padding: 15px 20px!important;
    }
    .globalnav_sp .li_txt:before,
    .globalnav_sp .li_txt:after {
    background-color: #333;
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
        bottom: 0;
    z-index: auto;
    transition: all 0.3s;
}
    .globalnav_sp .li_txt:after {
    transform: rotate(90deg);
}
    
    .globalnav_sp .li_txt.active:after {
transform: rotate(0deg);
}
    
  .globalnav_sp li a br {
    display: none;
  }
  .subnav_sp {
    padding: 20px;
  }
  .subnav_sp li + li {
    margin-top: 10px;
  }
  #glonalnav_sp_btn a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    width: 40px;
    height: 40px;
    background: #fff;
    top: 15px;
    left: -40px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
    border-right: none;
  }
  #glonalnav_sp_btn a span {
    height: 2px;
    background: #967615;
    width: 100%;
  }
  .open #glonalnav_sp_btn a span:nth-child(1) {
    transform: rotate(45deg);
    top: 18px;
    position: absolute;
    width: 50%;
  }
  .open #glonalnav_sp_btn a span:nth-child(2) {
    display: none;
  }
  .open #glonalnav_sp_btn a span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    position: absolute;
    width: 50%;
  }
  .section_slide {
    height: auto;
  }
  .module_news {
    display: block;
  }
  .title_h3 {
    text-align: center;
  }
  .title_h3 h3.plaintitle span.primary, .title_h3 h3.plaintitle span.secondary {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: normal;
  }
  .item_news dl {
    display: block;
  }
  .title h2 {
    letter-spacing: normal;
    font-size: 18px;
  }
  .just2, .just3 {
    width: 100%;
  }
  .just5, .just4 {
    margin: 20px;
    width: calc(90% - 10px);
    padding: 5px;
  }
  .detaillink a {
    margin-top: -20px;
    display: block;
    text-align: center;
  }
  .section_pagetitle h2 {
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 20px;
    letter-spacing: normal;
    color: #FFF;
  }
  dl.list.flex {
    display: block;
  }
  dl.list.flex > * {
    width: 100%;
  }
  .table_wrap {
    width: 100%;
    overflow: auto;
  }
  .table_attention {
    margin-top: -50px;
    margin-bottom: 50px;
  }
  .section_pt a {
    margin-right: 0;
  }
  .module_semi {
    margin-right: 0;
    margin-left: 0;
  }
  .sitemap_item.lv2 {
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
  }
  .iframe_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .module_news .title {
    margin-right: 0;
  }
  .title_h3 h3.plaintitle .primary {
    font-size: 1.5rem;
  }
  .module_bnr .just3 {
    width: calc(50% - 10px);
  }
  .top_intro {
    padding: 0 3%;
  }
  .top_intro2 .just3 {
    margin-bottom: 0;
  }
  .top_intro2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
      .section_nav {
    display: none;
  }
      #globalheader {
    padding-top: 30px;
    padding-bottom: 10px;
  }
    #globalheader h1 a {
        margin: 0;
    }

}
/**/
.module_gallery .sp-slide, .module_slide .sp-slide {
  opacity: 0.6;
}
.module_gallery .sp-selected, .module_slide .sp-selected {
  opacity: 1;
}
.sp-button {
  border: none;
  background: #ddd;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-left: 10px;
}
.sp-button.sp-selected-button {
  background: #999;
}
.module_gallery .gallery_l {
  margin-top: 20px;
}
ul.footerlink span.secondary, .section_nav li span.secondary {
  display: none;
}
.title_h3 {
  margin-top: 90px;
}
.contents .inner > .title_h3:first-child {
  margin-top: 0;
}
.title_h3 h3.plaintitle .primary {
  font-size: 2rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
.title_h3 h3.plaintitle .secondary {
  font-size: 1rem;
  letter-spacing: normal;
}
.title_h3_01 h3.plaintitle .primary {
  letter-spacing: 0.75rem;
  text-indent: 0.75rem;
}
.title_h3_01 h3.plaintitle .primary, .title_h3_01 h3.plaintitle .secondary {
  display: block;
  text-align: center;
  margin: 0;
}
.title_h3_02 {
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
}
.title_h4 h4.plaintitle .primary {
  font-size: 1.5rem;
  margin-right: 20px;
  letter-spacing: 4px;
}
.title_h4 h4.plaintitle .secondary {
  font-size: 0.9rem;
  font-weight: normal;
}
.title_h4_01 {
  border: 1px solid #eee;
  background: #fff;
  padding: 10px 20px;
  border-left: 4px solid #ddd;
}
.title_h4_02 {
  padding-left: 30px;
  position: relative;
}
.title_h4_02:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 4px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.title_h5 h5.plaintitle {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 3px;
}
.title_h5_01 h5.plaintitle {
  color: #fff;
  background: #005BAC;
  padding: 8px 20px;
}
.title_h5_02 h5.plaintitle {
  border-left: 4px solid #ddd;
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  .pcnomi {
    display: none;
  }
  .spnomi img {
    width: 100%;
  }
}
@media screen and (min-width:1000px) {
  .spnomi {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .title_h4_01 {
    padding: 10px;
  }
  .title_h4_02 {
    padding-left: 25px;
  }
  .title_h5_01 h5.plaintitle {
    padding: 8px 10px;
  }
  .title_h5_02 h5.plaintitle {
    padding-left: 10px;
  }
  .title_h3 h3.plaintitle .primary {
    font-size: 22px;
  }
  .title_h4 h4.plaintitle .primary {
    font-size: 16px;
  }
  .title_h5 h5.plaintitle {
    font-size: 16px;
  }
  .title_h3 h3.plaintitle .secondary, .title_h4 h4.plaintitle .secondary {
    font-size: 11px;
  }
}
.item_qa + .item_qa {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #999;
}
.item_qa dt {
  font-weight: bold;
}
.item_qa dt, .item_qa dd {
  padding-left: 50px;
  position: relative;
}
.item_qa dd {
  margin-top: 20px;
}
.item_qa dt:before, .item_qa dd:before {
  content: 'Q';
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  background: #e85353;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.item_qa dd:before {
  content: 'A';
  background: #2c72ca;
}
.table1 td:first-child, .table1 th:first-child {
  min-width: 150px;
}
.table1 td:last-child, .table1 th:last-child {
  min-width: 300px;
}
.table2 th, .table2 td {
  min-width: 300px
}
.table2 th:nth-child(1), .table2 th:nth-child(3), .table2 td:nth-child(1), .table2 td:nth-child(3) {
  min-width: 150px
}
.table3 td, .table3 th, .table3 td[colspan="3"] {
  width: 25%;
  min-width: 280px;
}
.table3 th:nth-child(1), .table3 th:nth-child(3), .table3 td:nth-child(1), .table3 td:nth-child(3) {
  width: 25%;
  min-width: 150px;
}
.table3 td[colspan="3"] {
  width: auto;
  min-width: 300px;
}
.table4 th, .table4 td {
  width: 14.28%;
  text-align: center;
  min-width: 100px;
}
.table4 th[colspan="7"], .table4 td[colspan="7"] {
  width: auto;
}
.module_space {
  height: 60px;
}
/*===========================================================================================*/
body[class*="wc"] {
  height: auto !important;
}
body[class*="wc"] .bgmain {
  display: none;
}
body[class*="wc"] #globalheader {
  position: relative !important;
}
body[class*="wcselect"] .section_nav .inner.flex li a {
  padding: 15px;
}
body[class*="wc"] #globalheader + * {
  padding-top: 0;
}
body[class*="wc"] #luxy {
  position: relative !important;
  transform: none !important;
  width: auto !important;
}
body[class*="wc"] .catchcopy {
  position: relative !important;
  bottom: auto !important;
  margin: 20px auto;
}
body[class*="wc"] .section_slide {
  background: #ededed;
}
body[class*="wc"] .section_slide .sp-slides {
  height: 600px;
  overflow-y: scroll;
  width: 1000px;
  margin: 0 auto;
}
body[class*="wc"] .section_slide .sp-slide {
  position: static;
}
body[class*="wc"] .section_slide .sp-slide img {
  max-width: 900px;
  height: auto;
}
body[class*="wc"] .section_slide .sp-slide, body[class*="wc"] .fadein {
  opacity: 1;
  transform: none;
}
body[class*="wc"] .section_slide {
  height: auto;
  text-align: center;
}
body[class*="wc"] .wrap2div:before {
  display: none;
}
body[class*="wc"] [class*="detaillink"] .wgt a {
  background: #0ff !important;
}
body[class*="wc"] .bg {
  text-align: center;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
body[class*="wc"] .sp-slide {
  position: static;
  opacity: 1;
  display: inline-block;
}
body[class*="wc"] .section_pagetitle {
  background: #666 !important;
  padding: 0;
  padding-top: 20px;
  text-align: center;
}
body[class*="wc"] .section_pagetitle:before {
  display: none !important;
}
body[class*="wc"] .section_pagetitle .inner {
  margin: 0 auto;
  text-align: center;
}
body[class*="wc"] .section_pagetitle h2 {
  text-shadow: none;
}
body[class*="wc"] .infinite-slide {
  height: 400px;
  overflow: auto;
}
body[class*="wc"] .to-lr, body[class*="wc"] .to-rl, body[class*="wc"] .fadein {
  opacity: 1 !important;
  transform: translate(0) !important;
}
body[class*="wcselect"] .module.flex.flex_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
body[class*="wcselect"] .module.flex.flex_wrap > div {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
body[class*="wcselect"] .just2 {
  width: calc(50% - 15px);
}
body[class*="wcselect"] .just3 {
  width: calc(33% - 15px);
}
body[class*="wcselect"] .just4 {
  width: calc(25% - 10px);
}
body[class*="wcarea"] .just2, body[class*="wcarea"] .just3, body[class*="wcarea"] .just4, body[class*="wcarea"] .just5 {
  display: inline-block;
}
body[class*="wcarea"] .just4 {
  width: calc(25% - 20px);
}
body[class*="wcarea"] .just5 {
  width: calc(20% - 20px);
}
.wc_addYoutube_span {
  padding: 24px;
}
.wc_addYoutube_span:before {
  content: " ";
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 250px;
  background: url(../img/fix/youtube.png) no-repeat center;
}
.wc_addGoogleMap_span {
  padding: 24px;
}
.wc_addGoogleMap_span:before {
  content: " ";
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 250px;
  background: url(../img/fix/googlemap.png) no-repeat top left;
}
.wc_facebook_span {
  padding: 24px;
}
.wc_facebook_span:before {
  content: " ";
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 250px;
  background: url(../img/fix/facebook.png) no-repeat top left;
}
.wc_addGoogleMap_span {
  margin: 0 auto;
}
.wc_addGoogleMap_span_border {
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.abouttxt {
  margin: 0;
  padding: .2em;
  color: #666;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  background: rgb(255 255 255 / 86%);
}
.abouttit {
  margin: 0;
  padding: .2em;
  color: #666;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .abouttxt {
    font-size: 12px;
  }
  .abouttit {
    font-size: 14px;
  }
}
.catchcopy1 {
  margin-bottom: 10px;
  font-size: 24px !important;
  line-height: 160%;
  font-family: 'Kosugi Maru', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-feature-settings: "palt"1;
  font-kerning: auto;
  color: #515e7e;
}
.syomei {
  text-align: right;
  font-family: 'Kosugi Maru', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 28px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .catchcopy1 {
    margin-bottom: 10px;
    font-size: 20px !important;
    line-height: 100%;
    font-family: 'Kosugi Maru', sans-serif;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    font-feature-settings: "palt"1;
    font-kerning: auto;
    color: #515e7e;
    margin-bottom: 30px;
  }
  .syomei {
    font-size: 18px;
  }
}
.w001 {
  width: 100px !important;
}
@media screen and (max-width: 767px) {
  .sptable {
    overflow: auto;
  }
  .spnone {
    display: none;
  }
  .topcatch01 {
    font-size: 20px;
  }
}
.topcatch01 {
  font-size: 28px;
}
.rectxt {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 350px;
}
.mgnbtm30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
@media screen and (min-width: 1000px) {
  .floatbotton {
    display: flex;
    justify-content: flex-end;
    /* 左右均等分布 */
    padding-right: 20px;
    height: 50px;
  }
  .tracetitle:not(.floatbotton) dd {
    font-size: 16px;
  }
}
.floatbotton div {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .floatbotton {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    height: 50px;
  }
  .detaillink a {
    margin-top: 0px;
  }
  .tracetitle:not(.floatbotton) dd {
    font-size: 16px;
  }
}
.bosyuyoukoumiru {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}
}
.top_newsArea {
  margin: 0 auto 80px;
}
.top_newstitle {
  border-bottom: 1px solid #068cad;
  margin: 0 auto 35px;
  font-weight: bold;
}
.top_newstitle span {
  font-weight: bold;
  font-size: 3.0rem;
  display: inline-block;
  margin-right: 15px;
  color: #068cad;
  margin-top: 30px;
}
.top_news {
  width: 100%;
  padding: 12px 15px;
}
.top_news:nth-child(even) {
  background: #f2f2f2;
}
.top_news a {
  color: #313131;
  text-decoration: none;
}
.top_news dt {
  float: left;
}
.top_news dd {
  padding-left: 240px;
}
.top_news dt span {
  border: 1px solid #c5c5c5;
  margin-left: 10px;
  padding: 1px 5px;
  font-size: 1.4rem;
  line-height: 120%;
  display: inline-block;
}
.top-newslist__item--new dt::after {
  content: "NEW";
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #da5094;
}
@media screen and (max-width: 1000px) {
  .top_newsArea {
    margin: 0 auto 40px;
  }
  .top_newstitle {
    width: 100%;
    padding: 0 15px 0;
  }
  .top_news dt {
    float: none;
    width: 100%;
    display: block;
  }
  .top_news dd {
    padding-left: 0;
  }
}
#newsArea dt {
  background: url(../img/arrow_gray.png) no-repeat 12px center;
  float: left;
  padding: 0 0 0 28px;
}
#newsArea dd {
  border-bottom: 1px #cccccc dotted;
  padding: 0 0 10px 230px;
  margin: 0 0 12px 0;
}
#newsArea dd .txt {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #newsArea dt {
    display: contents;
  }
  #newsArea dd {
    padding-left: 50px;
  }
  #newsArea {
    padding: 10px;
  }
}
.f01 {
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 0.4em 1.4em 0.3em;
  top: 5px;
  right: 25px;
  border-radius: 16px;
  background-color: #F4A7AA;
}
.f02 {
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 0.4em 1.4em 0.3em;
  top: 5px;
  right: 25px;
  border-radius: 16px;
  background-color: #DCCB18;
}
.f03 {
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 0.4em 1.4em 0.3em;
  top: 5px;
  right: 25px;
  border-radius: 16px;
  background-color: #BCDB79;
}
.f04 {
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 0.4em 1.4em 0.3em;
  top: 5px;
  right: 25px;
  border-radius: 16px;
  background-color: #94D08C;
}
.f05 {
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 0.4em 1.4em 0.3em;
  top: 5px;
  right: 25px;
  border-radius: 16px;
  background-color: #F3A8C9;
}
.f06 {
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 0.4em 1.4em 0.3em;
  top: 5px;
  right: 25px;
  border-radius: 16px;
  background-color: #F2996A;
}
.f07 {
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 0.4em 1.4em 0.3em;
  top: 5px;
  right: 25px;
  border-radius: 16px;
  background-color: #C49DB9;
}
.f08 {
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 0.4em 1.4em 0.3em;
  top: 5px;
  right: 25px;
  border-radius: 16px;
  background-color: #6593d7;
}
.newstxt01 {
  position: relative;
  left: 200x;
}
.side_menu {
  position: fixed;
  right: 0;
  top: 35%;
  font-size: 14px;
  z-index: 1;
}
.side_menu li {
  display: block;
  width: 180px;
}
.side_menu li a {
  padding: 15px 10px 15px 50px;
  color: #FFF;
  display: block;
  text-decoration: none;
}
.side_menu li.sm01 a:hover, .side_menu li.sm02 a:hover, .side_menu li.sm03 a:hover, .side_menu li.sm04 a:hover, .side_menu li.sm05 a:hover {
  background-color: rgba(255, 158, 0, 0.7);
}
.side_menu li.sm01 a {
  background: url(../img/side_icon01.png) center left 10px no-repeat #6593d7;
}
.side_menu li.sm02 a {
  background: url(../img/side_icon02.png) center left 14px no-repeat #6593d7;
}
@media screen and (max-width: 1000px) {
  .side_menu {
    display: none;
  }
  .side_menu_sp {
    display: block;
  }
  .side_menu {
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
  .side_menu ul {
    display: block;
    justify-content: space-around;
  }
  .side_menu li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .side_menu li a {
    background-color: #6593d7;
    padding: 45px 0px 5px 0px;
    color: #FFF !important;
    display: block;
    border-radius: 5px;
    text-decoration: none;
  }
  .side_menu li.sm01 a {
    background: url(../img/side_icon01.png) center top 8px no-repeat #6593d7;
  }
  .side_menu li.sm02 a {
    background: url(../img/side_icon02.png) center top 5px no-repeat #6593d7;
  }
  .youtube {
    width: 100%;
  }
}
.wf-mplus1p {
  font-family: "M PLUS 1p";
}
.just4 a {
  text-decoration: none;
}
.trapezoid .imgbox:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #005BAC;
  z-index: -1;
}
.trapezoid-l .imgbox:before {
  left: 0;
  right: auto;
}
/*=================================================================
	パララックス
==================================================================*/
/*固定する背景*/
.parallax-bg {
  padding: 0;
  background-image: url(../img/main_bg03.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  position: relative;
  transform: none !important;
}
@media (max-width: 1024px) {
  .parallax-bg {
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
    background-attachment: scroll;
  }
}
.parallax-bg2 {
  padding: 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
}
@media (max-width: 1024px) {
  .parallax-bg2 {
    padding: 0;
    background-attachment: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
  }
}
#craftmanshipArea {
  color: #FFFFFF;
  margin-top: 100px;
  margin-bottom: 100px;
     font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
#craftmanshipArea h2 {
  text-align: center;
  font-size: 3rem;
  padding-top: 100px;
}
#craftmanshipArea .copy {
  text-align: center;
}
#craftmanshipArea p {
  font-size: 1.3rem;
  margin: 0 auto 55px;
  padding-top: 100px;
  text-align: center;
  letter-spacing: 0.6em;
  text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000;
  position: relative;
}
#craftmanshipArea2 {
  color: #FFFFFF;
  background-image: url(../img/img_bg_kouji_pc.jpg);
  font-family: "Yu Mincho", "游明朝体", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Noto Serif JP", serif;
}
#craftmanshipArea2 h2 {
  text-align: center;
  font-size: 2rem;
  padding-top: 100px;
}
#craftmanshipArea2 .copy {
  text-align: center;
}
#craftmanshipArea2 p {
  font-size: 1.0rem;
  margin: 0 auto 55px;
  padding-top: 50px;
  text-align: center;
  letter-spacing: 0.6em;
  text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000;
  position: relative;
}
@media screen and (max-width:1024px) {
  #craftmanshipArea {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #craftmanshipArea h2 {
    font-size: 24px;
  }
  #craftmanshipArea p {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: initial;
    padding-top: 50px;
  }
  #craftmanshipArea2 h2 {
    font-size: 24px;
    padding: 40px 10px 10px 10px;
  }
  #craftmanshipArea2 p {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: initial;
    padding-top: 50px;
  }
}
.fade.active {
  opacity: 1;
}
.fade {
  opacity: 0;
  transition: all 0.8s;
}
.fade.active {
  opacity: 1;
}
.hukanou {
  font-size: 48px;
  text-align: center;
  padding-top: 100px;
}
.hukanou2 {
  font-size: 28px;
  text-align: center;
}
.hukanou3 {
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  .hukanou {
    font-size: 24px;
  }
  .hukanou2 {
    font-size: 14px;
  }
  .hukanou3 {
    font-size: 14px;
    margin-top: 50px;
    padding: 20px;
  }
}
/*=====================================================*/
#main_area {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.flex_2block {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto 100px;
}
.f_2block {
  background: #333;
  width: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}
.bg_image {
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 1;
}
.bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.f_2block:has(a):hover .bg_image img {
  transform: scale(1.1);
}
.flex_2block .textbox {
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
}
.f_2block:has(a):hover .textbox {
  background: rgba(0, 0, 0, 0.2);
}
.flex_2block h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.flex_2block h3 a {
  color: #fff;
  text-decoration: none;
}
.flex_2block h3 a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
@media all and (-ms-high-contrast: none) {
  .trapezoid .infinite-slide {
    display: flex;
    flex-flow: row wrap;
  }
  .trapezoid .infinite-slide > div {
    width: calc(16.6666666667% - 10px);
    margin: 0 5px 10px;
  }
  .trapezoid .infinite-slide img {
    width: 100%;
    height: auto;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .bg_image {
    height: 250px;
  }
}
@media screen and (max-width: 680px) {
  .f_2block {
    width: 100%;
  }
  .bg_image {
    height: 200px;
  }
  .flex_2block h3 {
    font-size: 24px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
body[class*="wc"] .pc_only, body[class*="wc"] .sp_only {
  display: block !important;
}
body[class*="wc"] .flex_2block .textbox {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  left: auto;
  top: auto;
  z-index: auto;
}
body[class*="wc"] .bg_image {
  height: auto;
}
body[class*="wc"] .bg_image img {
  width: 100%;
  height: auto;
}

body[class*="wcselect"] .flex_2block > div {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}


/*=====================================================*/



.imgtit01 { font-size:24px; font-weight:bold;}




/*---------------
stepbox
---------------*/
.stepbox {
  margin-bottom: 60px;
}
.stepbox * {
  box-sizing: border-box;
}
.stepbox > div + div {
  margin-top: 40px;
}
.step_div {
  background: #fff;
  border: 1px solid #005bac;
  position: relative;
}
.step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.step_div > div:first-child {
  width: 205px;
}
.step_div > div:nth-child(2) {
 width: calc(100% - 205px);
}
.step_txt.flex {
    flex-flow: nowrap;
}

.step_txt .text {
    max-width: calc(100% - 350px);
    padding: 10px;
}
.step_div .just_item {
    max-width: 350px!important;
    min-width: 350px;
    margin-left: auto;
}






.step_div > div + div {
  border-left: 1px solid #005bac;
}
.step_num, .step_num a {
  color: #fff;
  font-weight: 600;
}
.step_num {
  background: #005bac;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 30px;
  position: relative;
}
.stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #005bac;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.step_txt {
  padding: 10px;
}
.one_side.step_div {
  padding: 20px 30px;
}
.one_side.step_div > div {
  display: block;
  border: none;
}
.one_side.step_div > div:first-child, .one_side.step_div > div:nth-child(2) {
  max-width: none;
  min-width: 1px;
}
.stepbox > div.one_side.step_div:not(:last-child):after {
  border: 30px solid transparent;
  border-top: 20px solid #005bac;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
    .step_txt .text {
    max-width: calc(100% - 200px);
}
.step_div .just_item {
    max-width: 200px!important;
    min-width: 200px;
}
}
@media screen and (max-width: 1000px) {
        .step_txt .text {
    max-width: calc(100% - 150px);
}
.step_div .just_item {
    max-width: 150px!important;
    min-width: 150px;
}
}
@media screen and (max-width: 680px) {
  .stepbox > div + div {
    margin-top: 25px;
  }
  .step_div {
    border: 1px solid #005bac;
    position: relative;
  }
  .stepbox > div.one_side.step_div:not(:last-child):after, .stepbox > div:not(:last-child):after {
    border: 30px solid transparent;
    border-top: 15px solid #005bac;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
  }
  .step_div > div:first-child, .step_div > div:nth-child(2), .step_div > div:nth-child(3) {
    width: 100%;
    max-width: none;
    min-width: 1px;
  }
  .stepbox > div:not(:last-child) .step_num:after {
    display: none;
  }
  .step_div > div + div {
    border-left: none;
    border-top: 1px solid #005bac;
  }
  .step_div .step_num {
    flex-direction: row;
    align-items: flex-end;
  }
  .step_num {
    font-size: 20px;
  }
  .step_txt {
    font-size: 14px;
  }
    
    .step_txt.flex {
   display: block;
}
            .step_txt .text {
    max-width: 100%;
                padding: 0;
                margin-bottom: 20px;
}
.step_div .just_item {
    max-width: 150px!important;
    min-width: 150px;
}
    .one_side.step_div {
    padding: 10px ;
}
}


body[class*="wc"] .subpage_contents > * {
        opacity: 1!important;
        transform: none!important;
        transition: all 0s;
    }
body[class*="wc"] .section_pagetitle {
    height: auto;
}
body[class*="wc"] .section_nav {
  position: relative!important;
    min-width: 1px!important;
}
body[class*="wc"] .section_nav .inner.flex {
   align-items: flex-start;
}
body[class*="wc"] .section_nav .inner.flex li a {
   padding-left: 10px;
    padding-right: 10px;
}

body[class*="wc"] .dropdown {
  display: block!important;
  overflow: auto!important;
    width: 100%!important;
    height: auto!important;
    position: relative!important;
    left: auto!important;
    top: auto!important;
    transform: none!important;
    min-width: 1px!important;
}
body[class*="wcselect"] .section_sublink .inner .flex > div {
    display: flex;
    flex-flow: wrap;
}
body[class*="wcselect"] .dropdown > * {
      display: block!important;
  overflow: auto!important;
    width: 100%!important;
    height: auto!important;
    position: relative!important;
    left: auto!important;
    top: auto!important;
    transform: none!important;
    min-width: 1px!important;
    margin: 0!important;
    padding: 0!important;
}
body[class*="wc"] .dropdown .wgt a {
  background: #0ff !important;
}


.mitsubishilogo {
	 position: fixed; /* 画面に固定 */
  top: 0;          /* 上から0px */
  right: 20px;        /* 右から0px */
}
	
.mitsubishilogo img {width:300px;}
@media screen and (max-width: 640px) {
        .mitsubishilogo {
    right: 50px;
            padding: 0 10px;
}
    .mitsubishilogo img {
        width: auto;
    }
}

.parent999 {
  display: flex;
  justify-content: center; /* 水平方向の中央寄せ */
  align-items: center;     /* 垂直方向の中央寄せ（＝高さ方向） */
  height: 300px;           /* 親要素の高さを指定 */
 
}

.carenda {padding-bottom:40px;}
.carenda img {float:right; }

@media screen and (max-width: 480px) {
.carenda { width:600px;}
.carenda img { float:none;}
}


.detaillink a:hover {background: #6F92CC !important;}

.flex_2block .textbox {
    pointer-events: none;
}
body[class*="wc"] .flex_2block .textbox {
    pointer-events: auto;
}