@charset "utf-8";

/**** Commissioner,M PLUS 1p : Googlefonts****/
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=M+PLUS+1p:wght@700;800;900&display=swap');

/************共通パーツ***************/
.sp { display: block; }
.pc { display: none; }
@media screen and ( min-width: 600px ) {
    .sp { display: none; }
    .pc { display: block; }
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Commissioner', 'Arial', 'Noto Sans JP', "Hiragino Gothic Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #404040;
    position: relative;
    overflow-x: hidden;
}

h2 {
    font-family: "Commissioner", "M PLUS 1p", sans-serif;
    font-weight: 800;
}

.font-allumi {
  font-family: "Commissioner", sans-serif;
  font-weight: 700;
  font-style: normal;  
}

a {
  cursor: pointer;
  color: #404040;
  text-decoration: none;
}
ul {
  list-style: none;
}
.page-link {
  padding-top: 20vw;
  margin-top: -20vw;
  display: block;
}

@media screen and ( min-width: 600px ) {
  body {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media screen and ( min-width: 960px ) {
  body {
    font-size: min(1.3vw,18px);
    line-height: 1.7;
  }
  .page-link {
    padding-top: 8vw;
    margin-top: -8vw;
  }
}

@media screen and ( min-width: 1400px ) {
  body {
    font-size: min(1vw,24px);
    line-height: 1.7;
  }
}


header.top-header {
  position: fixed;
  top: -25px;
  left: 0;
  z-index: 50;
  width: 210px;
  height: 90px;
  background-image: url('../images/top/head-cloud.svg');
  background-size: auto 100%;
  background-position: right center;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.05));
}
header.top-header a {
  position: absolute;
  padding: 41px 30px 0 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header.top-header a img {
  width: 100%;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff5e8;
  z-index: 100;
  opacity: 1;
  overflow: hidden;
}
.loading .loading-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.loading #loading-move {
  display: flex;
  flex-wrap: nowrap;
  width: 1000%;
  height: 140px;
  animation: moveLeft 40s linear infinite;
  animation-fill-mode: none;
}
.loading .img-box {
  width: calc(100% / 3);
  position: relative;
}
.loading .loading-people {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.loading .img-box .loading-people:nth-of-type(1) {
  animation: toggleOnOff 1s steps(1) infinite;
}
.loading .img-box .loading-people:nth-of-type(2) {
  animation: toggleOnOffReverse 1s steps(1) infinite;
}

/* 画像切替えアニメーション */
@keyframes toggleOnOff {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
@keyframes toggleOnOffReverse {
  0%, 49% { opacity: 0; }
  50%, 100% { opacity: 1; }
}

/* 右から左へ動かすアニメーション */
@keyframes moveLeft {
  0% { transform: translateX(0px); }  
  100% { transform: translateX(-33.33%); } /* 画面幅分だけ左に動かす */
}

.loading img.loading-text {
  width: 150px;
  height: auto;
}

#main-navigation-button {
  position: fixed;
  cursor: pointer;
  top: 6px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 52;
  background-image: url('../images/main-navigation.svg');
  background-size: cover;
  background-position: left center;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.05));
}
#main-navigation {
  position: fixed;
  top: 0;
  right: -95%;
  width: 95%;
  height: auto;
  z-index: 51;
  padding: 40px 8% 49vw 8%;
  background-color: #fff5e8;
  border-radius: 0 0 0 200px;
  transition: right 0.3s ease;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.05));
  background-image: url('../images/main-navigation-bg-sp.svg');
  background-size: 70% auto;
  background-position: bottom 4vw right 33%;
}
#main-navigation::before {
  content: "";
  position: absolute;
  top: 19%;
  right: -1.5%;
  width: 19%;
  height: 19vw;
  background-image: url(../images/main-navigation-bg-koara.svg);
  background-size: 100%;
  background-position: center center;
  z-index: -1;
}

#main-navigation.open {
  right: 0;
}
#main-navigation .navi-logo {
  display: block;
  width: min(300px, 70%);
}
#main-navigation .navi-logo img {
  width: 100%;
  height: auto;
}
#main-navigation .navi-list {
  font-size: 90%;
  margin-top: 20px;
}
#main-navigation .sns {
  margin-top: 20px;
  text-align: right;
}
#main-navigation .sns a {
  margin: 0 2px;
  display: inline-block;
  width: 25px;
  height: 25px;
}

