@charset "UTF-8";

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #282828;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  line-height: 1.7;
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* ********** admin bar ********** */

:root {
  --global--admin-bar--height: 0;
}

.customize-support {
  --global--admin-bar--height: 32px;

  @media only screen and (max-width: 782px) {
    --global--admin-bar--height: 46px;
  }
}

/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/

@media screen and (min-width: 1081px) {
  .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .leftColumn {
    width: 150px;
  }
  .leftColumn .logo {
    width: 150px;
    position: sticky;
    top: var(--global--admin-bar--height);
    left: 0;
    z-index: 200;
  }
  .leftColumn .logo a {
    transition: .3s
  }
  .leftColumn .logo a:hover {
    opacity: .7;
  }
  .rightColumn {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1080px) {
  .wrapper {
    position: relative;
  }
  .leftColumn {
    width: 100px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 200;
  }
  .leftColumn .logo {
    position: fixed;
    top: var(--global--admin-bar--height);
    left: 0;
    z-index: 200;
  }
  .leftColumn .logo img {
    height: 70px;
  }
  .leftColumn .logo a {
    transition: .3s
  }
  .leftColumn .logo a:hover {
    opacity: .7;
  }
  .rightColumn {
    width: 100%;
  }
}

/*----------------------------------------------------
	HEADER
----------------------------------------------------*/

@media screen and (min-width: 1081px) {
  header {
    width: 100%;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translate3d(0,0,0);
  }
  header .inner {
    width: 100%;
    height: 70px;
    padding: 0 10px 0 0;
    position: relative;
    display: flex;
    align-items: center;
  }
  .customize-support header {
    top: 32px;
  }
  header #menu {
    display: none;
  }
  header .logo2 {
    display: flex;
  }
  header .logo2 img {
    height: 56px;
    margin: 0 15px 0 0;
  }

  header nav {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header nav ul.gnav {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
  header nav ul.gnav > li {
    padding: 0 10px;
    height: 100%;
    font-size: 14px;
    position: relative;
  }
  header nav ul.gnav.s > li {
    font-size: 0.85em;
  }
  header nav ul.gnav > li br {
    display: none;
  }
  header nav ul.gnav > li > a {
    height: 70px;
    color: #282828;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
  }
  header nav ul.gnav > li.sub > a {
    padding: 0 20px 0 0;
    background: url(../images/common/ico_gnav.png) no-repeat right center / 13px auto;
    pointer-events: none;
  }
  header nav ul.gnav > li.download > a {
    padding: 0 20px 0 0;
    background: url(../images/common/ico_download.png) no-repeat right center / 14px auto;
  }
  header nav ul.gnav > li:not(.sub) > a:after {
    content: "";
    width: 0;
    border-bottom: 1px solid #282828;
    background: #282828;
    position: absolute;
    bottom: 21px;
    left: 50%;
    transition: .3s;
  }
  header nav ul.gnav > li:not(.sub) > a:hover:after {
    width: 100%;
    left: 0;
    transition: .3s;
  }
  header nav ul.snav {
    width: 165px;
    height: 0;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 30%);
    background: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    overflow: hidden;
    transition: .3s;
  }
  header nav ul.snav.english {
    width: 220px;
  }
  header nav ul.snav.active {
    height: 102px;
  }
  header nav ul.snav li {
    border-bottom: 1px solid #ccc;
  }
  header nav ul.snav li a {
    height: 50px;
    padding: 0 10px 0 30px;
    color: #282828;
    font-weight: 500;
    text-decoration: none;
    background: url(../images/common/ico_snav.png) no-repeat 15px center / 6px auto;
    display: flex;
    align-items: center;
    transition: .3s
  }
  header nav ul.snav li a:hover {
    background: #e0f2fa url(../images/common/ico_snav.png) no-repeat 15px center / 6px auto;
  }
  header nav .recruit_btn a {
    margin: 0 5px;
    padding: 3px 40px 3px 15px;
    color: #282828;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #282828;
    background: url(../images/common/ico_recruit.png) no-repeat right 15px center / 18px auto;
    display: block;
    transition: .3s;
  }
  header nav .recruit_btn a:hover {
    color: #fff;
    border: 1px solid #282828;
    background: #282828 url(../images/common/ico_recruit_w.png) no-repeat right 15px center / 18px auto;
  }
  header nav .contact_btn a {
    margin: 0 5px;
    padding: 3px 15px 3px 15px;
    color: #0068b7;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #0068b7;
    display: block;
    transition: .3s;
  }
  header nav .contact_btn a:hover {
    color: #fff;
    background: #0068b7;
  }
  header nav .insta {
    width: 31px;
    margin: 0 5px;
  }
  header nav .insta a {
    transition: .3s;
  }
  header nav .insta a:hover {
    opacity: .7;
  }
  header nav .language {
    padding: 0px 8px;
  }
  header nav .language ul {
    display: flex;
    justify-content: center;
  }
  header nav .language ul li {
    line-height: 1;
  }
  header nav .language ul li a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    border: 1px solid #bdb9b9;
    border-image: initial;
    transition: 0.3s;
  }
  header nav .language ul li.current a,
  header nav .language ul li a:hover {
    color: #fff;
    background: #1675bd;
  }
  header nav .language ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  header nav .language ul li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  header nav .language p {
    text-align: center;
  }
  header nav .language p a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
  }
  header nav .language p a:hover {
    text-decoration: underline;
  }
  @media screen and (max-width: 1520px) {
    header nav ul.gnav > li {
      font-size: 12px;
    }
    header nav ul.gnav.s > li {
      font-size: 0.8em;
    }
    header nav ul.gnav > li.sub > a {
      padding: 0 15px 0 0;
      background: url(../images/common/ico_gnav.png) no-repeat right center / 10px auto;
    }
    header nav ul.gnav > li.download > a {
      padding: 0 15px 0 0;
      background: url(../images/common/ico_download.png) no-repeat right center / 12px auto;
    }
    header nav ul.snav {
      width: 150px;
      font-size: 12px;
    }
    header nav ul.snav.active {
      height: 100px;
    }
    header nav .recruit_btn a {
      font-size: 12px;
    }
    header nav .contact_btn a {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 1390px) {
    header nav ul.gnav > li {
      font-size: 10px;
      padding: 0 7px;
    }
    header nav ul.gnav.s {
      display: none;
    }
    header nav ul.gnav > li.sub > a {
      padding: 0 15px 0 0;
      background: url(../images/common/ico_gnav.png) no-repeat right center / 10px auto;
    }
    header nav ul.gnav > li.download > a {
      padding: 0 15px 0 0;
      background: url(../images/common/ico_download.png) no-repeat right center / 10px auto;
    }
    header nav ul.snav {
      width: 150px;
      font-size: 10px;
    }
    header nav .recruit_btn a {
      font-size: 10px;
    }
    header nav .contact_btn a {
      font-size: 10px;
    }
    header nav .language p a {
      font-size: 10px;
    }
  }
  @media screen and (max-width: 1230px) {
    header nav ul.gnav > li {
      text-align: center;
      line-height: 1.1;
    }
    header nav ul.gnav > li br {
      display: block;
    }
  }
}
@media screen and (max-width: 1080px) {
  header {
    width: 100%;
    background: #fff;
    position: sticky;
    top: var(--global--admin-bar--height);
    left: 0;
    z-index: 100;
    transform: translate3d(0,0,0);
  }
  header .inner {
    width: 100%;
    height: 70px;
    position: relative;
  }
  header #menu {
    width: 70px;
    height: 70px;
    margin: 0 0 0 auto;
    background: #0068b7;
    position: relative;
    cursor: pointer;
    transition: .3s;
    display: block;
  }
  header #menu span {
    position: absolute;
    left: 20px;
    width: 30px;
    border-bottom: 2px solid #fff;
    transition: .3s;
  }
  header #menu span:nth-child(1) {
    top: 24px;
  }
  header #menu span:nth-of-type(2) {
    top: 34px;
  }
  header #menu span:nth-of-type(3) {
    top: 44px;
  }
  header #menu.active span:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  header #menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #menu.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  header .logo2 {
    position: absolute;
    top: 7px;
    right: 70px;

  }
  header .logo2 img {
    height: 56px;
    margin: 0 15px 0 0;
  }

  header nav {
    height: 0;
    background: #0068b7;
    overflow-x: scroll;
    display: block;
    -webkit-overflow-scrolling: touch;
    transition: .3s;
  }
  header nav.active {
    height: calc(100vh - 70px);
  }
  header nav ul.gnav {
    width: 100%;
    padding: 20px 5% 0;
    display: block;
  }
  header nav ul.gnav.s {
    padding: 20px 5% 100px;
  }
  header nav ul.gnav > li {
    font-size: 15px;
    border-bottom: 1px solid #fff;
  }
  header nav ul.gnav > li br {
    display: none;
  }
  header nav ul.gnav > li > a {
    width: 100%;
    padding: 15px 5px;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: .3s;
    position: relative;
  }
  header nav ul.snav {
    margin: 0 0 15px 0;
  }
  header nav ul.snav li a {
    padding: 5px 10px 10px 25px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    background: url(../images/common/ico_snav_w.png) no-repeat 10px center / 6px auto;
    display: block;
    transition: .3s
  }
  header nav .recruit_btn a {
    margin: 20px 5% 0 5%;
    padding: 10px 15px 10px 15px;
    color: #282828;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    background: #fff url(../images/common/ico_recruit.png) no-repeat right 20px center / 22px auto;
    display: block;
    transition: .3s;
  }
  header nav .contact_btn a {
    margin: 0 5%;
    margin: 15px 5% 0 5%;
    padding: 10px 15px 10px 15px;
    color: #0068b7;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    background: #e0f2fa url(../images/common/ico_contact_w.png) no-repeat right 15px center / 22px auto;
    display: block;
    transition: .3s;
  }
  header nav .insta {
    display: none;
  }
  header nav .language {
    padding: 20px 5% 100px;
  }
  header nav .language ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  header nav .language ul li {
    width: 50%;
    line-height: 1;
  }
  header nav .language ul li a {
    color: #000;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 1px solid #bdb9b9;
    background: #fff;
    display: block;
    transition: 0.3s;
  }
  header nav .language ul li.current a,
  header nav .language ul li a:hover {
    color: #fff;
    background: #0068b7;
  }
  header nav .language ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  header nav .language ul li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  header nav .language p {
    font-size: 15px;
    border-bottom: 1px solid #fff;
  }
  header nav .language p a {
    color: #fff;
    padding: 15px 5px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: block;
  }
}

