@charset "UTF-8";
/*
Theme Name:Ethilia
*/

/*共通*/
body{
	background: #fff;
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	overflow-wrap: break-word;
	overflow-x: hidden;
}
.maxwidth{
  max-width: 1660px;
  margin: auto;
}
.bold{
  font-weight: 600;
}
.en-title{
  font-size: 80px;
  color: #0C70B4;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-top: 8px;
  padding-bottom: 40px;
}
.ja-title{
  font-size: 16px;
  color: #0C70B4;
  letter-spacing: 0.25em;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.btn{
  width: 500px;
  height: 72px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  gap: 8px;
  border: #0C70B4 solid 1px;
  border-radius: 8px;
  color: #0C70B4;
  font-size: 20px;
  letter-spacing: 0.25em;
  background-color: #fff;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn.btn-news{
  width: 240px;
  height: 56px;
  font-size: 16px;
  margin-top: 0px;
}
.btn::after {
  background: #0C70B4;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn:hover {
  color: #fff;
  fill: #fff;
}
.btn:hover::after {
  transform: scale(1, 1);
}
.btn-icon {
  width: 24px;
  height: 34px;
}
.btn-icon-wh {
  width: 24px;
  height: 34px;
  display: none;
}
.btn-text{
  line-height: 1;
}
.btn:hover .btn-icon {
  display: none;
}
.btn:hover .btn-icon-wh {
  display: block;
}

@media screen and (max-width: 1220px) {
  .btn{
    width: 420px;
  }
}

@media screen and (max-width: 568px) {
.en-title{
  font-size: 40px;
}
.ja-title{
  font-size: 12px;
}
.btn{
  font-size: 16px;
  width: 320px;
}
}
/* -----------------------------------------------------------------
Utility
----------------------------------------------------------------- */
.u-only-sp {
  display: none;
}

.u-pc-none {
  display: none;
}

.u-sp-none {
  display: block;
}

.u-only-pc {
  display: block;
}

/*=======================
  header
=======================*/
.l-header {
  background: #fff;
  height: 84px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 990;
}

.l-header__inner {
  align-items: center;
  box-sizing: content-box;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px !important;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.l-header__logo {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  width: 180px;
}

.l-header__logo a {
  display: block;
}

.l-header__logo a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.l-header__logo a img {
  width: 100%;
}

.l-navbtn {
  background: transparent;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 999;
}

.l-navbtn__bar {
  background: #0C70B4;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: background-color 0.3s, transform 0.3s;
  width: 100%;
}

.l-navbtn__bar.m-top {
  transform: translate(-50%, calc(-50% - 8px));
}

.l-navbtn__bar.m-middle {
  transform: translate(-50%, -50%);
}

.l-navbtn__bar.m-bottom {
  transform: translate(-50%, calc(-50% + 8px));
}

.l-gnav.is-open {
  transform: translateX(0);
}

.l-gnav__item {
  line-height: 1.5;
}

.l-gnav__item a:hover{
  background-color: #0C70B4;
  color: #fff;
}

.l-gnav__link {
  color: #0C70B4;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  padding: 16px 20px;
  border-radius: 4px;
}

.l-gnav__list {
  display: flex;
  align-items: center;
}

.is-open.l-navbtn .l-navbtn__bar.m-top {
  background: #0C70B4;
  transform: translate(-50%, 0) rotate(45deg);
}

.is-open.l-navbtn .l-navbtn__bar.m-middle {
  display: none;
}

.is-open.l-navbtn .l-navbtn__bar.m-bottom {
  background: #0C70B4;
  transform: translate(-50%, 0) rotate(-45deg);
}

/* spnav */
.l-spgnav {
  background: #0C70B4;
  box-sizing: border-box;
  height: 100vh;
  overflow-y: scroll;
  padding: 96px 10.66vw 20px;
  position: fixed;
  right: 110%;
  top: 0;
  width: 100%;
  z-index: 998;
}

.l-spgnav.is-open {
  right: 0;
}

.is-open.l-navbtn .l-navbtn__bar.m-top {
  background: #fff;
  transform: translate(-50%, 0) rotate(45deg);
}

.is-open.l-navbtn .l-navbtn__bar.m-middle {
  display: none;
}

.is-open.l-navbtn .l-navbtn__bar.m-bottom {
  background: #fff;
  transform: translate(-50%, 0) rotate(-45deg);
}

.l-spnav__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  }

.l-spnav__logo {
  display: block;
  margin: 0 auto 40px;
  width: 180px;
}

.l-spnav__logo a {
  display: block;
}

.l-spnav__logo a img {
  width: 100%;
}

.l-spnav__nav {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: auto;
}

.l-spnav__item a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}

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

  .u-sp-none {
    display: none;
  }

  .u-only-sp {
    display: block;
  }

  .u-only-pc {
    display: none;
  }
}

