
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);

@charset "UTF-8";
/*
  フォントサイズのclamp()
 */
/**

	レスポンシブ用フォントサイズ指定
	eg)
	$sizeSP: 12
	$sizePC: 16
	※ブラッシュアップ中
	SPは指定値を最低サイズとしてブレイクポイントまでを比例指定
	PCはブレイクポイント〜一定サイズを比例指定、一定サイズ以上は指定値に固定

 */
/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/**
	aspect-ratio
 */
/* ==========================================================================
    libs
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**

	レスポンシブ用フォントサイズ指定
	eg)
	$sizeSP: 12
	$sizePC: 16
	※ブラッシュアップ中
	SPは指定値を最低サイズとしてブレイクポイントまでを比例指定
	PCはブレイクポイント〜一定サイズを比例指定、一定サイズ以上は指定値に固定

 */
/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/**
	aspect-ratio
 */
.slick-slide {
  outline: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-controll {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .slick-controll {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  right: 0;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  z-index: 10009;
  width: 40px;
  height: 20px;
  top: 4px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}
@media print, screen and (min-width:769px) {
  .slick-prev,
  .slick-next {
    display: none;
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

.slick-prev {
  background: url(/assets/img/ic_prev.svg) no-repeat center center/40px 8px;
  right: calc(9.7vw + 60px);
}

.slick-next {
  background: url(/assets/img/ic_next.svg) no-repeat center center/40px 8px;
  right: calc(9.7vw + 10px);
}

/* Dots */
.slick-dots {
  position: relative;
  z-index: 10;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slick-dots li {
    margin: 0 3px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-dots li button:before {
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  content: "";
  width: 8px;
  height: 8px;
  background: #e2e2e2;
  border-radius: 50%;
  transition-duration: 0.3s;
}
.slick-dots li.slick-active button:before {
  background: #00a0e9;
  border: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slick-dots {
    margin: 0 !important;
    width: auto;
    margin-left: -20vw;
  }
}

/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
:root {
  --col-iryou: #009fb0;
  --col-iryou2: #b89c59;
  --col-syuurou: #e83e6b;
  --col-syuurou2: #3399ff;
  --col-insyoku: #f9a500;
  --col-insyoku2: #24a89b;
  --col-other: #999;
  --col-other2: #999;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/*  HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

hr {
  height: 10px;
  border: none;
}

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* &.is-scrollOff {
     @include mq-pc {
       !*overflow: hidden;*!
       height: 100%;
       .glb-page-wrapper {
         width: 100%;
         height: 100vh;
         overflow: hidden;
       }
     }

   }*/
}

body {
  font-size: 1.4rem;
  color: #111;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  /*overflow-y: scroll;*/
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
}

main {
  display: block;
}

a:link, a:visited, a.touchend {
  color: #111;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
sup {
  font-size: 0.4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #111;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/*@font-face {
  !*フォントの名前*!
  font-family: 'mamelon';
  font-display: swap;
  !*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*!
  src: url(../fonts/mameh_woff/mamelon5.woff2) format('woff2'), url(../fonts/mameh_woff/mamelon5.eot) format('eot');
}*/
/*
@mixin font-mamelon {
  font-family: "mamelon", sans-serif;
}*/
/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 20px;
  margin-right: 20px;
}
@media print, screen and (min-width:769px) {
  .l-width-std {
    margin-left: auto;
    margin-right: auto;
    min-width: 769px;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-width-top {
  margin-left: 20px;
  margin-right: 20px;
}
@media print, screen and (min-width:769px) {
  .l-width-top {
    margin-left: auto;
    margin-right: auto;
    min-width: 769px;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1260px) {
  .l-width-top {
    max-width: 1000px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1260px) {
  .l-width-services {
    max-width: 1000px;
  }
}

.l-width-std--no-hpadding {
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width:769px) {
  .l-width-std--no-hpadding {
    min-width: 769px;
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  overflow-x: hidden;
}
.l-page-wrapper img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-main {
    padding-bottom: 80px;
    min-height: 60vh;
  }
}
@media print, screen and (min-width:769px) {
  .l-main {
    padding-bottom: 120px;
    min-height: 600px;
  }
}

.l-main--second {
  padding-top: 20px;
}
@media print, screen and (min-width:769px) {
  .l-main--second {
    padding-top: 25px;
  }
}

.l-main--top {
  background-color: #ebebeb;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-main--top {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 82px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width:769px) {
  .l-main--top {
    padding-top: 125px;
    padding-bottom: 80px;
  }
}

/* --------------------------------------------------------------------
  #サイド
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-side {
    display: none;
  }
}
@media print, screen and (min-width:769px) {
  .l-side {
    width: 240px;
  }
}

/* -------------------------------------------------------------------------
	サイズ
*/
.l-w10 {
  width: 10px !important;
}

.l-w20 {
  width: 20px !important;
}

.l-w30 {
  width: 30px !important;
}

.l-w40 {
  width: 40px !important;
}

.l-w50 {
  width: 50px !important;
}

.l-w60 {
  width: 60px !important;
}

.l-w70 {
  width: 70px !important;
}

.l-w80 {
  width: 80px !important;
}

.l-w90 {
  width: 90px !important;
}

.l-w100 {
  width: 100px !important;
}

.l-w120 {
  width: 120px !important;
}

.l-w140 {
  width: 140px !important;
}

.l-w160 {
  width: 160px !important;
}

.l-w180 {
  width: 180px !important;
}

.l-w200 {
  width: 200px !important;
}

.l-w220 {
  width: 220px !important;
}

.l-w240 {
  width: 240px !important;
}

.l-w260 {
  width: 260px !important;
}

.l-w280 {
  width: 280px !important;
}

.l-w300 {
  width: 300px !important;
}

.l-w320 {
  width: 320px !important;
}

.l-w340 {
  width: 340px !important;
}

.l-w360 {
  width: 360px !important;
}

.l-w380 {
  width: 380px !important;
}

.l-w400 {
  width: 400px !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-w-auto {
    width: auto !important;
  }
  .l-sp-w10 {
    width: 10px !important;
  }
  .l-sp-w20 {
    width: 20px !important;
  }
  .l-sp-w30 {
    width: 30px !important;
  }
  .l-sp-w40 {
    width: 40px !important;
  }
  .l-sp-w50 {
    width: 50px !important;
  }
  .l-sp-w60 {
    width: 60px !important;
  }
  .l-sp-w70 {
    width: 70px !important;
  }
  .l-sp-w80 {
    width: 80px !important;
  }
  .l-sp-w90 {
    width: 90px !important;
  }
  .l-sp-w100 {
    width: 100px !important;
  }
}
/* -------------------------------------------------------------------------
	マージン
*/
.l-mb0 {
  margin-bottom: 0px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb0 {
    margin-bottom: 0px !important;
  }
}

.l-mb5 {
  margin-bottom: 4px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb5 {
    margin-bottom: 5px !important;
  }
}

.l-mb10 {
  margin-bottom: 8px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb10 {
    margin-bottom: 10px !important;
  }
}

.l-mb15 {
  margin-bottom: 12px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb15 {
    margin-bottom: 15px !important;
  }
}

.l-mb20 {
  margin-bottom: 16px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb20 {
    margin-bottom: 20px !important;
  }
}

.l-mb25 {
  margin-bottom: 20px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb25 {
    margin-bottom: 25px !important;
  }
}

.l-mb30 {
  margin-bottom: 24px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb30 {
    margin-bottom: 30px !important;
  }
}

.l-mb35 {
  margin-bottom: 28px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb35 {
    margin-bottom: 35px !important;
  }
}

.l-mb40 {
  margin-bottom: 32px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb40 {
    margin-bottom: 40px !important;
  }
}

.l-mb45 {
  margin-bottom: 36px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb45 {
    margin-bottom: 45px !important;
  }
}

.l-mb50 {
  margin-bottom: 40px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb50 {
    margin-bottom: 50px !important;
  }
}

.l-mb55 {
  margin-bottom: 44px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb55 {
    margin-bottom: 55px !important;
  }
}

.l-mb60 {
  margin-bottom: 48px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb60 {
    margin-bottom: 60px !important;
  }
}

.l-mb65 {
  margin-bottom: 52px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb65 {
    margin-bottom: 65px !important;
  }
}

.l-mb70 {
  margin-bottom: 56px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb70 {
    margin-bottom: 70px !important;
  }
}

.l-mb75 {
  margin-bottom: 60px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb75 {
    margin-bottom: 75px !important;
  }
}

.l-mb80 {
  margin-bottom: 64px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb80 {
    margin-bottom: 80px !important;
  }
}

.l-mb85 {
  margin-bottom: 68px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb85 {
    margin-bottom: 85px !important;
  }
}

.l-mb90 {
  margin-bottom: 72px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb90 {
    margin-bottom: 90px !important;
  }
}

.l-mb95 {
  margin-bottom: 76px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb95 {
    margin-bottom: 95px !important;
  }
}

.l-mb100 {
  margin-bottom: 80px !important;
}
@media print, screen and (min-width:769px) {
  .l-mb100 {
    margin-bottom: 100px !important;
  }
}

.l-mt0 {
  margin-top: 0px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
}

.l-mt5 {
  margin-top: 4px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt5 {
    margin-top: 5px !important;
  }
}

.l-mt10 {
  margin-top: 8px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt10 {
    margin-top: 10px !important;
  }
}

.l-mt15 {
  margin-top: 12px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt15 {
    margin-top: 15px !important;
  }
}

.l-mt20 {
  margin-top: 16px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt20 {
    margin-top: 20px !important;
  }
}

.l-mt25 {
  margin-top: 20px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt25 {
    margin-top: 25px !important;
  }
}

.l-mt30 {
  margin-top: 24px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt30 {
    margin-top: 30px !important;
  }
}

.l-mt35 {
  margin-top: 28px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt35 {
    margin-top: 35px !important;
  }
}

.l-mt40 {
  margin-top: 32px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt40 {
    margin-top: 40px !important;
  }
}

.l-mt45 {
  margin-top: 36px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt45 {
    margin-top: 45px !important;
  }
}

.l-mt50 {
  margin-top: 40px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt50 {
    margin-top: 50px !important;
  }
}

.l-mt55 {
  margin-top: 44px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt55 {
    margin-top: 55px !important;
  }
}

.l-mt60 {
  margin-top: 48px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt60 {
    margin-top: 60px !important;
  }
}

.l-mt65 {
  margin-top: 52px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt65 {
    margin-top: 65px !important;
  }
}

.l-mt70 {
  margin-top: 56px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt70 {
    margin-top: 70px !important;
  }
}

.l-mt75 {
  margin-top: 60px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt75 {
    margin-top: 75px !important;
  }
}

.l-mt80 {
  margin-top: 64px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt80 {
    margin-top: 80px !important;
  }
}

.l-mt85 {
  margin-top: 68px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt85 {
    margin-top: 85px !important;
  }
}

.l-mt90 {
  margin-top: 72px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt90 {
    margin-top: 90px !important;
  }
}

.l-mt95 {
  margin-top: 76px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt95 {
    margin-top: 95px !important;
  }
}

.l-mt100 {
  margin-top: 80px !important;
}
@media print, screen and (min-width:769px) {
  .l-mt100 {
    margin-top: 100px !important;
  }
}

.l-mr0 {
  margin-right: 0px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr0 {
    margin-right: 0px !important;
  }
}

.l-mr5 {
  margin-right: 2.5px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr5 {
    margin-right: 5px !important;
  }
}

.l-mr10 {
  margin-right: 5px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr10 {
    margin-right: 10px !important;
  }
}

.l-mr15 {
  margin-right: 7.5px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr15 {
    margin-right: 15px !important;
  }
}

.l-mr20 {
  margin-right: 10px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr20 {
    margin-right: 20px !important;
  }
}

.l-mr25 {
  margin-right: 12.5px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr25 {
    margin-right: 25px !important;
  }
}

.l-mr30 {
  margin-right: 15px !important;
}
@media print, screen and (min-width:769px) {
  .l-mr30 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-ml0-sp {
    margin-left: 0 !important;
  }
  .l-mr0-sp {
    margin-right: 0 !important;
  }
  .l-mr5-sp {
    margin-right: 5px !important;
  }
  .l-mb0-sp {
    margin-bottom: 0 !important;
  }
  .l-mt0-sp {
    margin-top: 0 !important;
  }
  .l-mb5-sp {
    margin-bottom: 5px !important;
  }
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
  .l-mb20-sp {
    margin-bottom: 20px !important;
  }
  .l-mb30-sp {
    margin-bottom: 30px !important;
  }
  .l-mb40-sp {
    margin-bottom: 40px !important;
  }
  .l-mb50-sp {
    margin-bottom: 50px !important;
  }
}
.l-pd5 {
  padding: 5px;
}

.l-pd10 {
  padding: 10px;
}

.l-pd15 {
  padding: 15px;
}

.l-pd20 {
  padding: 20px;
}

.l-pd30 {
  padding: 30px;
}

.l-pd40 {
  padding: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-pd5 {
    padding: 3px;
  }
  .l-pd10 {
    padding: 5px;
  }
  .l-pd15 {
    padding: 7px;
  }
  .l-pd20 {
    padding: 10px;
  }
  .l-pd30 {
    padding: 15px;
  }
  .l-pd40 {
    padding: 20px;
  }
}
/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

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

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}
/* ==========================================================================
   Module
   ========================================================================== */
/* ====================================================================

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  position: relative;
  z-index: 100009;
  height: 75px;
}
@media print, screen and (min-width:769px) {
  .header {
    height: 140px;
    background-color: #fff;
  }
}

.header.is-gray {
  background: #efefef;
}

.header.is-top {
  height: auto;
  background: none;
}

/**
  ヘッダロゴ
 */
.header__logo {
  position: absolute;
  width: 1px;
  top: 10px;
  left: 50%;
  height: 100px;
  color: #00a0e9;
  font-weight: bold;
}
.header__logo .logo-inner {
  color: #00a0e9;
}
.header__logo .logo-pict {
  position: absolute;
  top: 0;
  width: 65px;
  left: -32px;
  display: block;
}
.header__logo .logo-typo {
  position: absolute;
  font-size: 0.8rem;
  left: -100px;
  top: 16px;
}
.header__logo .logo-tagline {
  position: absolute;
  display: block;
  font-size: 0.8rem;
  top: 16px;
  left: 42px;
  white-space: nowrap;
}
@media print, screen and (min-width:769px) {
  .header__logo {
    top: 20px;
  }
  .header__logo .logo-pict {
    width: 109px;
    left: -54px;
  }
  .header__logo .logo-typo {
    font-size: 1.3rem;
    left: -160px;
    top: 25px;
  }
  .header__logo .logo-tagline {
    font-size: 1.3rem;
    left: 70px;
    top: 25px;
  }
}

/**
  SP時の固定ヘッダ要素
 */
.header-wrap {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 100010;
}

/**
  メニュートリガーボタン
 */
.header__trigger {
  position: fixed;
  z-index: 100011;
  cursor: pointer;
  right: 15px;
  top: 12px;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0;
  padding-right: 5px;
}
.header__trigger .line1,
.header__trigger .line2 {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition-duration: 0.2s;
}
.header__trigger .line1 {
  transform: translate3d(0, -4px, 0);
}
.header__trigger .line2 {
  width: 23px;
  transform: translate3d(0, 4px, 0);
}
.header__trigger.is-active .line1,
.header__trigger.is-active .line2 {
  width: 32px;
  transition-duration: 0.4s;
  background-color: #fff;
}
.header__trigger.is-active .line1 {
  transform: rotate(-45deg) translate3d(0, 1px, 0);
}
.header__trigger.is-active .line2 {
  transform: rotate(45deg) translate3d(0, -1px, 0);
}
@media print, screen and (min-width:769px) {
  .header__trigger {
    top: 30px;
    right: 75px;
    transition-duration: 0.3s;
  }
  .header__trigger .line1,
  .header__trigger .line2 {
    width: 40px;
    height: 2px;
  }
  .header__trigger .line1 {
    transform: translate3d(0, -6px, 0);
  }
  .header__trigger .line2 {
    width: 30px;
    transform: translate3d(0, 6px, 0);
  }
  .header__trigger.is-active .line1,
  .header__trigger.is-active .line2 {
    width: 40px;
    transition-duration: 0.4s;
    background-color: #fff;
  }
  .header__trigger.is-active .line1 {
    transform: rotate(-45deg) translate3d(0, 1px, 0);
  }
  .header__trigger.is-active .line2 {
    transform: rotate(45deg) translate3d(0, -1px, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .header__trigger {
    right: 35px;
  }
}

/**
  ドロワーコンテナ（SP時メニューのボディ）
 */
.header-menu {
  display: none;
  position: fixed;
  z-index: 100008;
  height: 100%;
  /*background: $col_key;*/
  top: 0;
  left: 0;
  width: 100vw;
}
.header-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-color: #00a0e9;
  top: 40px;
  right: 35px;
  border-radius: 50%;
}
.header-menu.is-beforeEnter {
  display: block;
  /*opacity: 0;*/
}
.header-menu.is-enter {
  display: block;
}
.header-menu.is-enter:after {
  transition-duration: 0.35s;
  width: 150vh;
  height: 150vh;
  transition-timing-function: cubic-bezier(0.49, 0.12, 0.89, 0.53);
  transform: translate3d(75vw, -75vw, 0);
}
.header-menu.is-active {
  display: block;
  background-color: #00a0e9;
}
.header-menu.is-active:after {
  width: 150vh;
  height: 150vh;
  transform: translate3d(75vw, -75vw, 0);
}
.header-menu.is-active .header-menu-inner {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-duration: 0.35s;
}
.header-menu.is-leave {
  display: block;
}
.header-menu.is-leave:after {
  transition-duration: 0.35s;
  width: 0;
  height: 0;
}
@media print, screen and (min-width:769px) {
  .header-menu:after {
    top: 45px;
    right: 105px;
  }
  .header-menu.is-enter:after {
    top: 45px;
    right: 105px;
    width: 220vw;
    height: 220vw;
    transform: translate3d(110vw, -110vw, 0);
  }
  .header-menu.is-active:after {
    width: 220vw;
    height: 220vw;
    transform: translate3d(110vw, -110vw, 0);
  }
}

.header-menu-inner {
  position: relative;
  z-index: 100011;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media print, screen and (min-width:769px) {
  .header-menu-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-menu-content {
    margin: 0 20px;
  }
}
@media print, screen and (min-width:769px) {
  .header-menu-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

/**
  マガジンリスト
 */
.header-magazine {
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .header-magazine {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
}

.header__maglist > li {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .header__maglist > li {
    font-size: clamp(1.9rem, 2.969vw, 2.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .header__maglist > li {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .header__maglist > li {
    font-size: 2.4rem;
  }
}
.header__maglist > li a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
}
.header__maglist > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
  transition: transform 0.3s;
}
.header__maglist > li a:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
}
@media print, screen and (min-width:769px) {
  .header__maglist {
    width: 50%;
  }
}

/**
  nav
 */
.header__nav > li {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .header__nav > li {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .header__nav > li {
    font-size: 20rem;
    font-size: clamp(1.852vw, 1.852vw, 2.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .header__nav > li {
    font-size: 2rem;
  }
}
.header__nav > li a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
}
.header__nav > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
  transition: transform 0.3s;
}
.header__nav > li a:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__nav {
    margin-bottom: 36px;
  }
}
@media print, screen and (min-width:769px) {
  .header__nav {
    width: 50%;
  }
}

@media print, screen and (min-width:769px) {
  .header-menu-container {
    width: 50%;
  }
}

/**
  header btns
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width:769px) {
  .header-btns {
    width: 278px;
    margin-bottom: 30px;
  }
}

.header-btns__btn.btn-a {
  margin-bottom: 10px;
}
.header-btns__btn.btn-a:last-of-type {
  margin-bottom: 0;
}
.header-btns__btn.btn-a .btn-inner {
  font-size: 1.6rem;
  height: 38px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .header-btns__btn.btn-a .btn-inner {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .header-btns__btn.btn-a .btn-inner {
    font-size: 20rem;
    font-size: clamp(1.852vw, 1.852vw, 2.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .header-btns__btn.btn-a .btn-inner {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header-btns__btn.btn-a {
    width: 47%;
  }
}
@media print, screen and (min-width:769px) {
  .header-btns__btn.btn-a {
    margin-bottom: 20px;
  }
  .header-btns__btn.btn-a .btn-inner {
    height: 62px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .header-btns__btn.btn-a .btn-inner {
    height: 50px;
  }
}

/**
  icon
 */
.header__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.header__icon > li {
  margin-right: 7px;
}
.header__icon > li .icon-inner {
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.header__icon > li .icon-inner > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
}
.header__icon > li img {
  width: 22px;
}
.header__icon > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .header__icon {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .header__icon {
    width: 280px;
  }
  .header__icon > li {
    margin-right: 10px;
  }
  .header__icon > li .icon-inner {
    width: 48px;
    height: 48px;
  }
  .header__icon > li .icon-inner > span {
    transition: transform 0.45s;
  }
  .header__icon > li img {
    width: 28px;
  }
  .header__icon > li:hover .icon-inner > span {
    transform: translate3d(0, -100%, 0);
  }
}

/* ====================================================================

  #フッタ

 */
.footer__pagetop {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media print, screen and (min-width:769px) {
  .footer__pagetop {
    width: 25px;
    right: 40px;
    top: 40px;
    transition-duration: 0.3s;
  }
  .footer__pagetop:hover {
    transform: translate3d(0, -7px, 0);
  }
}

.footer {
  position: relative;
  z-index: 11;
  background-color: #00a0e9;
  color: #fff;
  border-top: 2px solid #000;
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media print, screen and (min-width:769px) {
  .footer-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 75px;
  }
}

/**
  magazine nav
 */
.footer-magazine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .footer-magazine {
    width: 48%;
    margin-bottom: 50px;
  }
}

.footer__maghead {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .footer__maghead {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer__maghead {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .footer__maghead {
    font-size: 1.6rem;
  }
}
.footer__maghead:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: calc(50% - 1px);
}
.footer__maghead > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #00a0e9;
  padding: 0 4em;
}
@media print, screen and (min-width:769px) {
  .footer__maghead {
    margin-bottom: 40px;
  }
}

.footer__maglist {
  width: 50%;
}
.footer__maglist > li {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .footer__maglist > li {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer__maglist > li {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .footer__maglist > li {
    font-size: 1.8rem;
  }
}
.footer__maglist > li a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
}
.footer__maglist > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
  transition: transform 0.3s;
}
.footer__maglist > li a:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
}
@media print, screen and (min-width:769px) {
  .footer__maglist {
    width: 45%;
    padding-right: 10px;
  }
  .footer__maglist > li {
    margin-bottom: 6px;
  }
}

/**
  nav btns
 */
.footer-container1 {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-container1 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width:769px) {
  .footer-container1 {
    width: 40%;
    padding-top: 40px;
  }
}

.footer__nav {
  width: 50%;
}
.footer__nav > li {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .footer__nav > li {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer__nav > li {
    font-size: 15rem;
    font-size: clamp(1.389vw, 1.389vw, 1.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .footer__nav > li {
    font-size: 1.5rem;
  }
}
.footer__nav > li a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
}
.footer__nav > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
  transition: transform 0.3s;
}
.footer__nav > li a:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
}
@media print, screen and (min-width:769px) {
  .footer__nav {
    width: 38%;
    margin-top: 28px;
  }
  .footer__nav > li {
    margin-bottom: 12px;
  }
}

.footer-btns {
  width: 50%;
}
@media print, screen and (min-width:769px) {
  .footer-btns {
    width: 62%;
  }
}

.footer-btns__btn {
  margin-bottom: 10px;
}
.footer-btns__btn:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .footer-btns__btn {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .footer-btns__btn .btn-inner {
    height: 60px;
  }
}

/**
  bottom container
 */
.footer-container4 {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .footer-container4 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

/**
  CI / address
 */
.footer-container2 {
  margin-bottom: 20px;
}
@media print, screen and (min-width:769px) {
  .footer-container2 {
    margin-bottom: 0;
    width: 48%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

.footer__ci .ci-logo {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__ci .ci-logo {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
  }
  .footer__ci .ci-tagline {
    display: block;
    text-align: center;
    font-size: 0.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .footer__ci {
    display: -ms-flexbox;
    display: flex;
    width: 240px;
  }
  .footer__ci .ci-logo {
    width: 120px;
  }
  .footer__ci .ci-tagline {
    margin: 27px 0 0 15px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .footer__ci .ci-logo {
    width: 100px;
  }
  .footer__ci .ci-tagline {
    font-size: 1.2rem;
  }
}

.footer__address .address-text {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 4px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .footer__address .address-text {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer__address .address-text {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .footer__address .address-text {
    font-size: 1.2rem;
  }
}
.footer__address .address-map {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  background: url(/assets/img/ic_arrow_l.svg) no-repeat right top 5px/24px auto;
  padding-bottom: 12px;
  padding-right: 32px;
}
.footer__address .address-map:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.footer__address .address-map a {
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__address {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .footer__address {
    width: 45%;
  }
  .footer__address .address-text {
    margin-bottom: 15px;
  }
  .footer__address .address-map {
    font-size: 1.2rem;
    padding-bottom: 12px;
    padding-right: 45px;
    background-position: right top 5px;
    background-size: 27px auto;
  }
  .footer__address .address-map:after {
    transition: transform 0.3s;
    transform-origin: 0 0;
  }
  .footer__address .address-map:hover:after {
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 0;
  }
}

/**
  icon
 */
.footer__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer__icon > li {
  margin-right: 7px;
}
.footer__icon > li .icon-inner {
  position: relative;
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.footer__icon > li .icon-inner > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
}
.footer__icon > li img {
  width: 22px;
}
.footer__icon > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer__icon {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .footer__icon {
    position: absolute;
    right: 0;
    bottom: 60px;
  }
  .footer__icon > li {
    margin-right: 10px;
  }
  .footer__icon > li .icon-inner {
    width: 48px;
    height: 48px;
  }
  .footer__icon > li .icon-inner > span {
    transition: transform 0.45s;
  }
  .footer__icon > li img {
    width: 28px;
  }
  .footer__icon > li:hover .icon-inner > span {
    transform: translate3d(0, -100%, 0);
  }
}

.footer-container3 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .footer-container3 {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media print, screen and (min-width:769px) {
  .footer-container3 {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    bottom: 0;
  }
}

.footer__unav {
  margin-right: 30px;
}
.footer__unav > li {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .footer__unav > li {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer__unav > li {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .footer__unav > li {
    font-size: 1.2rem;
  }
}
.footer__unav > li > a {
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .footer__unav {
    margin-right: 40px;
  }
  .footer__unav > li > a {
    display: inline;
    position: relative;
    padding-bottom: 0.2em;
    background: url(/assets/img/line_dot.png) no-repeat bottom right/0% 2px;
    background-image: url(/assets/img/line_dot_w.png);
  }
}
@media print, screen and (min-width:769px) and (min-width:769px) {
  .footer__unav > li > a {
    transition: background-size 0.3s;
  }
  .footer__unav > li > a:hover {
    background-size: 100% 2px;
    background-position: left bottom;
  }
}

.footer__copyright {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .footer__copyright {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .footer__copyright {
    font-size: 13rem;
    font-size: clamp(1.204vw, 1.204vw, 1.5rem);
  }
}
@media screen and (min-width: 1080px) {
  .footer__copyright {
    font-size: 1.3rem;
  }
}
/* ====================================================================

  #ボタンモジュール
  style設定クラスは > .btn-inner を内包する
  ex)
  <div class="some-btn">
  <p class="btn-style-a">
    <a class="btn-inner" href="hoge">ボタン</a>
  </p>
  </div>

 */
.btn-inner {
  width: 100%;
  display: block;
  cursor: pointer;
}

/* --------------------------------------------------------------------
  #ボタン A -
 */
.btn-a .btn-inner {
  overflow: hidden;
}
@media print, screen and (min-width:769px) {
  .btn-a:hover .btn-inner > span {
    transform: translate3d(0, -100%, 0);
  }
}

.btn-a .btn-inner {
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 50px;
  height: 38px;
  display: block;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .btn-a .btn-inner {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .btn-a .btn-inner {
    font-size: 15rem;
    font-size: clamp(1.389vw, 1.389vw, 1.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .btn-a .btn-inner {
    font-size: 1.5rem;
  }
}
.btn-a .btn-inner > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  .btn-a .btn-inner {
    height: 78px;
  }
  .btn-a .btn-inner > span {
    transition-duration: 0.45s;
  }
}

.btn-b {
  display: block;
}
.btn-b .btn-inner {
  position: relative;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 25px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .btn-b .btn-inner {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .btn-b .btn-inner {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .btn-b .btn-inner {
    font-size: 1.4rem;
  }
}
.btn-b .btn-inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 4px;
  background: url(/assets/img/ic_arrow.svg) no-repeat right center/contain;
  top: calc(50% - 6px);
  right: 0;
}
.btn-b .btn-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
  transform-origin: 0 0;
  transition: transform 0.3s;
}
@media print, screen and (min-width:769px) {
  .btn-b .btn-inner {
    padding-bottom: 12px;
  }
  .btn-b .btn-inner:before {
    width: 32px;
    height: 5px;
    top: calc(50% - 9px);
  }
  .btn-b:hover .btn-inner:after {
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 0;
  }
}

.btn-b--disabled {
  pointer-events: none;
}
.btn-b--disabled .btn-inner {
  color: #999;
}
.btn-b--disabled .btn-inner:before {
  display: none;
}
.btn-b--disabled .btn-inner:after {
  background-color: #666;
}

/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページ見出し
 */
.heading1 {
  margin-top: 45px;
  margin-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .heading1 {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}

.heading1__main {
  display: block;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading1__main {
    font-size: clamp(2.5rem, 3.906vw, 3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading1__main {
    font-size: 34rem;
    font-size: clamp(3.148vw, 3.148vw, 4rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading1__main {
    font-size: 3.4rem;
  }
}
.heading1__main .main_search-result {
  font-size: 1.4rem;
  margin-left: 1em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading1__main .main_search-result {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading1__main .main_search-result {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading1__main .main_search-result {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .heading1__main {
    margin-bottom: 20px;
  }
}

.heading1__sub {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading1__sub {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading1__sub {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading1__sub {
    font-size: 1.8rem;
  }
}
/* --------------------------------------------------------------------
  #
 */
.heading2 {
  position: relative;
  padding-left: 22px;
  margin-bottom: 18px;
}
.heading2 > span {
  display: block;
}
.heading2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
}
.heading2 .heading-jp {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading2 .heading-jp {
    font-size: clamp(0.9rem, 1.406vw, 1.1rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading2 .heading-jp {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading2 .heading-jp {
    font-size: 1.2rem;
  }
}
.heading2 .heading-en {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading2 .heading-en {
    font-size: clamp(1.8rem, 2.813vw, 2.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading2 .heading-en {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading2 .heading-en {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .heading2 {
    margin-bottom: 25px;
    padding-left: 30px;
  }
  .heading2:before {
    width: 20px;
    bottom: 11px;
  }
  .heading2 .heading-jp {
    margin-bottom: 8px;
  }
}

/* --------------------------------------------------------------------
  #
 */
.heading3 {
  line-height: 1.5;
  margin-bottom: 30px;
}
.heading3 .heading-en {
  color: var(--mycol);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading3 .heading-en {
    font-size: clamp(2.5rem, 3.906vw, 3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading3 .heading-en {
    font-size: 34rem;
    font-size: clamp(3.148vw, 3.148vw, 4rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading3 .heading-en {
    font-size: 3.4rem;
  }
}
.heading3 .heading-jp {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading3 .heading-jp {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading3 .heading-jp {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading3 .heading-jp {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .heading3 {
    margin-bottom: 30px;
  }
}

.breadcrumbs {
  margin-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .breadcrumbs {
    margin-bottom: 20px;
    text-align: right;
  }
}

.breadcrumbs > li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  padding-right: 20px;
  color: var(--mycol);
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .breadcrumbs > li {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .breadcrumbs > li {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .breadcrumbs > li {
    font-size: 1.2rem;
  }
}
.breadcrumbs > li > a, .breadcrumbs > li > span {
  color: var(--mycol);
}
.breadcrumbs > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #000;
  top: 8px;
  right: 4px;
}
.breadcrumbs > li:last-child:after {
  display: none;
}
@media print, screen and (min-width:769px) {
  .breadcrumbs > li {
    padding-right: 26px;
  }
  .breadcrumbs > li:after {
    width: 13px;
    right: 7px;
    top: 9px;
  }
  .breadcrumbs > li > a:hover, .breadcrumbs > li > span:hover {
    text-decoration: underline;
  }
}

.article-style,
.article-style--news,
.article,
.wp-editor {
  /**
  pタグ設定ープラグイン考慮
   */
}
.article-style a:not([class]),
.article-style--news a:not([class]),
.article a:not([class]),
.wp-editor a:not([class]) {
  color: var(--mycol);
  display: inline;
  text-decoration: underline;
}
.article-style a:not([class]):hover,
.article-style--news a:not([class]):hover,
.article a:not([class]):hover,
.wp-editor a:not([class]):hover {
  text-decoration: none;
}
.article-style p,
.article-style--news p,
.article p,
.wp-editor p {
  line-height: 1.75;
  color: var(--mycol);
}
.article-style .liquid-speech-balloon-text p,
.article-style--news .liquid-speech-balloon-text p,
.article .liquid-speech-balloon-text p,
.wp-editor .liquid-speech-balloon-text p {
  color: inherit;
}
.article-style .liquid-speech-balloon-text,
.article-style--news .liquid-speech-balloon-text,
.article .liquid-speech-balloon-text,
.wp-editor .liquid-speech-balloon-text {
  color: var(--mycol);
}
.article-style p:not([class]),
.article-style--news p:not([class]),
.article p:not([class]),
.wp-editor p:not([class]) {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-style p:not([class]),
  .article-style--news p:not([class]),
  .article p:not([class]),
  .wp-editor p:not([class]) {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .article-style p:not([class]),
  .article-style--news p:not([class]),
  .article p:not([class]),
  .wp-editor p:not([class]) {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .article-style p:not([class]),
  .article-style--news p:not([class]),
  .article p:not([class]),
  .wp-editor p:not([class]) {
    font-size: 1.6rem;
  }
}
.article-style p:not([class]):last-of-type,
.article-style--news p:not([class]):last-of-type,
.article p:not([class]):last-of-type,
.wp-editor p:not([class]):last-of-type {
  margin-bottom: 0;
}
.article-style figcaption,
.article-style--news figcaption,
.article figcaption,
.wp-editor figcaption {
  color: var(--mycol);
  line-height: 1.75;
}
.article-style h2:not([class]),
.article-style h3:not([class]),
.article-style h4:not([class]),
.article-style--news h2:not([class]),
.article-style--news h3:not([class]),
.article-style--news h4:not([class]),
.article h2:not([class]),
.article h3:not([class]),
.article h4:not([class]),
.wp-editor h2:not([class]),
.wp-editor h3:not([class]),
.wp-editor h4:not([class]) {
  font-size: 1.8rem;
  color: var(--mycol);
  line-height: 1.75;
  margin: 3em 0 2em;
  letter-spacing: 0.025em;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-style h2:not([class]),
  .article-style h3:not([class]),
  .article-style h4:not([class]),
  .article-style--news h2:not([class]),
  .article-style--news h3:not([class]),
  .article-style--news h4:not([class]),
  .article h2:not([class]),
  .article h3:not([class]),
  .article h4:not([class]),
  .wp-editor h2:not([class]),
  .wp-editor h3:not([class]),
  .wp-editor h4:not([class]) {
    font-size: clamp(1.8rem, 2.813vw, 2.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .article-style h2:not([class]),
  .article-style h3:not([class]),
  .article-style h4:not([class]),
  .article-style--news h2:not([class]),
  .article-style--news h3:not([class]),
  .article-style--news h4:not([class]),
  .article h2:not([class]),
  .article h3:not([class]),
  .article h4:not([class]),
  .wp-editor h2:not([class]),
  .wp-editor h3:not([class]),
  .wp-editor h4:not([class]) {
    font-size: 28rem;
    font-size: clamp(2.593vw, 2.593vw, 3.3rem);
  }
}
@media screen and (min-width: 1080px) {
  .article-style h2:not([class]),
  .article-style h3:not([class]),
  .article-style h4:not([class]),
  .article-style--news h2:not([class]),
  .article-style--news h3:not([class]),
  .article-style--news h4:not([class]),
  .article h2:not([class]),
  .article h3:not([class]),
  .article h4:not([class]),
  .wp-editor h2:not([class]),
  .wp-editor h3:not([class]),
  .wp-editor h4:not([class]) {
    font-size: 2.8rem;
  }
}
.article-style .wp-block-image,
.article-style--news .wp-block-image,
.article .wp-block-image,
.wp-editor .wp-block-image {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-style .wp-block-image,
  .article-style--news .wp-block-image,
  .article .wp-block-image,
  .wp-editor .wp-block-image {
    /*    margin-left: -20px;
        margin-right: -20px;*/
  }
}
.article-style .wp-block-image figcaption,
.article-style--news .wp-block-image figcaption,
.article .wp-block-image figcaption,
.wp-editor .wp-block-image figcaption {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-style .wp-block-image figcaption,
  .article-style--news .wp-block-image figcaption,
  .article .wp-block-image figcaption,
  .wp-editor .wp-block-image figcaption {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .article-style .wp-block-image figcaption,
  .article-style--news .wp-block-image figcaption,
  .article .wp-block-image figcaption,
  .wp-editor .wp-block-image figcaption {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .article-style .wp-block-image figcaption,
  .article-style--news .wp-block-image figcaption,
  .article .wp-block-image figcaption,
  .wp-editor .wp-block-image figcaption {
    font-size: 1.6rem;
  }
}
.article-style .liquid-speech-balloon-text,
.article-style--news .liquid-speech-balloon-text,
.article .liquid-speech-balloon-text,
.wp-editor .liquid-speech-balloon-text {
  border: 2px solid var(--mycol);
  padding: 15px 10px;
}
.article-style .liquid-speech-balloon-text p,
.article-style--news .liquid-speech-balloon-text p,
.article .liquid-speech-balloon-text p,
.wp-editor .liquid-speech-balloon-text p {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-style .liquid-speech-balloon-text p,
  .article-style--news .liquid-speech-balloon-text p,
  .article .liquid-speech-balloon-text p,
  .wp-editor .liquid-speech-balloon-text p {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .article-style .liquid-speech-balloon-text p,
  .article-style--news .liquid-speech-balloon-text p,
  .article .liquid-speech-balloon-text p,
  .wp-editor .liquid-speech-balloon-text p {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .article-style .liquid-speech-balloon-text p,
  .article-style--news .liquid-speech-balloon-text p,
  .article .liquid-speech-balloon-text p,
  .wp-editor .liquid-speech-balloon-text p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:769px) {
  .article-style .liquid-speech-balloon-text,
  .article-style--news .liquid-speech-balloon-text,
  .article .liquid-speech-balloon-text,
  .wp-editor .liquid-speech-balloon-text {
    padding: 30px;
  }
}
.article-style .liquid-speech-balloon-avatar,
.article-style--news .liquid-speech-balloon-avatar,
.article .liquid-speech-balloon-avatar,
.wp-editor .liquid-speech-balloon-avatar {
  border-radius: 50%;
  background-size: cover;
  width: 70px;
  height: 70px;
}
.article-style .liquid-speech-balloon-avatar:after,
.article-style--news .liquid-speech-balloon-avatar:after,
.article .liquid-speech-balloon-avatar:after,
.wp-editor .liquid-speech-balloon-avatar:after {
  top: 75px;
  letter-spacing: -2px;
}
.article-style .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow,
.article-style--news .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow,
.article .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow,
.wp-editor .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent var(--mycol) transparent transparent;
}
.article-style .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow:before,
.article-style--news .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow:before,
.article .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow:before,
.wp-editor .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -15px;
  left: 3px;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #fff transparent transparent;
}
@media print, screen and (min-width:769px) {
  .article-style .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow:before,
  .article-style--news .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow:before,
  .article .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow:before,
  .wp-editor .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow:before {
    top: -15px;
  }
}
.article-style .liquid-speech-balloon-arrow,
.article-style--news .liquid-speech-balloon-arrow,
.article .liquid-speech-balloon-arrow,
.wp-editor .liquid-speech-balloon-arrow {
  left: -15px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .article-style .liquid-speech-balloon-arrow,
  .article-style--news .liquid-speech-balloon-arrow,
  .article .liquid-speech-balloon-arrow,
  .wp-editor .liquid-speech-balloon-arrow {
    top: 10px;
  }
}
.article-style .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow,
.article-style--news .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow,
.article .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow,
.wp-editor .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent var(--mycol);
  left: auto;
  right: -15px;
}
.article-style .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow:before,
.article-style--news .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow:before,
.article .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow:before,
.wp-editor .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -15px;
  left: auto;
  right: 3px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #fff;
}

.article-style--news p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1.5em;
  color: var(--mycol);
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-style--news p {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .article-style--news p {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .article-style--news p {
    font-size: 1.6rem;
  }
}
.article-style--news p:last-of-type {
  margin-bottom: 0;
}
.article-style--news p:not([class]) {
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .article-style--news p:not([class]) {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .article-style--news p:not([class]) {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .article-style--news p:not([class]) {
    font-size: 1.6rem;
  }
}

.table-wrap {
  margin-bottom: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-wrap {
    overflow: auto;
  }
}
@media print, screen and (min-width:769px) {
  .table-wrap {
    margin-bottom: 120px;
  }
}

.table-a {
  width: 100%;
}
.table-a .unit {
  font-size: 1.1rem;
}
.table-a th, .table-a td {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 12px 6px 12px 0;
}
.table-a th:after, .table-a td:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: url(../img/noise_ptn2.png) repeat-x left bottom;
}
.table-a th {
  text-align: left;
  vertical-align: middle;
}
.table-a td {
  text-align: center;
}
.table-a thead th {
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .table-a .unit {
    font-size: 1.1rem;
  }
  .table-a th, .table-a td {
    font-size: 1.4rem;
    padding: 15px 10px 15px 0;
  }
}

.table-holiday {
  color: #c5381d;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-price {
    width: 500px;
  }
}

.table-price-child {
  position: relative;
}
.table-price-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: url(../img/noise_ptn2.png) repeat-x left bottom;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .table-price-child th, .table-price-child td {
    display: block;
    text-align: left;
  }
  .table-price-child th {
    padding-bottom: 0;
    padding-top: 15px;
  }
  .table-price-child td {
    padding-bottom: 15px;
  }
  .table-price-child th:after {
    display: none;
  }
}
@media print, screen and (min-width:769px) {
  .table-price-child th {
    width: 25%;
  }
  .table-price-child td {
    text-align: left;
    width: 75%;
  }
}

/* ==========================================================================

	#アコーディオンモジュール

 */
.prg-accr-trigger {
  cursor: pointer;
}

.prg-accr-content {
  display: none;
}

.prg-sp-accr-trigger {
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .prg-sp-accr-content {
    display: none;
  }
}

/*
mixin
 */
@media print, screen and (min-width:769px) {
  .l-form-m {
    width: 400px;
  }
}

.form-btn-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.form-btn-container > li {
  margin-left: 0.5em;
}
.form-btn-container > li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-btn-container .btn-submit {
    width: 38vw;
  }
}
/* --------------------------------------------------------------------
  #テーブル
 */
.form-table {
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
.form-table > dt, .form-table > dd {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .form-table > dt, .form-table > dd {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .form-table > dt, .form-table > dd {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .form-table > dt, .form-table > dd {
    font-size: 1.6rem;
  }
}
.form-table > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
}
.form-table > dd {
  border-bottom: 1px solid #eee;
}
.form-table > dd:last-of-type {
  margin-bottom: 0;
}
.form-table .is-required span {
  display: inline-block;
  width: 100%;
}
.form-table .is-required span:after {
  display: inline-block;
  margin-left: 0.4em;
  content: "必須";
  color: #fff;
  font-weight: bold;
  right: 0;
  font-size: 1.1rem;
  line-height: 1;
  padding: 3px 4px;
  background-color: #00a0e9;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .form-table .is-required span:after {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .form-table .is-required span:after {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .form-table .is-required span:after {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-table > dt {
    margin-bottom: 5px;
    padding-top: 20px;
  }
  .form-table > dd {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .form-table {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table > dt, .form-table > dd {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }
  .form-table > dt {
    width: 30%;
    padding-left: 30px;
  }
  .form-table > dd {
    width: 70%;
    padding-left: 20px;
  }
  .form-table .is-required span {
    position: relative;
  }
  .form-table .is-required span:after {
    position: absolute;
    padding: 4px 8px;
    top: 4px;
  }
}

/* --------------------------------------------------------------------
  #フォームボックス
 */
.form-box {
  background-color: #f8f8fb;
  padding: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-box {
    padding: 10px;
  }
}

.form-box2 {
  padding: 20px 10px 10px;
  background-color: #eaeff4;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-box2 {
    padding: 20px 5px 5px;
  }
}

/* --------------------------------------------------------------------
  #input
 */
input:not([type=radio]):not([type=submit]):not([type=file]),
textarea {
  height: 46px;
  font-size: 1.8rem;
  background: #fff;
  height: 46px;
  padding: 0 10px;
  /*margin: 0 5px;*/
  border: 2px solid #ccc;
}
input:not([type=radio]):not([type=submit]):not([type=file]).error,
textarea.error {
  border: 2px solid #ff3333;
}
input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type=radio]):not([type=submit]):not([type=file]),
  textarea {
    padding: 0 3px;
    height: 42px;
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}

input[type=submit],
.btn-submit {
  background-color: #00a0e9;
  border-radius: 50px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  cursor: pointer;
  height: 48px;
  width: 160px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  input[type=submit],
  .btn-submit {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  input[type=submit],
  .btn-submit {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  input[type=submit],
  .btn-submit {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:769px) {
  input[type=submit],
  .btn-submit {
    width: 300px;
    height: 62px;
    transition: 0.3s;
  }
  input[type=submit]:hover,
  .btn-submit:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

.btn-submit--back {
  background-color: #999;
  color: #00a0e9;
  border: 2px solid #00a0e9;
  background-color: #fff;
}
input.is-error {
  border: 1px solid #c5381d !important;
}

input {
  width: 100%;
}

input[size="7"] {
  width: 70px;
}

input[size="7"] {
  width: 86px;
}

input[size="10"] {
  width: 100px;
}

input[size="15"] {
  width: 150px;
}

input[size="20"] {
  width: 200px;
}

input[size="25"] {
  width: 250px;
}

input[size="30"] {
  width: 300px;
}

input[size="35"] {
  width: 350px;
}

input[size="40"] {
  width: 400px;
}

input[size="50"] {
  width: 500px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  input[size="5"] {
    width: 50px;
  }
  input[size="7"] {
    width: 50px;
  }
  input[size="10"] {
    width: 65px;
  }
  input[size="15"] {
    width: 120px;
  }
  input[size="20"] {
    width: 180px;
  }
  input[size="25"] {
    width: 220px;
  }
  input[size="30"] {
    width: 100%;
  }
  input[size="35"] {
    width: 100%;
  }
  input[size="40"] {
    width: 100%;
  }
  input[size="50"] {
    width: 100%;
  }
}
textarea {
  padding: 10px;
  width: 100%;
  height: 120px;
}

/* --------------------------------------------------------------------
  #select
 */
/* --------------------------------------------------------------------
  #ラジオボタン
 */
label {
  cursor: pointer;
  font-size: 1.3rem;
}
@media print, screen and (min-width:769px) {
  label {
    font-size: 1.6rem;
  }
}

input[type=radio] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border: 2px solid #d9dce3;
  border-radius: 50%;
  margin-right: 0.3em;
  background: #fff;
  transform: translateY(-0.1em);
}

input[type=radio]:checked {
  position: relative;
}
input[type=radio]:checked:before {
  position: absolute;
  font-size: 14px;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: #43a0fe;
  content: "";
  border-radius: 50%;
}

/* --------------------------------------------------------------------
  #チェックボックス
 */
input[type=checkbox] {
  cursor: pointer;
  vertical-align: middle;
  width: 20px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  background: #f5f5f5;
  padding: 0 !important;
  height: 20px !important;
}

/*
  エラー
 */
.display-error {
  display: block;
  text-align: center;
  margin-left: 20px;
}

/*

.contact-form .error{
  margin-top: 10px;
}

.is-error input,
.is-error textarea,
.is-error .select-wrap::after,
.is-error select {
  background-color: #ffeeee !important;
}
*/
/**
  確認画面
 */
.mw_wp_form_confirm .is-required span:after {
  display: none;
}
.mw_wp_form_confirm .contact-form__privacy-text {
  display: none;
}
.mw_wp_form_confirm .contact-form__privacy-check {
  display: none;
}
.mw_wp_form_confirm .select-wrap:after {
  display: none;
}

.mw_wp_form_complete {
  padding: 4em 0;
}
.mw_wp_form_complete .btn-submit {
  color: #fff !important;
}
.mw_wp_form_complete .comp-txt {
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .mw_wp_form_complete .comp-txt {
    text-align: left;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .pagination {
    margin-bottom: 80px;
  }
}

.pagination--single {
  margin-top: 4em;
}

.pagination__prev,
.pagination__next {
  height: 30px;
  width: 35px;
  margin: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #00a0e9;
  border-radius: 50%;
  -ms-flex-pack: center;
      justify-content: center;
}
.pagination__prev.is-disabled,
.pagination__next.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.pagination__prev > img,
.pagination__next > img {
  width: 21px;
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .pagination__prev,
  .pagination__next {
    width: 36px;
    height: 36px;
  }
  .pagination__prev > img,
  .pagination__next > img {
    width: 16px;
  }
}
@media print, screen and (min-width:769px) {
  .pagination__prev,
  .pagination__next {
    margin: 0 10px;
    transition: 0.3s;
  }
  .pagination__prev:hover,
  .pagination__next:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

.pagination__page {
  letter-spacing: 0.05em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  margin: 0 5px;
}
.pagination__page > span {
  font-size: 1.2rem;
  margin: 1px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .pagination__page > span {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .pagination__page > span {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .pagination__page > span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pagination__page {
    width: 24px;
    height: 24px;
  }
  .pagination__page > span {
    width: 24px;
    height: 24px;
  }
}

.post-page-numbers {
  font-size: 1.2rem;
  font-weight: bold;
  height: 46px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .post-page-numbers {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .post-page-numbers {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .post-page-numbers {
    font-size: 1.6rem;
  }
}
.post-page-numbers .link-text {
  display: inline-block;
  margin: 0 20px;
}

.page-numbers.current .pagination__page,
.post-page-numbers.current .pagination__page {
  border-radius: 50%;
  color: #aaa;
  background: url(../img/noise_ptn.png);
}

.pagination__list {
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.pagination__list > li {
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  font-size: 1.4rem;
}
.pagination__list > li.is-current {
  border: 2px solid #443d3f;
}
.pagination__list > li:nth-child(n+2) {
  margin-left: 10px;
}
@media print, screen and (min-width:769px) {
  .pagination__list .list-more {
    display: none;
  }
}
.pagination__list > li > a,
.pagination__list > li > span {
  width: 36px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #43a0fe;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pagination__list > li > a,
  .pagination__list > li > span {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .pagination__list {
    padding: 0 10px;
  }
  .pagination__list > li:nth-child(n+2) {
    margin-left: 4px;
  }
  .pagination__list > li > a,
  .pagination__list > li > span {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width:769px) {
  .pagination__list > li {
    transition: 0.3s;
  }
  .pagination__list > li:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

/*@import "modules/snippet";*/
/* ==========================================================================
   modules
   ========================================================================== */
/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページ見出し
 */
.heading1 {
  margin-top: 45px;
  margin-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .heading1 {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}

.heading1__main {
  display: block;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading1__main {
    font-size: clamp(2.5rem, 3.906vw, 3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading1__main {
    font-size: 34rem;
    font-size: clamp(3.148vw, 3.148vw, 4rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading1__main {
    font-size: 3.4rem;
  }
}
.heading1__main .main_search-result {
  font-size: 1.4rem;
  margin-left: 1em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading1__main .main_search-result {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading1__main .main_search-result {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading1__main .main_search-result {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .heading1__main {
    margin-bottom: 20px;
  }
}

.heading1__sub {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading1__sub {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading1__sub {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading1__sub {
    font-size: 1.8rem;
  }
}
/* --------------------------------------------------------------------
  #
 */
.heading2 {
  position: relative;
  padding-left: 22px;
  margin-bottom: 18px;
}
.heading2 > span {
  display: block;
}
.heading2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
}
.heading2 .heading-jp {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading2 .heading-jp {
    font-size: clamp(0.9rem, 1.406vw, 1.1rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading2 .heading-jp {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading2 .heading-jp {
    font-size: 1.2rem;
  }
}
.heading2 .heading-en {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading2 .heading-en {
    font-size: clamp(1.8rem, 2.813vw, 2.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading2 .heading-en {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading2 .heading-en {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .heading2 {
    margin-bottom: 25px;
    padding-left: 30px;
  }
  .heading2:before {
    width: 20px;
    bottom: 11px;
  }
  .heading2 .heading-jp {
    margin-bottom: 8px;
  }
}

/* --------------------------------------------------------------------
  #
 */
.heading3 {
  line-height: 1.5;
  margin-bottom: 30px;
}
.heading3 .heading-en {
  color: var(--mycol);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading3 .heading-en {
    font-size: clamp(2.5rem, 3.906vw, 3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading3 .heading-en {
    font-size: 34rem;
    font-size: clamp(3.148vw, 3.148vw, 4rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading3 .heading-en {
    font-size: 3.4rem;
  }
}
.heading3 .heading-jp {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .heading3 .heading-jp {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .heading3 .heading-jp {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .heading3 .heading-jp {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .heading3 {
    margin-bottom: 30px;
  }
}

/*
mixin
 */
@media print, screen and (min-width:769px) {
  .l-form-m {
    width: 400px;
  }
}

.form-btn-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.form-btn-container > li {
  margin-left: 0.5em;
}
.form-btn-container > li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-btn-container .btn-submit {
    width: 38vw;
  }
}
/* --------------------------------------------------------------------
  #テーブル
 */
.form-table {
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
.form-table > dt, .form-table > dd {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .form-table > dt, .form-table > dd {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .form-table > dt, .form-table > dd {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .form-table > dt, .form-table > dd {
    font-size: 1.6rem;
  }
}
.form-table > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
}
.form-table > dd {
  border-bottom: 1px solid #eee;
}
.form-table > dd:last-of-type {
  margin-bottom: 0;
}
.form-table .is-required span {
  display: inline-block;
  width: 100%;
}
.form-table .is-required span:after {
  display: inline-block;
  margin-left: 0.4em;
  content: "必須";
  color: #fff;
  font-weight: bold;
  right: 0;
  font-size: 1.1rem;
  line-height: 1;
  padding: 3px 4px;
  background-color: #00a0e9;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .form-table .is-required span:after {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .form-table .is-required span:after {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .form-table .is-required span:after {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-table > dt {
    margin-bottom: 5px;
    padding-top: 20px;
  }
  .form-table > dd {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .form-table {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table > dt, .form-table > dd {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }
  .form-table > dt {
    width: 30%;
    padding-left: 30px;
  }
  .form-table > dd {
    width: 70%;
    padding-left: 20px;
  }
  .form-table .is-required span {
    position: relative;
  }
  .form-table .is-required span:after {
    position: absolute;
    padding: 4px 8px;
    top: 4px;
  }
}

/* --------------------------------------------------------------------
  #フォームボックス
 */
.form-box {
  background-color: #f8f8fb;
  padding: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-box {
    padding: 10px;
  }
}

.form-box2 {
  padding: 20px 10px 10px;
  background-color: #eaeff4;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .form-box2 {
    padding: 20px 5px 5px;
  }
}

/* --------------------------------------------------------------------
  #input
 */
input:not([type=radio]):not([type=submit]):not([type=file]),
textarea {
  height: 46px;
  font-size: 1.8rem;
  background: #fff;
  height: 46px;
  padding: 0 10px;
  /*margin: 0 5px;*/
  border: 2px solid #ccc;
}
input:not([type=radio]):not([type=submit]):not([type=file]).error,
textarea.error {
  border: 2px solid #ff3333;
}
input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type=radio]):not([type=submit]):not([type=file]),
  textarea {
    padding: 0 3px;
    height: 42px;
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file]):-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file])::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}

input[type=submit],
.btn-submit {
  background-color: #00a0e9;
  border-radius: 50px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  cursor: pointer;
  height: 48px;
  width: 160px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  input[type=submit],
  .btn-submit {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  input[type=submit],
  .btn-submit {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  input[type=submit],
  .btn-submit {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:769px) {
  input[type=submit],
  .btn-submit {
    width: 300px;
    height: 62px;
    transition: 0.3s;
  }
  input[type=submit]:hover,
  .btn-submit:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

.btn-submit--back {
  background-color: #999;
  color: #00a0e9;
  border: 2px solid #00a0e9;
  background-color: #fff;
}
input.is-error {
  border: 1px solid #c5381d !important;
}

input {
  width: 100%;
}

input[size="7"] {
  width: 70px;
}

input[size="7"] {
  width: 86px;
}

input[size="10"] {
  width: 100px;
}

input[size="15"] {
  width: 150px;
}

input[size="20"] {
  width: 200px;
}

input[size="25"] {
  width: 250px;
}

input[size="30"] {
  width: 300px;
}

input[size="35"] {
  width: 350px;
}

input[size="40"] {
  width: 400px;
}

input[size="50"] {
  width: 500px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  input[size="5"] {
    width: 50px;
  }
  input[size="7"] {
    width: 50px;
  }
  input[size="10"] {
    width: 65px;
  }
  input[size="15"] {
    width: 120px;
  }
  input[size="20"] {
    width: 180px;
  }
  input[size="25"] {
    width: 220px;
  }
  input[size="30"] {
    width: 100%;
  }
  input[size="35"] {
    width: 100%;
  }
  input[size="40"] {
    width: 100%;
  }
  input[size="50"] {
    width: 100%;
  }
}
textarea {
  padding: 10px;
  width: 100%;
  height: 120px;
}

/* --------------------------------------------------------------------
  #select
 */
/* --------------------------------------------------------------------
  #ラジオボタン
 */
label {
  cursor: pointer;
  font-size: 1.3rem;
}
@media print, screen and (min-width:769px) {
  label {
    font-size: 1.6rem;
  }
}

input[type=radio] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border: 2px solid #d9dce3;
  border-radius: 50%;
  margin-right: 0.3em;
  background: #fff;
  transform: translateY(-0.1em);
}

input[type=radio]:checked {
  position: relative;
}
input[type=radio]:checked:before {
  position: absolute;
  font-size: 14px;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: #43a0fe;
  content: "";
  border-radius: 50%;
}

/* --------------------------------------------------------------------
  #チェックボックス
 */
input[type=checkbox] {
  cursor: pointer;
  vertical-align: middle;
  width: 20px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  background: #f5f5f5;
  padding: 0 !important;
  height: 20px !important;
}

/*
  エラー
 */
.display-error {
  display: block;
  text-align: center;
  margin-left: 20px;
}

/*

.contact-form .error{
  margin-top: 10px;
}

.is-error input,
.is-error textarea,
.is-error .select-wrap::after,
.is-error select {
  background-color: #ffeeee !important;
}
*/
/**
  確認画面
 */
.mw_wp_form_confirm .is-required span:after {
  display: none;
}
.mw_wp_form_confirm .contact-form__privacy-text {
  display: none;
}
.mw_wp_form_confirm .contact-form__privacy-check {
  display: none;
}
.mw_wp_form_confirm .select-wrap:after {
  display: none;
}

.mw_wp_form_complete {
  padding: 4em 0;
}
.mw_wp_form_complete .btn-submit {
  color: #fff !important;
}
.mw_wp_form_complete .comp-txt {
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .mw_wp_form_complete .comp-txt {
    text-align: left;
  }
}

/**
  検索窓
 */
.search-box {
  height: 30px;
}

.search-box--footer {
  margin-bottom: 20px;
}
@media print, screen and (min-width:769px) {
  .search-box--footer {
    margin-bottom: 40px;
  }
  .search-box--footer .search-box-container {
    width: 350px;
  }
}

.search-box-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.search-box-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--mycol);
  transform: scale3d(0, 1, 1);
  transform-origin: 0 0;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .search-box-container {
    margin-top: 20px;
  }
}

.search-box-container:focus-within:before {
  transform: scale3d(1, 1, 1);
}

input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input).search-box__input {
  height: 40px !important;
  border: none;
  border-radius: 0;
  background: none;
  padding-left: 0;
  color: var(--mycol) !important;
}
input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input).search-box__input:-ms-input-placeholder {
  color: var(--mycol) !important;
  font-weight: bold;
  font-size: 1.4rem;
}
input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input).search-box__input::placeholder {
  color: var(--mycol) !important;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input).search-box__input:-ms-input-placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
  input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input).search-box__input::placeholder {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input).search-box__input:-ms-input-placeholder {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
  input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input).search-box__input::placeholder {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input).search-box__input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input).search-box__input::placeholder {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  input:not([type=radio]):not([type=submit]):not([type=file]):not(.header-search__input).search-box__input {
    padding-left: 20px;
  }
}
.search-box__input {
  color: var(--mycol);
}

/**
  chrome でフォーカス時に背景がつくのを回避
 */
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

.search-box__btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  border-radius: 0 2px 2px 0;
  fill: var(--mycol) !important;
}
.search-box__btn img {
  width: 24px;
}

.list-notes > li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75em;
}

.list-notes--dot > li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.list-notes--txt-l > li {
  font-size: 1.2rem;
}
@media print, screen and (min-width:769px) {
  .list-notes--txt-l > li {
    font-size: 1.6rem;
  }
}

.list-notes--txt-s > li {
  font-size: 1rem;
}
@media print, screen and (min-width:769px) {
  .list-notes--txt-s > li {
    font-size: 1.3rem;
  }
}

/* ==========================================================================
   projects
   ========================================================================== */
/**
  common
 */
.top__heading {
  position: absolute;
  z-index: 4;
  top: -15px;
  left: 20px;
  height: 22px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #fff;
  letter-spacing: -0.01em;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top__heading {
    font-size: clamp(3rem, 4.688vw, 3.6rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top__heading {
    font-size: 40rem;
    font-size: clamp(3.704vw, 3.704vw, 4.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .top__heading {
    font-size: 4rem;
  }
}
@media print, screen and (min-width:769px) {
  .top__heading {
    height: 33px;
    top: -20px;
    left: 20px;
  }
}

/**
  MVエリア
 */
.top-container1 {
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .top-container1 {
    min-height: 480px;
    height: 52vw;
    margin-bottom: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top-container1 {
    height: 580px;
  }
}
@media screen and (min-width: 769px) and (max-width: 830px) {
  .top-container1 {
    height: 500px;
  }
}

/**
  marquee
 */
.top-tag-marquee .marquee {
  height: 44px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-tag-marquee {
    margin: 0 -20px 40px;
  }
}
@media print, screen and (min-width:769px) {
  .top-tag-marquee {
    position: fixed;
    z-index: 10;
    width: 100vh;
    left: 0;
    top: 0;
    transform-origin: 0 0;
    transform: rotate(90deg) translateY(-100%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .top-tag-marquee {
    display: none;
  }
}

.top-slogan-marquee {
  height: 44px;
  width: 100%;
  background: url(/assets/img/slogan.png) repeat-x left center/contain;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  animation: anim-slogan-marquee 20s infinite linear;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-slogan-marquee {
    margin: 0 -20px 50px;
    width: calc(100% + 40px);
    background-size: auto 100%;
  }
}
@media print, screen and (min-width:769px) {
  .top-slogan-marquee {
    position: fixed;
    width: 100vh;
    z-index: 10;
    right: 0;
    top: 0;
    transform-origin: 100% 0;
    transform: rotate(90deg) translateX(100%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .top-slogan-marquee {
    display: none;
  }
}

@keyframes anim-slogan-marquee {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 760px 0;
  }
}
/**
  出力記事を格納するためのダミーリスト
 */
.top-templist {
  display: none;
}

/**
  １段目
 */
@media print, screen and (min-width:769px) {
  .top-container2 {
    margin-bottom: 80px;
    /*max-height: 656px;*/
    height: 55vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 61% 23% 16%;
        grid-template-rows: 61% 23% 16%;
    -ms-grid-columns: 23.7% 23.7% 5.2% 47.4%;
        grid-template-columns: 23.7% 23.7% 5.2% 47.4%;
  }
}

/**
  ２段目
 */
@media print, screen and (min-width:769px) {
  .top-container3 {
    margin-bottom: 80px;
    /*max-height: 656px;*/
    height: 55vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 61% 23% 16%;
        grid-template-rows: 61% 23% 16%;
    -ms-grid-columns: 47.4% 5.2% 23.7% 23.7%;
        grid-template-columns: 47.4% 5.2% 23.7% 23.7%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-box {
    padding-left: 20px;
  }
  .top-box .magazine-list__item .item-pict:before,
  .top-box .magazine-list__item .item-pict > span:before {
    padding-top: 75%;
  }
}
@media print, screen and (min-width:769px) {
  .top-box .magazine-list__item {
    width: 100%;
    height: auto;
  }
}

.top-box--01 .magazine-list__item .item-heading,
.top-box--09 .magazine-list__item .item-heading {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-box--01 .magazine-list__item .item-heading,
  .top-box--09 .magazine-list__item .item-heading {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-box--01 .magazine-list__item .item-heading,
  .top-box--09 .magazine-list__item .item-heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-box--01 .magazine-list__item .item-heading,
  .top-box--09 .magazine-list__item .item-heading {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-box--01,
  .top-box--09 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .top-box--01 .magazine-list__item .item-pict:before,
  .top-box--01 .magazine-list__item .item-pict > span:before,
  .top-box--09 .magazine-list__item .item-pict:before,
  .top-box--09 .magazine-list__item .item-pict > span:before {
    padding-top: 68%;
  }
  .top-box--01 .magazine-list__item .item-board,
  .top-box--09 .magazine-list__item .item-board {
    width: 48%;
  }
}

@media print, screen and (min-width:769px) {
  .top-box--02,
  .top-box--10 {
    grid-row: 2/4;
    grid-column: 1/2;
    padding-right: 12px;
  }
}

@media print, screen and (min-width:769px) {
  .top-box--03,
  .top-box--11 {
    grid-row: 2/4;
    grid-column: 2/3;
    padding-left: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-box--03 .magazine-list__item .item-pict,
  .top-box--08 .magazine-list__item .item-pict,
  .top-box--11 .magazine-list__item .item-pict {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-box--03 .magazine-list__item .item-pict:before,
  .top-box--03 .magazine-list__item .item-pict > span:before,
  .top-box--08 .magazine-list__item .item-pict:before,
  .top-box--08 .magazine-list__item .item-pict > span:before,
  .top-box--11 .magazine-list__item .item-pict:before,
  .top-box--11 .magazine-list__item .item-pict > span:before {
    padding-top: 100%;
  }
}

.top-box--04,
.top-box--12 {
  grid-row: 1/3;
  grid-column: 4/5;
}
@media print, screen and (min-width:769px) {
  .top-box--04 .magazine-list__item .item-board,
  .top-box--12 .magazine-list__item .item-board {
    width: 48%;
  }
}
.top-box--04 .magazine-list__item .item-heading,
.top-box--12 .magazine-list__item .item-heading {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-box--04 .magazine-list__item .item-heading,
  .top-box--12 .magazine-list__item .item-heading {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-box--04 .magazine-list__item .item-heading,
  .top-box--12 .magazine-list__item .item-heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-box--04 .magazine-list__item .item-heading,
  .top-box--12 .magazine-list__item .item-heading {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-box--yt {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width:769px) {
  .top-box--yt {
    grid-row: 3/4;
    grid-column: 4/5;
  }
}

.top__youtube {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 14.5vw;
  font-size: 1.4rem;
  font-family: century-gothic, "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: url(/assets/img/top_frame.svg) no-repeat center top/contain;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top__youtube {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top__youtube {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .top__youtube {
    font-size: 1.8rem;
  }
}
.top__youtube .youtube-icon {
  display: block;
  width: 29px;
  margin-right: 10px;
}
@media print, screen and (min-width:769px) {
  .top__youtube {
    height: 85px;
  }
  .top__youtube .youtube-icon {
    width: 47px;
    margin-right: 15px;
  }
}

.top-box--05 .magazine-list__item .item-heading {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-box--05 .magazine-list__item .item-heading {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-box--05 .magazine-list__item .item-heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-box--05 .magazine-list__item .item-heading {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-box--05 {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .top-box--05 .magazine-list__item .item-board {
    width: 48%;
  }
}

.top-box--06 .magazine-list__item .item-heading {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-box--06 .magazine-list__item .item-heading {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-box--06 .magazine-list__item .item-heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-box--06 .magazine-list__item .item-heading {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-box--06 {
    grid-row: 1/2;
    grid-column: 3/5;
  }
  .top-box--06 .magazine-list__item .item-pict:before,
  .top-box--06 .magazine-list__item .item-pict > span:before {
    padding-top: 68%;
  }
  .top-box--06 .magazine-list__item .item-board {
    width: 48%;
  }
}

@media print, screen and (min-width:769px) {
  .top-box--07 {
    grid-row: 2/4;
    grid-column: 3/4;
    padding-right: 12px;
  }
}

@media print, screen and (min-width:769px) {
  .top-box--08 {
    grid-row: 2/4;
    grid-column: 4/5;
    padding-left: 12px;
  }
}

@media print, screen and (min-width:769px) {
  .top-box--sns {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}

.top__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.1rem;
  font-family: century-gothic, "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: url(/assets/img/top_frame.svg) no-repeat left top/100% 100%;
  height: 14.5vw;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top__sns {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top__sns {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .top__sns {
    font-size: 1.8rem;
  }
}
.top__sns .sns-label {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 30px;
}
.top__sns .sns-btn > a {
  display: block;
  width: 44px;
  height: 44px;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top__sns {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width:769px) {
  .top__sns {
    height: 85px;
  }
  .top__sns .sns-btn > a {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
}

/**
  news
 */
.top-news {
  position: relative;
  border: 1px solid #000;
  padding: 20px 15px;
  background: #fff;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 35px;
}
@media print, screen and (min-width:769px) {
  .top-news {
    margin-bottom: 80px;
    padding: 35px 25px;
  }
}

.top-news__list {
  width: 100%;
}
.top-news__list .list-item .list-date {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-news__list .list-item .list-date {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-news__list .list-item .list-date {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-news__list .list-item .list-date {
    font-size: 1.4rem;
  }
}
.top-news__list .list-item .list-content {
  -ms-flex: 1;
      flex: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-news__list .list-item .list-content {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-news__list .list-item .list-content {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-news__list .list-item .list-content {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-news__list {
    width: 65%;
    -ms-flex: 1;
        flex: 1;
  }
  .top-news__list .item-inner {
    display: -ms-flexbox;
    display: flex;
  }
  .top-news__list .list-item a {
    display: inline;
    position: relative;
    padding-bottom: 0.2em;
    background: url(/assets/img/line_dot.png) no-repeat bottom right/0% 2px;
  }
}
@media print, screen and (min-width:769px) and (min-width:769px) {
  .top-news__list .list-item a {
    transition: background-size 0.3s;
  }
  .top-news__list .list-item a:hover {
    background-size: 100% 2px;
    background-position: left bottom;
  }
}
@media print, screen and (min-width:769px) {
  .top-news__list .list-item .list-date {
    width: 100px;
  }
}

.top-news__btn {
  display: none;
}
@media print, screen and (min-width:769px) {
  .top-news__btn {
    display: block;
    width: 150px;
    right: 25px;
  }
  .top-news__btn .btn-inner {
    position: relative;
    padding-bottom: 12px;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
  }
  .top-news__btn .btn-inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 5px;
    background: url(/assets/img/ic_arrow.svg) no-repeat right center/contain;
    top: 5px;
    right: 0;
  }
  .top-news__btn .btn-inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    bottom: 0;
    left: 0;
    transform-origin: 0 0;
    transition: transform 0.3s;
  }
  .top-news__btn:hover .btn-inner:after {
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 0;
  }
}

/**
  下部アイキャッチエリア
 */
@media print, screen and (min-width:769px) {
  .top-container4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.top-eyecatch {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-eyecatch {
    margin-bottom: 40px;
  }
  .top-eyecatch:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:769px) {
  .top-eyecatch {
    width: 30%;
  }
}

.top-eyecatch-inner {
  display: block;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .top-eyecatch-inner:hover .top-eyecatch__pict img {
    transform: scale3d(1.1, 1.1, 1);
  }
}

.top-eyecatch__pict {
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 10px;
}
.top-eyecatch__pict img {
  transition-duration: 0.3s;
}

.top-eyecatch__content {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
}
.top-eyecatch__content .content-heading {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  margin-bottom: 14px;
  line-height: 1.2;
  font-size: 2.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-eyecatch__content .content-heading {
    font-size: clamp(2.4rem, 3.75vw, 2.9rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-eyecatch__content .content-heading {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-eyecatch__content .content-heading {
    font-size: 2.4rem;
  }
}
.top-eyecatch__content .content-summary > span {
  display: inline-block;
  background-color: #fff;
  padding: 3px 10px;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-eyecatch__content .content-summary > span {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-eyecatch__content .content-summary > span {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-eyecatch__content .content-summary > span {
    font-size: 1.4rem;
  }
}

.top-mv {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv {
    margin: 0 -20px 0;
    padding: 4vw 20px 17vw;
  }
}
@media print, screen and (min-width:769px) {
  .top-mv {
    width: 68%;
    padding-top: 50px;
  }
}

.top-mv__heading {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 6px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-mv__heading {
    font-size: clamp(1.5rem, 2.344vw, 1.8rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-mv__heading {
    font-size: 20rem;
    font-size: clamp(1.852vw, 1.852vw, 2.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-mv__heading {
    font-size: 2rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-mv__heading {
    margin-bottom: 20px;
  }
}

.top-mv-slide {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width:769px) {
  .top-mv-slide {
    margin-top: -40px;
  }
}

.top-mv-slide__item {
  position: relative;
  padding-top: 5vw;
}
.top-mv-slide__item .item-pict {
  width: 100%;
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.top-mv-slide__item .item-pict:before {
  float: left;
  content: "";
  padding-top: 66.92%;
}
.top-mv-slide__item .item-pict:after {
  display: block;
  content: "";
  clear: both;
}
.top-mv-slide__item .item-pict > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv-slide__item .item-pict img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  transition: transform 0.3s;
}
.top-mv-slide__item .item-board {
  position: absolute;
  z-index: 3;
  left: 15px;
  top: 0;
  width: 60%;
}
.top-mv-slide__item .item-heading {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-mv-slide__item .item-heading {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-mv-slide__item .item-heading {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-mv-slide__item .item-heading {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-mv-slide__item {
    padding-top: 40px;
  }
  .top-mv-slide__item .item-board {
    width: 40%;
  }
  .top-mv-slide__item .item-heading {
    padding: 5px 0;
  }
  .top-mv-slide__item:hover .item-pict img {
    transform: scale3d(1.1, 1.1, 1);
  }
}

.top-mv-slide__dots {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv-slide__dots {
    margin-top: 0;
  }
}
.top-mv-slide__dots li {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 7px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.top-mv-slide__dots li svg:focus {
  outline: none;
}
.top-mv-slide__dots li svg {
  position: absolute;
  transform: rotate(-90deg);
}
.top-mv-slide__dots li circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1;
  display: none;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 95;
  }
  99.9%, to {
    stroke-dasharray: 95 95;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv-slide__dots li {
    transform: scale(0.8);
    margin: 5px 2px 0;
  }
}
.top-mv-slide__dots li button {
  display: block;
  position: relative;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  line-height: 0;
}
.top-mv-slide__dots li button:focus {
  outline: 0;
}
.top-mv-slide__dots li button:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-mv-slide__dots li button {
    font-size: 1.2rem;
  }
}
.top-mv-slide__dots li.slick-active circle {
  display: block;
  animation: circle 5s 1 linear;
}
.top-mv-slide__dots li.slick-active button {
  text-indent: 0;
  background: none;
}
.top-mv-slide__dots li.slick-active button:before {
  display: none;
}

.top-mv__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 3%;
  width: 94%;
}
.top-mv__bg svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0);
  transition-duration: 0.3s;
}
@media print, screen and (min-width:769px) {
  .top-mv__bg {
    width: 90%;
    left: 5%;
  }
}

@media print, screen and (min-width:769px) {
  .top-hikikomo {
    width: 27%;
    padding-top: 92px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top-hikikomo {
    padding-top: 70px;
  }
}

.top-hikikomo__date {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 30px;
}
.top-hikikomo__date .date-label {
  position: relative;
  display: block;
  font-size: 1.3rem;
  padding-right: 15px;
  margin-right: 8px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-hikikomo__date .date-label {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-hikikomo__date .date-label {
    font-size: 20rem;
    font-size: clamp(1.852vw, 1.852vw, 2.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-hikikomo__date .date-label {
    font-size: 2rem;
  }
}
.top-hikikomo__date .date-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: 0;
  top: 9px;
  background-color: #000;
}
.top-hikikomo__date .date-day1 {
  display: block;
  font-size: 2rem;
  margin-bottom: -3px;
  margin-right: 5px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-hikikomo__date .date-day1 {
    font-size: clamp(2rem, 3.125vw, 2.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-hikikomo__date .date-day1 {
    font-size: 40rem;
    font-size: clamp(3.704vw, 3.704vw, 4.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-hikikomo__date .date-day1 {
    font-size: 4rem;
  }
}
.top-hikikomo__date .date-day2 {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-hikikomo__date .date-day2 {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-hikikomo__date .date-day2 {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-hikikomo__date .date-day2 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:769px) {
  .top-hikikomo__date {
    -ms-flex-pack: end;
        justify-content: flex-end;
    height: 34px;
    margin-bottom: 30px;
  }
}

.top-hikikomo__pict {
  position: relative;
}
.top-hikikomo__pict img {
  width: 101%;
  height: 101%;
  object-fit: cover;
}
.top-hikikomo__pict .pict-inner {
  position: relative;
  z-index: 2;
  width: 55vw;
  height: 55vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  transform: rotate(10deg);
}
.top-hikikomo__pict:after {
  content: "";
  display: block;
  position: absolute;
  width: 70vw;
  height: 70vw;
  top: 0;
  left: 15vw;
  background: url(/assets/img/top_hikikomo_typo.svg) no-repeat center center/contain;
  animation: anime-hikikomo-circ infinite 60s linear;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-hikikomo__pict {
    padding-top: 7vw;
    margin: 0 -20px 12vw;
  }
}
@media print, screen and (min-width:769px) {
  .top-hikikomo__pict {
    margin-bottom: 20px;
    width: 100%;
    height: 310px;
    padding-top: 20px;
  }
  .top-hikikomo__pict:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .top-hikikomo__pict .pict-inner {
    width: 255px;
    height: 255px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top-hikikomo__pict {
    height: 260px;
  }
  .top-hikikomo__pict:after {
    width: 120%;
  }
  .top-hikikomo__pict .pict-inner {
    width: 220px;
    height: 220px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1260px) {
  .top-hikikomo__pict:after {
    width: 120%;
    height: 100%;
    left: -10%;
  }
}

@keyframes anime-hikikomo-circ {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(357deg);
  }
}
.top-hikikomo__summary {
  background: url(/assets/img/top_hikikomo_fukidashi.png) no-repeat center top/contain;
  padding-top: 35px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-hikikomo__summary {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-hikikomo__summary {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-hikikomo__summary {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-hikikomo__summary {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:769px) {
  .top-hikikomo__summary {
    margin-bottom: 20px;
  }
}

.top-hikikomo__author {
  min-height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  border-radius: 30px;
  padding: 0.3em 1em;
  line-height: 1.3;
}
.top-hikikomo__author > a, .top-hikikomo__author > span {
  font-size: 1.2rem;
  color: #666;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-hikikomo__author > a, .top-hikikomo__author > span {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-hikikomo__author > a, .top-hikikomo__author > span {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-hikikomo__author > a, .top-hikikomo__author > span {
    font-size: 1.4rem;
  }
}
.top-hikikomo__author > a:before, .top-hikikomo__author > span:before {
  content: "By";
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  margin-right: 6px;
  color: #000;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .top-hikikomo__author > a:before, .top-hikikomo__author > span:before {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .top-hikikomo__author > a:before, .top-hikikomo__author > span:before {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .top-hikikomo__author > a:before, .top-hikikomo__author > span:before {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top-hikikomo__author {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:769px) {
  .top-hikikomo__author > a {
    transition: 0.3s;
  }
  .top-hikikomo__author > a:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}

.company {
  background-color: #b0dcd7;
  padding-bottom: 0;
}

@media print, screen and (min-width:769px) {
  .company-index {
    padding-top: 60px;
  }
}

.company-about {
  position: relative;
  background-color: #fff;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media print, screen and (min-width:769px) {
  .company-about {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 980px;
  }
}

.company-about--withhead {
  margin-top: 100px;
}
@media print, screen and (min-width:769px) {
  .company-about--withhead {
    margin-top: 120px;
  }
}

.company-about__heading {
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: -30px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .company-about__heading {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .company-about__heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .company-about__heading {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .company-about__heading {
    top: -40px;
  }
}

.company-about-inner {
  padding: 35px 20px;
}
@media print, screen and (min-width:769px) {
  .company-about-inner {
    padding: 80px;
  }
}

.company-about:before, .company-about:after,
.company-about-inner:before,
.company-about-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 19px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width:769px) {
  .company-about:before, .company-about:after,
  .company-about-inner:before,
  .company-about-inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 24px;
  }
}

.company-about:before {
  background-image: url(../img/frame_tl_black.svg);
  top: 0;
  left: 0;
}

.company-about:after {
  background-image: url(../img/frame_tr_black.svg);
  top: 0;
  right: 0;
}

.company-about-inner:before {
  background-image: url(../img/frame_bl_black.svg);
  bottom: 0;
  left: 0;
}

.company-about-inner:after {
  background-image: url(../img/frame_br_black.svg);
  bottom: 0;
  right: 0;
}

.company-about__text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 45px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .company-about__text {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .company-about__text {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .company-about__text {
    font-size: 1.8rem;
  }
}
.company-about__text:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .company-about__text {
    margin-bottom: 40px;
  }
}

.company__table {
  width: 100%;
  margin-bottom: 30px;
}
.company__table th, .company__table td {
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .company__table th, .company__table td {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .company__table th, .company__table td {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .company__table th, .company__table td {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .company__table th, .company__table td {
    display: block;
  }
  .company__table th {
    margin-bottom: 5px;
  }
  .company__table td {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .company__table {
    margin-bottom: 10px;
  }
  .company__table th, .company__table td {
    padding: 0 20px 50px 0;
  }
  .company__table th {
    width: 20%;
  }
  .company__table td {
    width: 80%;
  }
}

.company__map {
  margin-bottom: 15px;
}
.company__map iframe {
  width: 100%;
  height: 80vw;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .company__map {
    margin: 0 -20px 15px;
  }
}
@media print, screen and (min-width:769px) {
  .company__map {
    margin-bottom: 20px;
  }
  .company__map iframe {
    height: 300px;
  }
}

.company__pict {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.company__pict > li {
  width: calc(50% - 1px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .company__pict {
    margin: 0 -20px;
  }
}

.company__history > dt, .company__history > dd {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .company__history > dt, .company__history > dd {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .company__history > dt, .company__history > dd {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .company__history > dt, .company__history > dd {
    font-size: 1.6rem;
  }
}
.company__history > dt {
  margin-bottom: 3px;
}
@media print, screen and (min-width:769px) {
  .company__history {
    margin-bottom: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company__history > dt, .company__history > dd {
    margin-bottom: 15px;
  }
  .company__history > dt {
    width: 20%;
  }
  .company__history > dd {
    width: 80%;
  }
}

.company__hd {
  width: 72px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .company__hd {
    width: 82px;
    margin-bottom: 50px;
  }
}

.company__logo {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.company__logo > li {
  width: 26%;
  margin: 2.6% 0;
}
@media print, screen and (min-width:769px) {
  .company__logo {
    margin-bottom: 50px;
  }
  .company__logo > li {
    width: 100px;
  }
}

.magazine-wrap {
  background-color: #efefef;
}

@media print, screen and (min-width:769px) {
  .magazine-archive-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.magazine-mv {
  position: relative;
  width: 100%;
  padding: 6vw 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .magazine-mv {
    max-width: 1180px;
    padding: 60px 20px 0;
    margin-bottom: 40px;
  }
}

.magazine-mv__heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}
@media print, screen and (min-width:769px) {
  .magazine-mv__heading {
    max-width: 550px;
    width: 45%;
  }
}

.magazine-mv__pict {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3/2;
  border: 2px solid #000;
  border-radius: 10px;
}
.magazine-mv__pict img {
  width: 101%;
  height: 101%;
  object-fit: cover;
}

.magazine-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .magazine-container {
    max-width: 980px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media print, screen and (min-width:769px) {
  .magazine-article {
    width: 68%;
    max-width: 670px;
  }
}

.magazine__heading {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.75;
  color: var(--mycol);
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .magazine__heading {
    font-size: clamp(2.1rem, 3.281vw, 2.5rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .magazine__heading {
    font-size: 34rem;
    font-size: clamp(3.148vw, 3.148vw, 4rem);
  }
}
@media screen and (min-width: 1080px) {
  .magazine__heading {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .magazine__heading {
    margin-bottom: 10px;
  }
}

.magazine__date {
  font-size: 1.2rem;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--mycol);
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .magazine__date {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .magazine__date {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .magazine__date {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:769px) {
  .magazine__date {
    margin-bottom: 50px;
  }
}

.magazine__index-link {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .magazine__index-link {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .magazine__index-link {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .magazine__index-link {
    font-size: 1.6rem;
  }
}
.magazine__index-link a {
  color: var(--mycol);
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
}
.magazine__index-link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--mycol);
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
  transition: transform 0.3s;
}
.magazine__index-link a:hover:after {
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
}

/**********************************************
  マガジン用コンポーネントここから
 */
/**
  イントロブロック
 */
.magazine__box {
  background-color: rgba(255, 255, 255, 0.3);
  color: var(--mycol);
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 20px;
  border-radius: 15px 0 0 0;
}
.magazine__box p:not([class]) {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .magazine__box p:not([class]) {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .magazine__box p:not([class]) {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .magazine__box p:not([class]) {
    font-size: 1.6rem;
  }
}
.magazine__box p:not([class]):last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width:769px) {
  .magazine__box {
    padding: 35px;
    border-radius: 30px 0 0 0;
  }
}

/**
  プロフィール
 */
.magazine-profile__heading {
  color: var(--mycol);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 1em;
  margin-top: 3em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .magazine-profile__heading {
    font-size: clamp(1.5rem, 2.344vw, 1.8rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .magazine-profile__heading {
    font-size: 20rem;
    font-size: clamp(1.852vw, 1.852vw, 2.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .magazine-profile__heading {
    font-size: 2rem;
  }
}

.magazine-profile {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  /*&:first-of-type {
    padding-top: 40px;
    position: relative;
    &::before {
      content: "PROFILE";
      display: block;
      position: absolute;
      top: 0;
      color: var(--mycol);
      @include font-century-b;
      @include font-size(15, 20);
      margin-bottom: 1em;
    }
  }*/
}
.magazine-profile:last-of-type {
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .magazine-profile:last-of-type {
    margin-bottom: 40px;
  }
}

.magazine-profile__pict {
  border: 2px solid var(--mycol);
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 5px;
}
.magazine-profile__pict img {
  width: 101%;
  height: 101%;
  object-fit: cover;
}
@media print, screen and (min-width:769px) {
  .magazine-profile__pict {
    width: 180px;
    height: 180px;
    border-radius: 10px;
  }
}

.magazine-profile-content {
  -ms-flex: 1;
      flex: 1;
  margin-left: 20px;
}
@media print, screen and (min-width:769px) {
  .magazine-profile-content {
    margin-left: 30px;
    padding-top: 1em;
  }
}

.magazine-profile__name {
  line-height: 1.5;
  font-weight: bold;
  color: var(--mycol);
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .magazine-profile__name {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .magazine-profile__name {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .magazine-profile__name {
    font-size: 1.6rem;
  }
}

.magazine-profile__intro {
  line-height: 1.75;
  color: var(--mycol);
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .magazine-profile__intro {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .magazine-profile__intro {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .magazine-profile__intro {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .magazine-profile__intro p {
    font-size: 1.1rem !important;
  }
}
@media print, screen and (min-width:769px) {
  .magazine-profile__intro p {
    font-size: 1.4rem !important;
  }
}

/*
  マガジン用コンポーネントここまで
 **********************************************/
@media print, screen and (min-width:769px) {
  .magside {
    max-width: 250px;
    width: 26%;
  }
}

.magside__trigger {
  position: relative;
  color: var(--mycol);
  font-weight: bold;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px 18px;
}
.magside__trigger > span {
  right: 10px;
  position: absolute;
  width: 20px;
  height: 12px;
  transition: transform 0.3s;
}
.magside__trigger > span svg {
  width: 100%;
  height: auto;
  fill: var(--mycol);
}
.magside__trigger.is-active > span {
  transform: rotate(180deg);
}
@media print, screen and (min-width:769px) {
  .magside__trigger {
    display: none;
  }
}

.magside__heading {
  fill: var(--mycol);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .magside__heading {
    display: none;
  }
}
@media print, screen and (min-width:769px) {
  .magside__heading {
    margin-bottom: 15px;
  }
}

.magside__list > li {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .magside__list > li {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .magside__list > li {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .magside__list > li {
    font-size: 1.8rem;
  }
}
.magside__list > li a {
  color: var(--mycol);
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
}
.magside__list > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--mycol);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
  transition: transform 0.3s;
}
.magside__list > li a:hover:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
}
.magside__list > li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .magside__list {
    padding: 20px 20px 20px;
    background: rgba(255, 255, 255, 0.3);
  }
}
@media print, screen and (min-width:769px) {
  .magside__list {
    margin-bottom: 20px;
  }
  .magside__list > li a {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5em;
  }
  .magside__list > li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--mycol);
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 0;
    transition: transform 0.3s;
  }
  .magside__list > li a:hover:after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 0;
  }
}

.magazine-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .magazine-list {
    padding: 0 10px;
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width:769px) {
  .magazine-list-wrap {
    width: 74%;
  }
}

.magazine-list__item {
  position: relative;
  margin-bottom: 40px;
}
.magazine-list__item > a, .magazine-list__item span {
  color: #000;
}
.magazine-list__item .item-pict {
  width: 100%;
  border: 2px solid #000;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.magazine-list__item .item-pict:before {
  float: left;
  content: "";
  padding-top: 100%;
}
.magazine-list__item .item-pict:after {
  display: block;
  content: "";
  clear: both;
}
.magazine-list__item .item-pict > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.magazine-list__item .item-pict > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
}
.magazine-list__item .item-pict > span:before {
  float: left;
  content: "";
  padding-top: 100%;
}
.magazine-list__item .item-pict > span:after {
  display: block;
  content: "";
  clear: both;
}
.magazine-list__item .item-pict > span > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.magazine-list__item .item-pict img {
  transition-duration: 0.3s;
  width: 101%;
  height: 101%;
  object-fit: cover;
}
.magazine-list__item .item-board {
  position: absolute;
  z-index: 3;
  top: -20px;
  width: 70%;
  left: 20px;
}
.magazine-list__item .item-date {
  position: absolute;
  color: #999;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  transform-origin: 0 100%;
  top: 7px;
  left: -20px;
  transform: rotate(90deg) translateX(-20px);
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .magazine-list__item .item-date {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .magazine-list__item .item-date {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .magazine-list__item .item-date {
    font-size: 1.4rem;
  }
}
.magazine-list__item .item-heading {
  position: absolute;
  z-index: 3;
  left: 1vw;
  bottom: 1vw;
  font-size: 1.1rem;
  font-weight: bold;
  padding-right: 10px;
  word-wrap: break-word;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .magazine-list__item .item-heading {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .magazine-list__item .item-heading {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .magazine-list__item .item-heading {
    font-size: 1.4rem;
  }
}
.magazine-list__item .item-heading > span {
  line-height: 1.9;
  padding: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .magazine-list__item {
    width: 100%;
  }
  .magazine-list__item .item-heading {
    bottom: 3vw;
    left: 2vw;
  }
}
@media print, screen and (min-width:769px) {
  .magazine-list__item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .magazine-list__item .item-pict {
    border-radius: 10px;
  }
  .magazine-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .magazine-list__item:hover .item-pict img {
    transform: scale3d(1.1, 1.1, 1);
  }
}

.magazine-list__item--circle .item-pict {
  border: none;
}
.magazine-list__item--circle .item-pict > span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/item_frame_circle.svg) no-repeat center center/100% 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.magazine-list__item--circle .item-pict > span {
  position: relative;
  -webkit-mask-image: url("../img/item_mask_circle.svg");
          mask-image: url("../img/item_mask_circle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  border: none;
}

.magazine-list__item--star .item-pict {
  border: none;
}
.magazine-list__item--star .item-pict > span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/item_frame_star.svg) no-repeat center center/100% 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.magazine-list__item--star .item-pict > span {
  position: relative;
  -webkit-mask-image: url("../img/item_mask_star.svg");
          mask-image: url("../img/item_mask_star.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  border: none;
}

/**
  recent archive用
 */
.magazine-list__item--recent {
  margin-right: 0;
  width: 200px;
}
@media print, screen and (min-width:769px) {
  .magazine-list__item--recent {
    width: 260px;
    margin-right: 0;
  }
}

/**
  top archive用
 */
.magazine-list__item--top {
  margin-right: 0;
  /*.item-pict::before,
  .item-pict::after,
  .item-pict>span::before,
  .item-pict>span::after {
    display: none;
  }*/
}
/**
  カラ画像
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .magazine-list__item--empty .item-pict {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .magazine-list__item--empty .item-pict:before,
  .magazine-list__item--empty .item-pict > span:before {
    padding-top: 100% !important;
  }
}

.news-wrap {
  background-color: #ebebeb;
}

.news-content {
  background-color: #fff;
  padding: 40px 20px;
}
@media print, screen and (min-width:769px) {
  .news-content {
    padding: 40px 10% 20px;
  }
}

.news-list {
  border-top: 1px solid #eee;
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .news-list {
    margin-bottom: 80px;
  }
}

.news-list__item {
  border-bottom: 1px solid #eee;
  line-height: 1.75;
}
.news-list__item .item-inner {
  display: block;
  padding: 20px 0;
}
.news-list__item .item-date {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 6px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .news-list__item .item-date {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .news-list__item .item-date {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .news-list__item .item-date {
    font-size: 1.4rem;
  }
}
.news-list__item .item-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .news-list__item .item-title {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .news-list__item .item-title {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .news-list__item .item-title {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:769px) {
  .news-list__item .item-date {
    margin-bottom: 0;
    width: 19%;
    text-align: center;
  }
  .news-list__item .item-inner {
    padding: 25px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.news-month-selector {
  width: 160px;
  margin: 0 0 20px auto;
}
@media print, screen and (min-width:769px) {
  .news-month-selector {
    margin: 0 0 40px auto;
  }
}

.news-month-selector-wrap {
  position: relative;
  padding: 2px;
}
.news-month-selector-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: none;
  right: 0;
  top: 0;
  border-radius: 0 2px 2px 0;
  background: url(/assets/img/ic_down.svg) no-repeat center center/14px auto;
}
@media print, screen and (min-width:769px) {
  .news-month-selector-wrap:after {
    width: 40px;
  }
}

.news-month-selector__select {
  font-weight: bold;
  height: 36px;
  width: 100%;
  background-color: #ebebeb;
  border-radius: 5px;
  position: relative;
  padding: 0 10px;
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .news-month-selector__select {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .news-month-selector__select {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .news-month-selector__select {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width:769px) {
  .news-month-selector__select {
    cursor: pointer;
  }
}

.news-article {
  background-color: #fff;
  padding: 40px 20px 60px;
}
@media print, screen and (min-width:769px) {
  .news-article {
    padding: 50px 13% 80px;
  }
}

.news-article__date {
  font-size: 1.2rem;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #999;
  margin-bottom: 12px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .news-article__date {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .news-article__date {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .news-article__date {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:769px) {
  .news-article__date {
    margin-bottom: 25px;
  }
}

.news-article__heading {
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  line-height: 1.75;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .news-article__heading {
    font-size: clamp(2.1rem, 3.281vw, 2.5rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .news-article__heading {
    font-size: 28rem;
    font-size: clamp(2.593vw, 2.593vw, 3.3rem);
  }
}
@media screen and (min-width: 1080px) {
  .news-article__heading {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .news-article__heading {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.news-article-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px;
}
@media print, screen and (min-width:769px) {
  .news-article-bottom {
    margin-top: 80px;
  }
}

.news-article-bottom__next .btn-inner,
.news-article-bottom__prev .btn-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.news-article-bottom__next .btn-arrow,
.news-article-bottom__prev .btn-arrow {
  width: 35px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 2px solid #000;
  border-radius: 50%;
}
.news-article-bottom__next .btn-label,
.news-article-bottom__prev .btn-label {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .news-article-bottom__next .btn-label,
  .news-article-bottom__prev .btn-label {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .news-article-bottom__next .btn-label,
  .news-article-bottom__prev .btn-label {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .news-article-bottom__next .btn-label,
  .news-article-bottom__prev .btn-label {
    font-size: 1.6rem;
  }
}
.news-article-bottom__next img,
.news-article-bottom__prev img {
  width: 15px;
}
.news-article-bottom__next.is-disabled,
.news-article-bottom__prev.is-disabled {
  pointer-events: none;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
@media print, screen and (min-width:769px) {
  .news-article-bottom__next .btn-arrow,
  .news-article-bottom__prev .btn-arrow {
    width: 46px;
    height: 46px;
  }
  .news-article-bottom__next .btn-label,
  .news-article-bottom__prev .btn-label {
    margin-left: 22px;
  }
  .news-article-bottom__next img,
  .news-article-bottom__prev img {
    width: 21px;
  }
}

.news-article-bottom__next .btn-inner {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.news-article-bottom__next .btn-label {
  margin-left: 0;
  margin-right: 15px;
}
@media print, screen and (min-width:769px) {
  .news-article-bottom__next .btn-label {
    margin-right: 22px;
  }
}

.news-article-bottom__index .index-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.news-article-bottom__index .index-label {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .news-article-bottom__index .index-label {
    font-size: clamp(0.9rem, 1.406vw, 1.1rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .news-article-bottom__index .index-label {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .news-article-bottom__index .index-label {
    font-size: 1.2rem;
  }
}
.news-article-bottom__index .index-icon {
  display: block;
  text-align: center;
  width: 20px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:769px) {
  .news-article-bottom__index .index-icon {
    width: 22px;
  }
}

.tag {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .tag {
    margin-bottom: 30px;
  }
}

.tag__item {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 4px;
}
@media print, screen and (min-width:769px) {
  .tag__item {
    margin-right: 10px;
    margin-bottom: 8px;
  }
}

.tag__item .item-inner {
  color: var(--mycol);
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid var(--mycol);
  border-radius: 30px;
  line-height: 1;
  font-weight: bold;
  height: 24px;
  padding: 0 10px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .tag__item .item-inner {
    font-size: clamp(1rem, 1.563vw, 1.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .tag__item .item-inner {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .tag__item .item-inner {
    font-size: 1.4rem;
  }
}
.tag__item .item-inner:before {
  content: "#";
}
@media print, screen and (min-width:769px) {
  .tag__item .item-inner {
    padding: 0 15px;
    height: 30px;
  }
}

.share-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 60px;
}
.share-box:before, .share-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 17px;
  height: 60px;
}
.share-box:before {
  background: url(/assets/img/share_frame_l.svg) no-repeat left top/contain;
  left: 0;
}
.share-box:after {
  background: url(/assets/img/share_frame_r.svg) no-repeat right top/contain;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .share-box {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width:769px) {
  .share-box {
    height: 88px;
  }
  .share-box:before, .share-box:after {
    width: 20px;
    height: 88px;
  }
}

.share__heading {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .share__heading {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .share__heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .share__heading {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .share__heading {
    margin-right: 40px;
  }
}

.share-box--dark .share__heading {
  color: #000 !important;
}

.share__list {
  display: -ms-flexbox;
  display: flex;
}
.share__list > li {
  width: 20px;
  margin-right: 20px;
}
.share__list > li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width:769px) {
  .share__list > li {
    width: 36px;
    margin-right: 30px;
  }
}

.marquee-wrap {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #00a0e9;
}

.marquee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  overflow: hidden;
  width: 150%;
}

.marquee__item {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .marquee__item {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .marquee__item {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .marquee__item {
    font-size: 1.6rem;
  }
}
.marquee__item > a {
  display: block;
  padding: 0 12px;
}
.marquee__item > a:before {
  content: "#";
}
@media print, screen and (min-width:769px) {
  .marquee__item > a:hover {
    color: #000;
  }
}

.recent-archive {
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 60px 20px;
}
@media print, screen and (min-width:769px) {
  .recent-archive {
    min-height: 300px;
    height: 32vw;
    padding: 4vw 60px 0;
  }
}

.recent-archive-list .slick-slide {
  padding: 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recent-archive-list {
    margin-bottom: -40px;
  }
  .recent-archive-list .slick-list {
    padding-top: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .recent-archive-list .slick-list {
    padding-top: 20px;
  }
}

.recent-archive__heading {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .recent-archive__heading {
    font-size: clamp(1.8rem, 2.813vw, 2.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .recent-archive__heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .recent-archive__heading {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .recent-archive__heading {
    margin-bottom: 20px;
  }
}

/****************
  スプラッシュ
 */
.service-splash {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 100012;
}
.service-splash.is-loading .service-splash__pict {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-splash.is-leave {
  transition: opacity 1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.service-splash__pict {
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.6s;
  width: 90%;
}
@media print, screen and (min-width:769px) {
  .service-splash__pict {
    max-width: 960px;
  }
}

/****************
  コンテンツ
 */
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .services-wrap {
    margin: 0 60px;
  }
}

.services-content {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .services-content {
    padding-right: 52%;
    /*margin-bottom: 100px;*/
  }
}
@media screen and (min-width: 1280px) {
  .services-content {
    min-height: 1250px;
  }
}

.services-content--others {
  position: relative;
  padding-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .services-content--others {
    padding-bottom: 80px;
  }
}

.services-content .services-text {
  color: var(--mycol);
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services-content .services-text {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services-content .services-text {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .services-content .services-text {
    font-size: 1.4rem;
  }
}
.services-content .services-text:last-of-type {
  margin-bottom: 0;
}

.services__head {
  margin-bottom: 14px;
}
@media print, screen and (min-width:769px) {
  .services__head {
    margin-bottom: 16px;
  }
}

.services__head--index {
  margin-bottom: 30px;
}
@media print, screen and (min-width:769px) {
  .services__head--index {
    margin-bottom: 45px;
    width: 70%;
  }
  .services__head--index p {
    margin: 80px 0 40px;
  }
}

.services__head .head-title {
  position: relative;
  padding-left: 22px;
  margin-bottom: 18px;
}
.services__head .head-title > span {
  display: block;
}
.services__head .head-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #000;
}
.services__head .head-title .title-jp {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services__head .head-title .title-jp {
    font-size: clamp(0.9rem, 1.406vw, 1.1rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services__head .head-title .title-jp {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .services__head .head-title .title-jp {
    font-size: 1.2rem;
  }
}
.services__head .head-title .title-en {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services__head .head-title .title-en {
    font-size: clamp(1.8rem, 2.813vw, 2.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services__head .head-title .title-en {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .services__head .head-title .title-en {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .services__head .head-title {
    margin-bottom: 25px;
    padding-left: 30px;
  }
  .services__head .head-title:before {
    width: 20px;
    bottom: 11px;
  }
  .services__head .head-title .title-jp {
    margin-bottom: 8px;
  }
}

.services__head .head-category {
  display: -ms-flexbox;
  display: flex;
}
.services__head .head-category > li {
  border: 2px solid var(--mycol);
  border-radius: 20px;
  height: 25px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 0.7em;
  font-size: 1.2rem;
  color: var(--mycol2);
  background-color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services__head .head-category > li {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services__head .head-category > li {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .services__head .head-category > li {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .services__head .head-category > li {
    height: 33px;
    padding: 6px 15px;
  }
}
.services__head .head-category > li:last-child {
  margin-right: 0;
}

.services__heading {
  position: relative;
  z-index: 3;
  line-height: 1.5;
  margin-bottom: 30px;
}
.services__heading small {
  font-size: 0.45em;
}
.services__heading .heading-en {
  color: var(--mycol);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  display: block;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services__heading .heading-en {
    font-size: clamp(1.8rem, 2.813vw, 2.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services__heading .heading-en {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .services__heading .heading-en {
    font-size: 2.4rem;
  }
}
.services__heading .heading-jp {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services__heading .heading-jp {
    font-size: clamp(2.5rem, 3.906vw, 3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services__heading .heading-jp {
    font-size: 34rem;
    font-size: clamp(3.148vw, 3.148vw, 4rem);
  }
}
@media screen and (min-width: 1080px) {
  .services__heading .heading-jp {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .services__heading {
    margin-bottom: 30px;
  }
}

.services__heading .heading-en--iryou {
  color: #009fb0;
}

.services__heading .heading-en--syuurou {
  color: #e83e6b;
}

.services__heading .heading-en--insyoku {
  color: #f9a500;
}

.services__heading .heading-en--other {
  color: #999;
}

.services__catch {
  line-height: 1.75;
  color: var(--mycol);
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services__catch {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services__catch {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .services__catch {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .services__catch {
    margin-bottom: 45px;
  }
}

.services__lead {
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media print, screen and (min-width:769px) {
  .services__lead {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .services__pict01 {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width:769px) {
  .services__pict01 {
    position: absolute;
    top: 0;
    width: 52%;
    left: 54%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .services__pict02 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px;
    margin-top: 44px;
  }
}
@media print, screen and (min-width:769px) {
  .services__pict02 {
    position: absolute;
    left: 54%;
    top: 38vw;
    width: 36%;
  }
}
@media screen and (min-width: 1280px) {
  .services__pict02 {
    top: 500px;
  }
}

/**
  pict02 イレギュラーレイアウト
 */
.services__pict02.--eu {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .services__pict02.--eu {
    width: 50%;
  }
}

@media print, screen and (min-width:769px) {
  .services__pict03 {
    position: absolute;
    width: 52%;
    left: 54%;
    top: 65.6vw;
  }
}
@media screen and (min-width: 1280px) {
  .services__pict03 {
    top: 865px;
  }
}

.services-block {
  position: relative;
  margin-bottom: 30px;
}
.services-block:before, .services-block:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
}
.services-block:before {
  top: 0;
  left: 0;
  background-image: url(../img/frame_tl_other.svg);
}
.services-block:after {
  top: 0;
  right: 0;
  background-image: url(../img/frame_tr_other.svg);
}
.services-block .block-inner {
  padding: 20px;
}
.services-block .block-inner:before, .services-block .block-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
}
.services-block .block-inner:before {
  bottom: 0;
  left: 0;
  background-image: url(../img/frame_bl_other.svg);
}
.services-block .block-inner:after {
  bottom: 0;
  right: 0;
  background-image: url(../img/frame_br_other.svg);
}
@media print, screen and (min-width:769px) {
  .services-block {
    margin-bottom: 40px;
  }
  .services-block:before, .services-block:after {
    width: 25px;
    height: 24px;
  }
  .services-block .block-inner {
    padding: 32px;
  }
  .services-block .block-inner:before, .services-block .block-inner:after {
    width: 25px;
    height: 24px;
  }
}

.services-block--iryou:before {
  background-image: url(../img/frame_tl_iryou.svg);
}
.services-block--iryou:after {
  background-image: url(../img/frame_tr_iryou.svg);
}
.services-block--iryou .block-inner:before {
  background-image: url(../img/frame_bl_iryou.svg);
}
.services-block--iryou .block-inner:after {
  background-image: url(../img/frame_br_iryou.svg);
}

.services-block--syuurou:before {
  background-image: url(../img/frame_tl_syuurou.svg);
}
.services-block--syuurou:after {
  background-image: url(../img/frame_tr_syuurou.svg);
}
.services-block--syuurou .block-inner:before {
  background-image: url(../img/frame_bl_syuurou.svg);
}
.services-block--syuurou .block-inner:after {
  background-image: url(../img/frame_br_syuurou.svg);
}

.services-block--insyoku:before {
  background-image: url(../img/frame_tl_insyoku.svg);
}
.services-block--insyoku:after {
  background-image: url(../img/frame_tr_insyoku.svg);
}
.services-block--insyoku .block-inner:before {
  background-image: url(../img/frame_bl_insyoku.svg);
}
.services-block--insyoku .block-inner:after {
  background-image: url(../img/frame_br_insyoku.svg);
}

.services-block__heading {
  color: var(--mycol2);
  margin-bottom: 15px;
}
.services-block__heading .heading-en {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-right: 15px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services-block__heading .heading-en {
    font-size: clamp(1.8rem, 2.813vw, 2.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services-block__heading .heading-en {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .services-block__heading .heading-en {
    font-size: 2.4rem;
  }
}
.services-block__heading .heading-jp {
  font-size: 1.05rem;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services-block__heading .heading-jp {
    font-size: clamp(1.05rem, 1.641vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services-block__heading .heading-jp {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .services-block__heading .heading-jp {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .services-block__heading {
    margin-bottom: 20px;
  }
}

.services__list > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

/****************
  スタッフ紹介
 */
.service-staff {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .service-staff {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.service-staff__balloon {
  border: 2px solid #000;
  border: 2px solid var(--mycol);
  margin-bottom: 50px;
  font-size: 1.05rem;
  font-weight: bold;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 2;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff__balloon {
    font-size: clamp(1.05rem, 1.641vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff__balloon {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff__balloon {
    font-size: 1.4rem;
  }
}
.service-staff__balloon:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transform: rotate(-45deg);
  height: 2px;
  transform-origin: 50% 50%;
  background-color: var(--mycol);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service-staff__balloon:after {
    width: 70vw;
    transform: rotate(-45deg) translateX(10vw);
  }
}
@media print, screen and (min-width:769px) {
  .service-staff__balloon {
    width: 150px;
    height: 150px;
    margin-bottom: 60px;
  }
  .service-staff__balloon:after {
    width: 100%;
    max-width: 1400px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .service-staff__balloon:after {
    width: 160%;
    transform: rotate(-60deg);
  }
}

.service-staff__heading {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--mycol);
  font-size: 1.35rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff__heading {
    font-size: clamp(1.35rem, 2.109vw, 1.6rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff__heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff__heading {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .service-staff__heading {
    transform-origin: 0 100%;
    left: 12px;
    transform: rotate(90deg);
    position: absolute;
    z-index: 30;
  }
}

.service-staff-main {
  position: relative;
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .service-staff-main {
    margin-bottom: 40px;
  }
}

.service-staff-main-content {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service-staff-main-content {
    margin-top: -12vw;
  }
}
@media print, screen and (min-width:769px) {
  .service-staff-main-content {
    position: absolute;
    top: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding-bottom: 12%;
  }
}

.service-staff-main__name {
  margin-bottom: 25px;
}
.service-staff-main__name .name-en {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff-main__name .name-en {
    font-size: clamp(3.6rem, 5.625vw, 4.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff-main__name .name-en {
    font-size: 49rem;
    font-size: clamp(4.537vw, 4.537vw, 5.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff-main__name .name-en {
    font-size: 4.9rem;
  }
}
.service-staff-main__name .name-jp {
  display: inline-block;
  line-height: 0.8;
  font-size: 1.05rem;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff-main__name .name-jp {
    font-size: clamp(1.05rem, 1.641vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff-main__name .name-jp {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff-main__name .name-jp {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .service-staff-main__name {
    margin-bottom: 35px;
  }
  .service-staff-main__name .name-en {
    margin-bottom: 10px;
    line-height: 0.7;
  }
}

.service-staff-main__info {
  position: relative;
}
.service-staff-main__info .info-role {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2em 0;
  background-color: #fff;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff-main__info .info-role {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff-main__info .info-role {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff-main__info .info-role {
    font-size: 1.6rem;
  }
}
.service-staff-main__info .info-role:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000;
  left: -16px;
  top: 0;
}
.service-staff-main__info .info-text {
  display: inline;
  background-color: #fff;
  line-height: 2;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff-main__info .info-text {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff-main__info .info-text {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff-main__info .info-text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service-staff-main__info .info-role {
    padding-left: 12px;
    margin-bottom: 7px;
  }
  .service-staff-main__info .info-role:before {
    left: 0;
  }
}
@media print, screen and (min-width:769px) {
  .service-staff-main__info {
    padding-left: 16px;
  }
  .service-staff-main__info .info-role {
    margin-bottom: 16px;
  }
}

/****************
  下コンテナ
 */
.service-staff-container {
  margin-bottom: 30px;
}
@media print, screen and (min-width:769px) {
  .service-staff-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 980px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

/****************
  タイムスケジュール
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service-staff-ts {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width:769px) {
  .service-staff-ts {
    width: 45%;
    max-width: 470px;
  }
}

.service-staff-ts__heading {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff-ts__heading {
    font-size: clamp(1.8rem, 2.813vw, 2.2rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff-ts__heading {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff-ts__heading {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .service-staff-ts__heading {
    margin-bottom: 20px;
  }
}

.service-staff-ts-list {
  position: relative;
  padding-top: 20px;
}
.service-staff-ts-list:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000;
  left: calc(50% - 1px);
  z-index: 0;
  top: 0;
}

.service-staff-ts-list__item {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: 50%;
  padding-left: 13%;
}
.service-staff-ts-list__item .item-heading {
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1.3;
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff-ts-list__item .item-heading {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff-ts-list__item .item-heading {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff-ts-list__item .item-heading {
    font-size: 1.4rem;
  }
}
.service-staff-ts-list__item .item-heading > span {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-right: 0.4em;
}
.service-staff-ts-list__item .item-text {
  line-height: 1.75;
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff-ts-list__item .item-text {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff-ts-list__item .item-text {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff-ts-list__item .item-text {
    font-size: 1.4rem;
  }
}
.service-staff-ts-list__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--mycol);
  border-radius: 50%;
  top: 2px;
  left: -5px;
}
.service-staff-ts-list__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 2px;
  background-color: var(--mycol);
  top: 6px;
  left: 0;
}
.service-staff-ts-list__item:nth-child(2n) {
  margin-left: auto;
  margin-right: 50%;
  padding-left: 3%;
  padding-right: 10%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service-staff-ts-list__item:nth-child(2n) {
    padding-left: 0;
  }
}
.service-staff-ts-list__item:nth-child(2n):before {
  left: auto;
  right: -5px;
}
.service-staff-ts-list__item:nth-child(2n):after {
  left: auto;
  right: 0;
}
.service-staff-ts-list__item:nth-child(2n):last-of-type {
  background-color: #fff;
  width: calc(50% + 1px);
}
.service-staff-ts-list__item:nth-child(2n):last-of-type:before, .service-staff-ts-list__item:nth-child(2n):last-of-type:after {
  transform: translateX(-1px) translateY(-2px);
}
.service-staff-ts-list__item:nth-child(2n):last-of-type * {
  transform: translateY(-2px);
}
.service-staff-ts-list__item:nth-child(2n+1):last-of-type {
  background-color: #fff;
  width: calc(50% - 1px);
  transform: translateX(-1px);
}
.service-staff-ts-list__item:nth-child(2n+1):last-of-type:before, .service-staff-ts-list__item:nth-child(2n+1):last-of-type:after {
  transform: translateX(1px) translateY(-2px);
}
.service-staff-ts-list__item:nth-child(2n+1):last-of-type * {
  transform: translateY(2px);
}
@media print, screen and (min-width:769px) {
  .service-staff-ts-list__item .item-heading {
    margin-bottom: 10px;
  }
  .service-staff-ts-list__item:before {
    width: 12px;
    height: 12px;
    left: -6px;
  }
  .service-staff-ts-list__item:after {
    top: 7px;
  }
  .service-staff-ts-list__item:nth-child(2n):before {
    right: -6px;
  }
}

/****************
  エピソード
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service-staff-ep {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width:769px) {
  .service-staff-ep {
    width: 45%;
    margin-top: -15vw;
    max-width: 470px;
    top: 2px;
    left: -6px;
  }
}
@media screen and (min-width: 1280px) {
  .service-staff-ep {
    margin-top: -210px;
  }
}

.service-staff-ep__item {
  position: relative;
  border: 2px solid #000;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 5px 20px 15px;
  width: 88%;
  margin-left: 12%;
  margin-bottom: 30px;
  background-color: #fff;
}
.service-staff-ep__item:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: calc(100% + 3px);
  height: 10px;
  left: -1px;
  top: -10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 0 6px 0 0;
}
.service-staff-ep__item .item-word {
  margin-bottom: 10px;
}
.service-staff-ep__item .item-text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff-ep__item .item-text {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff-ep__item .item-text {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff-ep__item .item-text {
    font-size: 1.4rem;
  }
}
.service-staff-ep__item .item-heading {
  margin-bottom: 0.6em;
}
.service-staff-ep__item .item-heading > span:first-child {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 0.4em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff-ep__item .item-heading > span:first-child {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff-ep__item .item-heading > span:first-child {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff-ep__item .item-heading > span:first-child {
    font-size: 1.8rem;
  }
}
.service-staff-ep__item .item-heading > span:nth-child(2) {
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff-ep__item .item-heading > span:nth-child(2) {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff-ep__item .item-heading > span:nth-child(2) {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff-ep__item .item-heading > span:nth-child(2) {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service-staff-ep__item .item-word {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-staff-ep__item:nth-child(2n) {
    margin-left: 0;
  }
}
@media print, screen and (min-width:769px) {
  .service-staff-ep__item {
    width: 72%;
    margin-left: 17%;
    border: 4px solid #000;
    border-top: none;
    padding: 5px 30px 15px;
    margin-bottom: 42px;
  }
  .service-staff-ep__item:nth-child(2n) {
    margin-left: 4%;
  }
  .service-staff-ep__item:before {
    width: calc(100% + 6px);
    height: 12px;
    left: -2px;
    top: -12px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    border-radius: 0 6px 0 0;
  }
}

.service-staff__face .face-text {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  border: 2px solid #000;
  padding: 12px 30px;
  border-radius: 40px;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-staff__face .face-text {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-staff__face .face-text {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-staff__face .face-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service-staff__face {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
  }
  .service-staff__face .face-pict {
    width: 113px;
  }
  .service-staff__face .face-text {
    padding: 8px 20px;
    margin-bottom: 25px;
    border: 1px solid #000;
  }
  .service-staff__face .face-text:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
  }
  .service-staff__face .face-text:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    bottom: -4px;
    left: calc(50% - 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
  }
}
@media print, screen and (min-width:769px) {
  .service-staff__face {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .service-staff__face .face-pict {
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }
  .service-staff__face .face-text:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #000 transparent transparent;
    top: calc(50% - 9px);
    left: -8px;
  }
  .service-staff__face .face-text:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    left: -5px;
    top: calc(50% - 9px);
  }
}

/*******************
  その他事業
 */
@media print, screen and (min-width:769px) {
  .services-other-list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 980px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.services-other-list__item {
  border-bottom: 2px solid #999;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.services-other-list__item .item-shoulder {
  font-size: 1.1rem;
  font-weight: bold;
  color: #999;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services-other-list__item .item-shoulder {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services-other-list__item .item-shoulder {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .services-other-list__item .item-shoulder {
    font-size: 1.4rem;
  }
}
.services-other-list__item .item-heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services-other-list__item .item-heading {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services-other-list__item .item-heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .services-other-list__item .item-heading {
    font-size: 1.8rem;
  }
}
.services-other-list__item .item-content p {
  font-size: 1.1rem;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services-other-list__item .item-content p {
    font-size: clamp(1.1rem, 1.719vw, 1.3rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services-other-list__item .item-content p {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .services-other-list__item .item-content p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:769px) {
  .services-other-list__item {
    width: 47%;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .services-other-list__item .item-shoulder {
    margin-bottom: 10px;
  }
  .services-other-list__item .item-heading {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width:769px) {
  .services-index {
    padding-top: 45px;
  }
}

.services-index-block {
  position: relative;
  margin-bottom: 50px;
}
@media print, screen and (min-width:769px) {
  .services-index-block {
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width:769px) {
  .services-index-block--iryou:after {
    width: 431px;
    height: 250px;
    top: -140px;
    right: -60px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .services-index-block--iryou:after {
    top: -8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .services-index-block--iryou:after {
    width: 36vw;
    right: -5vw;
    top: -120px;
  }
}

@media print, screen and (min-width:769px) {
  .services-index-block--syuurou:after {
    width: 311px;
    height: 250px;
    top: -80px;
    right: auto;
    left: 390px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .services-index-block--syuurou:after {
    top: -5vw;
  }
}

@media print, screen and (min-width:769px) {
  .services-index-block--insyoku:after {
    width: 370px;
    height: 220px;
    top: -100px;
    right: -60px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .services-index-block--insyoku:after {
    top: -7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .services-index-block--insyoku:after {
    width: 36vw;
    right: -5vw;
    top: -120px;
  }
}

@media print, screen and (min-width:769px) {
  .services-index-list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 980px;
  }
}

.services-index-group {
  position: relative;
  border: 3px solid #00a0e9;
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .services-index-group {
    margin-bottom: 40px;
  }
}

.services-index-group__heading {
  color: #00a0e9;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
}
.services-index-group__heading em {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-style: normal;
  top: -1rem;
  padding: 0 1em;
}
@media print, screen and (min-width:769px) {
  .services-index-group__heading {
    font-size: 1.6rem;
  }
  .services-index-group__heading em {
    padding: 0 2em;
  }
}

.services-index-group__list {
  background-color: #fff;
  padding: 5px 20px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services-index-group__list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.services-index-group__list > li img {
  display: inline-block;
  width: 36px;
  margin-right: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .services-index-group__list > li:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width:769px) {
  .services-index-group__list {
    padding: 15px 30px 20px;
  }
  .services-index-group__list > li {
    width: 33.3%;
  }
  .services-index-group__list > li img {
    width: 60px;
    margin-right: 10px;
  }
  .services-index-group__list > li:nth-child(n+4) {
    margin-top: 10px;
  }
}

.services-index__anchor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 50px;
  margin-top: 40px;
}
.services-index__anchor > li {
  width: calc(50% - 1px);
}
.services-index__anchor > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  background-color: #ebebeb;
  min-height: 42px;
  font-size: 1.4rem;
}
@media print, screen and (min-width:769px) {
  .services-index__anchor {
    margin-top: 95px;
    margin-bottom: 55px;
  }
  .services-index__anchor > li {
    width: 150px;
  }
}

.services-index_pict01,
.services-index_pict02,
.services-index_pict03 {
  position: absolute;
}

.services-index_pict01 {
  right: 0;
  top: 0;
  width: 40%;
}
@media print, screen and (min-width:769px) {
  .services-index_pict01 {
    width: clamp(350px, 37vw, 431px);
    top: -160px;
    right: -70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .services-index_pict01 {
    top: -80px;
    width: 30vw;
  }
}

.services-index_pict02 {
  right: 0;
  top: -4vw;
  width: 33%;
}
@media print, screen and (min-width:769px) {
  .services-index_pict02 {
    width: clamp(270px, 27vw, 311px);
    right: auto;
    top: -70px;
    left: 400px;
  }
}

.services-index_pict03 {
  right: 0;
  top: -2vw;
  width: 38%;
}
@media print, screen and (min-width:769px) {
  .services-index_pict03 {
    width: clamp(320px, 32vw, 370px);
    top: -100px;
    right: -60px;
  }
}

/**
  輪心会バナー
 */
.service-index__rinshinkai {
  position: relative;
  border: 2px solid #479ee3;
  border-radius: 5px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f9fe;
  color: #479ee3 !important;
}
.service-index__rinshinkai:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 4px;
  -webkit-mask: url(/assets/img/ic_arrow.svg) no-repeat right center/contain;
          mask: url(/assets/img/ic_arrow.svg) no-repeat right center/contain;
  background-color: #479ee3;
  top: calc(50% - 2px);
  right: 10px;
}
.service-index__rinshinkai > p {
  position: relative;
  font-weight: 700;
  font-size: 1.4rem;
}
.service-index__rinshinkai > p:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 42px;
  left: -56px;
  top: -13px;
  background: url(../../services/img/logo_rinshinkai.png) no-repeat center center/contain;
}
.service-index__rinshinkai > p > small {
  font-size: 0.75em;
  font-weight: 400;
}
@media print, screen and (min-width:769px) {
  .service-index__rinshinkai {
    width: 670px;
    height: 120px;
    border-width: 3px;
    border-radius: 10px;
    margin-top: 40px;
    padding-left: 20px;
  }
  .service-index__rinshinkai > p {
    font-size: 2.8rem;
  }
  .service-index__rinshinkai > p:before {
    width: 78px;
    height: 83px;
    left: -112px;
    top: -26px;
  }
  .service-index__rinshinkai:after {
    width: 31px;
    height: 5px;
    top: calc(50% - 2px);
    right: 18px;
  }
}

.services-category {
  display: none;
  background: url(../img/services_cat_bg.png) repeat-x left top/auto 100%;
}
@media screen and (min-width: 1280px) {
  .services-category {
    display: block;
    position: absolute;
    width: 100vh;
    transform-origin: 0 0;
    transform: rotate(90deg) translateY(-100%);
    top: 220px;
    z-index: 10;
  }
}

.services-category--index .services-category__list {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
@media screen and (min-width: 960px) {
  .services-category--index {
    top: 60px;
    height: 42px;
  }
}

.services-category__list {
  display: -ms-flexbox;
  display: flex;
}
.services-category__list > li {
  width: 140px;
  border-right: 2px solid #fff;
}
.services-category__list > li.is-current > a {
  color: #fff;
}
.services-category__list > li > a {
  font-size: 1.4rem;
  color: #b5b5b6;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 42px;
  background-color: #ebebeb;
}
.services-category__list > li:last-child {
  border: none;
}

.services-category__list.is-category-iryou > li:nth-child(1) > a {
  color: #fff;
  background-color: #009fb0;
}

.services-category__list.is-category-syuurou > li:nth-child(2) > a {
  color: #fff;
  background-color: #e83e6b;
}

.services-category__list.is-category-insyoku > li:nth-child(3) > a {
  color: #fff;
  background-color: #f9a500;
}

.services-category__list.is-category-other > li:nth-child(4) > a {
  color: #fff;
  background-color: #999;
}

.services-nav {
  background-color: #f2f2f2;
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .services-nav {
    padding: 120px 60px 80px;
  }
}

.services-nav__heading {
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .services-nav__heading {
    font-size: clamp(1.35rem, 2.109vw, 1.6rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .services-nav__heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .services-nav__heading {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .services-nav__heading {
    margin-bottom: 25px;
  }
}

.services-nav__heading--iryou {
  color: #009fb0;
}

.services-nav__heading--syuurou {
  color: #e83e6b;
}

.services-nav__heading--insyoku {
  color: #f9a500;
}

.services-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services-nav__list > li {
  position: relative;
}
.services-nav__list > li .btn-inner:before {
  display: none;
}
.services-nav__list > li ul {
  position: absolute;
  right: 0;
  top: -3px;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
}
.services-nav__list > li.is-current .btn-inner:after {
  background-color: var(--mycol);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .services-nav__list {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .services-nav__list > li {
    width: 46%;
    margin-bottom: 30px;
  }
  .services-nav__list > li .btn-inner {
    font-size: 1.1rem;
  }
  .services-nav__list > li ul {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    bottom: 0;
  }
  .services-nav__list > li ul > li {
    width: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .services-nav__list > li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 45px;
  }
  .services-nav__list > li .btn-inner {
    padding-right: 35px;
  }
  .services-nav__list > li ul li {
    width: 40px;
  }
  .services-nav__list > li:nth-child(3n) {
    margin-right: 0;
  }
}

.services-nav__list.--index {
  margin-right: 0;
}
.services-nav__list.--index > li {
  width: 47.5%;
  margin-right: 0;
  margin-bottom: 0;
}
.services-nav__list.--index > li .btn-inner {
  padding-top: 0;
  padding-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 50px;
}
@media print, screen and (min-width:769px) {
  .services-nav__list.--index {
    gap: 5%;
  }
  .services-nav__list.--index > li {
    margin-bottom: 10px;
  }
  .services-nav__list.--index > li .btn-inner {
    min-height: 70px;
  }
}

.service-nav__index .index-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.service-nav__index .index-label {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .service-nav__index .index-label {
    font-size: clamp(0.9rem, 1.406vw, 1.1rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .service-nav__index .index-label {
    font-size: 12rem;
    font-size: clamp(1.111vw, 1.111vw, 1.4rem);
  }
}
@media screen and (min-width: 1080px) {
  .service-nav__index .index-label {
    font-size: 1.2rem;
  }
}
.service-nav__index .index-icon {
  display: block;
  text-align: center;
  width: 20px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:769px) {
  .service-nav__index .index-icon {
    width: 22px;
  }
}

.recruit-banner {
  background-color: #c2e6f9;
}
.recruit-banner-inner {
  position: relative;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-banner-inner {
    height: 67vw;
    padding: 12px 0;
  }
}
@media print, screen and (min-width:769px) {
  .recruit-banner-inner {
    padding: 20px 0;
  }
}

.recruit-banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.recruit-banner__title {
  font-size: 4.5rem;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .recruit-banner__title {
    font-size: clamp(4.5rem, 7.031vw, 5.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .recruit-banner__title {
    font-size: 60rem;
    font-size: clamp(5.556vw, 5.556vw, 7.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .recruit-banner__title {
    font-size: 6rem;
  }
}
@media print, screen and (min-width:769px) {
  .recruit-banner__title {
    margin-bottom: 20px;
  }
}

.recruit-banner__title2 {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
  padding: 3px 10px;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .recruit-banner__title2 {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .recruit-banner__title2 {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .recruit-banner__title2 {
    font-size: 2.4rem;
  }
}

.recruit-banner__text {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fff;
  padding: 3px 5px;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .recruit-banner__text {
    font-size: clamp(1.2rem, 1.875vw, 1.4rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .recruit-banner__text {
    font-size: 14rem;
    font-size: clamp(1.296vw, 1.296vw, 1.7rem);
  }
}
@media screen and (min-width: 1080px) {
  .recruit-banner__text {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-banner__pict {
    width: 130vw;
    margin-left: -15vw;
  }
}
@media print, screen and (min-width:769px) {
  .recruit-banner__pict {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

.recruit {
  background-color: #c2e6f9;
  padding-bottom: 140px;
}
@media print, screen and (min-width:769px) {
  .recruit {
    padding-bottom: 340px;
  }
}

.recruit-wrap {
  position: relative;
  padding-top: 90px;
}
.recruit-wrap:before, .recruit-wrap:after {
  content: "";
  display: block;
  position: absolute;
  height: 52px;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../../recruit/img/fig01.png) repeat-x center top/auto 52px;
}
.recruit-wrap:after {
  background-image: url(../../recruit/img/fig02.png);
  top: auto;
  bottom: -80px;
}
@media print, screen and (min-width:769px) {
  .recruit-wrap {
    margin-top: 60px;
    padding-top: 240px;
  }
  .recruit-wrap:before, .recruit-wrap:after {
    height: 148px;
    background: url(../../recruit/img/fig01.png) repeat-x center top/auto 148px;
  }
  .recruit-wrap:after {
    bottom: -220px;
  }
}

.recruit-content {
  position: relative;
}
.recruit-content:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../recruit/img/signature.svg) no-repeat left top/contain;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit-content {
    margin: 0 10vw;
  }
  .recruit-content:after {
    width: 102vw;
    height: 36vw;
    left: -11vw;
    bottom: 4vw;
  }
}
@media print, screen and (min-width:769px) {
  .recruit-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    margin-bottom: 80px;
  }
  .recruit-content:after {
    bottom: -10%;
    left: -9%;
    width: 110%;
    height: 27vw;
  }
}

.recruit__text,
.recruit__text2 {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .recruit__text,
  .recruit__text2 {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .recruit__text,
  .recruit__text2 {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .recruit__text,
  .recruit__text2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .recruit__text,
  .recruit__text2 {
    margin-bottom: 30px;
  }
}

.recruit__text2 {
  text-align: center;
  margin-top: 80px;
}
@media print, screen and (min-width:769px) {
  .recruit__text2 {
    margin-top: 120px;
  }
}

.recruit__btn .btn-inner {
  position: relative;
  border: 2px solid #000;
  background-color: #fff;
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  border-radius: 5px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .recruit__btn .btn-inner {
    font-size: clamp(1.6rem, 2.5vw, 1.9rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .recruit__btn .btn-inner {
    font-size: 24rem;
    font-size: clamp(2.222vw, 2.222vw, 2.8rem);
  }
}
@media screen and (min-width: 1080px) {
  .recruit__btn .btn-inner {
    font-size: 2.4rem;
  }
}
.recruit__btn .btn-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 4px;
  background: url(../img/ic_arrow.svg) no-repeat left center/contain;
  right: 20px;
  top: calc(50% - 3px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .recruit__btn {
    margin: 0 20px;
  }
}
@media print, screen and (min-width:769px) {
  .recruit__btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 1197px;
    padding: 0 20px;
  }
  .recruit__btn .btn-inner {
    height: 100px;
    border-radius: 10px;
  }
  .recruit__btn .btn-inner:after {
    width: 31px;
    height: 5px;
    right: 30px;
  }
}

.bottom-nav {
  background-color: #f2f2f2;
  padding: 40px 20px;
}
@media screen and (min-width: 960px) {
  .bottom-nav {
    padding: 140px 60px 60px;
  }
}

@media print, screen and (min-width:769px) {
  .bottom-nav-inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .bottom-nav-inner {
    max-width: auto;
    padding: 0 40px;
  }
}

.bottom-nav__heading {
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .bottom-nav__heading {
    font-size: clamp(1.35rem, 2.109vw, 1.6rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .bottom-nav__heading {
    font-size: 18rem;
    font-size: clamp(1.667vw, 1.667vw, 2.1rem);
  }
}
@media screen and (min-width: 1080px) {
  .bottom-nav__heading {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:769px) {
  .bottom-nav__heading {
    margin-bottom: 25px;
  }
}

.bottom-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bottom-nav__list > li.is-current .btn-inner:after {
  background-color: var(--mycol);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .bottom-nav__list {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .bottom-nav__list > li {
    width: 46%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width:769px) {
  .bottom-nav__list > li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 45px;
  }
  .bottom-nav__list > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width:769px) {
  .contact-form {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .contact-form {
    padding: 10px;
  }
}

.contact-message {
  display: none;
}

.contact-form__privacy-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .contact-form__privacy-check {
    font-size: clamp(1.4rem, 2.188vw, 1.7rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .contact-form__privacy-check {
    font-size: 16rem;
    font-size: clamp(1.481vw, 1.481vw, 1.9rem);
  }
}
@media screen and (min-width: 1080px) {
  .contact-form__privacy-check {
    font-size: 1.6rem;
  }
}
.contact-form__privacy-check .mwform-checkbox-field-text {
  display: none;
}
.contact-form__privacy-check .mwform-checkbox-field > label {
  display: block;
  position: relative;
  margin-right: 0.5em;
}
.contact-form__privacy-check .mwform-checkbox-field > label:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #00a0e9;
  display: none;
  top: 2px;
  left: 2px;
  background: url(../img/ic_check.svg) no-repeat center center/8px auto #00a0e9;
}
.contact-form__privacy-check .mwform-checkbox-field > label.is-checked:before {
  display: block;
}
@media print, screen and (min-width:769px) {
  .contact-form__privacy-check {
    margin: 40px 0 50px;
  }
  .contact-form__privacy-check .mwform-checkbox-field > label:before {
    top: 3px;
  }
}

.utility {
  background-color: #ebebeb;
}

.utility-content {
  background-color: #fff;
  padding: 40px 20px;
}
@media print, screen and (min-width:769px) {
  .utility-content {
    margin-top: 80px;
    padding: 80px 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .utility-content {
    padding: 50px 60px;
  }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-txt-ll,
.u-txt-l,
.u-txt,
.u-txt-s,
.u-txt-ss {
  line-height: 1.75;
}

.u-txt-ll {
  font-size: 2.2rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ll {
    font-size: 1.8rem;
  }
}

.u-txt-l {
  font-size: 1.8rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-l {
    font-size: 1.6rem;
  }
}

.u-txt {
  font-size: 1.6rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt {
    font-size: 1.4rem;
  }
}

.u-txt-s {
  font-size: 1.4rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-s {
    font-size: 1.3rem;
  }
}

.u-txt-ss {
  font-size: 1.2rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ss {
    font-size: 1.1rem;
  }
}

.u-strong {
  color: #ff0000;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media print, screen and (min-width:769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width:769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width:769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  color: #00a0e9;
  background-color: #f3f4f6;
  transition-duration: 0.3s;
}
@media print, screen and (min-width:769px) {
  .u-textLink:hover {
    color: #fff;
    background-color: #00a0e9;
  }
}

.u-textLink--effect {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  padding-bottom: 0.1em;
}
.u-textLink--effect:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #000;
  transform: scale3d(1, 1, 1);
  transform-origin: 0 0;
  transition: transform 0.3s;
}
.u-textLink--effect:hover:after {
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 0;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: "pkna";
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

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

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width:769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}