@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: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 16px;
  color: #3B3B46;
  background: #f4f4f4;
  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;
}
@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: 50px;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .section-title .en {
    font-size: 60px;
    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: 16px;
    padding: 10px 64px 10px 40px;
    border-radius: 42px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .btn01 {
    font-size: 16px;
  }
}
.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;
	background: #fff;
}
@media (max-width: 1024px) {
  .header {
    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;
  }
}
.header .inner .header-left .header-title img {
  width: auto;
}
@media (min-width: 768px) {
  .header .inner .header-left .header-title img {
    max-height: 100px;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-left .header-title img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .header .inner .header-left .header-title img {
    height: 50px;
  }
}
.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-bottom: 10.4166666667vw;
}
@media (min-width: 768px) {
  .mv {
    background: transparent url(../img/mv_bg.jpg) no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  .mv {
    background: transparent url(../img/mv_bg_sp.jpg) no-repeat center center/cover;
    height: 189.4871794872vw;
    margin-bottom: 24.358974359vw;
  }
}
.mv:after {
  position: absolute;
  content: "";
  background: rgba(21, 73, 148, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mv01 {
  position: relative;
  width: 24.84375vw;
  left: 2.6041666667vw;
  top: 13.0208333333vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv01 {
    width: 71.7948717949vw;
    top: 10.2564102564vw;
    left: 0;
    right: auto;
  }
}
.mv02 {
  position: relative;
  width: 35.15625vw;
  right: 2.6041666667vw;
  bottom: 0.5208333333vw;
  margin-left: auto;
  z-index: 3;
}
@media (max-width: 767px) {
  .mv02 {
    position: absolute;
    width: 76.9230769231vw;
    right: 0;
    bottom: 31.7948717949vw;
  }
}
.mv-title {
  font-weight: 600;
  position: absolute;
  z-index: 4;
  color: #154994;
  top: 14.5833333333vw;
  right: 7.8125vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv-title {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .mv-title {
    top: 66.6666666667vw;
    right: 0;
  }
}
.mv-title span {
  background: #fff;
  padding: 0.4166666667vw 2.6041666667vw;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .mv-title span {
    padding: 1.2820512821vw 2.5641025641vw;
  }
}
.mv-title .description {
  font-size: 3.125vw;
  margin-bottom: 1.8229166667vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv-title .description {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .mv-title .description {
    font-size: 5.3846153846vw;
    margin-bottom: 2.5641025641vw;
  }
}
.mv-title .name {
  font-size: 2.8125vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv-title .name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .mv-title .name {
    font-size: 5.3846153846vw;
  }
}
.mv-text {
  font-weight: 400;
  position: absolute;
  z-index: 5;
  color: #154994;
  bottom: 1.5625vw;
  left: 7.8125vw;
  margin-bottom: 0;
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv-text {
    bottom: 3.125vw;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .mv-text {
    bottom: 14.1025641026vw;
    left: 0;
  }
}
.mv-text span {
  background: #fff;
  padding: 0.4166666667vw 2.6041666667vw;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  font-size: 1.1458333333vw;
  letter-spacing: 0.03em;
  margin-bottom: 0.8854166667vw;
}
@media (min-width:768px) and (max-width: 1024px) {
  .mv-text span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mv-text span {
    font-size: 4.1025641026vw;
    padding: 0.5128205128vw 7.6923076923vw 0.5128205128vw 2.5641025641vw;
    margin-bottom: 3.8461538462vw;
  }
}
.mv-text span:last-child {
  margin-bottom: 0;
}

/* 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: contain;
     object-fit: contain;
  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: 2;
}

/* 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: 2;
  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: 2;
}
@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: 2;
}
.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: 2;
  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: 16px;
  line-height: 2;
}
.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;
  }
}

/* contact
-----------------*/
.contact {
  margin-bottom: 88px;
}
.contact-title {
  margin-bottom: 45px;
}
.contact .inner {
  max-width: 850px;
}
.contact-txt {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .contact-txt {
    font-size: 18px;
    letter-spacing: 0.04em;
    margin: 0 -10px 50px;
  }
}
.contact-txt span {
  font-weight: bold;
}
.contact-tel {
  background: #154994;
  color: #fff;
  border-radius: 10px;
  padding: 60px 30px;
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-tel {
    padding: 40px 15px;
    margin-bottom: 90px;
  }
}
.contact-tel-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  line-height: 1.25;
  position: relative;
}
@media (max-width: 767px) {
  .contact-tel-title {
    margin-bottom: 50px;
  }
}
.contact-tel-title::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 36px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22.5px;
}
.contact-tel-number {
  font-size: 52px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-tel-number {
    font-size: 10vw;
    margin-bottom: 5px;
  }
}
.contact-tel-info {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}
.contact-table {
  padding-bottom: 30px;
  border-bottom: 1px solid #154994;
  margin-bottom: 77px;
}
@media (max-width: 767px) {
  .contact-table {
    margin-bottom: 44px;
  }
}
.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-bottom: 15px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .contact-table table tr td:nth-child(1) {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) {
    font-size: 16px;
  }
}
.contact-table table tr td:nth-child(1) .label {
  display: flex;
}
.contact-table table tr td:nth-child(1) .required {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #C30D23;
  color: #fff;
  border-radius: 13px;
  margin-right: 12px;
  padding: 0 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  line-height: 1.85;
  position: relative;
  top: 6px;
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) .required {
    font-size: 12px;
    margin-right: 10px;
  }
}
.contact-table table tr td:nth-child(1) .ninni {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #969696;
  color: #fff;
  border-radius: 13px;
  margin-right: 12px;
  padding: 0 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  line-height: 1.85;
  position: relative;
  top: 6px;
}
@media (max-width: 767px) {
  .contact-table table tr td:nth-child(1) .ninni {
    font-size: 12px;
    margin-right: 10px;
  }
}
.contact-table table tr td:nth-child(2) {
  padding-bottom: 30px;
}
.contact-desc {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .contact-desc {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .contact-desc {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
}
.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 #EAEAEA;
  background: #EAEAEA;
  height: 70px;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 0 36px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .contact input[type=text], .contact input[type=email], .contact input[type=tel] {
    height: 48px;
    font-size: 16px;
    padding: 0 9px;
  }
}
.contact input[type=text]:hover, .contact input[type=email]:hover, .contact input[type=tel]:hover {
  border: 1px solid #154994;
  cursor: pointer;
}
.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=tel]:focus {
  outline: none;
  border: 1px solid #154994;
}
.contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder, .contact input[type=tel]::-moz-placeholder {
  color: #BEBEBE;
}
.contact input[type=text]::placeholder, .contact input[type=email]::placeholder, .contact input[type=tel]::placeholder {
  color: #BEBEBE;
}
@media (max-width: 767px) {
  .contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder, .contact input[type=tel]::-moz-placeholder {
    font-size: 14px;
  }
  .contact input[type=text]::placeholder, .contact input[type=email]::placeholder, .contact input[type=tel]::placeholder {
    font-size: 14px;
  }
}
.contact textarea {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #EAEAEA;
  background: #EAEAEA;
  height: 70px;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 20px 36px;
  min-height: 181px;
}
@media (max-width: 767px) {
  .contact textarea {
    font-size: 16px;
    padding: 14px 9px;
    min-height: 106px;
  }
}
.contact textarea:hover {
  border: 1px solid #154994;
  cursor: pointer;
}
.contact textarea:focus {
  outline: none;
  border: 1px solid #154994;
}
.contact textarea::-moz-placeholder {
  color: #BEBEBE;
}
.contact textarea::placeholder {
  color: #BEBEBE;
}
@media (max-width: 767px) {
  .contact textarea::-moz-placeholder {
    font-size: 14px;
  }
  .contact textarea::placeholder {
    font-size: 14px;
  }
}
.contact .wpcf7-checkbox,
.contact .wpcf7-radio {
  display: flex;
}
@media (min-width: 768px) {
  .contact .wpcf7-checkbox,
.contact .wpcf7-radio {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .contact .wpcf7-checkbox,
.contact .wpcf7-radio {
    flex-direction: column;
  }
}
.contact .wpcf7-checkbox .wpcf7-list-item,
.contact .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #D9D9D9;
}
@media (min-width: 768px) {
  .contact .wpcf7-checkbox .wpcf7-list-item,
.contact .wpcf7-radio .wpcf7-list-item {
    width: calc(50% - 9px);
    margin-right: 18px;
    margin-bottom: 17px;
  }
}
.contact .wpcf7-checkbox .wpcf7-list-item:nth-child(2n),
.contact .wpcf7-radio .wpcf7-list-item:nth-child(2n) {
  margin-right: 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;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .contact input[type=checkbox] ~ span {
    padding: 18.5px 15px 18.5px 67px;
  }
}
.contact input[type=radio] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 18.5px 15px 18.5px 64px;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .contact input[type=radio] ~ span {
    padding: 18.5px 15px 18.5px 67px;
  }
}
.contact input[type=checkbox] ~ span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  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: 30px;
  height: 30px;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #C6C6C6;
}
.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: #154994;
}
.contact input[type=radio] ~ span::after {
  position: absolute;
  content: "";
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 16px;
  height: 16px;
  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;
  margin-top: 15px;
}
.contact .form-btn input[type=submit], .contact .form-btn input[type=button] {
  border: none;
  border: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: block;
  position: relative;
  background: #154994;
  color: #fff;
  border-radius: 41px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 27px 148px;
  margin: 0 auto;
  border: 1px solid #154994;
}
@media (max-width: 767px) {
  .contact .form-btn input[type=submit], .contact .form-btn input[type=button] {
    font-size: 16px;
    border-radius: 39px;
    padding: 26px 91px;
  }
}
.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 {
  background: transparent;
  border: 1px solid #E5E5E5;
  color: #E5E5E5;
  cursor: disabled;
}
.contact .form-privacy {
  margin-bottom: 100px;
}
@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;
    margin: 0 auto 50px;
  }
}
.contact .form-privacy a {
  text-decoration: underline;
  color: #154994;
}
.contact .form-privacy .wpcf7-list-item {
  margin: 0;
}
@media (max-width: 767px) {
  .contact .form-privacy .wpcf7-list-item-label {
    padding-left: 46px;
  }
}
@media (max-width: 767px) {
  .contact .form-privacy input[type=checkbox] ~ span::before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .contact .form-privacy input[type=checkbox] ~ span::after {
    left: 8px;
  }
}

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

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

.thanks-btn {
  margin-top: 120px;
  padding-right: 130px;
  padding-left: 130px;
}
@media (max-width: 767px) {
  .thanks-btn {
    margin-top: 70px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

/* 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.jpg) 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;
}

/* 追加ボタン */
.btn03 {
  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;
  position: relative;
}
@media (min-width: 768px) {
  .btn03 {
    font-size: 16px;
    padding: 10px 64px 10px 40px;
    border-radius: 42px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .btn03 {
    font-size: 16px;
  }
}
.btn03::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) {
  .btn03::after {
    width: 6px;
    height: 12px;
  }
}