/*======================
  fv
======================*/
.fv-contents{
  margin-top: 84px;
}

/*======================
  news
======================*/
.news-inner{
  width: 77.777%;
  margin: 120px auto;
}
.news-titlebox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-contents{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.news-card{
  border-radius: 8px;
  border: 1px solid #6a6a6a;
  padding: 24px 22.5px;
}
.text-area{
  width: 312px;
}
.category-area{
  display: flex;
  gap: 16px;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 24px;
}
.time{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.blue{
  color: #0C70B4;
}
.article-title{
  font-size: 16px;
  font-weight: 400;
}
.right{
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news-titlebox{
    flex-direction: column;
    margin-bottom: 40px;
  }
  .news-contents{
  flex-direction: column;
  justify-content: center;
}
.news-card{
  margin: auto;
}
}
@media screen and (max-width: 490px) {
  .text-area{
  width: 240px;
}
}

/*======================
  service
======================*/
.service-sec{
  background-color: #fbfbfb;
}
.service-inner{
  width: 77.777%;
  margin: 240px auto 160px;
}
.service-contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.service-img{
  width: 44.642%;
}
.service-links .btn{
  margin-top: 24px;
}
.service-links .first{
  margin-top: 0px;
}

@media screen and (max-width: 1024px) {
  .service-contents{
  flex-direction: column;
  gap: 80px;
}
.service-img{
  width: 100%;
}
}
@media screen and (max-width: 490px) {
.service-inner{
  width: 90%;
  margin: 100px auto 120px;
}
}

/*======================
  sandbox
======================*/
.sandbox-inner{
  width: 77.777%;
  margin: 120px auto;
}
.sandbox-contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.sandbox-img{
  width: 44.642%;
}
.sandbox-text{
  width: 44.642%;
}
.heading{
  font-size: 36px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sandbox-contents{
    flex-direction: column-reverse;
    gap: 80px;
}
.sandbox-img{
  width: 100%;
}
.sandbox-text{
  width: 100%;
}
}
@media screen and (max-width: 568px) {
.heading{
  font-size: 28px;
}
}
@media screen and (max-width: 490px) {
.sandbox-inner{
  width: 90%;
  margin: 100px auto;
}
}
/*======================
  footer
======================*/
.l-footer{
  background-color: #0C70B4;
}
.l-footer__inner {
  margin: 0 auto;
  max-width: 1120px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.l-footer__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px 80px;
}
.l-footer-logo{
  width: 254px;
}
.l-footer__box .l-gnav__link {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  padding: 16px 20px;
  border-radius: 4px;
}
.l-footer__box .l-gnav__item a:hover{
  background-color: #fff;
  color: #0C70B4;
}
.l-footer__copyright{
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer__box .l-gnav__list{
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__box{
    flex-direction: column;
  }
  .l-footer-logo{
  width: 180px;
  padding-bottom: 40px;
}
}

/*======================
  news-list-pg
======================*/
.newslist_sec{
  margin: 204px auto 120px;
}
.newslist-inner{
  width: 77.777%;
  margin: 204px auto 120px;
}
.newslist-card{
  border-bottom: 1px solid #6a6a6a;
  margin-bottom: 8px;
}
.newslist-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

/*ページネーション*/
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 12px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 36px;
  height: 36px;
  background: #fff;
  border: solid 1px #6a6a6a;
  font-size: 14px;
  color: #6a6a6a;
  font-weight: bold;
  transition: all 0.15s linear;
}
.page-numbers:not(.isActive):hover {
  background: #0C70B4;
  color: #fff;
  border: none;
}

/*=======================
  single
=======================*/
.newssingle_sec{
  margin: 204px auto 120px;
}
.newssingle-inner{
  width: 77.777%;
}
.single-inner{
  background-color: #fbfbfb;
}
.single-pg-card-img{
  width: 85.714%;
  height: auto;
  margin: auto;
  padding-top: 80px;
}
.single-area{
  width: 85.714%;
  margin: auto;
  padding-bottom: 80px;
}
.category-area.single{
  width: 85.714%;
  margin: auto;
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 16px;
  font-size: 14px;
}
.singlebtn{
  width: 240px;
  margin: 80px auto 40px;
}
.single-pg-card h2{
  color: #0C70B4;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 40px;
}
.single-pg-card p{
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
.single-pg-card h2{
  font-size: 18px;
}
.single-pg-card p{
  font-size: 14px;
}
.category-area.single p{
  font-size: 12px;
}
}

/*=======================
  sand-single
=======================*/
.category-area.sandsingle{
  width: 85.714%;
  margin: auto;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
}
.sandcategory{
  color: #0C70B4;
}
/*=======================
  policy
=======================*/
.policy-text{
  padding: 80px;
}
@media screen and (max-width: 490px) {
  .policy-text{
  padding: 20px;
}
}

/*=======================
  company
=======================*/
.company_sec{
  margin: 204px auto 120px;
}
.company-inner{
  width: 77.777%;
}
.company-textarea{
  font-weight: 700;
}
.philosophy{
  font-size: 16px;
  color: #0C70B4;
}
.copy{
  font-size: 24px;
  padding: 16px 0;
}
.company-image{
  margin: 80px auto 120px;
}
/*表*/
table.info {
  width: 100%;
  border-collapse: collapse;
}

table.info td {
  padding: 16px;
  vertical-align: top;
  border: 1px solid #e0e0e0;
}

table.info td.label {
  width: 21.428%;
  color: #008ad2;
  font-weight: 700;
  background-color: #fbfbfb;
  border-right: 1px solid #e0e0e0;
}

table.info td.value {
  font-weight: 600;
}

@media (max-width: 600px) {
  table.info td {
    display: block;
    width: 100%;
  }
  table.info td.label {
    width: 100%;
    border-right: none;
    border: 1px solid #e0e0e0;
    padding: 10px 8px;
  }
  table.info td.value {
    padding: 10px 8px 18px;
  }
}
/*=======================
  sandbox-home
=======================*/
.sandbox-home_sec{
  margin: 204px auto 120px;
}
.sandbox-home-inner{
  width: 77.777%;
}
.sandbox-home-textarea{
  font-weight: 700;
}
.sandbox-home-contents{
  display: flex;
  justify-content: space-between;
}
.sandbox-home-image{
  width: 44.642%;
  height: auto;
  overflow: hidden;
}
.sandbox-home-textarea{
  width: 44.642%;
}
.article-contents{
  width: 100%;
  margin: 80px auto;
}
.article-list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sandbox-card{
  width: 320px;
  height: auto;
  margin-bottom: 80px;
}
.category-area.article{
  width: 100%;
  margin: auto;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}
.article-title{
  font-size: 18px;
  font-weight: 500;
}
.p-thumbnail img{
  border-radius: 16px;
}


.category-choice{
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.category-choice li{
  border: #0C70B4 solid 1px;
  border-radius: 16px;
  line-height: 32px;
}
.cat-item a{
  padding: 8px 12px;
  color: #0C70B4;
  font-size: 16px;
}
.cat-item a:hover{
  background-color: #0C70B4;
  color: #fff;
  border-radius: 16px;
}


@media (max-width: 920px) {
  .sandbox-home-contents{
  flex-direction: column;
  gap: 40px;
}
.sandbox-home-image{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sandbox-home-textarea{
  width: 100%;
}
}
@media screen and (max-width: 768px) {
.category-btn{
  font-size: 14px;
  margin-top: 0;
}
.category-choice{
  flex-wrap: wrap;
}
.article-list{
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
}
.sandbox-card{
  margin-bottom: 40px;
}
}