@charset "UTF-8";
/**
 *
 * 各CSSファイルの読み込み
 *
**/

@import url('base.css');
@import url('common.css');
@import url('layout.css?ver=250408.01');
@import url('content.css?ver=250408.01');
@import url('slick.css');
@import url('slick-theme.css');



/*=============================
	- font-style
	- 汎用 color & background
	- 汎用 wrap & title
	- top.css  TOPページCSS
==============================*/

/*----------------------------------------------------
	font-style
----------------------------------------------------*/
/*  全体 font  */
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.my-font01 {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}

/*----------------------------------------------------
	汎用 color & background
----------------------------------------------------*/
/* color */
.white {
  color: #fff;
}
.base-color01 {
  /*--メイン文字カラー--*/
  color: #000;
}
.base-back01 {
  /*--メイン背景カラー--*/
  background: #fff;
}
.point-color01 {
  /*--ポイント文字カラー ブルー --*/
  color: #2f6aab;
}
.point-color02 {
  /*--ポイント文字カラー 水色 --*/
  color: #2fbbdc;
}
.point-back01 {
  /*--ポイント背景カラー ブルー --*/
  background: #2f6aab;
}
.point-back02 {
  /*--ポイント背景カラー イエロー--*/
  background: #fa9b1d;
}
.accent-back01 {
  /*--アクセント背景カラー 薄グレー--*/
  background: #f3f6f9;
}

/*----------------------------------------------------
	汎用 buttton
----------------------------------------------------*/
/* 無料相談ボタン */
.btn01 {
  display: inline-block;
  text-align: center;
  min-width: 320px;
  letter-spacing: 0.05em;
  border-radius: 80px;
  padding: 22px 0 21px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 650px) {
  .btn01 {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    border-radius: 100px;
  }
    
  .btn01.btn_contact {
    line-height: 1.3em;
    font-size: 16px;
    padding: 0.5em 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .btn01.btn_contact > span {
    color: #fa9b1d;
    background: #fff;
    font-size: 13px;
    line-height: 1.0em;
    padding: 0.25em 0.75em;
    border-radius: 50px;
    margin-bottom: 3px;
  }
}

/* 青枠丸ボタン */
.btn02 {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.05em;
  min-width: 330px;
  border-radius: 140px;
  padding: 22px 0 21px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 650px) {
  .btn02 {
    width: 100%;
    min-width: 100%;
  }
}

/*----------------------------------------------------
	汎用 wrap & title
----------------------------------------------------*/
/*  width 管理  */
.mywidth {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 650px) {
  .mywidth {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/*  メインコンテンツwrap   */
#main-wrapp {
  overflow-x: hidden;
}

/* title */
.content-title01 {
  color: #000;
  position: relative;
  z-index: 1;
}
.content-title01 .title-english {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 2px;
}
@media screen and (max-width: 650px) {
  .content-title01 .title-english {
    font-size: 40px;
  }
}

/*----------------------------------------------------
	top.css  TOPページCSS
----------------------------------------------------*/
/*  content01  */
.content01 {
  padding-top: 70px;
  padding-bottom: 85px;
}
.content01 .content-title01 .title-english {
  padding-left: 3px;
}
.content01 .area {
  width: 620px;
  height: 491px;
  position: relative;
}
.content01 .area .map {
  width: 541px;
  height: 491px;
  background: url(../images/map.png) no-repeat center / cover;
  position: absolute;
  top: 6px;
  left: 32px;
}
.content01 .area .map a {
  display: inline-block;
  min-width: max-content;
  color: #2fbbdc;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #2fbbdc;
  border-radius: 18px;
  padding: 9px 20px 10px;
}
.content01 .area .map li {
  position: absolute;
}
.content01 .area .map .hokkaido {
  top: 46px;
  right: 117px;
}
.content01 .area .map .tohoku {
  top: 252px;
  right: 83px;
}
.content01 .area .map .hokuriku {
  top: 248px;
  right: 193px;
}
.content01 .area .map .kanto {
  top: 341px;
  right: 95px;
}
.content01 .area .map .tokai {
  top: 384px;
  right: 187px;
}
.content01 .area .map .kansai {
  top: 351px;
  left: 178px;
}
.content01 .area .map .chugoku {
  top: 308px;
  left: 76px;
}
.content01 .area .map .shikoku {
  top: 415px;
  left: 120px;
}
.content01 .area .map .kyushu {
  top: 370px;
  left: -32px;
}
.content01 .area .map .okinawa {
  top: 479px;
  left: 0;
}
.content01 .job {
  width: 640px;
}
.content01 .job li {
  width: 200px;
  margin-left: 20px;
  margin-top: 20px;
}
.content01 .job li:nth-child(3n + 1) {
  margin-left: 0;
}
.content01 .job li:nth-child(-n + 3) {
  margin-top: 0;
}
.content01 .job li a {
  display: block;
  height: 50px;
  border-radius: 25px;
  background-color: #ebedee;
  position: relative;
}
.content01 .job li a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .content01 {
    padding: 60px 0;
  }
  .content01 .area {
    width: 100%;
    height: auto;
  }
  .content01 .area .map {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    background: none;
    position: static;
  }
  .content01 .area .map li {
    position: static;
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 10px) / 2);
  }
  .content01 .area .map a {
    display: block;
    height: 44px;
    border-radius: 25px;
    padding-top: 13px;
  }
  .content01 .area .map li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .content01 .area .map li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .content01 .job {
    width: 100%;
  }
  .content01 .job li {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .content01 .job li:nth-child(-n + 3) {
    margin-top: 10px;
  }
  .content01 .job li:first-of-type {
    margin-top: 0;
  }
  .content01 .job li a {
    height: 50px;
    border-radius: 25px;
  }
}

