@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@600&display=swap");
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font: 16px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #00303e;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-weight: 500;
}

#wrapper {
  width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #00303e;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #f2f5f7;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.navOpen {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  position: relative;
  overflow: clip;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-3em {
  margin-bottom: 3em;
}

.u-inlineblock {
  display: inline-block;
}

.u-body-inner {
  position: relative;
}
.u-body-inner::before {
  content: "";
  width: 31.7%;
  height: 100%;
  background: url("../img/common/bg_object-01.svg") no-repeat left top;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 2;
}
.u-body-inner::after {
  content: "";
  width: 34.9%;
  height: 100%;
  background: url("../img/common/bg_object-02.svg") no-repeat left top;
  background-size: contain;
  display: block;
  position: absolute;
  right: -1.3%;
  top: -10px;
  z-index: 1;
}

.u-time {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}
.u-time--year {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .u-time--year {
    font-size: 1.4rem;
  }
}
.u-time--date {
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .u-time--date {
    font-size: 2.2rem;
  }
}

.u-tag {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-tag-ctBig {
  display: inline-block;
  background-color: #00303e;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.5em 0.8em 0.5em 2.25em;
  margin-right: 11px;
  border-radius: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-tag-ctBig {
    margin-right: 8px;
  }
}
.u-tag-ctBig::before {
  content: "";
  position: absolute;
  left: 1em;
  top: calc(50% - 0.4em);
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/ico_plus-01.svg") no-repeat center center;
  background-size: contain;
}
.u-tag-ctBig::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 100%;
  background: #00303e;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  border-radius: 3px;
  position: absolute;
  right: -10px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .u-tag-ctBig::after {
    width: 8px;
    right: -7px;
  }
}

.u-tag-ct {
  padding: 0.5em 0.8em;
  background-color: #fff;
  border: 1px solid #00303e;
  line-height: 1;
  display: inline-block;
}

.u-lower-wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 170px;
  /*&::before{
  	content: 'AI x RECRUIT';
  	@include g.font-lato;
  	font-size: clamp(1rem, 14.2vw, 22.3rem);
  	font-weight: 700;
  	letter-spacing: 0.1em;
  	line-height: 0.77;
  	color: g.$txtcolor;
  	display: flex;
  	align-items: flex-end;
  	justify-content: center;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1em;
  	white-space: nowrap;
  	text-align: center;
  	z-index: -1;
  }*/
}
@media screen and (max-width: 991px) {
  .u-lower-wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .u-lower-wrap {
    padding-bottom: 50px;
  }
}

.u-archive-writer {
  font-size: 1.3rem;
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) {
  .u-archive-writer {
    font-size: 1.2rem;
  }
}
.u-archive-writer--writer {
  font-size: 70%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 0.5em;
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #00303e;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spinner {
  margin: auto;
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot1 {
  background-color: #fff;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background-color: #fff;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
component > btn
------------------------------
*/
.c-btn-plus {
  color: #fff;
  background-color: #00303e;
  padding: 1em 3.5em 1em 4em;
  border-radius: 50px;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-btn-plus {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 430px) {
  .c-btn-plus {
    font-size: 1.3rem;
  }
}
.c-btn-plus--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
          column-gap: 0.4em;
}
.c-btn-plus--inner::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/ico_plus-01.svg") no-repeat center center;
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.c-btn-plus:hover {
  background-color: #0093c9;
}
.c-btn-plus:hover .c-btn-plus--inner::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.c-btn-tag-big {
  display: inline-block;
  background-color: #00303e;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.5em 0.8em 0.5em 2.25em;
  margin-right: 11px;
  border-radius: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn-tag-big {
    margin-right: 8px;
  }
}
.c-btn-tag-big::before {
  content: "";
  position: absolute;
  left: 1em;
  top: calc(50% - 0.4em);
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/ico_plus-01.svg") no-repeat center center;
  background-size: contain;
}
.c-btn-tag-big::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 100%;
  background: #00303e;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  border-radius: 3px;
  position: absolute;
  right: -10px;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-tag-big::after {
    width: 8px;
    right: -7px;
  }
}
.c-btn-tag-big:hover {
  background-color: #0093c9;
}
.c-btn-tag-big:hover::after {
  background: #0093c9;
}

.c-btn-tag-small {
  padding: 0.5em 0.8em;
  background-color: #fff;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-btn-tag-small {
    padding: 0.8em 0.8em;
  }
}
.c-btn-tag-small:hover {
  color: #fff;
  background-color: #0093c9;
}
.c-btn-tag-small--border {
  border: 1px solid #00303e;
  padding: 0.4em 0.8em;
}

