@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 1.75;
  color: #222;
  min-width: 1040px;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  display: block;
}

a {
  text-decoration: none;
  color: #222;
  outline: none;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a,
input {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

a:hover,
.link input:hover {
  opacity: 0.6;
}

figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}

figure img {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*横幅に合わせてトリミング*/
  width: 100%;
  height: auto;
  /*高さに合わせてトリミング*/
  /*
    width: auto;
    height: 100%;
    */
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 0;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1;
  }

}

/*============================
Clearfix float
============================*/

/*
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
*/

/*============================
flex
============================*/

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/*============================
脚注文字表記etc.
============================*/

.eng {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.min {
  font-size: 13px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .min {
    font-size: 12px;
  }
}

/*============================
表示切り替え
============================*/

.sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/*============================
wrapper
============================*/

.wrapper {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding-top: 57px;
  }
}

/*============================
inner
============================*/

.inner {
  width: 1040px;
  margin: auto;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

/*============================
header
============================*/

#top {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 80000;
}

#top .site-header {
  transition: .7s;
  width: 100%;
  position: relative;
}

#top .site-header .inner {
  align-items: center;
  width: 100%;
}

.siteTitle {
  width: 155px;
  margin-left: 35px;
}

.siteTitle a {
  padding-top: 25.7234%;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: url(../images/common/header/sitetitle.png) no-repeat left center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/**header 途中から*****/

#top .site-header.transform {
  position: fixed;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  #top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
    min-width: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    padding: 8px 0;
  }

  #top .site-header .inner {
    padding: 0 0 0 8px;
  }

  .siteTitle {
    width: 160px;
    margin: 0;
  }

  /**header 途中から*****/
  #top .site-header.transform {
    position: static;
    box-shadow: none;
  }

  #top .site-header.transform .siteTitle {
    width: 130px;
  }
}

/*============================
nav
============================*/

#top nav {
  margin-left: auto;
}

#top .globalNav {
  align-items: center;
}

#top .globalNav > li > a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0 25px;
  position: relative;
}

#top .globalNav > li > a .jp,
#top .globalNav > li > a .eng {
  display: block;
  line-height: 1.4;
}

#top .globalNav > li > a .eng {
  font-size: 18px;
}

#top .globalNav > li > a .jp {
  font-size: 13px;
  color: #63b0d7;
  letter-spacing: 0.04em;
}

#top .tel {
  margin-left: 10px;
  background-color: #d5f1ff;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

#top .tel a {
  display: block;
  color: #1b89c2;
  font-size: 20px;
  padding: 0 30px;
}

#top .mail {
  background-color: #1b89c2;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
}

#top .mail a {
  display: block;
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 1080px) {
  #top .tel {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #top nav {
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 57px;
    background-color: #1e88c2;
    overflow-y: scroll;
  }

  #top .globalNav li {
    float: none;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
  }

  #top .globalNav li a {
    overflow: inherit;
    width: 100%;
    height: inherit;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
  }

  #top .globalNav > li > a .jp {
    color: #a6e1ff;
  }

  #top .globalNav li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    z-index: 10;
  }

  #top .mail {
    margin-left: 0;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 35px;
    right: 68px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #top .tel {
    margin-left: 0;
    display: block;
    padding: 0;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    right: 120px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #top .tel a {
    padding: 0;
  }

  #top .tel a span {
    display: none;
  }

  /**header 途中から*****/
  #top .transform .globalNav li {
    width: 100%;
  }

  #top .site-header.transform .siteTitle {
    width: 160px;
  }

  #top .transform .globalNav > li > a {
    padding: 18px 0;
  }
}

