@charset "UTF-8";
/*
theme Name: RELIFE
Author: RELIFE
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
/*=========================
# font
=========================*/
@font-face {
  font-family: "Albert Sans";
  src: url("../font/AlbertSans-VariableFont_wght.ttf") format("truetype");
}
body {
  box-sizing: border-box;
  width: 100%;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0;
  font-size: 16px;
  color: #3B3B46;
  background: #EFF6FF;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
body.is-checked {
  overflow-y: hidden;
}

html {
  scroll-behavior: smooth;
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1620px;
    box-sizing: content-box !important;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

p {
  margin-bottom: 30px;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
.main {
  overflow: hidden;
  flex: 1;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .main {
    padding-top: 50px;
  }
}
.main-page {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .main-page {
    padding-top: 100px;
  }
}

.section-title {
  line-height: 1.2;
  margin-bottom: 80px;
  color: #154994;
}
@media (max-width: 1024px) {
  .section-title {
    margin-bottom: 50px;
  }
}
.section-title .en {
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .section-title .en {
    font-size: 80px;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .section-title .en {
    font-size: 64px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .section-title .en {
    display: block;
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .section-title .jp {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .section-title .jp {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-title .jp {
    font-size: 16px;
    margin-left: 2px;
  }
}

.section-title02 {
  font-size: 18px;
  color: #223F69;
  font-weight: 500;
  border-bottom: 3px solid #C1D3EF;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .section-title02 {
    font-size: 24px;
    padding-bottom: 5px;
  }
}
.section-title02::before {
  position: absolute;
  content: "";
  background: #144994;
  width: 100px;
  height: 3px;
  left: 0;
  bottom: -3px;
}

.btn01 {
  display: block;
  background: #154994;
  color: #fff;
  font-weight: 600;
  border-radius: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 57px 9px 30px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .btn01 {
    font-size: 24px;
    padding: 10px 64px 10px 40px;
    border-radius: 42px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .btn01 {
    font-size: 20px;
  }
}
.btn01::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow01.svg) no-repeat center center/contain;
  width: 4px;
  height: 8px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .btn01::after {
    width: 6px;
    height: 12px;
  }
}

.page {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .page {
    margin-bottom: 100px;
  }
}
.page a {
  word-break: break-all;
}

/* eyecatch
---------------------*/
.eyecatch {
  margin: 0 25px 22px;
  position: relative;
}
@media (max-width: 767px) {
  .eyecatch {
    margin: 0 12px 10px;
  }
}
.eyecatch .eyecatch-img img {
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-img img {
    height: 51.2820512821vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.eyecatch .eyecatch-inner {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .eyecatch .eyecatch-inner {
    padding: 0 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1580px) {
  .eyecatch .eyecatch-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-inner {
    width: calc(100% - 60px);
  }
}
.eyecatch .eyecatch-inner .page-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.eyecatch .eyecatch-inner .page-title .en {
  letter-spacing: 0.07em;
  display: block;
}
@media (min-width: 768px) {
  .eyecatch .eyecatch-inner .page-title .en {
    font-size: 1.5625vw;
  }
}
@media (min-width: 1580px) {
  .eyecatch .eyecatch-inner .page-title .en {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-inner .page-title .en {
    font-size: 16px;
  }
}
.eyecatch .eyecatch-inner .page-title .jp {
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .eyecatch .eyecatch-inner .page-title .jp {
    font-size: 2.5vw;
  }
}
@media (min-width: 1580px) {
  .eyecatch .eyecatch-inner .page-title .jp {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .eyecatch .eyecatch-inner .page-title .jp {
    font-size: 24px;
  }
}

/*breadcrumb
--------------------*/
.breadcrumb {
  margin-bottom: 78px;
  letter-spacing: 0.012em;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 14px;
    margin-bottom: 50px;
  }
}

/* header
--------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 80px;
}
@media (max-width: 1024px) {
  .header {
    background: #fff;
    height: 50px;
  }
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  max-width: 1820px;
}
@media (min-width:768px) and (max-width: 1024px) {
  .header .inner {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .header .inner {
    padding-right: 0;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .header .inner .header-left .header-title {
    width: 240px;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-left .header-title {
    width: 150px;
  }
}
.header .inner .header-right {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .header .inner .header-right {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-right .header-nav {
    display: none;
  }
}
.header .inner .header-right .header-nav .header-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header .inner .header-right .header-nav .header-nav-list li {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .header .inner .header-right .header-nav .header-nav-list li {
    margin-right: 40px;
  }
}
.header .inner .header-right .header-nav .header-nav-list li:last-child {
  margin-right: 0;
}
.header .inner .header-right .header-nav .header-nav-list li a {
  font-weight: 500;
}
@media (min-width: 768px) {
  .header .inner .header-right .header-nav .header-nav-list li a {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  .drawer-bars {
    cursor: pointer;
    position: relative;
    z-index: 700;
    right: 0;
    background: #154994;
    width: 50px;
    height: 100%;
  }
  .drawer-bars .drawer-bars-inner {
    width: 24px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .drawer-bars .drawer-bars-inner .drawer-bar {
    background-color: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease 0s;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(1) {
    top: 0;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(2) {
    top: 9px;
  }
  .drawer-bars .drawer-bars-inner .drawer-bar:nth-of-type(3) {
    top: 18px;
  }
}
.drawer-bars.is-checked .drawer-bars-inner {
  width: 23px;
  height: 23px;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar {
  width: 32px;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.drawer-bars.is-checked .drawer-bars-inner .drawer-bar:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-nav {
  position: absolute;
  position: fixed;
  overflow-y: auto;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  width: 100%;
  height: 100vh;
  padding: 30px 20px;
  background: #fff;
  transition: all 0.3s ease 0s;
  display: none;
}
.drawer-nav.is-checked {
  display: block;
}
.drawer-nav .drawer-menu {
  position: relative;
  z-index: 2;
  overflow-y: auto;
}
.drawer-nav .drawer-menu li {
  text-align: center;
  margin-bottom: 15px;
}
.drawer-nav .drawer-menu li a {
  font-weight: 500;
  font-size: 18px;
}

/* util
---------------------------*/
a {
  color: #3B3B46;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.9;
}

/* mv
-------------------------*/
.mv {
  position: relative;
  margin-top: 5.9375vw;
  margin-bottom: 10.4166666667vw;
}
@media (max-width: 767px) {
  .mv {
    margin-top: 48.9743589744vw;
    margin-bottom: 24.358974359vw;
  }
}
.mv01 {
  position: absolute;
  width: 24.84375vw;
  right: 30.9895833333vw;
  top: -3.3333333333vw;
  z-index: 2;
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv01 {
    right: 28.6458333333vw;
  }
}
@media (max-width: 767px) {
  .mv01 {
    width: 55.1282051282vw;
    top: -48.9743589744vw;
    left: 0;
    right: auto;
  }
}
.mv02 {
  position: absolute;
  width: 35.15625vw;
  right: 0;
  top: 11.0416666667vw;
  z-index: 3;
}
@media (max-width: 767px) {
  .mv02 {
    width: 76.9230769231vw;
    top: 46.6666666667vw;
  }
}
.mv-bg {
  position: relative;
  margin-bottom: 3.75vw;
}
@media (max-width: 767px) {
  .mv-bg {
    margin-bottom: 41.5384615385vw;
  }
}
.mv-title {
  font-size: 2.0833333333vw;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.34375vw;
  z-index: 4;
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv-title {
    font-size: 24px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .mv-title {
    font-size: 5.641025641vw;
    padding: 0 2.5641025641vw;
    left: 0;
  }
}
.mv-title::before {
  position: absolute;
  content: "『";
  font-size: 3.6458333333vw;
  top: -2.0833333333vw;
  left: -2.6041666667vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv-title::before {
    font-size: 48px;
    top: -30px;
    left: -20px;
  }
}
@media (max-width: 767px) {
  .mv-title::before {
    font-size: 7.6923076923vw;
    top: -5.1282051282vw;
    left: -2.5641025641vw;
  }
}
.mv-title::after {
  position: absolute;
  content: "』";
  font-size: 3.6458333333vw;
  bottom: -2.0833333333vw;
  right: -2.6041666667vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv-title::after {
    font-size: 48px;
    bottom: -30px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .mv-title::after {
    font-size: 7.6923076923vw;
    bottom: -5.1282051282vw;
    right: 0vw;
  }
}
.mv-txt {
  font-size: 1.1458333333vw;
  letter-spacing: 0.03em;
  line-height: 2.7272727273;
  font-weight: 400;
  color: #223F69;
  position: relative;
  z-index: 5;
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv-txt {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .mv-txt {
    font-size: 16px;
    line-height: 1.875;
  }
}

/* top-products
-------------------------*/
.top-products {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .top-products {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .top-products-wrapper {
    margin-left: calc(50% - 50vw);
    margin-bottom: 120px;
  }
}
.top-products-content {
  margin-bottom: 120px;
  position: relative;
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-products-content {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .top-products-content {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .top-products-content-inner {
    position: absolute;
    width: 47.5308641975%;
    top: 8%;
    right: 0;
  }
}
@media (min-width: 768px) {
  .top-products-img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .top-products-img {
    margin: 0 -20px;
  }
}
.top-products-bg {
  background: #fff;
  padding: 20px 25px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-products-bg {
    margin-bottom: 30px;
    padding: 30px 30px 30px 60px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-products-bg {
    padding: 20px 20px 20px 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-products-bg {
    margin: -63px auto 25px;
  }
}
.top-products-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #223F69;
}
@media (min-width: 768px) {
  .top-products-subtitle {
    font-size: 40px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-products-subtitle {
    font-size: 24px;
  }
}
.top-products-txt {
  margin-bottom: 0;
  line-height: 1.4375;
}
.top-products-list {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-products-list {
    width: 70%;
  }
}
.top-products-list li {
  font-size: 17px;
  color: #223F69;
  padding-left: 35px;
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 768px) {
  .top-products-list li {
    font-size: 20px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-products-list li {
    font-size: 17px;
  }
}
.top-products-list li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow02.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0;
}
@media (min-width: 768px) {
  .top-products-list li::before {
    top: 8px;
  }
}

/* top-previews
-------------------------*/
.top-previews {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .top-previews {
    margin-bottom: 75px;
  }
}
.top-previews-list {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .top-previews-list {
    overflow: hidden;
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .top-previews-list {
    margin-right: -40px;
  }
}
@media (max-width: 767px) {
  .top-previews-list {
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .top-previews-list.no-swiper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .top-previews-list.no-swiper {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .top-previews-list.no-swiper .swiper-slide {
    width: calc(33.3333% - 20px);
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-previews-list.no-swiper .swiper-slide {
    width: calc(50% - 15px);
  }
}
.top-previews-list.no-swiper .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .top-previews-list.no-swiper .swiper-slide:nth-child(2n) {
    margin-right: 0;
  }
}
.top-previews-list-bottom {
  padding: 20px 10px 30px;
}
.top-previews-list-title {
  font-size: 20px;
  font-weight: 500;
  color: #223F69;
  line-height: 1.35;
  margin-bottom: 5px;
}
.top-previews-list-info {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.top-previews-list-txt {
  line-height: 1.3125;
  margin-bottom: 0;
}
.top-previews .swiper-slide a {
  display: block;
  background: #fff;
}

/* top-company
-------------------------*/
.top-company {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .top-company {
    margin-bottom: 75px;
  }
}
.top-company-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .top-company-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-company-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .top-company-img {
    width: 61.7283950617%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-company-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .top-company-img {
    margin: 0 -20px 27px;
  }
}
@media (min-width: 768px) {
  .top-company-inner {
    width: 32.0987654321%;
    margin-top: -2%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-company-inner {
    width: 100%;
  }
}
.top-company-name {
  font-size: 18px;
  font-weight: 500;
  color: #223F69;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .top-company-name {
    font-size: 32px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-company-name {
    font-size: 24px;
  }
}
.top-company-table table tr td {
  display: block;
}
.top-company-table table tr td:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
  color: #839BBE;
  line-height: 1.2;
}
.top-company-table table tr td:nth-child(2) {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .top-company-table table tr td:nth-child(2) {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-company-table table tr td:nth-child(2) {
    font-size: 16px;
  }
}

/* top-news
-------------------------*/
.top-news {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .top-news {
    margin-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .top-news .section-title {
    margin-bottom: 40px;
  }
}
.top-news-list {
  margin-bottom: 50px;
}

.news-list {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .news-list {
    margin-bottom: 100px;
  }
}
.news-list li {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .news-list li {
    margin-bottom: 24px;
  }
}
.news-list li a {
  background: #fff;
  padding: 20px 25px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .news-list li a {
    display: flex;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .news-list li a {
    display: block;
  }
}
.news-list li a .date {
  color: #849BBE;
}
@media (min-width: 768px) {
  .news-list li a .date {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .news-list-title {
    font-size: 20px;
  }
}

/* archive-news
-------------------*/
.archive-news {
  margin-bottom: 100px;
}
.archive-news-title {
  margin-bottom: 45px;
}

/* page-nav
---------------------------*/
.page-nav {
  text-align: center;
}
.page-nav .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-nav .wp-pagenavi div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
  border: none;
  text-align: center;
  display: inline-block;
  background: #fff;
  color: #223F69;
  font-size: 18px;
  line-height: 1;
  width: 36px;
  height: 36px;
  line-height: 29px;
  position: relative;
  margin: 0 5px;
}
.page-nav .wp-pagenavi .current {
  background: #144994;
  color: #fff;
  font-weight: 500;
}
.page-nav .wp-pagenavi .extend {
  background: transparent;
  line-height: 15px;
}

/* article-news
-------------------*/
.article-news {
  margin-bottom: 100px;
}
.article-news .date {
  font-size: 14px;
  color: #839BBE;
}
.article-news-title {
  font-size: 20px;
  font-weight: 500;
  color: #223F69;
  margin-bottom: 10px;
}
.article-news-thumbnail {
  margin-bottom: 30px;
}
.article-news-thumbnail img {
  height: auto;
}
.article-news-inner {
  line-height: 1.875;
  margin-bottom: 75px;
}
.article-news-inner img {
  height: auto;
  margin-bottom: 30px;
}
.article-news-inner p {
  font-size: 15px;
  letter-spacing: -0.08em;
  line-height: 1.6666666667;
  margin-bottom: 70px;
}
.article-news-inner h1 {
  font-size: 20px;
  font-weight: bold;
  background: #3B3B46;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article-news-inner h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.article-news-inner h2 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .article-news-inner h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.article-news-inner h2::before {
  position: absolute;
  content: "";
  background: #154994;
  width: 5px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article-news-inner h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .article-news-inner h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.article-news-inner h3::before {
  position: absolute;
  content: "■";
  color: #154994;
  font-size: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .article-news-inner h3::before {
    font-size: 16px;
  }
}
.article-news-inner h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 40px;
}
.article-news-inner h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 40px;
}
.article-news-inner h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 40px;
}
.article-news-inner ol {
  margin-bottom: 1em;
  padding-left: 20px;
}
.article-news-inner ol li {
  list-style-type: decimal !important;
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}
.article-news-inner blockquote {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em;
}
@media (max-width: 767px) {
  .article-news-inner blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-news-inner blockquote > :first-child {
  margin-top: 0;
}
.article-news-inner blockquote > :last-child {
  margin-bottom: 0;
}
.article-news-inner ul {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .article-news-inner ul {
    margin-bottom: 25px;
  }
}
.article-news-inner ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: -0.08em;
}
.article-news-inner ul li::before {
  position: absolute;
  content: "●";
  font-size: 13px;
  color: #154994;
  top: 3px;
  left: 0;
}
.article-news-inner figure {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article-news-inner figure {
    margin-bottom: 25px;
  }
}
.article-news-inner h1 + p,
.article-news-inner h2 + p,
.article-news-inner h3 + p,
.article-news-inner h4 + p,
.article-news-inner h5 + p,
.article-news-inner h6 + p {
  margin-top: 0;
}

/* top-carrers
-------------------------*/
.top-carrers {
  background: #fff;
}
@media (min-width: 768px) {
  .top-carrers {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .top-carrers {
    padding: 50px 0 75px;
  }
}
@media (min-width: 768px) {
  .top-carrers-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .top-carrers-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-carrers-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .top-carrers .swiper {
    width: 59.375%;
    overflow: hidden;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-carrers .swiper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top-carrers .swiper-wrapper {
  transition-timing-function: linear;
}
.top-carrers-img {
  display: flex;
}
@media (max-width: 767px) {
  .top-carrers-img {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .top-carrers-img01 {
    margin-left: -20px;
    margin-right: -10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .top-carrers-img02 {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-carrers-img02 {
    margin-left: -10px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .top-carrers-img div {
    width: calc(50% - 6px);
    margin-right: 12px;
  }
}
.top-carrers-img div:nth-child(2) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .top-carrers-inner {
    width: 32.5%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-carrers-inner {
    width: 100%;
  }
}
.top-carrers-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #154994;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .top-carrers-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.top-carrers-txt {
  font-size: 15px;
  line-height: 1.8666666667;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .top-carrers-txt {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .top-carrers-btn {
    margin-left: 0;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .top-carrers-btn {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .top-carrers-btn {
    margin-bottom: 50px;
  }
}

/* features
------------------*/
.features {
  margin-bottom: 100px;
}
.features-list {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .features-list {
    display: flex;
    justify-content: space-between;
  }
}
.features-list li {
  background: #fff;
  padding: 30px 15px 25px;
}
@media (min-width: 768px) {
  .features-list li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .features-list li {
    margin-bottom: 30px;
  }
}
.features-list li:nth-child(3n) {
  margin-right: 0;
}
.features-list-img {
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.features-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.features-list-img::before {
  content: "";
  display: block;
  padding-top: 79.3650793651%;
}
.features-list-title {
  color: #223F69;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.features-list-txt {
  font-size: 15px;
  line-height: 1.5333333333;
  margin-bottom: 0;
}

/* products 
------------------*/
.products {
  margin-top: -70px;
  padding-top: 70px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .products {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.products-txt {
  margin-bottom: 45px;
}
.products .tab {
  display: flex;
  flex-wrap: wrap;
}
.products .tab_cont {
  display: none;
  /*いつもは非表示*/
  padding-top: 50px;
}
.products .tab_cont.active {
  display: block;
  /* activeがついたら表示 */
}
.products .tab li {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #C1D3EF;
}
.products .tab li a {
  display: block;
  font-size: 24px;
  color: #C1D3EF;
  padding-bottom: 5px;
  font-weight: 500;
}
.products .tab li.active {
  border-color: #154994;
  border-width: 2px;
}
.products .tab li.active a {
  color: #154994;
}
@media (min-width: 768px) {
  .products-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.products-list li {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .products-list li {
    margin-top: -70px;
    padding-top: 70px;
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .products-list li {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.products-list li:nth-child(2n) {
  margin-right: 0;
}
.products-list-img {
  margin-bottom: 15px;
}
.products-list-img img {
  height: auto;
}
.products-list-name {
  font-size: 24px;
  font-weight: 500;
  color: #223F69;
  margin-bottom: 5px;
}
.products-list-txt {
  font-size: 15px;
  line-height: 1.5333333333;
}

/* handle
------------------*/
.handle {
  margin-bottom: 100px;
}
.handle-list li {
  background: #fff;
  padding: 30px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .handle-list li {
    padding: 20px 15px;
  }
}
.handle-list-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 5px;
  color: #839BBE;
}
@media (min-width: 768px) {
  .handle-list-title {
    font-size: 16px;
  }
}
.handle-list-txt {
  font-size: 15px;
  line-height: 1.5333333333;
  margin-bottom: 0;
}

/* message
------------------*/
.message {
  margin-bottom: 100px;
}
.message-title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .message-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .message-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .message-img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .message-inner {
    width: 45%;
  }
}
.message-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #223F69;
  margin-bottom: 10px;
}
.message-txt {
  line-height: 1.875;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .message-txt {
    margin-bottom: 45px;
  }
}
.message-name {
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.message-name span {
  display: block;
  font-size: 18px;
}

/* overview
------------------*/
.overview {
  margin-bottom: 80px;
}
.overview-title {
  margin-bottom: 20px;
}
.overview-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #223F69;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overview-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .overview-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .overview-img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .overview-inner {
    width: 45%;
  }
}
.overview-table table {
  width: 100%;
}
.overview-table table tr td {
  padding-bottom: 15px;
  line-height: 1.5625;
}
@media (max-width: 767px) {
  .overview-table table tr td {
    display: block;
  }
}
.overview-table table tr td:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
  color: #839BBE;
}
@media (min-width: 768px) {
  .overview-table table tr td:nth-child(1) {
    white-space: nowrap;
    width: 20%;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .overview-table table tr td:nth-child(1) {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .overview-table table tr td:nth-child(2) {
    width: 80%;
  }
}

/* access
----------------*/
.access {
  margin-bottom: 100px;
}
.access-title {
  margin-bottom: 20px;
}
.access-map {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-top: 57.1428571429%;
  height: 0;
}
.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-company {
  color: #223F69;
  font-weight: 500;
}

/* carrers
----------------------*/
.carrers {
  margin-bottom: 100px;
}
.carrers-subtitle01 {
  font-size: 18px;
  font-weight: 500;
  color: #223F69;
  margin-bottom: 10px;
}
.carrers-txt {
  font-size: 15px;
  line-height: 1.8666666667;
}
.carrers-subtitle02 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .carrers-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.carrers-list li {
  background: #fff;
  padding: 15px 15px 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .carrers-list li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
.carrers-list li:nth-child(2n) {
  margin-right: 0;
}
.carrers-list-img {
  margin-bottom: 15px;
}
.carrers-list-name {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5333333333;
  color: #223F69;
  margin-bottom: 10px;
}
.carrers-list-txt {
  font-size: 15px;
  line-height: 1.5333333333;
  margin-bottom: 20px;
}
.carrers-list-table tr td {
  font-size: 14px;
  display: block;
}
.carrers-list-table tr td:nth-child(1) {
  font-weight: 500;
  color: #839BBE;
}
.carrers-list-table tr td:nth-child(2) {
  padding-bottom: 15px;
}
.carrers .swiper03 .swiper-wrapper {
  transition-timing-function: linear;
}

/* archive-reviews
-------------------------*/
.archive-reviews {
  margin-bottom: 100px;
}
.archive-reviews-title {
  margin-bottom: 45px;
}
.archive-reviews-list {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .archive-reviews-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.archive-reviews-list li {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .archive-reviews-list li {
    width: calc(33.3333% - 20px);
    margin-right: 30px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .archive-reviews-list li {
    width: calc(50% - 22.5px);
    margin-right: 45px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .archive-reviews-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .archive-reviews-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .archive-reviews-list li:nth-child(3n) {
    margin-right: 45px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .archive-reviews-list li:nth-child(6n) {
    margin-right: 0;
  }
}
.archive-reviews-list li a {
  display: block;
  background: #fff;
}
.archive-reviews-list-img {
  position: relative;
  display: block;
}
.archive-reviews-list-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.archive-reviews-list-img::before {
  content: "";
  display: block;
  padding-top: 57.1428571429%;
}
.archive-reviews-list-bottom {
  padding: 25px 15px 30px;
}
.archive-reviews-list-title {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  color: #223F69;
}
.archive-reviews-list-info {
  font-size: 14px;
  font-weight: 500;
  color: #505050;
  margin-bottom: 10px;
}
.archive-reviews-list-txt {
  line-height: 1.3125;
  margin-bottom: 0;
}

/* article-reviews
-----------------------*/
.article-reviews {
  margin-bottom: 100px;
}
.article-reviews-info {
  font-size: 14px;
  font-weight: 500;
  color: #505050;
  margin-bottom: 5px;
}
.article-reviews-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: #223F69;
  margin-bottom: 10px;
}
.article-reviews-img {
  margin-bottom: 25px;
}
.article-reviews-img img {
  height: auto;
}
.article-reviews-list {
  margin-bottom: 90px;
}
.article-reviews-list li {
  margin-bottom: 65px;
}
.article-reviews-list-title {
  margin-bottom: 20px;
}
.article-reviews-list-txt {
  font-size: 18px;
  line-height: 1.3333333333;
}
.article-reviews-list-txt .blue {
  color: #144994;
  font-weight: 500;
}
.article-reviews-list-txt .under-yellow {
  background: linear-gradient(transparent 80%, rgba(255, 210, 60, 0.58) 0%);
  display: inline;
}

/* reviews-other
-------------------------*/
.reviews-other {
  background: #D1E2F8;
  padding: 45px 0 20px;
}
@media (max-width: 767px) {
  .reviews-other {
    padding-bottom: 50px;
  }
}
.reviews-other-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .reviews-other .archive-reviews-list li:last-child {
    margin-bottom: 0;
  }
}

/* emergency
-----------------*/
@media (min-width: 768px) {
  .emergency-wrapper {
    display: flex;
  }
}
.emergency-col {
  text-align: center;
  padding: 40px;
  background: #fff;
  border: 2px solid #154994;
}
@media (min-width: 768px) {
  .emergency-col {
    width: calc(50% - 25px);
    margin-right: 50px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .emergency-col {
    width: calc(50% - 15px);
    margin-right: 30px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .emergency-col {
    padding: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
}
.emergency-col:nth-child(2n) {
  margin-right: 0;
}
.emergency-subtitle {
  border-bottom: 1px solid #3B3B46;
  font-weight: 500;
  padding: 0 15px 10px;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .emergency-subtitle {
    font-size: 4.6153846154vw;
    padding: 0 3.8461538462vw 2.5641025641vw;
    margin-bottom: 3.8461538462vw;
  }
}
.emergency-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D7AAC;
  font-weight: bold;
  font-family: "Oswald", "Zen Kaku Gothic New", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
}
@media (max-width: 767px) {
  .emergency-tel {
    font-size: 8.2051282051vw;
  }
}
.emergency-tel img {
  width: 25px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .emergency-tel img {
    width: 6.4102564103vw;
    margin-right: 1.2820512821vw;
  }
}

/* contact
-----------------*/
.contact {
  margin-bottom: 88px;
}
.contact-title {
  margin-bottom: 45px;
}
.contact-txt {
  line-height: 1.75;
  margin-bottom: 60px;
}
.contact-txt span {
  font-weight: 600;
}
.contact-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #223F69;
  margin-bottom: 15px;
}
.contact-tel {
  display: flex;
  background: transparent url(../img/footer-tel.png) no-repeat top center/cover;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 37px;
  padding: 50px 30px 55px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .contact-tel {
    background-position: center center;
  }
}
.contact-tel-icon {
  width: 37px;
}
.contact-tel-number {
  font-size: 24px;
  font-weight: 600;
}
.contact-tel-info {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
.contact #form {
  margin-top: -80px;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .contact #form {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.contact-table {
  margin-bottom: 27px;
}
.contact-table table {
  width: 100%;
  border-collapse: collapse;
}
.contact-table table tr td {
  text-align: left;
  word-break: break-all;
  display: block;
  width: 100%;
}
.contact-table table tr td p {
  margin-bottom: 0;
}
.contact-table table tr td:nth-child(1) {
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 14px;
}
.contact-table table tr td:nth-child(1) .label {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) .label {
    justify-content: space-between;
  }
}
.contact-table table tr td:nth-child(1) .label-inner {
  color: #839BBE;
}
.contact-table table tr td:nth-child(1) .required {
  font-size: 12px;
  background: #D93D3D;
  color: #fff;
  padding: 0 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  position: relative;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .contact-table table tr td:nth-child(1) .required {
    margin-left: 10px;
  }
}
.contact-table table tr td:nth-child(1) .ninni {
  font-size: 12px;
  background: #6A6969;
  color: #fff;
  padding: 0 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  position: relative;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .contact-table table tr td:nth-child(1) .ninni {
    margin-left: 10px;
  }
}
.contact-table table tr td:nth-child(2) {
  padding-bottom: 15px;
  border-bottom: 1px solid #C1D3EF;
}
.contact .desc {
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .contact .desc {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .contact .desc {
    display: block;
    margin-top: 5px;
  }
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #223F69;
  background: #fff;
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
    height: 30px;
  }
}
.contact input[type=text]:hover,
.contact input[type=email]:hover,
.contact input[type=tel]:hover {
  border: 1px solid #3B3B46;
  cursor: pointer;
}
.contact input[type=text]:focus,
.contact input[type=email]:focus,
.contact input[type=tel]:focus {
  outline: none;
  border: 1px solid #3B3B46;
}
.contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder, .contact input[type=tel]::-moz-placeholder {
  color: rgba(59, 59, 70, 0.3);
}
.contact input[type=text]::placeholder,
.contact input[type=email]::placeholder,
.contact input[type=tel]::placeholder {
  color: rgba(59, 59, 70, 0.3);
}
.contact textarea {
  vertical-align: top;
  resize: vertical;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #3B3B46;
  background: #fff;
  font-size: 16px;
  padding: 15px;
  min-height: 200px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .contact textarea {
    padding: 15px;
  }
}
.contact textarea:hover {
  border: 1px solid #3B3B46;
  cursor: pointer;
}
.contact textarea:focus {
  outline: none;
  border: 1px solid #3B3B46;
}
.contact textarea::-moz-placeholder {
  color: rgba(59, 59, 70, 0.3);
}
.contact textarea::placeholder {
  color: rgba(59, 59, 70, 0.3);
}
.contact .wpcf7-checkbox,
.contact .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.contact .wpcf7-checkbox .wpcf7-list-item,
.contact .wpcf7-radio .wpcf7-list-item {
  margin-bottom: 5px;
  margin-left: 0;
}
.contact .wpcf7-checkbox label,
.contact .wpcf7-radio label {
  display: block;
}
.contact input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact input[type=radio] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact input[type=checkbox] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 18.5px 15px 18.5px 64px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact input[type=checkbox] ~ span {
    padding: 10px 15px 10px 67px;
  }
}
.contact input[type=radio] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  font-size: 16px;
}
.contact input[type=checkbox] ~ span::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #C6C6C6;
}
.contact input[type=radio] ~ span::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #224069;
}
.contact input[type=checkbox] ~ span::after {
  position: absolute;
  content: "";
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #DB9B0B;
}
.contact input[type=radio] ~ span::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #154994;
}
.contact input[type=checkbox]:checked ~ span::after {
  opacity: 1;
}
.contact input[type=radio]:checked ~ span::after {
  opacity: 1;
}
.contact .form-btn {
  position: relative;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact .form-btn .btn-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.contact .form-btn .btn-wrapper::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow01.svg) no-repeat center center/contain;
  width: 4px;
  height: 8px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.contact .form-btn .btn-wrapper.back {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .contact .form-btn .btn-wrapper.back {
    margin-top: 15px;
  }
}
.contact .form-btn .btn-wrapper.back::after {
  background-image: url(../img/arrow03.svg);
}
.contact .form-btn .btn-wrapper p {
  margin-bottom: 0;
}
.contact .form-btn input[type=submit],
.contact .form-btn input[type=button] {
  border: none;
  border: 0;
  cursor: pointer;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  background: #154994;
  color: #fff;
  border-radius: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 60px 12px 30px;
  margin: 0 auto;
  border: 1px solid #154994;
  position: relative;
  z-index: 2;
}
.contact .form-btn input[type=submit].back_button,
.contact .form-btn input[type=button].back_button {
  background: #fff;
  color: #154994;
}
.contact .form-btn input[type=submit]:disabled,
.contact .form-btn input[type=button]:disabled {
  cursor: disabled;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact .form-privacy {
  font-size: 16px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .contact .form-privacy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact .form-privacy {
    font-feature-settings: "palt";
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact .form-privacy .wpcf7-list-item {
  margin: 0;
}
.contact .form-privacy .wpcf7-list-item-label {
  padding-left: 72px;
}
@media (max-width: 767px) {
  .contact .form-privacy .wpcf7-list-item-label {
    padding-left: 46px;
  }
}
.contact .form-privacy input[type=checkbox] ~ span {
  padding: 0 0 0 50px;
}
.contact .form-privacy input[type=checkbox] ~ span::before {
  border-radius: 0;
}
.contact .form-privacy input[type=checkbox] ~ span::after {
  top: 8px;
  left: 21px;
  width: 11px;
  height: 5px;
  background: transparent;
  border-bottom: 2px solid #154994;
  border-left: 2px solid #154994;
  transform: rotate(-45deg);
  border-radius: 0;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/* thanks
-----------------------*/
.thanks {
  margin-bottom: 90px;
}
.thanks-title {
  font-weight: 500;
  margin-bottom: 30px;
}
.thanks-txt {
  line-height: 1.75;
}
.thanks-caution {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-bottom: 45px;
}

/* footer-contact
----------------------------*/
@media (min-width: 768px) {
  .footer-contact {
    display: flex;
  }
}
.footer-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (min-width: 768px) {
  .footer-contact-btn {
    width: 50%;
  }
}
.footer-contact-title {
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer-contact-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.footer-contact-txt {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer-contact-txt {
    font-size: 16px;
  }
}
.footer-contact .footer-mail {
  background: transparent url(../img/footer_mail.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .footer-contact .footer-mail {
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-mail {
    padding: 31px 20px 33px;
  }
}
.footer-contact .footer-mail .footer-contact-title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .footer-contact .footer-mail .footer-contact-title {
    font-size: 24px;
  }
}
.footer-contact .footer-mail .footer-contact-icon {
  width: 48px;
  margin-right: 32px;
}
@media (min-width: 768px) {
  .footer-contact .footer-mail .footer-contact-icon {
    width: 60px;
    margin-right: 60px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-contact .footer-mail .footer-contact-icon {
    margin-right: 30px;
  }
}
.footer-contact .footer-tel {
  background: transparent url(../img/footer-tel.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .footer-contact .footer-tel {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .footer-contact .footer-tel {
    padding: 17px 20px 19px;
  }
}
.footer-contact .footer-tel .footer-contact-title {
  font-size: 24px;
}
@media (min-width: 768px) {
  .footer-contact .footer-tel .footer-contact-title {
    font-size: 32px;
  }
}
.footer-contact .footer-tel .footer-contact-icon {
  width: 37px;
  margin-right: 37px;
}
@media (min-width: 768px) {
  .footer-contact .footer-tel .footer-contact-icon {
    width: 60px;
    margin-right: 60px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-contact .footer-tel .footer-contact-icon {
    margin-right: 30px;
  }
}

/* footer
----------------------------*/
.footer {
  background: #505050;
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .footer .inner {
    padding: 0 35px;
  }
}
@media (min-width: 768px) {
  .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-title {
  width: 240px;
}
@media (max-width: 1024px) {
  .footer-title {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .footer-title {
    width: 150px;
    margin-bottom: 20px;
  }
}
.footer-nav {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer-nav {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer-nav.sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-nav.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-nav ul {
    margin-right: 15%;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-nav ul {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .footer-nav ul {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .footer-nav ul:nth-child(2) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .footer-nav ul li {
    margin-bottom: 40px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .footer-nav ul li {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-nav ul li {
    margin-bottom: 20px;
  }
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer-nav ul li a {
  color: #fff;
}

/* 404 */
.entry-404 {
  padding-bottom: 85px;
  text-align: center;
}

.entry-404-head {
  color: gray;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .entry-404-head {
    font-size: 30px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}

.eael-posted-on:before {
  display: none;
}

/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}