#main-navigation .navi-list .navilist-title-en {
  color: #C44500;
  font-size: 120%;
  margin-right: 2%;
}
#main-navigation .navi-list .navilist-title-jp {
  font-weight: bold;
  font-size: 65%;
  color: #006173;
}
#main-navigation .navi-list > ul li ul .sub {
  padding-left: 6%;
  position: relative;
}
#main-navigation .navi-list > ul li ul .sub::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 9px;
  height: 2px;
  background: #C44500;
}
#main-navigation .navi-list > ul li > ul {
  padding-left: 3%;
}
#main-navigation .navi-list .abroad-list li,
#main-navigation .navi-list .domestic-list li {
  position: relative;
}
#main-navigation .navi-list .abroad-list li::before,
#main-navigation .navi-list .domestic-list li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 9px;
  height: 2px;
  background: #f16a4a;
}
#main-navigation .navi-list .domestic-list li::before {
  background: #006173;
}
#main-navigation .navi-list > ul li,
#main-navigation .navi-list > ul li ul > li {
  margin-bottom: 2vw;
}
#main-navigation .navi-list a {
  transition: 0.1s;
}
#main-navigation .navi-list .abroad-list a:hover {
  color: #C44500;
}
#main-navigation .navi-list .domestic-list a:hover {
  color: #006173;
}
#main-navigation .navi-list > ul li.abroad a,
#main-navigation .navi-list > ul li.domestic a {
  font-weight: 700;
  font-size: 105%;
  padding-bottom: 3px;
}
#main-navigation .navi-list > ul li.abroad a {
  color: #C44500;
  border-bottom: 2px dotted #c44500;
}
#main-navigation .navi-list > ul li.domestic a {
  color: #006173;
  border-bottom: 2px dotted #006173;
}
#main-navigation .navi-list > ul li.abroad a:hover {
  border-bottom: 2px solid #C44500;
}
#main-navigation .navi-list > ul li.domestic a:hover {
  border-bottom: 2px solid #006173;
}
#main-navigation .navi-list .abroad-list li.ex-link a {
  position: relative;
}
#main-navigation .navi-list .abroad-list li.ex-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26%;
  transform: translate(0%, -50%);
  padding-top: 17px;
  padding-left: 19px;
  background-image: url('../images/link-icon-k.svg');
  background-size: cover;
  background-position: center center;
}
#main-navigation .navi-list .abroad-list li.ex-link a:hover::after {
  background-image: url('../images/link-icon-o.svg');
}

#p-backtotop {
  display: block;
  position: fixed;
  right: 0;
  bottom: -1%;
  width: 19vw;
  height: 14vw;
  z-index: 30;
  opacity: 1;
  transition: all 0.5s ease;
  opacity: 0;
  transition: 0.6s;
}
#p-backtotop.active {
  opacity: 1;
}
#p-backtotop a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../images/backtoptop.svg?02');
  background-size: 100% auto;
  background-position: center center;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.05));
}