/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    z-index: 1000;
    width: 31px;
    height: 23px;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 31px;
    height: 23px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1e88c2;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /* anime */
  .active .menu-trigger span {
    background-color: #1e88c2;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

/*============================
cont_img
============================*/

.cont_img {
  text-align: center;
  position: relative;
  background: url(../images/common/cont_img.jpg) no-repeat center center;
  background-size: cover;
  height: 325px;
  align-items: center;
  justify-content: center;
}

.cont_img h1 {
  line-height: 1.3;
  font-size: 36px;
  letter-spacing: 0.06em;
  color: #fff;
}

.cont_img h1 span {
  display: block;
}

.cont_img h1 span.eng {
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .cont_img {
    height: 180px;
  }

  .cont_img h1 {
    font-size: 25px;
  }

  .cont_img h1 span.eng {
    font-size: 14px;
    font-weight: 500;
  }
}

/*============================
パンくず
============================*/

.root {
  font-size: 14px;
  padding: 10px 20px;
  background-color: #ebebeb;
}

.root ul {
  display: flex;
  overflow: hidden;
}

.root li {
  position: relative;
  letter-spacing: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

.root li::before {
  content: '>';
  margin: 0 5px;
}

.root li:first-child {
  margin-left: 0;
}

.root li:first-child:before {
  display: none;
}


@media only screen and (max-width: 768px) {
  .root {
    overflow-x: auto;
    font-size: 13px;
  }
}

/*============================
container
============================*/

.cont .container {
  width: 1040px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: left;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {

  .cont .container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }
}

/*============================
Link
============================*/

.link {
  width: 100%;
  margin: auto;
  padding-top: 60px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link li {
  width: 320px;
  margin: 0 20px;
}

.link li a,
.link li input {
  display: block;
  line-height: inherit;
  width: 100%;
  padding: 13px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  border: none;
  background-color: #1b89c2;
  position: relative;
  border-radius: 0;
}

.link li a::before,
.link li input::before,
.formBtn li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .link {
    padding-top: 20px;
  }

  .link li {
    width: 80%;
    margin: 0;
    margin-top: 20px
  }

  .cont .link li {
    width: 80%;
  }
}


/*============================
primary
============================*/

.primary {
  width: 760px;
  float: left;
}

.cont .primary article {
  padding-top: 80px;
}

.cont .primary article:first-of-type {
  padding-top: 0;
}

.primary .inner p.lead {
  font-weight: 600;
  font-size: 18px;
}

.primary .inner p {
  margin-top: 15px;
}

.primary .inner p:first-of-type {
  margin-top: 0;
}

.cont .primary .inner {
  width: 100%;
}

.cont h2 {
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

.cont h2 .eng {
  color: #1b89c2;
  font-weight: 700;
  font-size: 32px;
}

.cont h2 .jp {
  color: #4cb3e9;
  margin-left: 10px;
  font-size: 18px;
}

.cont h3 {
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  border-left: 8px solid #1e88c2;
  border-bottom: 1px solid #b5b5b5;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {

  .primary {
    width: 90.625%;
    margin: auto;
    float: none;
  }

  .cont .primary article {
    padding-top: 40px;
  }

  .cont h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .cont h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}


/*============================
table
============================*/

table.info {
  width: 100%;
  margin-top: 26px;
}

table.info tr {
  display: flex;
  padding-top: 10px;
}

table.info tr:last-child {
  border: none;
  padding-bottom: 0;
}

table.info th {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  font-weight: 600;
}

table.info th,
table.info td {
  padding: 15px 0;
}

table.info tr:first-child {
  padding-top: 0;
}

table.info td {
  text-align: left;
  flex: 1;
  width: 100%;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f8f8f8;
}

table.info td ul {
  padding-left: 18px;
}

table.info td li {
  padding-top: 8px;
  list-style-type: disc;
}

table.info td li:first-child {
  padding-top: 0;
}

table.info td dt {
  padding-top: 10px;
}

table.info td dt:first-of-type {
  padding-top: 0;
}

a.google::before {
  font-family: 'Font Awesome 6 Free';
  content: '\f3c5';
  font-weight: 900;
  margin-right: 5px;
  color: #1b89c2;
}

a.google {
  display: block;
  margin: 5px 0;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {

  table.info th,
  table.info td {
    padding: 12px 0;
  }

  table.info th {
    width: 100px;
    font-size: 13px;
  }

  table.info td {
    padding: 10px;
    font-size: 14px;
  }
}


/*============================
secondary
============================*/

.secondary {
  width: 245px;
  float: right;
}

/* バナー */

.secondary .banner li {
  margin-top: 20px;
}

.secondary .banner li:first-child {
  margin-top: 0;
}

.secondary .banner li a {
  display: block;
}

.secondary .banner li a img {
  width: 100%;
}

/* 会社概要 */

.company {
  margin-top: 30px;
}

.company .photo img {
  width: 100%;
}

.company dl {
  background: #f8f8f8;
  padding: 15px 20px;
  padding-bottom: 25px;
  font-size: 15px;
}

.company a.google i {
  margin-bottom: 15px;
}

.company li.btn {
  margin-top: 15px;
}

.company .btn a {
  padding: 12px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #1d89c2;
  border-radius: 30px;
}

.company .btn.tel a {
  background-color: #d6f1ff;
  font-size: 16px;
  font-weight: 500;
  color: #1e88c2;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .secondary {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
    border-top: 1px solid #bbbbbb;
    margin-top: 70px;
  }

  .secondary .banner {
    width: 90.625%;
    margin: auto;
    padding: 30px 0;
  }

  .secondary .banner li {
    width: 100%;
  }

  .company {
    margin: 0;
  }

  .company dl {
    padding-bottom: 30px;
  }

  .company .btn a {
    padding: 20px 0;
  }

}

/*============================
toTop
============================*/

.toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
}

.toTop li {
  background: #1e88c2;
}

.toTop li a {
  padding-top: 45px;
  display: block;
  overflow: hidden;
  width: 45px;
  height: 0;
  background: url(../images/common/footer/totop.png) no-repeat center top rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
  .toTop li a {
    width: 40px;
    height: 40px;
    padding-top: 40px;
    background-image: url(../images/common/footer/totop_sp.png);
    background-size: 40px;
  }
}

/*============================
footer
============================*/

footer {
  border-top: #1b89c2 1px solid;
}

footer .inner {
  position: relative;
  padding: 60px 0;
}

footer .detail {
  font-size: 15px;
}

footer .detail .siteTitle {
  margin-bottom: 15px;
  margin-left: 0;
}

footer .footer-nav .sitelink {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

footer .footer-nav .sitelink li {
  border-left: 1px solid #ccc;
}

footer .footer-nav .sitelink li:last-child {
  border-right: 1px solid #ccc;
}

footer .footer-nav .sitelink li a {
  display: block;
  text-align: center;
  padding: 0 20px;
  font-weight: 600;
}

footer .footer-nav .sublink {
  overflow: hidden;
  padding: 20px 0;
}

footer .footer-nav .sublink li {
  float: left;
  margin-right: 25px;
}

footer .footer-nav .sublink li a {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1;
}

footer .footer-nav .sublink li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #1b89c2;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

footer .footer-nav .contact {
  display: inline-block;
  background: #1b89c2;
  color: #fff;
  padding: 10px 34px;
  font-weight: 600;
  text-align: center;
  margin-right: 10px;
  font-size: 15px;
}


footer .copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.06em;
  padding: 15px 0;
  font-weight: 700;
  color: #1b89c2;
  background-color: #d5f1ff;
}

@media only screen and (max-width: 768px) {

  footer .inner {
    position: relative;
    width: 90.625%;
    padding: 40px 0;
    display: block;
  }

  footer .detail {
    font-size: 14px;
  }

  footer .detail .recruit-link {
    width: 100%;
  }

  footer .detail .siteTitle {
    margin: 0;
    margin-bottom: 15px;
  }

  footer .footer-nav .sitelink {
    padding: 20px 0;
  }

  footer .footer-nav .sitelink li {
    border-left: none;
    background: #d6f1ff;
    width: 49%;
    margin-bottom: 2%;
    border-radius: 3px;
  }

  footer .footer-nav .sitelink li:last-child {
    border-right: none;
  }

  footer .footer-nav .sitelink li a {
    padding: 10px 0;
    color: #1b89c2;
  }

  footer .footer-nav .contact {
    display: block;
    padding: 15px 0;
    margin: 10px 0 0;
  }
}

/*============================
common_js
============================*/

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