/*----------------------------------------------------
	SECTION
----------------------------------------------------*/

main a {
  color: #282828;
}
main a:hover {
  text-decoration: none;
}
@media screen and (max-width: 800px) {

}

/*----------------------------------------------------
	CONTACT AREA
----------------------------------------------------*/

.contact_area {
  width: 100%;
  margin: 100px 0 0 0;
  padding: 0 5%;
}
.contact_area .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 15px;
  background: #64bfe5;
}
.contact_area h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.contact_area p {
  color: #fff;
  text-align: center;
}
.contact_area ul {
  max-width: 660px;
  margin: 30px auto 10px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.contact_area ul li {
  width: 330px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_area ul.english {
  max-width: 730px;
}
.contact_area ul.english li:first-child {
  width: 400px;
}
.contact_area ul li dl.tel {
  width: 100%;
  height: 75px;
  padding: 0 0 0 90px;
  color: #fff;
  line-height: 1.3;
  background: url(../images/common/ico_tel.png) no-repeat 20px center / 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact_area ul li dl.tel dt {
  font-size: 33px;
  font-weight: 700;
}
.contact_area ul li dl.tel dd {
  font-size: 13px;
  font-weight: 700;
}
.contact_area ul li dl.tel a {
  color: #fff;
  text-decoration: none;
}
.contact_area ul li a.btn {
  width: 100%;
  height: 75px;
  color: #64bfe5;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_area ul li a.btn:hover {
  color: #fff;
  background: #64bfe5;
}
.contact_area ul li dl.mail {
  width: 100%;
  height: 75px;
  margin: 0;
  padding: 0 0 0 90px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 5px;
  border: 2px solid #fff;
  background: #fff url(../images/common/ico_mail.png) no-repeat 20px center / 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: .3s;
}
.contact_area ul li a.btn:hover dl.mail {
  background: #64bfe5 url(../images/common/ico_mail_w.png) no-repeat 20px center / 55px;
}
.contact_area ul li dl.mail dt {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}
.contact_area ul li dl.mail dt span {
  font-size: 20px;
}
.contact_area ul li dl.mail dd {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact_area {
    margin: 60px 0 0 0;
  }
  .contact_area .inner {
    padding: 20px;
  }
  .contact_area h2 {
    font-size: 20px;
  }
  .contact_area p {
    font-size: 12px;
  }
  .contact_area ul {
    margin: 20px auto 0;
    display: block;
  }
  .contact_area ul li {
    width: 100%;
  }
  .contact_area ul li + li {
    margin: 20px 0 0 0;
  }
  .contact_area ul.english li:first-child {
    width: 100%;
  }
  .contact_area ul li dl.tel dt {
    font-size: 24px;
  }
  .contact_area ul li dl.tel dd {
    font-size: 12px;
  }
  .contact_area ul li dl.mail dt {
    font-size: 13px;
  }
  .contact_area ul li dl.mail dt span {
    font-size: 19px;
  }
  .contact_area ul li dl.mail dd {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
  }
}

/*----------------------------------------------------
	PAGETOP
----------------------------------------------------*/

.pagetop {
  width: 100%;
}
.pagetop a {
  width: 42px;
  height: 52px;
  margin: 40px auto;
  background: url(../images/common/pagetop.png) no-repeat center 10px / 42px auto;
  display: block;
  transition: .3s;
}
.pagetop a:hover {
  background: url(../images/common/pagetop.png) no-repeat center 0 / 42px auto;
  display: block;
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    margin: 30px auto;
  }
}

/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/

footer {
  width: 100%;
  padding: 0 5%;
  line-height: 2;
  background: #e0e4ea;
  position: relative;
}
footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .box {
  width: 300px;
}
footer .box .logo {
  width: 175px;
}
footer .box .company {
  margin: 10px 0;
  font-size: 12px;
}
footer .box .company a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
footer .box .map a:hover {
  opacity: .5;
}
footer .box ul.sns {
  margin: 10px 0 0 0;
  display: flex;
}
footer .box ul.sns li {
  width: 27px;
  margin: 0 10px 0 0;
  transition: .3s;
}
footer .box ul.sns li:hover {
  opacity: .7;
}
footer .nav { 
  width: calc(100% - 320px);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
footer .nav ul li {
  margin: 0 0 5px 0;
  font-size: 13px;
  line-height: 1.7;
}
footer .nav ul li ul li {
  padding: 0 0 0 1.2em;
  font-size: 12px;
  background: url(../images/common/ico_footer.png) no-repeat 5px center / 5px auto;
}
footer .nav ul li ul {
  margin: 5px 0;
}
footer .nav ul li a {
  color: #282828;
  font-size: 13px;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .nav ul li a[target="_blank"] {
  padding: 0 20px 0 0;
  background: url(../images/common/ico_blank.png) no-repeat right center / 12px auto;
}
footer .copy {
  padding: 0 0 30px 0;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 901px) and (max-width: 1060px) {
  footer .box {
    width: 240px;
  }
  footer .box .company {
    font-size: 10px;
  }
  footer .nav {
    width: calc(100% - 240px);
    font-size: 10px;
    gap: 20px;
  }
  footer .nav ul li a {
    font-size: 12px;
  }
  footer .nav ul li ul li {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  footer .inner {
    padding: 30px 0 20px 0;
  }
  footer .box {
    width: 100%;
  }
  footer .nav {
    width: 100%;
    margin: 20px 0 0 0;
    flex-direction: column;
    gap: 0;
  }
  footer .nav ul {
    font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
	#wpadminbar {
    position: fixed!important;
	}
}

/*----------------------------------------------------
	ANIMATION
----------------------------------------------------*/

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}