@media screen and ( min-width: 600px ) {
  .loading #loading-move{
    width: 600%;
  }
  .loading img.loading-text { width: 200px; }


  #main-navigation {
    right: -80%;
    width: 80%;
  }
  #main-navigation {
    padding: 40px 8% 38vw 8%;
    background-size: 68% auto;
  }

  #main-navigation .navi-list { font-size: 100%; }
  #main-navigation .navi-list .navilist-title-en { 
    font-size: 120%;
    transition: 0.1s;
    border-bottom: 2px solid #fff5e8;
  }
  #main-navigation .navi-list a:hover .navilist-title-en {
    border-bottom: 2px solid #c44500;
  }
  #main-navigation .navi-list .navilist-title-jp { font-size: 70%; }
  #main-navigation .navi-list > ul li,
  #main-navigation .navi-list > ul li ul > li { margin-bottom: 1vw; }
  #main-navigation .navi-list > ul li ul .sub { padding-left: 4%; }
  #main-navigation .navi-list > ul li ul li > ul { padding-left: 4%; }

  #p-backtotop {
    width: 13vw;
    height: 9vw;
  }

}
@media screen and ( min-width: 960px ) {
  .loading #loading-move{
    width: 300%;
  }
  .loading .img-box {
    aspect-ratio: 10 / 1;
  }
  .loading img.loading-text { width: 300px; }

  header.top-header {
    top: -20px;
    width: 17vw;
    height: 7vw;
  }
  header.top-header a { padding: 3vw 2.5vw 0 1.5vw; }
  #main-navigation-button {
    top: 10px;
    right: 30px;
    width: 80px;
    height: 80px;
  }
  #main-navigation {
    padding: 35px 3% 23.5vw 3%;
    right: -50%;
    width: 50%;
    background-image: url('../images/main-navigation-bg-pc.svg');
    background-size: 80% auto;
    background-position: bottom 42px right 20px;
  }
  #main-navigation::before {
    top: 27%;
    height: 10vw;
  }

  #main-navigation .navi-list {
    font-size: 110%;
    overflow-y: auto;
  }
  #main-navigation .navi-list .navilist-title-en { font-size: 120%; }
  #main-navigation .navi-list .navilist-title-jp { font-size: 70%; }
  #main-navigation .navi-list > ul li,
  #main-navigation .navi-list > ul li ul > li { margin-bottom: 3px; }
  #main-navigation .sns a {
    width: 30px;
    height: 30px;
  }

  #p-backtotop {
    width: 8vw;
    height: 5vw;
  }

}


@media screen and ( min-width: 1400px ) {

  #main-navigation {
    padding: 50px 40px 255px;
    right: -650px;
    width: 650px;

    background-size: 487px auto;
    background-position: bottom 42px right 50%;
  }
  #main-navigation::before {
    top: 27%;
    width: 100px;
    height: 100px;
  }

}
@media screen and ( min-width: 2000px ) {
.loading .img-box {
    width: calc(100% / 6);
  }
}

.site-main {
  position: relative;
}
.site-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  background-image: url('../images/top/top-career-bg-bottom-sp.svg');
  background-size: 100% auto;
  background-position: bottom center;
  z-index: 0;
}
@media screen and ( min-width: 960px ) {
  .site-main::after {
    background-image: url('../images/top/top-career-bg-bottom-pc.svg');
  }
}

/*
** CONTACT
*/
.top-contact {
  background-color: #c44500;
  padding: 0 0 10vw; 
  padding: 8vw 0 39vw;
  margin-top: -2px;
  position: relative;
}

