@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
select,button,input,textarea,button {
  border: 1px solid #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*table,td,th {
  border: 1px solid #333;
}*/
td,th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}
th {
  font-weight: bold;
  font-size: 1.05em;
}
html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}
body {
  min-height: 100vh;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}
button:disabled {
  cursor: default;
}
a,a:active,a:link,a:visited {
  text-decoration: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,dialog,hr,img {
  display: block;
}
audio,canvas,iframe,img,svg,video {
  display: inline-block;
  vertical-align: middle;
}
[hidden],dialog:not([open]),template {
  display: none;
}
button,input,select,textarea {
  font-family: inherit;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
audio,canvas,progress,video {
  display: inline-block;
}
input,select {
  vertical-align: middle;
}
button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}
button,select {
  text-transform: none;
}
code,kbd,pre,samp {
/*  font-family: monospace, sans-serif;
  font-size: 1em;*/
}
mark {
  background-color: #ff0;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
ul {
  list-style: none;
}
picture,img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /*image-rendering: -webkit-optimize-contrast;*/
}
svg:not(:root) {
  overflow: hidden;
}
a{
  color: inherit;
    -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
h1,h2,h3,h4,h5{font-weight: 500;}

input,select,textarea{
  font-family:'Zen Kaku Gothic New','Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
/*-----------------------------------------------------------
cmn
-------------------------------------------------------------*/
.ef{
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
}
html {
  width: 100%;
  font-size: calc(100vw / 1366 * 10);
}

@media screen and (max-width: 899px) and (min-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 899 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
@media only screen and (max-width: 599px) {
html {
  width: 100%;
  font-size: calc(100vw / 375 * 10);
}
a{
  color: inherit;
    -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
a:hover{
  opacity: 0.5;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
}
body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: 'Zen Kaku Gothic New','Noto Sans JP', "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.03em;
  background-color: #F8F8F8;
  color: #000;
}

@media only screen and (min-width: 900px) {
/*::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #716046;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #716046;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}*/
a[href^="tel:"] {
    pointer-events: none;
}
}
.is_pc { display: block !important; }
.is_pcOnly { display: block !important; }
.is_sp { display: none !important; }
.is_tb { display: none !important; }
.is_tbsp { display: none !important; }
@media screen and (max-width: 899px) and (min-width: 599px) {
.is_tb { display: block !important; }
.is_tbsp { display: block !important; }
.is_pcOnly { display: none !important; }
}
@media only screen and (max-width: 599px) {
.is_pc { display: none !important; }
.is_sp { display: block !important; }
.is_tb { display: none !important; }
.is_tbsp { display: block !important; }
.is_pcOnly { display: none !important; }
body {
  font-size: 1.1rem;
}
}

.f_en{
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}
/*-----------------------------------------------------------

component

-------------------------------------------------------------*/
.c_grn{color: #2C9943;}
.c_blue{color: #2097EF;}
/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
/* header */
.header.transform{
  top: 0;
  background: #f8f8f8;
}
/*.header.headerSub{
  top: 0;
  background: #fff;
}*/
.header{
  position: fixed;
  width: 100%;
  top: 0rem;
  transition: 0.4s ease-out;
  z-index: 100;
  background: #F8F8F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  padding-right: 4rem;
  z-index: 9999;
}
.h_logo{
  font-size: 1.4rem;
  font-weight: 900;
}
.gNav{
  width: 55%;
}
.gNav_list01{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*gap: 8rem;*/
  font-weight: 900;
  text-align: right;
}
.copyright {
  position: fixed;
  left: -3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2rem;
  width: 13rem;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
}
.domain {
  position: fixed;
  right: -4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2rem;
  width: 13rem;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
}
.footer{
  background: #E5E5E5;
  padding: 12rem 10% 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__left{
  width: 50%;
}
.footer__left-title{
  font-weight: 500;
}
.footer__left-text{
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.footer__left-tel{
  display: block;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.footer__sns{
  display: flex;
  align-items: center;
  line-height: 1;
}
.footer__sns-item{
  width: 2rem;
  margin-right: 1rem;
}
.footer__sns-item:nth-child(2){
  width: 2.3rem;
}
.footer__right{
  width: 12rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer__right-logo{
  margin-bottom: 1rem;
}
.footer__right-text{
  font-weight: 500;
}
.navTgl,.navBox{
  display: none;
}
@media screen and (max-width: 899px) and (min-width: 599px) {

}
@media only screen and (max-width: 599px) {
/* header */
.header.transform{
  top: 0;
  background: #f8f8f8;
}
/*.header.headerSub{
  top: 0;
  background: #fff;
}*/
.header{
  position: fixed;
  width: 100%;
  top: 0rem;
  transition: 0.4s ease-out;
  z-index: 9999;
  background: #F8F8F8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem;
  padding-right: 2rem;
}
.h_logo{
  font-size: 0.7rem;
  font-weight: 900;
}
.gNav{
  width: 55%;
  display: none;
}
.gNav_list01{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*gap: 8rem;*/
  font-weight: 900;
  text-align: right;
}
.navHmb{
  width: 2.3rem;
  display: block;
}
.navHmb span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.navHmb span:nth-child(1) {
  top: 0;
}

.navHmb span:nth-child(2) {
  margin: 0.8rem 0;
}

.navHmb span:nth-child(3) {
  top: 0;
}
.navHmb.active span:nth-child(1) {
  top: 0.5rem;
  transform: rotate(45deg);
}

.navHmb.active span:nth-child(2) {
  opacity: 0;

}

.navHmb.active span:nth-child(3) {
  top: -1.3rem;
  transform: rotate(-45deg);
}
/* humb */
.navBox {
  visibility: hidden;
  z-index: 9997;
  position: fixed;
  top: 5rem;
  right: 0rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  padding: 0rem 0rem;
  display: block;
  
  padding-bottom: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.navBox.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  transition: 0.5s ease;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  overflow-x: hidden;
  box-shadow: 0 0 14px #00000060;
}
.navBox.active::-webkit-scrollbar {
  display:none;
}
.navBox.active:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #f8f8f8d4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.navBoxMenu{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 60%;
  padding-top: 8rem;
}
.navBoxMenuList{
  width: 100%;
  margin-bottom: 8rem;
}
.navBoxMenuListItem{
  margin-bottom: 3rem;
  font-size: 2rem;
}
.navBoxMenuListItem a{
  display: block;
}
.navBox__bottom{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navBox__bottom-sns{
  width: 2rem;
}
.navBox__bottom-logo{
  width: 9rem;
}
.copyright {
  position: fixed;
  left: -5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2rem;
  width: 13rem;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  font-weight: 700;
  white-space: nowrap;
  z-index: 9999;
  font-size: 0.8rem;
}
.domain {
  position: fixed;
  right: -4.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2rem;
  width: 13rem;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  font-weight: 700;
  white-space: nowrap;
  z-index: 9999;
  font-size: 0.8rem;
}
.footer{
  background: #E5E5E5;
  padding: 6rem 10% 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__left{
  width: 60%;
}
.footer__left-title{
  font-weight: 500;
  font-size: 1.4rem;
}
.footer__left-text{
  font-size: 1.1rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
.footer__left-tel{
  font-size: 1.1rem;
}
.footer__right{
  width: 8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer__right-logo{
  margin-bottom: 1rem;
}
.footer__right-text{
  font-weight: 500;
  display: none;
}
}
/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent{
  position: relative;
  overflow: hidden;
}
.main{
  width: 65%;
  margin: 0 auto 18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20rem;
  flex-direction: row-reverse;
}
.main__cont{
  width: 42%;
}
.main__cont--image{
  width: 13rem;
  margin: 0 0 4rem;
}
.main__cont--title{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
.main__cont--text{
  font-weight: 500;
}
.main__image{
  width: 48%;
}
.intro{
  padding-right: 10%;
  margin-bottom: 18rem;
}
.location{
  width: 80%;
  margin: 0 auto 18rem;
}
.cmntitle{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 4rem;
}
.cmntitle__en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.cmntitle__jp{
  font-size: 1.4rem;
  font-weight: 500;
}
.location__list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
.location__item{
  display: flex;
  flex-direction: column;
  opacity: 0;
}

.location__item-image{
  margin-bottom: 1rem;
}
.location__item-box {
  
  display: flex;
  flex-direction: column;
}
.location__item-intro{
  margin-bottom: 2rem;
  height: 19rem;
}
.location__item-title{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.location__item-text{
  font-size: 1.3rem;
  line-height: 1.6;
}
.location__item-info{
  border-top: 1px solid #000;
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: stretch;
  gap: 0rem;
  margin-bottom: 2rem;
}
.location__item-info-title{
  border-bottom: 1px solid #000;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  line-height: 1.6;
}
.location__item-info-text{
  border-bottom: 1px solid #000;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  line-height: 1.6;
}
.location__button{
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1.5rem 0;
  border: 1px solid #000;
  display: block;
  text-align: center;
}
.bottom{
  margin-top: 40rem;
  padding-top: 20rem;
  background: #E5E5E5;
}
.bottom__intro{
  margin-top: -50rem;
  margin-bottom: 0rem;
}
.bottom__image{
  padding-right: 50%;
}
.bottom__box{
  width: 80%;
  margin: 0 auto;
}
.about{
  border-bottom: 1px solid #000;
  padding: 6rem 0 4rem;
  padding-left: 6rem;
}
.cmntitle--about{
  flex-direction: row;
  align-items: baseline;
}
.cmntitle--about .cmntitle__en{
  margin-bottom: 0;
  margin-right: 1rem;
}
.about__cont{
  text-align: right;
}
.about__title{
  font-size: 1.8rem;
}
.about__text{
  font-size: 1.3rem;
}
.about__button{
  font-size: 2rem;
  font-weight: 700;
  padding-right: 0.4rem;
}
#news .about__img{
  width: 230px;
  margin-left: auto;
  margin-bottom: 10px;
}
.about__text2{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.main {
  width: 85%;
  margin: 0 auto 18rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20rem;
  flex-direction: row-reverse;
}
.main__cont {
  width: 49%;
}
.location {
  width: 85%;
  margin: 0 auto 18rem;
}
.location__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.location__item-intro {
  margin-bottom: 2rem;
  height: 21rem;
}
.bottom__box {
  width: 85%;
  margin: 0 auto;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.main{
  width: 80%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 7rem;
  flex-direction: column-reverse;
}
.main__cont{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10rem 0;
  margin: 0 auto;
}
.main__cont--image{
  width: 9rem;
  margin: 0 auto 3rem;
  order: 0;
}
.main__cont--title{
  font-size: 1.4rem;
  font-weight: 500;
  order: 1;
  margin-bottom: 2rem;
}
.main__cont--text{
  font-weight: 500;
  order: 2;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
.main__image{
  width: 100%;
  margin-bottom: 2rem;
}
.intro{
  padding-right: 0%;
  margin-bottom: 4rem;
}
.location{
  width: 80%;
  margin: 0 auto 8rem;
}
.cmntitle{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 4rem;
}
.cmntitle__en{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.cmntitle__jp{
  font-size: 1.2rem;
  font-weight: 500;
}
.location__list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.location__item{
  display: flex;
  flex-direction: column;
  opacity: 0;
}

.location__item-image{
  margin-bottom: 1rem;
}
.location__item-box {
  
  display: flex;
  flex-direction: column;
}
.location__item-intro{
  margin-bottom: 2rem;
  height: 19rem;
}
.location__item-title{
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.location__item-text{
  font-size: 1rem;
  line-height: 1.6;
}
.location__item-info{
  border-top: 1px solid #000;
  display: grid;
  grid-template-columns: 28% 72%;
  align-items: stretch;
  gap: 0rem;
  margin-bottom: 2rem;
  flex-grow: 1;
}
.location__item-info-title{
  border-bottom: 1px solid #000;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  line-height: 1.6;
  letter-spacing: 0;
}
.location__item-info-text{
  border-bottom: 1px solid #000;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  line-height: 1.2;
  letter-spacing: 0;
}
.location__button{
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1.5rem 0;
  border: 1px solid #000;
  display: block;
  text-align: center;
}
.bottom{
  margin-top: 0rem;
  padding-top: 0rem;
  background: #E5E5E5;
}
.bottom__intro{
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.bottom__image{
  padding-right: 0%;
}
.bottom__box{
  width: 80%;
  margin: 0 auto;
}
.about{
  border-bottom: 1px solid #000;
  padding: 6rem 0 4rem;
  padding-left: 0rem;
}
.about + .about{
  /* border: none; */
}
.cmntitle--about{
  flex-direction: column;
  align-items: flex-start;
}
#news .cmntitle--about{
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 0px;
}
.cmntitle--about .cmntitle__en{
  margin-bottom: 1rem;
  margin-right: 0rem;
}
.about__cont{
  text-align: right;
}
.about__title{
  font-size: 1.6rem;
}
.about__text{
  font-size: 1.1rem;
}
.about__button{
  font-size: 2rem;
  font-weight: 700;
  padding-right: 0.4rem;
  margin-top: 4rem;
  display: block;
}
#news .about__img{
  margin: 20px auto 0;
  width: 60%;
}
.about__text2{
  display: block;
}
}
/*-----------------------------------------------------------

ABOUT

-------------------------------------------------------------*/
.about-main{
  padding-top: 15rem;
  margin-bottom: 15rem;
}
.subpage-title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  width: 80%;
  margin: 0 auto 8rem;
}
.subpage-title__en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.subpage-title__jp{
  font-size: 1.4rem;
  font-weight: 500;
}
.about-main__article{
  width: 80%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.about-main__article-text{
  width: 40%;
  margin-right: 7rem;
}
.about-main__image{
  width: 75%;
}
.about-history{
  width: 80%;
  margin: 0 auto 12rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.subpage-title__about-history{
  width: 30%;
  margin: 0;
}
.about-history__list{
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-history__list-year{
  width: 25%;
  font-size: 1.4rem;
}
.about-history__list-text{
  width: 75%;
  font-size: 1.4rem;
}
.about-company{
  width: 80%;
  margin: 0 auto 16rem;
}
.subpage-title__about-company{
  width: 100%;
  flex-direction: row;
  align-items: baseline;
}
.subpage-title__about-company .subpage-title__en {
  margin-bottom: 0;
  margin-right: 1rem;
}
.about-company__box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-company__list{
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-company__list-title{
  width: 30%;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #000000;
  font-size: 1.4rem;
}
.about-company__list-text{
  width: 70%;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #000000;
  font-size: 1.4rem;
}
.about-company__image{
  width: 35%;
}
.about-map{

}
.about-map iframe{
  width: 100%;
  height: 42rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bottom.about-page{
  margin-top: 0;
  padding-top: 10rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.subpage-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  width: 85%;
  margin: 0 auto 8rem;
}
.about-main__article {
  width: 85%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-main__article-text {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
}
.subpage-title__about-history {
  width: 30%;
  margin: 0;
}
.about-history {
  width: 85%;
  margin: 0 auto 12rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-history__list {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-history__list-year {
  width: 15%;
  font-size: 1.4rem;
}
.about-history__list-text {
  width: 80%;
  font-size: 1.4rem;
}
.about-company {
  width: 85%;
  margin: 0 auto 16rem;
}
.subpage-title__about-company {
  width: 100%;
  flex-direction: row;
  align-items: baseline;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.about-main{
  padding-top: 10rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
.subpage-title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  width: 80%;
  margin: 0 auto 4rem;
  order: 0;
}
.subpage-title__en{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.subpage-title__jp{
  font-size: 1.2rem;
  font-weight: 500;
}
.about-main__article{
  width: 80%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  order: 2;
}
.about-main__article-text{
  width: 100%;
  margin-right: 0rem;
  margin-bottom: 3rem;
}
.about-main__image{
  width: 100%;
  order: 1;
  margin-bottom: 4rem;
}
.about-history{
  width: 80%;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.subpage-title__about-history{
  width: 100%;
  margin-bottom: 4rem;
}
.about-history__list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-history__list-year{
  width: 25%;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.about-history__list-text{
  width: 75%;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.about-company{
  width: 100%;
  margin: 0 auto 6rem;
  position: relative;
  padding-top: 36rem;
}
.subpage-title__about-company{
  width: 80%;
  flex-direction: column;
  align-items: baseline;
}
.subpage-title__about-company .subpage-title__en {
  margin-bottom: 1rem;
  margin-right: 0rem;
}
.about-company__box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.about-company__list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-company__list-title{
  width: 30%;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #000000;
  font-size: 1rem;
}
.about-company__list-text{
  width: 70%;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #000000;
  font-size: 1rem;
}
.about-company__image{
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.about-map{

}
.about-map iframe{
  width: 100%;
  height: 22rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bottom.about-page{
  margin-top: 0;
  padding-top: 2rem;
}
}
/*-----------------------------------------------------------

RECRUIT

-------------------------------------------------------------*/
.recruit-main{
  padding-top: 15rem;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.recruit-main__image{
  width: 65%;
  margin-bottom: 6rem;
}
.recruit-main__article{
  width: 65%;
  margin: 0 0 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.recruit-main__article-text{
  width: 48%;
}
.recruit-require{
  width: 80%;
  margin: 0 auto 12rem;
}
.subpage-title__recruit-require{
  width: 100%;
}
.recruit-require__list{
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
}
.recruit-require__list-title{
  width: 30%;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #000000;
  font-size: 1.4rem;
}
.recruit-require__list-text{
  width: 70%;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #000000;
  font-size: 1.4rem;
}
.recruit-message{
  /* width: 80%; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
}
.recruit-message__image{
  width: 55%;
}
.recruit-message__article{
  width: 40%;
}
.subpage-title__recruit-message{
  width: 100%;
  margin-bottom: 3rem;
}
.recruit-message__article-text{
  line-height: 1.8;
}
.recruit-page{
  margin-top: 0;
  padding-bottom: 15rem;
}
.bottom__link{
  width: 31rem;
  margin: 0 auto;
  display: block;
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  padding: 3rem 0;
}
.bottom__link-en{
  font-size: 4rem;
  margin-bottom: 1rem;
}
.bottom__link-jp{
  font-size: 1.4rem;
}
@media screen and (max-width: 899px) and (min-width: 599px) { /* ============== TABLET LAYOUT ============== */
.recruit-main__image {
  width: 75%;
  margin-bottom: 6rem;
}
.recruit-main__article-text {
  width: 85%;
}
.recruit-require {
  width: 85%;
  margin: 0 auto 12rem;
}
.recruit-require__list {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
}
.recruit-message {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 5%;
}
.recruit-message__image {
  width: 50%;
}
.recruit-message__article {
  width: 46%;
}
.bottom__link {
  width: 51rem;
  margin: 0 auto;
  display: block;
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  padding: 3rem 0;
}
}
@media only screen and (max-width: 599px) { /* ============== SP LAYOUT ============== */
.recruit-main{
  padding-top: 10rem;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.recruit-main__image{
  width: 90%;
  margin-bottom: 4rem;
}
.recruit-main__article{
  width: 80%;
  margin: 0 auto 0rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.recruit-main__article-text{
  width: 100%;
  letter-spacing: -0.1em;
}
.recruit-require{
  width: 80%;
  margin: 0 auto 6rem;
}
.subpage-title__recruit-require{
  width: 100%;
}
.recruit-require__list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
}
.recruit-require__list-title{
  width: 20%;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #000000;
  font-size: 1rem;
}
.recruit-require__list-text{
  width: 80%;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #000000;
  font-size: 1rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.recruit-message{
  /* background-color: #F8F8F8; */
  padding-top: 5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.recruit-message__image{
  width: 100%;
  padding-left: 10%;
}
.recruit-message__article{
  width: 80%;
  margin: 0 auto 4rem;
}
.subpage-title__recruit-message{
  width: 100%;
  margin-bottom: 3rem;
}
.recruit-message__article-text{
  line-height: 1.8;
  letter-spacing: -0.05em;
}
.recruit-message__article-name{
  text-align: right;
  margin-top: 2rem;
}
.recruit-page{
  margin-top: 0;
  padding-bottom: 5rem;
}
.bottom__link{
  width: 25rem;
  margin: 0 auto;
  display: block;
  border: 1px solid #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  padding: 2rem 0;
}
.bottom__link-en{
  font-size: 2.3rem;
  margin-bottom: 1rem;
}
.bottom__link-jp{
  font-size: 1rem;
}
}
/*-----------------------------------------------------------

EFFECT

-------------------------------------------------------------*/
/*------------- section全体　---------------*/
.ivSec{
  opacity: 0;
  transform: translateY(4rem);
}
.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------- fadeIN　---------------*/
.fadeIn {
  animation-name:fadeInAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0s;
  opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*------------- top　---------------*/
.fadeR{
  opacity: 0;
}
.fadeR.on {
  animation-name:fadeRAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeRAnime{
  from {
    opacity: 0;
    transform: translateX(-4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeL{
  opacity: 0;
}
.fadeL.on {
  animation-name:fadeLAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  animation-delay: 0.2s;
}
@keyframes fadeLAnime{
  from {
    opacity: 0;
    transform: translateX(4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
