@charset "utf-8";

/*==========================================================================
# reset
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}
body {
  font-family: sans-serif;
}
/*==========================================================================
# share
========================================================================== */
:root {
  --color-primary: #2262a6;
  --color-secondary: #b4b4b4;
  --color-accent: #f69c05;
  --font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1.6875;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.bold {
  font-weight: bold;
}
.mbt01 {
  margin-bottom: 1em;
}
.mtp01 {
  margin-top: 1.5em;
}
/*==========================================================================
# header
========================================================================== */
.header_menu {
  background-color: rgba(0, 0, 0, 0.16);
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 3%;
  z-index: 1000;
}
@media (max-width: 767px) {
  .header_menu {
    display: none;
  }
}
.header_button {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 13px;
}
.header_button i {
  margin-bottom: 5px;
}
.header_entry_button a,
.header_pdf_button a {
  display: inline-block;
  color: #fff;
  width: 110px;
  height: 90px;
  line-height: 1.2;
  padding: 3em 1em 1em;
}
.header_entry_button a {
  background-color: var(--color-accent);
}
.header_pdf_button a {
  background-color: var(--color-primary);
}
@media (min-width: 768px) {
  .header_entry_button a,
  .header_pdf_button a {
    transform: translateY(-10px);
    transition: transform 0.5s;
  }
  .header_entry_button a:hover,
  .header_pdf_button a:hover {
    transform: translateY(0);
  }
}

/*==========================================================================
# メインビジュアル
========================================================================== */
#slider {
  /* background: url(../images/main_img03.jpg) no-repeat center center / cover; */
  background-color: #000;
  width: 100%;
  height: 90vh;
  position: relative;
}
.slider_text {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 10%;
  top: 50%;
  line-height: 1.4;
  letter-spacing: 4px;
  transform: translateY(-50%);
  animation: SlideIn 1.6s;
}
.slider_text span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .slider_text {
    font-size: 30px;
  }
  .slider_text span {
    font-size: 12px;
  }
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    top: 50%;
    transform: translate(-64px, -50%);
  }
  100% {
    opacity: 1;
    top: 50%;
    transform: translate(0, -50%);
  }
}
/*==========================================================================
# キャッチコピー
========================================================================== */
#catch_copy {
  background: url(../images/img_wave.png) no-repeat center center / cover;
  position: relative;
  padding: 100px 0 50px;
  width: 100%;
}
.catch_copy_inner {
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  #catch_copy {
    padding-bottom: 30px;
  }
  .catch_copy_inner {
    text-align: left;
  }
}
.catch_copy {
  font-size: 28px;
  font-family: var(--font-family);
  margin-bottom: 30px;
}
/*==========================================================================
# ギモン
========================================================================== */
.what_title {
  display: block;
  background-color: var(--color-primary);
  padding: 30px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  position: relative;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .what_title {
    font-size: 20px;
    padding: 20px;
  }
}
#what01 .what_title::before {
  background: url(../images/q01.png) no-repeat center center / contain;
}
#what02 .what_title::before {
  background: url(../images/q02.png) no-repeat center center / contain;
}
#what03 .what_title::before {
  background: url(../images/q03.png) no-repeat center center / contain;
}
#what04 .what_title::before {
  background: url(../images/q04.png) no-repeat center center / contain;
}
#what05 .what_title::before {
  background: url(../images/q05.png) no-repeat center center / contain;
}
#what06 .what_title::before {
  background: url(../images/q06.png) no-repeat center center / contain;
}
.what_title::before {
  position: absolute;
  content: "";
  top: -50px;
  left: 10vw;
  width: 137px;
  height: 137px;
}
@media (max-width: 767px) {
  .what_title::before {
    top: -85px;
    left: 3vw;
    width: 100px;
    height: 100px;
  }
}
.what_title::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: var(--color-primary) transparent transparent transparent;
}
h3 {
  font-size: 28px;
  line-height: 1.4;
  margin: 90px auto 60px;
  font-weight: bold;
  text-align: center;
}
h3::after {
  display: block;
  content: "";
  top: 2em;
  height: 5px;
  width: 160px;
  background-color: #b4b4b4;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    margin: 50px auto 30px;
  }
}
/*==========================================================================
# what01
========================================================================== */
.what_title.what01 {
  margin-top: 100px;
}
#what01 {
  position: relative;
}
@media (min-width: 768px) {
  #what01 {
    background: url(../images/img01.png) no-repeat bottom center / contain;
    width: 100%;
  }
  .what01_img01,
  .what01_img02 {
    display: none;
  }
}
.strong_text {
  font-weight: bold;
  color: var(--color-primary);
  font-size: 26px;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .strong_text {
    margin-top: 30px;
  }
}
.what01_inner {
  max-width: 800px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
}

  @media (max-width: 767px) {
  .what01_img01,
  .what01_img02 {
    position: absolute;
    max-width: 150px;
    margin-top: 10px;
  }
  .what01_img01 {
    right: 0;
  }
  .what01_img02 {
    left: 0;
  }
  .what01_inner {
    margin-top: 50px;
  }
}
/*==========================================================================
# what02
========================================================================== */
#what02 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #what02 {
    margin-top: 300px;
  }
}
.what02 {
  background-color: #eaeaea;
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .what02 {
    padding: 0 0 50px;
  }
}
.member_box_inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.member_box:not(:first-child) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .member_box:not(:first-child) {
    margin-top: 50px;
  }
}
.member_box_wrap {
  display: flex;
  justify-content: space-between;
}
.member_img {
  flex: 0 0 20%;
  background-color: var(--color-primary);
  position: relative;
  color: #fff;
}
.member_img img {
  width: 100%;
}
@media (max-width: 767px) {
  .member_box_wrap {
    display: block;
  }
  .member_img {
    padding-bottom: 30px;
  }
  .member_img img {
    width: 200px;
  }
}
.member_name,
.member_data,
.member_no {
  margin-left: 10px;
  margin-right: 10px;
}
.member_name {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
.member_data {
  font-size: 14px;
  margin-top: 10px;
}
.member_no {
  position: absolute;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  line-height: 1;
  bottom: 0;
}
@media (max-width: 767px) {
  .member_no {
    font-size: 100px;
    top: 0;
    right: 0;
  }
}
.member_question {
  padding: 30px;
  background-color: #fff;
  transform: translateY(10%);
}
@media (max-width: 767px) {
  .member_question {
    padding: 30px 15px;
    transform: translateY(0);
  }
}
h4.question_title:not(:first-child) {
  margin-top: 30px;
}
h4.question_title {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  margin-left: 25px;
}
h4.question_title::before {
  position: absolute;
  content: "";
  background-color: var(--color-primary);
  height: 5px;
  width: 20px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  h4.question_title {
    font-size: 16px;
  }
}
.question_answer {
  margin-top: 1em;
}
.carrier_table {
  margin-top: 15px;
  font-size: 14px;
  border-collapse: collapse;
}
.carrier_table tr th {
  background-color: #e0efff;
}
.carrier_table tr th,
.carrier_table tr td {
  padding: 5px 20px;
  border: 1px solid #eef6ff;
  vertical-align: middle;
}
.member_text {
  position: absolute;
  font-size: 12px;
  right: 0;
  text-align: right;
  bottom: -90px;
}
@media (max-width: 767px) {
  .member_text {
    bottom: -30px;
  }
}
.member_gallery {
  margin-top: 130px;
}
.gallery_images {
  display: flex;
  flex-wrap: wrap;
}
.gallery_image {
  width: 25%;
}
@media (max-width: 767px) {
  .member_gallery {
    margin-top: 50px;
  }
  .gallery_image {
    width: 50%;
  }
}
.gallery_image img {
  width: 100%;
}
/*=========================================================================
# what03
========================================================================== */
@media (max-width: 767px) {
  #what03 .what_title {
    margin-top: 130px;
  }
}
.routine_table {
  margin: 0 auto;
  line-height: 1.4;
}
.routine_table table {
  width: 100%;
  border-collapse: collapse;
}
.routine_table table tr:nth-child(odd) {
  background-color: #ecf3fb;
}
.routine_table table tr {
  padding: 1em;
}
.routine_table table th,
.routine_table table td {
  padding: 0 1em;
}
.routine_table table tr {
  display: flex;
  align-items: center;
}
.routine_table table th.time {
  flex: 0 0 10%;
  text-align: right;
  font-weight: bold;
  color: var(--color-primary);
}
.routine_table table th.job {
  flex: 0 0 15%;
  text-align: left;
  font-weight: bold;
}
.routine_table table td {
  flex: 1 1 75%;
}
@media (max-width: 767px) {
  .routine_table table th,
  .routine_table table td {
    padding: 0;
  }
  .routine_table table tr,
  .routine_table table th,
  .routine_table table td {
    display: block;
  }
  .routine_table table th.time,
  .routine_table table th.job {
    text-align: left;
    margin-bottom: 10px;
  }
}
/*=========================================================================
# what04
========================================================================== */
.license {
  margin-top: 50px;
}
.license_items {
  display: flex;
  margin: 2em 0;
  justify-content: left;
}
.license_item {
  width: calc(25% - 15px * 3 / 4);
  background-color: var(--color-primary);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  line-height: 1.4;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .license_items {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .license_item {
    width: calc(50% - 4px * 2 / 3);
    margin-right: 0;
    margin-top: 6px;
  }
}
.koushu {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.koushu_image {
  flex: 0 1 50%;
  max-width: calc(960px / 2);
}
.koushu_image img {
  max-width: 100%;
}
.koushu_text {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .koushu_image {
    max-width: calc(767px / 2 - 15px);
    margin-top: 20px;
  }
}
/*=========================================================================
# what05
========================================================================== */
.stepup_images {
  text-align: center;
}
.stepup_img img {
  width: 100%;
  max-width: 700px;
}
.stepup_img_last {
  margin-top: 100px;
  text-align: center;
}
/*=========================================================================
# what05
========================================================================== */
.benefit_detail {
  margin: 100px auto 50px;
}
@media (max-width: 767px) {
  .benefit_detail {
    margin: 20px auto 30px;
  }
}
.benefit_text {
  display: block;
  width: 100%;
  border-top: 1px dotted #b4b4b4;
  padding: 10px;
}
.benefit_text:last-child {
  border-bottom: 1px dotted #b4b4b4;
}
.benefit_text span {
  font-weight: bold;
}
/*=========================================================================
# サポート
========================================================================== */
#support {
  background: url(../images/img04.png) no-repeat center center / cover;
  margin-top: 100px;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #support {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.support_title {
  font-size: 30px;
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .support_title {
    font-size: 24px;
  }
}
.entry_buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.entry_button,
.detail_button {
  flex: 1 1 50%;
}
.entry_button a,
.detail_button a {
  color: #fff;
  display: inline-block;
  padding: 1em;
  width: 100%;
  position: relative;
}
.entry_button a i,
.detail_button a i {
  margin-right: 1em;
}
.entry_button a {
  background-color: var(--color-accent);
}
.detail_button a {
  background-color: var(--color-primary);
}
/*=========================================================================
# footer
========================================================================== */
footer {
}

.copyright_wrap {
  background-color: var(--color-primary);
  padding: 10px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
}
/*slider*/
.footer_slider {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .footer_text_wrap {
    position: absolute;
    z-index: 100;
    background-color: #e6e6e6;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .footer_text_wrap {
    position: relative;
    margin: 30px auto;
    text-align: center;
  }
}
h5 img {
  max-width: 230px;
}
@media (min-width: 768px) {
.footer_text {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
}
.footer_address {
  margin-top: 20px;
  font-size: 14px;
}
.slider img {
  width: 100%;
  height: auto;
}
.slider .slick-slide {
  margin: 0; /*スライド左右の余白調整*/
}

/*ページトップ*/
#page-top span {
  display: block;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  transition: all 0.3s;
}
#page-top {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
  background-color: var(--color-primary);
  padding: 20px;
}
#page-top:hover {
  background-color: var(--color-accent);
}
@media (max-width: 767px) {
  #page-top {
    display: none;
  }
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*スマホフッターメニュー*/
@media (min-width: 768px) {
  .sp_menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp_menu {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    background-color: #4b89ca;
  }
  .sp_tel a,
  .sp_mail a,
  .sp_recruit a,
  .sp_top a {
    width: calc(20vw - 1px);
    text-align: center;
    display: inline-block;
    padding: 8px;
    height: 44px;
    color: #fff;
  }
  .sp_tel a,
  .sp_mail a,
  .sp_top a {
    background-color: var(--color-primary);
    margin-left: 1px;
  }
  .sp_recruit a {
    width: 40vw;
  background-image: linear-gradient(90deg, rgb(255, 141, 19), rgb(255, 191, 0));
    color: #fff;
    font-size: 14px;
    line-height: 30px;
  }
}