/*  content02  */
.content02 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.content02 .box,
.content03 .box {
  width: 290px;
  margin-left: 40px;
  margin-top: 55px;
}
.content02 .box:nth-child(-n + 4),
.content03 .box:nth-child(-n + 4) {
  margin-top: 0;
}
.content02 .box:nth-child(4n + 1),
.content03 .box:nth-child(4n + 1) {
  margin-left: 0;
}
.content02 .box a,
.content03 .box a {
  display: block;
}
.content02 .box .image,
.content03 .box .image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.content02 .box .image img,
.content03 .box .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.content02 .box .tag,
.content03 .box .tag {
  min-width: 130px;
  text-align: center;
  border-radius: 15px;
  border: solid 1px #000;
  margin-top: 25px;
  padding: 4px 10px;
  display: inline-block;
}
.content02 .box .text,
.content03 .box .text {
  margin-top: 9px;
  line-height: 1.73;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 650px) {
  .content02 {
    padding: 50px 0 60px;
  }
  .content02 .box,
  .content03 .box {
    width: 90vw;
    margin-left: 0;
    margin-top: 45px;
  }
  .content02 .box:nth-child(-n + 4),
  .content03 .box:nth-child(-n + 4) {
    margin-top: 45px;
  }
  .content02 .box:nth-child(4n + 1),
  .content03 .box:nth-child(4n + 1) {
    margin-top: 45px;
  }
  .content02 .box:first-of-type,
  .content03 .box:first-of-type {
    margin-top: 0;
  }
  .content02 .box .image img,
  .content03 .box .image img {
    border-radius: 30px;
  }
}

/*  content03  */
.content03 {
  padding-top: 60px;
  padding-bottom: 70px;
}
.content03 .box .text {
  line-height: 1.44;
}
@media screen and (max-width: 650px) {
  .content03 {
    padding: 50px 0 60px;
  }
}

/*  content06  */
.content04 {
  padding-top: 100px;
  padding-bottom: 60px;
}
.content04 .out-wrap {
  text-align: center;
  display: table;
  table-layout: auto;
  margin-bottom: -24px;
}
.content04 .list-wrap li {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 0 24px;
}
.content04 .list-wrap li .date {
  min-width: 120px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.content04 .list-wrap li .text {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.44;
  overflow: hidden;
}
.content04 .list-wrap li a {
  color: #000;
}
@media screen and (max-width: 650px) {
  .content04 {
    padding: 50px 0 60px;
  }
  .content04 .out-wrap {
    width: 100%;
  }
  .content04 .list-wrap li {
    display: block;
    padding: 0 0 30px;
  }
  .content04 .list-wrap li .date {
    display: block;
    border-bottom: #ccc 1px solid;
    padding-bottom: 10px;
  }
  .content04 .list-wrap li .text {
    display: block;
    padding: 10px 0 0;
  }
}

/*  content05  */
.content05 {
  background: url("../images/footer-bg.jpg") no-repeat 85% center / cover;
  padding-top: 80px;
  padding-bottom: 50px;
}
.content05 .inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.content05 .tel-btn {
  display: block;
  background: url("../images/footer-tel.png") no-repeat left calc(50% + 3px);
  padding-left: 28px;
  font-size: 32px;
  letter-spacing: 0.04em;
}
.content05 .contact-btn {
  margin-left: 60px;
  margin-right: 0;
}
@media screen and (max-width: 650px) {
  .content05 {
    padding: 60px 0 60px;
  }
  .content05 .inner {
    width: 100%;
  }
  .content05 .tel-btn {
    font-size: 34px;
  }
  .content05 .contact-btn {
    margin-left: 0;
    width: 100%;
  }
}


.btn_sticky {
    display: none
}

@media screen and (max-width: 650px) {
    .btn_sticky {
        display: block;
        position: fixed;
        bottom: 0;
        /*background: #16b000;*/
        background: #fa9b1d;
        width: 100%;
        z-index:1000;
        box-shadow:rgba(0,0,0,0.1) 0 -3px 3px 0;
        border: none;
    }
    .btn_sticky a {
        color: #fff;
        font-size:4.5vw;
        width:100%;
        height: 60px;
        line-height: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .btn_sticky a span {
        color: #fa9b1d;
        font-size: 3.5vw;
        line-height: 1.0em;
        background: #fff;
        padding: 0.25em 0.5em;
        border-radius: 50px;
        margin-bottom: 5px;
    }
    
    #footer {
        padding-bottom: 60px;
    }
}