.top-contact .area-titile {
  margin: 0 auto;
  width: 90%;
  color: #fff;
  position: relative;
  z-index: 20;
  line-height: 1;
  font-size: 250%;
}
.top-contact .area-overview {
  margin: 4vw auto;
  width: 90%;
  color: #fff;
  font-size: 140%;
  line-height: 1.5;
  font-weight: bold;
}
.top-contact .area-inner {
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.top-contact a { color: #C44500; }
.top-contact .contact-list {
  color: #C44500;
  font-size: 100%;
  font-weight: bold;
  background-color: #fff5e8;
  padding: 12% 5% 13% 5%;
  border-radius: 13vw;
}
.top-contact .contact-list::before {
  content: "";
  position: absolute;
  top: -3%;
  right: 0;
  width: 13%;
  height: 10vw;
  background-image: url('../images/top/top-contact-mail.svg');
  background-size: 100% auto;
  background-position: center center;
  z-index: 0;
}
.top-contact .contact-list ul {
  margin-top: 4vw;
}
.top-contact .contact-list ul li {
  line-height: 1;
  margin-bottom: 2vw;
}
.top-contact .contact-list ul li:last-child {
  margin-bottom: 0;
}
.top-contact .contact-list ul li span {
  width: 25%;
  text-align: center;
  background-color: #C44500;
  color: #fff;
  display: inline-block;
  padding: 1.5vw 0 ;
  border-radius: 5vw;
  margin-right: 4%;
}
.top-contact .contact-list ul li:last-child a {
  font-size: 90%;
}

.top-contact .contact-list ul li a:hover {
  text-decoration: underline;
}
.top-contact .contact-list ul li.fax a {
  pointer-events: none;
}

.top-contact .top-mv-person12 { width: 29%; left: 63%; top: -22vw; }/*人*/
.top-contact .top-mv-person13 { width: 40%; left: 7%; top: 80vw; z-index: 20; }/*人*/

@media screen and ( min-width: 600px ) {
  .top-contact {
    padding: 8vw 0 36vw;
  }
  .top-contact .area-titile {
    font-size: 300%;
  }
  .top-contact .contact-list {
    font-size: 130%;
    padding: 10% 9%;
    border-radius: 12vw;
  }

  .top-contact .contact-list ul li { margin-bottom: 1.5vw; }
  .top-contact .contact-list ul li span {
    width: 20%;
    text-align: center;
    display: inline-block;
    padding: 1.5vw 0 ;
    border-radius: 4vw;
    margin-right: 4%;
  }
  .top-contact .top-mv-person12 { width: 29%; left: 63%; top: -9vw; }/*人*/
  .top-contact .top-mv-person13 { width: 40%; left: 7%; top: 63vw; }/*人*/

}
@media screen and ( min-width: 960px ) {
  .top-contact {
    padding: 4vw 0 14vw;
  }
  .top-contact .area-titile {
    font-size: 350%;
  }
  .top-contact .area-overview {
    margin: 2vw auto;
    padding: 0 0 0 2vw;

  }

  .top-contact .contact-list {
    width: 60%;
    font-size: 120%;
    padding: 5% 6%;
    border-radius: 5vw;
  }
  .top-contact .contact-list::before {
    top: -4%;
    left: 0;
    right: auto;
    width: 6%;
    height: 5vw;
  }
  .top-contact .contact-list ul { margin-top: 2vw; }
  .top-contact .contact-list ul li { margin-bottom: 1vw; }
  .top-contact .contact-list ul li span {
    width: 25%;
    padding: 0.8vw 0 ;
    margin-right: 3%;
  }

  .top-contact .top-mv-person12 { width: 14%; left: 61%; top: -6vw; }/*人*/
  .top-contact .top-mv-person13 { width: 20%; left: 50%; top: 15vw; }/*人*/

}
@media screen and ( min-width: 1400px ) {
  .top-contact .area-titile { width: 65%; }
  .top-contact .area-overview { width: 65%; }
  .top-contact .area-inner { width: 65%; }
  
  .top-contact .contact-list {
    font-size: 140%;
    padding: 5% 6%;
    border-radius: 5vw;
  }
  .top-contact .contact-list::before {
    height: 4vw;
    top: -5%;
  }
  .top-contact .top-mv-person13 { width: 20%; left: 50%; top: 10vw; }/*人*/
}

/*ニュース一覧/投稿記事/page-english.phpはCONTACTエリア非表示*/
/*.blog .site-main::after,
.post-template-default .site-main::after,
.page-template-page-english .site-main::after,
.blog .top-contact,
.post-template-default .top-contact,
.page-template-page-english .top-contact {
  display: none;
}*/


/*
** footer
*/

footer {
  position: relative;
  background-color: #fff5e8;
  z-index: 0;
  padding: 7vw 0 5vw;
  line-height: 1;
  background-image: url('../images/footer-bg-bottm-sp.svg');
  background-size: 100% auto;
  background-position: bottom 10vw center;  
}
footer::before {
  content: "";
  position: absolute;
  top: -37.5vw;
  left: 0;
  width: 100%;
  height: 38vw;
  background-image: url('../images/footer-bg-top-sp.svg?11');
  background-size: 100% auto;
  background-position: bottom -0.2vw center;
  pointer-events: none;
}
footer #backtotop {
  cursor: pointer;
  position: absolute;
  width: 26%;
  height: 54vw;
  top: -47vw;
  right: 0;
  background-image: url('../images/footer-backtotop.svg?');
  background-size: auto 100%;
  background-position: top left;
}

footer .area-inner {
  margin: 0 auto;
  width: 94%;
  display: flex;
  flex-wrap: wrap;

}
footer .area-inner > ul,
footer .area-inner > ul li {
  width: 100%;
}
footer .area-inner > ul li {
  margin-bottom: 16px;
}
footer .area-inner > ul li > a .footerlist-title-en {
  color: #C44500;
  font-size: 130%;
  margin-right: 2%;
}
footer .area-inner > ul li > a .footerlist-title-jp {
  font-weight: bold;
  font-size: 70%;
  color: #006173;
}
footer .area-inner > ul li ul .sub {
  padding-left: 4%;
  position: relative;
}
footer .area-inner > ul li ul .sub::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 6px;
  height: 2px;
  background: #C44500;
}
footer .area-inner .abroad a,
footer .area-inner .domestic a {
  font-weight: 700;
  font-size: 105%;
  padding-bottom: 3px;
  color: #C44500;
  border-bottom: 2px dotted #C44500;
}
footer .area-inner .abroad a:hover {
  border-bottom: 2px solid #C44500;
}
footer .area-inner .domestic a {
  color: #006173;
  border-bottom: 2px dotted #006173;
}
footer .area-inner .domestic a:hover {
  color: #006173;
  border-bottom: 2px solid #006173;
}
footer .area-inner .abroad-list,
footer .area-inner .domestic-list {
  padding-left: 4%;
}
footer .area-inner .abroad-list li,
footer .area-inner .domestic-list li {
  position: relative;
}
footer .area-inner .abroad-list li::before,
footer .area-inner .domestic-list li::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 6px;
  height: 2px;
  background: #C44500;
}
footer .area-inner .domestic-list li::before {
  background: #006173;
}
footer .area-inner .domestic-list a:hover {
  color: #006173;
}
footer .area-inner .abroad-list li.ex-link a {
  position: relative;
}
footer .area-inner .abroad-list li.ex-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26%;
  transform: translate(0%, -50%);
  padding-top: 17px;
  padding-left: 19px;
  background-image: url('../images/link-icon-k.svg');
  background-size: cover;
  background-position: center center;
}
footer .area-inner .abroad-list li.ex-link a:hover::after {
  background-image: url('../images/link-icon-o.svg');
}