.c-btn-bnr {
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  padding: 5.1em 0 5em;
  position: relative;
  background: url("../img/common/bnr-bottom.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  width: 100%;
  z-index: 2;
}
.c-btn-bnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b7dbab;
  background: -webkit-gradient(linear, left top, right top, from(#0093c9), to(#b7dbab));
  background: linear-gradient(to right, #0093c9 0%, #b7dbab 100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-btn-bnr:hover::before {
  opacity: 0.2;
}
.c-btn-bnr--title {
  position: relative;
  z-index: 1;
}
.c-btn-bnr--title img {
  max-width: 770px;
}

.c-btn-showMore {
  color: #fff;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  background-color: rgba(0, 48, 62, 0.8);
  border: none;
  border-radius: 50px;
  line-height: 1;
  padding: 1em 1em;
}

.c-btn-sns {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto 13px;
}
@media screen and (max-width: 430px) {
  .c-btn-sns {
    margin: 0 auto;
  }
}
.c-btn-sns--base {
  fill: #00303e;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
.c-btn-sns:hover .c-btn-sns--base {
  fill: #0093c9;
}
.c-btn-sns:last-child {
  margin-bottom: 0;
}

.c-btn-contact {
  color: #fff;
  background: #ec7079;
  background: linear-gradient(45deg, #0093c9, #c0cb61 18%, #ec7079 50%, #c0cb61 68%, #0093c9) 0/200% 100%;
  background-position: 0 0;
  text-align: center;
  display: inline-block;
  padding: 0.9em 2.5em;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .c-btn-contact {
    font-size: 1.5rem;
  }
}
.c-btn-contact:hover {
  background-position: 100% 0;
}

.c-btn-relevance {
  display: grid;
  grid-template-columns: 28.6% 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  text-decoration: none;
  width: 100%;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .c-btn-relevance {
    grid-template-columns: 1.5fr 1fr;
    row-gap: 0.8em;
  }
}
.c-btn-relevance:hover figure::after {
  opacity: 0.2;
}
.c-btn-relevance:hover .c-btn-relevance--text-tit {
  color: #006f9c;
}
.c-btn-relevance figure {
  grid-row: 1/3;
  grid-column: 1/2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn-relevance figure {
    grid-row: 1/2;
  }
}
.c-btn-relevance figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #b7dbab;
  background: -webkit-gradient(linear, left top, right top, from(#0093c9), to(#b7dbab));
  background: linear-gradient(to right, #0093c9 0%, #b7dbab 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-btn-relevance--text-s {
  font-size: 1.4rem;
  margin-top: 0.5em;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .c-btn-relevance--text-s {
    font-size: 1.2rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.c-btn-relevance--text-tit {
  font-size: 1.8rem;
  font-weight: 700;
  grid-column: 2/3;
  grid-row: 2/3;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-relevance--text-tit {
    font-size: 1.5rem;
    grid-column: 1/3;
  }
}

.c-btn-sideBnr {
  display: block;
  position: relative;
  color: #fff;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-weight: 700;
}
.c-btn-sideBnr img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-btn-sideBnr img {
    border-radius: 3px;
  }
}
.c-btn-sideBnr:hover .c-btn-sideBnr--image::after {
  opacity: 0.3;
}
.c-btn-sideBnr--image {
  position: relative;
}
.c-btn-sideBnr--image::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #b7dbab;
  background: -webkit-gradient(linear, left top, right top, from(#0093c9), to(#b7dbab));
  background: linear-gradient(to right, #0093c9 0%, #b7dbab 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-sideBnr--image::after {
    border-radius: 3px;
  }
}
.c-btn-sideBnr--text {
  position: absolute;
  width: 88%;
  left: 6%;
  bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 430px) {
  .c-btn-sideBnr--text {
    bottom: 10px;
  }
}

.c-btn-side {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.25em;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-btn-side {
    font-size: 1.2rem;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 430px) {
  .c-btn-side:last-child {
    margin-bottom: 0;
  }
}
.c-btn-side:hover .c-btn-side--image::after {
  opacity: 0.3;
}
.c-btn-side:hover .c-btn-side--text {
  color: #006f9c;
}
.c-btn-side--image {
  position: relative;
  position: relative;
}
.c-btn-side--image::before {
  content: "";
  display: block;
  padding-top: 52.7%;
}
.c-btn-side--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.c-btn-side--image img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-btn-side--image img {
    border-radius: 3px;
  }
}
.c-btn-side--image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #b7dbab;
  background: -webkit-gradient(linear, left top, right top, from(#0093c9), to(#b7dbab));
  background: linear-gradient(to right, #0093c9 0%, #b7dbab 100%);
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-side--image::after {
    border-radius: 3px;
  }
}
.c-btn-side--text {
  margin-top: 0.8em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-btn-allkey {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  line-height: 1;
}
.c-btn-allkey::before {
  content: "";
  width: 1em;
  height: 1px;
  background-color: #00303e;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn-allkey:hover {
  padding-left: 1.5em;
  color: #006f9c;
}
.c-btn-allkey:hover::before {
  background-color: #006f9c;
}

.c-btn-simple {
  color: #fff;
  background-color: #00303e;
  display: block;
  text-align: center;
  padding: 1em;
  border-radius: 50px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-btn-simple:hover {
  background-color: #006f9c;
}
@media screen and (max-width: 768px) {
  .c-btn-simple {
    font-size: 1.5rem;
  }
}

/*!
component > title
------------------------------
*/
.c-title-simple {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.c-title-recommend {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  margin: 0.75em auto;
}

.c-title-single {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.75;
  margin: 0.8em auto 0.6em;
}
@media screen and (max-width: 768px) {
  .c-title-single {
    line-height: 1.75;
  }
}

.c-title-side {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .c-title-side {
    font-size: 1.4rem;
  }
}

.c-title-lower {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin: 0.6em auto 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-title-lower {
    margin: 0.6em auto 1em;
  }
}

.c-title-member {
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  margin: 0.6em auto 1em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.25em;
}
@media screen and (max-width: 768px) {
  .c-title-member {
    margin: 1em auto;
  }
}

.c-title-writing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 1.5em;
}

/*! component > pager */
.c-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-pager-list {
    font-size: 2.9rem;
    gap: 20px;
  }
}

.c-pager-btn {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #00303e;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .c-pager-btn {
    width: 60px;
    height: 60px;
    margin: 4px;
  }
}
.c-pager-btn--active {
  color: #fff;
  background-color: #00303e;
  pointer-events: none;
}
.c-pager-btn--prev::after {
  content: "≪";
}
.c-pager-btn--next::after {
  content: "≫";
}
.c-pager-btn:hover {
  background-color: #00b8fc;
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 86%;
  margin: auto;
}

.l-container-l {
  max-width: 1100px;
}

.l-container-m {
  max-width: 1000px;
}

.l-container-s {
  max-width: 810px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: relative;
  width: 100%;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: 0;
}

.header-top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.header-gNav {
  color: #00303e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  padding: 55px 0 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-gNav {
    padding: 45px 0 25px;
  }
}
@media screen and (max-width: 430px) {
  .header-gNav {
    padding: 25px 0 15px;
  }
}
.header-gNav--logo {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  max-width: 420px;
  width: calc(100% - 85px);
}
@media screen and (max-width: 768px) {
  .header-gNav--logo {
    font-size: 1.5rem;
  }
}
.header-gNav--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .header-gNav--flex {
    display: none;
  }
}
.header-gNav--item {
  color: #00303e;
  position: relative;
}
.header-gNav--item::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00303e;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-gNav--item:hover::before {
  opacity: 1;
}

.header-hamburger {
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 48, 62, 0.7);
  border: 1px solid #00303e;
  border-radius: 50px;
  display: none;
}
@media screen and (max-width: 768px) {
  .header-hamburger {
    width: 51px;
    height: 36px;
    border-color: #fff;
    top: 45px;
    right: 0;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .header-hamburger {
    top: 25px;
  }
}
.header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 30px;
  height: 3px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .header-hamburger span {
    left: 15px;
    background-color: #fff;
    height: 1px;
    width: 19px;
  }
}
.header-hamburger span:nth-of-type(1) {
  top: 15px;
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(1) {
    top: 12px;
  }
}
.header-hamburger span:nth-of-type(2) {
  top: 23px;
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(2) {
    top: 17px;
  }
}
.header-hamburger span:nth-of-type(3) {
  top: 31px;
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(3) {
    top: 22px;
  }
}
.header-hamburger:hover {
  border-color: #fff;
}
.header-hamburger:hover span {
  background: #fff;
}
.header-hamburger.open {
  border: 1px solid #fff;
  background-color: rgba(0, 147, 201, 0.7);
}
.header-hamburger.open span {
  background: #fff;
}
.header-hamburger.open span:nth-of-type(1) {
  top: 18px;
  left: 32px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
@media screen and (max-width: 768px) {
  .header-hamburger.open span:nth-of-type(1) {
    left: 15px;
    top: 11px;
  }
}
.header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.open span:nth-of-type(3) {
  top: 30px;
  left: 32px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 35%;
}
@media screen and (max-width: 768px) {
  .header-hamburger.open span:nth-of-type(3) {
    left: 15px;
    top: 23px;
  }
}
.header-hamburger.open:hover span {
  background: #fff;
}

.header-hamburger-nav {
  position: absolute;
  top: -100%;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  color: #fff;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-hamburger-nav::before {
  content: "";
  width: 100%;
  height: 0%;
  background: #f2f5f7;
  opacity: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-hamburger-nav.open {
  display: block;
  top: 0;
  position: fixed;
  overflow: visible;
  opacity: 1;
}
.header-hamburger-nav.open::before {
  height: 100%;
  opacity: 0.95;
  overflow: visible;
}
.header-hamburger-nav--inner {
  color: #00303e;
  position: relative;
  z-index: 1;
  width: 82%;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .header-hamburger-nav--inner {
    margin: 55px auto 0;
  }
}
@media screen and (max-width: 430px) {
  .header-hamburger-nav--inner {
    margin: 42px auto 0;
  }
}
.header-hamburger-nav--logo {
  margin-bottom: 2em;
  width: calc(100% - 62px);
  max-width: 437px;
}
.header-hamburger-nav--list li {
  border-bottom: 1px solid #00303e;
}
.header-hamburger-nav--list li a {
  display: block;
  padding: 1.5em 1em;
  position: relative;
}
.header-hamburger-nav--list li a::before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 50%;
  width: 14px;
  height: 1px;
  background-color: #00303e;
}
.header-hamburger-nav--list li a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 50%;
  width: 6px;
  height: 1px;
  background-color: #00303e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

/*!
layout > footer
------------------------------
*/
footer {
  color: #fff;
  background-color: #00303e;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0 20px;
}

.footer-copy {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  max-width: 405px;
  width: 80%;
  margin: 0 auto;
}

/*!
layout > breadcrumb
------------------------------
*/
.l-breadcrumb {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1rem;
  line-height: 1.5;
  width: 86%;
  max-width: 1100px;
  margin: 0 auto 1.25em;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .l-breadcrumb {
    letter-spacing: 0.01em;
  }
}
.l-breadcrumb--item::after {
  content: "＞";
  margin: 0 0.1em;
  font-size: 90%;
}
.l-breadcrumb--item:last-child::after {
  display: none;
}
.l-breadcrumb--item a:hover {
  text-decoration: underline;
}

/*!
page > top
------------------------------
*/
.top-body {
  position: relative;
}
.top-body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #b7dbab;
  background: -webkit-gradient(linear, left top, right top, from(#0093c9), color-stop(#b7dbab), color-stop(#dfb989), color-stop(#fcacb8), color-stop(#d47fde), color-stop(#0093c9), color-stop(#b7dbab), color-stop(#dfb989), color-stop(#fcacb8), color-stop(#d47fde), color-stop(#0093c9), to(#b7dbab)) 0/1200% 100%;
  background: linear-gradient(90deg, #0093c9, #b7dbab, #dfb989, #fcacb8, #d47fde, #0093c9, #b7dbab, #dfb989, #fcacb8, #d47fde, #0093c9, #b7dbab) 0/1200% 100%;
  -webkit-animation: bg-anim1 22s ease-in-out infinite alternate;
          animation: bg-anim1 22s ease-in-out infinite alternate;
}

@-webkit-keyframes bg-anim1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes bg-anim1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.top-fv-wrap {
  position: relative;
}
.top-fv-wrap::before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 99px;
  background: url("../img/common/bg_object-03.svg") no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .top-fv-wrap::before {
    background-position: right 38% bottom;
    bottom: 199px;
  }
}
.top-fv-wrap::after {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #f2f5f7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .top-fv-wrap::after {
    height: 200px;
  }
}

.top-fv {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-fv {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .top-fv {
    margin-bottom: 30px;
  }
}
.top-fv .top-class-pagination {
  position: absolute;
  left: 0;
  bottom: 72px;
  gap: 2px;
}
@media screen and (max-width: 991px) {
  .top-fv .top-class-pagination {
    bottom: 0;
    position: relative;
    margin-top: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 430px) {
  .top-fv .top-class-pagination {
    margin-top: 3px;
  }
}
.top-fv .top-class-page {
  width: 26px;
  height: 5px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
}
.top-fv .top-class-page.is-active {
  background-color: #00303e;
}

.top-fv-item:hover .top-fv-image::after {
  opacity: 0.2;
}
.top-fv-item:hover .top-fv-text {
  opacity: 0.8;
}

.top-fv-image {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  position: relative;
}
.top-fv-image::before {
  content: "";
  display: block;
  padding-top: 52.7%;
}
.top-fv-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.top-fv-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0093c9;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .top-fv-image::after {
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .top-fv-image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .top-fv-image {
    margin-bottom: 15px;
  }
}
.top-fv-image img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .top-fv-image img {
    border-radius: 3px;
  }
}

.top-fv-text {
  display: grid;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  grid-template-columns: 85px 1fr;
  padding-left: 190px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 991px) {
  .top-fv-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-fv-text {
    grid-template-columns: 75px 1fr;
  }
}
@media screen and (max-width: 430px) {
  .top-fv-text {
    display: block;
  }
}
.top-fv-text--time {
  grid-column: 1/2;
  grid-row: 1/3;
  padding-top: 0.5em;
}
@media screen and (max-width: 430px) {
  .top-fv-text--time {
    padding-top: 0;
  }
}
.top-fv-text--title {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-fv-text--title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 430px) {
  .top-fv-text--title {
    font-size: 1.7rem;
  }
}
.top-fv-text--tag {
  grid-column: 2/3;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  row-gap: 0.25em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .top-fv-text--tag {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 430px) {
  .top-fv-text--tag {
    font-size: 1.1rem;
  }
}

.top-fv-tag {
  font-size: 1.8rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-fv-tag {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 430px) {
  .top-fv-tag {
    font-size: 1.2rem;
  }
}
.top-fv-tag--writer {
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-fv-tag--writer {
    font-size: 1rem;
  }
}

.top-about {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  /*&::before{
  	content: 'AI x RECRUIT';
  	@include g.font-lato;
  	font-size: clamp(1rem, 14.2vw, 22.3rem);
  	letter-spacing: 0.1em;
  	line-height: 1;
  	color: #fff;
  	display: block;
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	white-space: nowrap;
  	text-align: center;
  }*/
}
@media screen and (max-width: 768px) {
  .top-about {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  .top-about {
    margin-bottom: 40px;
  }
}
.top-about--inner {
  display: grid;
  grid-template-columns: 24% 1fr;
  -webkit-column-gap: 4.1%;
     -moz-column-gap: 4.1%;
          column-gap: 4.1%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.top-about-image {
  grid-column: 1/2;
  grid-row: 1/4;
  position: relative;
}
.top-about-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-about-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (max-width: 430px) {
  .top-about-image {
    grid-row: 1/2;
  }
}
.top-about-image img {
  border-radius: 50%;
}

.top-about-title {
  grid-column: 2/3;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-about-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about-title {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.top-about-text {
  grid-column: 2/3;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  .top-about-text {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 430px) {
  .top-about-text {
    font-size: 1.3rem;
    grid-column: 1/3;
  }
}
.top-about-text--inner {
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .top-about-text--inner {
    display: inline;
  }
}

.top-about-link {
  grid-column: 2/3;
  justify-self: end;
}

.top-white-wrap {
  background-color: #f2f5f7;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  /*&::before{
  	content: 'AI x RECRUIT';
  	@include g.font-lato;
  	font-size: clamp(1rem, 14.2vw, 22.3rem);
  	font-weight: 700;
  	letter-spacing: 0.1em;
  	line-height: 0.77;
  	color: #e6e6e6;
  	display: flex;
  	align-items: flex-end;
  	justify-content: center;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1em;
  	white-space: nowrap;
  	text-align: center;
  	z-index: -1;
  }*/
}
@media screen and (max-width: 768px) {
  .top-white-wrap {
    padding-bottom: 50px;
  }
}

.top-category {
  background-color: #f2f5f7;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-category {
    margin-bottom: 40px;
  }
}
.top-category--big {
  font-size: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 768px) {
  .top-category--big {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 430px) {
  .top-category--big {
    font-size: 1.5rem;
  }
}
.top-category--small {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
  row-gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-category--small {
    font-size: 1.3rem;
  }
}

.top-archive-new {
  position: relative;
  z-index: 2;
}

.top-archive-new-link {
  margin-top: 50px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-archive-new-link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 430px) {
  .top-archive-new-link {
    margin-top: 25px;
  }
}

/*!
page > single
------------------------------
*/
.single-head {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 430px) {
  .single-head {
    margin-bottom: 25px;
  }
}
.single-head--tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .single-head--tag {
    font-size: 1.1rem;
  }
}

.single-head-opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-head-opt--en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 430px) {
  .single-head-opt--en {
    font-size: 1rem;
  }
}

.single-head-writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .single-head-writer {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 430px) {
  .single-head-writer {
    font-size: 1.4rem;
  }
}
.single-head-writer::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c6c8cb;
  margin-left: 0.25em;
}
@media screen and (max-width: 430px) {
  .single-head-writer::after {
    margin-left: 0;
  }
}
.single-head-writer--image {
  width: 60px;
  position: relative;
}
.single-head-writer--image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.single-head-writer--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (max-width: 430px) {
  .single-head-writer--image {
    width: 50px;
  }
}
.single-head-writer--image img {
  border-radius: 50%;
}

.single-head-date {
  -ms-flex-item-align: center;
      align-self: center;
}
.single-head-date--num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .single-head-date--num {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 430px) {
  .single-head-date--num {
    font-size: 1.4rem;
  }
}

.single-main {
  position: relative;
  z-index: 2;
  /*&::before{
  	content: 'AI x RECRUIT';
  	@include g.font-lato;
  	font-size: clamp(1rem, 14.2vw, 22.3rem);
  	font-weight: 700;
  	letter-spacing: 0.1em;
  	line-height: 0.77;
  	color: g.$txtcolor;
  	display: flex;
  	align-items: flex-end;
  	justify-content: center;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1em;
  	white-space: nowrap;
  	text-align: center;
  	z-index: -1;
  }*/
}
@media screen and (max-width: 1100px) {
  .single-main {
    display: grid;
    grid-template-columns: 53px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 430px) {
  .single-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-main img {
  height: auto;
}
.single-main--inner {
  grid-column: 2/3;
  grid-row: 2/3;
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 110px;
  display: grid;
  grid-template-columns: 1fr 260px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .single-main--inner {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .single-main--inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 92%;
    padding: 0 0 70px;
  }
}

.single-sns {
  position: sticky;
  background-color: #fff;
  border-radius: 50px;
  left: calc(50% - 650px);
  top: 15px;
  width: 53px;
  padding: 25px 13px;
  margin-bottom: 110px;
  float: left;
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-start;
}
@media screen and (max-width: 1399px) {
  .single-sns {
    left: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .single-sns {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 430px) {
  .single-sns {
    padding: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 50px;
  }
}
.single-sns--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1em;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-sns--text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 430px) {
  .single-sns--text {
    margin: 0 auto;
  }
}
.single-sns--text span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: justify;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .single-sns--text span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.single-eyecatch {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto 50px;
  grid-column: 1/3;
  grid-row: 1/2;
}
.single-eyecatch img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .single-eyecatch img {
    border-radius: 3px;
  }
}
@media screen and (max-width: 1100px) {
  .single-eyecatch {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .single-eyecatch {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 430px) {
  .single-eyecatch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 92%;
  }
}

.single-article {
  background-color: #fff;
  border-radius: 5px;
  padding: 45px 6% 70px;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.25;
  /*em{
  	background-color: g.$txtcolor;
  	color: #fff;
  }*/
}
@media screen and (max-width: 768px) {
  .single-article {
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .single-article {
    font-size: 1.4rem;
    padding: 30px 6% 50px;
  }
}
@media screen and (max-width: 430px) {
  .single-article {
    font-size: 1.3rem;
    padding: 25px 6% 35px;
    line-height: 1.9;
  }
}
.single-article p {
  margin-bottom: 2em;
}
@media screen and (max-width: 430px) {
  .single-article p {
    margin-bottom: 1.5em;
  }
}
.single-article p.toc_title {
  margin-bottom: 0;
}
.single-article img {
  height: auto;
}
.single-article #ez-toc-container {
  padding-bottom: 3em;
  margin-bottom: 2.5em !important;
  position: relative;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-article #ez-toc-container::after {
  content: "";
  width: 100%;
  height: 10px;
  background: url("../img/common/bg_line-01.svg") repeat-x;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-article #ez-toc-container::after {
    height: 10px;
  }
}
.single-article #ez-toc-container.toc_close .ez-toc-title-container .ez-toc-js-icon-con::after {
  right: 4px;
  background-color: #c6c8cb;
}
.single-article #ez-toc-container.toc_close .ez-toc-title-container .ez-toc-js-icon-con:hover::after {
  background-color: #abaeb3;
}
.single-article #ez-toc-container.ez-toc-counter nav ul {
  counter-reset: item;
}
.single-article #ez-toc-container.ez-toc-counter nav ul li {
  padding-left: 0;
}
.single-article #ez-toc-container.ez-toc-counter nav ul li::before {
  content: "";
}
.single-article #ez-toc-container a {
  color: #006f9c;
  text-decoration: underline;
}
.single-article #ez-toc-container a:hover {
  text-decoration: none;
}
.single-article #ez-toc-container a:visited {
  opacity: 0.8;
}
.single-article #ez-toc-container .ez-toc-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2em;
     -moz-column-gap: 0.2em;
          column-gap: 0.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-article #ez-toc-container .ez-toc-title-container .ez-toc-pull-right {
  margin-left: 0;
}
.single-article #ez-toc-container .ez-toc-title-container .ez-toc-js-icon-con {
  width: 38px;
  height: 18px;
  border: 1px solid #00303e;
  border-radius: 30px !important;
  display: block;
  position: relative;
}
.single-article #ez-toc-container .ez-toc-title-container .ez-toc-js-icon-con svg {
  opacity: 0;
}
.single-article #ez-toc-container .ez-toc-title-container .ez-toc-js-icon-con::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 22px;
  background-color: #006f9c;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-article #ez-toc-container .ez-toc-title-container .ez-toc-js-icon-con:hover::after {
  background-color: #0093c9;
}
.single-article #ez-toc-container p.ez-toc-title {
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  /*&:hover{
  	&::after{
  		background-color: g.$blue;
  	}
  }
  &::before{
  	content: '';
  	width: 38px;
  	height: 18px;
  	@include g.center-y;
  	right: 0;
  	border: 1px solid g.$txtcolor;
  	border-radius: 30px;
  }
  &::after{
  	content: '';
  	width: 11px;
  	height: 11px;
  	@include g.center-y;
  	right: 24px;
  	background-color: g.$linkcolor;
  	border-radius: 50%;
  	transition: all 0.5s;
  }
  &.is-close{
  	&::after{
  		right: 4px;
  		background-color: g.$gray;
  	}
  	&:hover{
  		&::after{
  			background-color: darken(g.$gray, 10%);
  		}
  	}
  }*/
}
@media screen and (max-width: 430px) {
  .single-article #ez-toc-container p.ez-toc-title {
    font-size: 1.8rem;
  }
}
.single-article #ez-toc-container .ez-toc-list {
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.6;
  opacity: 1;
  overflow: auto;
}
.single-article #ez-toc-container .ez-toc-list.is-close {
  height: 0;
  opacity: 0;
  line-height: 0;
  overflow: hidden;
}
.single-article #ez-toc-container .ez-toc-list.is-close li {
  margin-top: 0;
}
.single-article #ez-toc-container ul {
  margin-bottom: 0;
  counter-reset: listnum;
}
.single-article #ez-toc-container ul li {
  margin-top: 0.8em;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  padding-left: 1.5em;
}
.single-article #ez-toc-container ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: center;
}
.single-article #ez-toc-container ul li::before {
  content: "";
  counter-increment: listnum;
  content: counter(listnum);
  color: #006f9c;
  text-align: left;
}
.single-article #ez-toc-container ul li ul li {
  position: relative;
}
.single-article #ez-toc-container ul li ul li::after {
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.5em;
  top: 0.2em;
  left: -1.25em;
  display: block;
  border-left: 1px solid #006f9c;
  border-bottom: 1px solid #006f9c;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .single-article #ez-toc-container ul li ul li::after {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 430px) {
  .single-article #ez-toc-container ul li ul li::after {
    font-size: 1.3rem;
  }
}
.single-article #ez-toc-container ul ul {
  margin-left: 0;
}
.single-article figure {
  margin-bottom: 2em;
}
.single-article figure img {
  border-radius: 5px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .single-article figure img {
    border-radius: 3px;
  }
}
.single-article strong {
  font-weight: 700;
}
.single-article em {
  background-color: #fcb900;
  font-weight: 600;
}
.single-article--contact {
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.single-article a {
  color: #006f9c;
  text-decoration: underline;
}
.single-article a:hover {
  text-decoration: none;
}
.single-article a.single-article-contact-link {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
  background: #ec7079;
  background: linear-gradient(45deg, #0093c9, #c0cb61 18%, #ec7079 50%, #c0cb61 68%, #0093c9) 0/200% 100%;
  background-position: 0 0;
  text-align: center;
  display: inline-block;
  padding: 0.9em 2.5em;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .single-article a.single-article-contact-link {
    font-size: 1.5rem;
  }
}
.single-article a.single-article-contact-link:hover {
  background-position: 100% 0;
}
.single-article h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 1.5em auto 0.75em;
  line-height: 1.6;
}
@media screen and (max-width: 430px) {
  .single-article h2 {
    margin: 1.5em auto 1em;
  }
}
.single-article h3 {
  font-size: clamp(1.6rem, 2.1vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 2em auto 0.5em;
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 430px) {
  .single-article h3 {
    margin: 2em auto 0.8em;
  }
}
.single-article h3::before {
  content: "";
  width: 2px;
  height: calc(100% - 0.6em);
  border-radius: 2px;
  background-color: #c6c8cb;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.single-article h4 {
  font-size: clamp(1.5rem, 2.1vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 2em auto 0.5em;
  padding-left: 3em;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 430px) {
  .single-article h4 {
    margin: 2em auto 0.75em;
  }
}
.single-article h4::before {
  content: "";
  width: 2.5em;
  height: 2px;
  border-radius: 2px;
  background-color: #00303e;
  position: absolute;
  left: 0;
  top: 0.75em;
}
.single-article dl {
  background-color: #f2f2f2;
  margin: 1.5em auto 2em;
  border-radius: 5px;
  padding: 1.5em 2em;
}
@media screen and (max-width: 768px) {
  .single-article dl {
    border-radius: 3px;
  }
}
.single-article dl dd {
  font-size: 1.4rem;
  margin-top: 0.3em;
  text-align: right;
  padding-bottom: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .single-article dl dd {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 430px) {
  .single-article dl dd {
    font-size: 1.2rem;
  }
}
.single-article dl dd::before {
  content: "";
  width: 1.4em;
  height: 2px;
  background-color: #c6c8cb;
  display: block;
  margin-top: 0.8em;
  margin-right: 1em;
}
.single-article dl dd p {
  margin-bottom: 0;
}
.single-article ul {
  margin-bottom: 2em;
}
.single-article ul li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 2em;
  position: relative;
}
.single-article ul li::after {
  position: absolute;
  left: 0;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "◯";
}

.ez-toc-list li::after {
  content: "" !important;
}

.ez-toc-list-level-3 {
  padding-left: 1.5em !important;
}

.single-article-relevance {
  position: relative;
  padding: 35px 0;
  margin: 2em auto 3em;
}
.single-article-relevance a {
  text-decoration: none;
  color: #00303e;
}
.single-article-relevance p {
  margin: 0 auto;
}
.single-article-relevance figure {
  margin: 0 auto;
}
.single-article-relevance::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url("../img/common/bg_line-01.svg") repeat-x;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-article-relevance::before {
    height: 10px;
  }
}
.single-article-relevance::after {
  content: "";
  width: 100%;
  height: 10px;
  background: url("../img/common/bg_line-01.svg") repeat-x;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-article-relevance::after {
    height: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .single-side {
    padding: 70px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 430px) {
  .single-side {
    padding: 30px 0;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
}
.single-side--block {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .single-side--block {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .single-side--column2 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 1100px) {
  .single-side--column3 {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 1100px) {
  .single-side--column4 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 1100px) {
  .single-side--article {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .single-side--article {
    display: block;
  }
}
.single-side--link {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .single-side--link {
    max-width: 280px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1100px) {
  .single-side--pt {
    display: none;
  }
}
.single-side--bottom {
  display: none;
}
@media screen and (max-width: 1100px) {
  .single-side--bottom {
    display: grid;
  }
}
.single-side-tags {
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .single-side-tags {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
.single-side-tags::before {
  content: "";
  background: url("../img/common/bg_line-01.svg") repeat-x;
  background-size: 15px 10px;
  width: 70px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.single-side-tags--inner {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 430px) {
  .single-side-tags--inner {
    font-size: 1.2rem;
  }
}

.single-writer {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 430px) {
  .single-writer {
    padding: 40px 0;
  }
}
.single-writer--en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .single-writer--en {
    font-size: 1.1rem;
    padding-left: 40px;
  }
}
.single-writer--en::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #00303e;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .single-writer--en::before {
    height: 1px;
    width: 30px;
  }
}
.single-writer--belong {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0.75em auto 0.5em;
}
@media screen and (max-width: 768px) {
  .single-writer--belong {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .single-writer--belong {
    font-size: 1.1rem;
  }
}
.single-writer--name {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .single-writer--name {
    font-size: 1.7rem;
  }
}
.single-writer--about {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .single-writer--about {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
}
.single-writer--link {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 280px;
}

.single-writer-profile {
  display: grid;
  grid-template-columns: 140px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 33px;
     -moz-column-gap: 33px;
          column-gap: 33px;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .single-writer-profile {
    grid-template-columns: 80px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 20px;
  }
}
.single-writer-profile--image {
  position: relative;
  width: 140px;
  height: 140px;
}
.single-writer-profile--image::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.single-writer-profile--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.single-writer-profile--image img {
  border-radius: 50%;
}
@media screen and (max-width: 430px) {
  .single-writer-profile--image {
    width: 80px;
    height: 80px;
  }
}

/*!
page > archive
------------------------------
*/
.archive-new {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .archive-new {
    margin-bottom: 40px;
  }
}
.archive-new--image {
  position: relative;
}
.archive-new--image::before {
  content: "";
  display: block;
  padding-top: 52.6%;
}
.archive-new--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.archive-new--image img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .archive-new--image img {
    border-radius: 3px;
  }
}
.archive-new--time {
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .archive-new--time {
    padding-top: 0.2em;
  }
}
.archive-new--text {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .archive-new--text {
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 30px;
  }
}
@media screen and (max-width: 430px) {
  .archive-new--text {
    padding: 20px;
  }
}
.archive-new--title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .archive-new--title {
    margin-top: 0.25em;
  }
}
@media screen and (max-width: 430px) {
  .archive-new--title {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

.archive-new-item {
  background-color: #fff;
  display: grid;
  grid-template-columns: 30.3% 80px 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive-new-item {
    border-radius: 3px;
  }
}
@media screen and (max-width: 991px) {
  .archive-new-item {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .archive-new-item {
    grid-template-columns: 1fr 90px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 430px) {
  .archive-new-item {
    margin-bottom: 20px;
  }
}
.archive-new-item::after {
  content: "";
  background: #b7dbab;
  background: -webkit-gradient(linear, left top, right top, from(#0093c9), to(#b7dbab));
  background: linear-gradient(to right, #0093c9 0%, #b7dbab 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .archive-new-item::after {
    border-radius: 3px;
  }
}
.archive-new-item:hover::after {
  opacity: 0.2;
}

.archive-new-link {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive-new-link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 430px) {
  .archive-new-link {
    margin-top: 25px;
  }
}

.archive-recommend {
  position: relative;
  padding-bottom: 70px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .archive-recommend {
    padding-bottom: 40px;
  }
}
.archive-recommend--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  overflow-x: scroll;
  max-width: 1100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .archive-recommend--inner {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 430px) {
  .archive-recommend--inner {
    gap: 20px;
  }
}
.archive-recommend--inner::-webkit-scrollbar {
  height: 5px;
}
.archive-recommend--inner::-webkit-scrollbar-thumb {
  background-color: #00303e;
  border-radius: 10px;
}
.archive-recommend--inner::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.archive-recommend-item {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 430px) {
  .archive-recommend-item {
    width: 210px;
  }
}
.archive-recommend-item:hover .archive-recommend-image::after {
  opacity: 0.2;
}

.archive-recommend-image {
  position: relative;
}
.archive-recommend-image::before {
  content: "";
  display: block;
  padding-top: 52.7%;
}
.archive-recommend-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.archive-recommend-image::after {
  content: "";
  background-color: #0093c9;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .archive-recommend-image::after {
    border-radius: 3px;
  }
}
.archive-recommend-image img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .archive-recommend-image img {
    border-radius: 3px;
  }
}

/*!
page > member
------------------------------
*/
.member-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .member-wrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .member-wrap {
    margin-bottom: 40px;
  }
}

.member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}
@media screen and (max-width: 991px) {
  .member-list {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media screen and (max-width: 430px) {
  .member-list {
    row-gap: 25px;
  }
}
.member-list .member-item {
  width: 250px;
}
@media screen and (max-width: 991px) {
  .member-list .member-item {
    width: 30%;
  }
}
@media screen and (max-width: 430px) {
  .member-list .member-item {
    width: 47.5%;
  }
}

.member-item {
  display: block;
  text-align: center;
}
.member-item:hover .member-item--image::after {
  opacity: 0.3;
}
.member-item:hover .member-item--name {
  color: #006f9c;
}
.member-item--image {
  display: block;
  position: relative;
}
.member-item--image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.member-item--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.member-item--image img {
  border-radius: 50%;
}
.member-item--image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #b7dbab;
  background: -webkit-gradient(linear, left top, right top, from(#0093c9), to(#b7dbab));
  background: linear-gradient(to right, #0093c9 0%, #b7dbab 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.member-item--belong {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 1em auto 0.2em;
}
@media screen and (max-width: 768px) {
  .member-item--belong {
    font-size: 1.1rem;
  }
}
.member-item--name {
  font-size: 2rem;
  line-height: 1.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .member-item--name {
    font-size: 1.6rem;
  }
}

.member-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .member-profile {
    display: block;
  }
}
.member-profile::before {
  content: "";
  width: 79.1%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .member-profile::before {
    display: none;
  }
}
.member-profile--image {
  width: 40.9%;
  position: relative;
}
.member-profile--image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.member-profile--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.member-profile--image img {
  border-radius: 50%;
}
@media screen and (max-width: 1100px) {
  .member-profile--image {
    width: 32%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .member-profile--image {
    width: 70%;
    max-width: 450px;
    margin: auto;
  }
}
.member-profile--text {
  width: 43.6%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  padding: 3em 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .member-profile--text {
    width: 54%;
  }
}
@media screen and (max-width: 991px) {
  .member-profile--text {
    width: 100%;
    padding: 1.8em 5% 30px;
    line-height: 1.9;
  }
  .member-profile--text::before {
    content: "";
    width: 104%;
    height: calc(100% + 30px);
    background-color: #fff;
    position: absolute;
    left: -2%;
    top: -30px;
    border-radius: 30px;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .member-profile--text {
    font-size: 1.2rem;
  }
}
.member-profile--text b {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  font-size: 120%;
}

.member-profile-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .member-profile-wrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .member-profile-wrap {
    margin-bottom: 40px;
  }
}

.member-archive {
  position: relative;
  z-index: 2;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .member-archive {
    margin-bottom: 40px;
  }
}

.member-archive-list .archive-new-item:first-child {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 45px;
}
@media screen and (max-width: 859px) {
  .member-archive-list .archive-new-item:first-child {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 430px) {
  .member-archive-list .archive-new-item:first-child {
    margin-bottom: 35px;
  }
}
.member-archive-list .archive-new-item:first-child .archive-new--image {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 859px) {
  .member-archive-list .archive-new-item:first-child .archive-new--image {
    width: 100%;
  }
}
.member-archive-list .archive-new-item:first-child .archive-new--time {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
  padding-top: 30px;
}
@media screen and (max-width: 859px) {
  .member-archive-list .archive-new-item:first-child .archive-new--time {
    position: relative;
    padding: 20px 30px 10px;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .member-archive-list .archive-new-item:first-child .archive-new--time {
    padding: 15px 20px 10px;
  }
}
.member-archive-list .archive-new-item:first-child .archive-new--text {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: flex-start;
  padding-bottom: 30px;
}
@media screen and (max-width: 859px) {
  .member-archive-list .archive-new-item:first-child .archive-new--text {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 430px) {
  .member-archive-list .archive-new-item:first-child .archive-new--text {
    padding: 0 20px 20px;
  }
}/*# sourceMappingURL=style.css.map */