footer .sns {
  margin: 5vw auto 70vw;
  width: 90%;
  text-align: right;
}
footer .sns a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
}
footer .sns a img {
  width: 100%;
}

footer .copyright {
  margin: 0 auto;
  width: 90%;
  text-align: left;
  color: #006173;
  font-size: 80%;
}


@media screen and ( min-width: 600px ) {

  footer {
    padding: 5vw 0 5vw;
  }
}

@media screen and ( min-width: 960px ) {
  footer {
    padding: 1vw 0 2vw;
    line-height: 1;
    background-image: url('../images/footer-bg-bottm-pc.svg');
    background-size: 100% auto;
    background-position: bottom 2vw center;  
  }

  footer::before {
    background-image: url('../images/footer-bg-top-pc.svg?13');
    background-size: 103% auto;
  }
  footer #backtotop {
    width: 17%;
    height: 29vw;
    top: -31vw;
    right: 0;
  }

  footer .area-inner > ul {
    width: 45%;
  }
  footer .area-inner > ul:nth-child(1) {
    margin-right: 5%;
  }
  footer .area-inner > ul li {
    margin-bottom: 1vw;
  }
  footer .area-inner a {
    transition: 0.1s;
  }
  footer .area-inner a:hover {
    color: #C44500;
  }
  footer .area-inner > ul li > a .footerlist-title-jp {
    font-size: 84%;
  }
  footer .area-inner > ul li > a .footerlist-title-en {
    transition: 0.1s;
    border-bottom: 2px solid #fff5e8;
    font-size: 145%;
  }
  footer .area-inner > ul li > a:hover .footerlist-title-en {
    border-bottom: 2px solid #C44500;
  }
  footer .sns {
    margin-bottom: 20vw;
    text-align: center;
  }
  footer .sns a {
    width: 40px;
    height: 40px;
  }
  footer .copyright {
    text-align: center;
    font-size: 80%;
  }
}

@media screen and ( min-width: 1400px ) {
  footer {
    background-position: bottom 2vw center;  
  }
  footer .area-inner > ul {
    width: 35%;
  }
}
