@charset "UTF-8";
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px;
}

fieldset, img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

ol {
  list-style-type: none;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}
ul li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: bottom;
}

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

caption, th {
  text-align: left;
}

iframe {
  border: none;
}

a:focus {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* IE */
* html ul li dl, * html ol li dl {
  display: inline;
}
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline;
}

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/
}

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1.1vw;
  font-family: YuGothic, "Yu Gothic medium", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  background: #fff;
}

a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.soon {
  pointer-events: none;
  opacity: .5;
}

.hide, .hidden {
  visibility: hidden;
}

p {
  line-break: strict;
}

img {
  max-width: 100%;
}

main {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-close {
  text-indent: -9999px;
  font-family: serif;
  font-size: 64px;
  right: -10px !important;
  padding-right: 0 !important;
  top: -50px !important;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .modal-content {
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .modal-content {
  transform: translateY(0);
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .modal-content {
  transform: translateY(30px);
  opacity: 0;
}

.mfp-iframe-holder .mfp-content {
  width: 125vmin !important;
  max-width: 90% !important;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
  a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }
  a:hover .image img {
    transform: scale(1.04);
  }
  a:hover .circleButton .circleButton-inner {
    text-decoration: none;
  }
  a:hover .circleButton .circleButton-inner .circle .arc {
    transform: rotate(-90deg);
  }
  a:hover .circleButton .circleButton-inner .circle .arc circle {
    stroke-dashoffset: 0px;
  }
  a:hover .circleButton .circleButton-inner .circle .arrow {
    -webkit-animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
    animation: linkArrowHoverAnim 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  }
  a:hover .circleButton.external .circleButton-inner .circle .arrow {
    -webkit-animation: none !important;
    animation: none !important;
  }

  img {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #cursor {
    display: none;
  }

  .att {
    font-size: 3vw !important;
    font-weight: 400;
    line-height: 1 !important;
    margin-bottom: 1em;
  }

  /*.mfp-container{
      padding: 0;
  }
  .modal-content{
  	max-width: 94%;
  	margin: 15vw auto;
  	.popup-modal-close{
  		cursor: pointer;
  		position: absolute;
  		right: 0;
  		top: -41px;
  		span{
  			img{
  				max-width: 31px;
  			}
  		}
  	}
  	&--inner{
  		background-color: #fff;
  		padding: 15px 5% 30px 5%;
  		.team{
  			p{
  				@include fz_vw(11);
  			}
  		}
  		.content{
  			margin-top: 20px;
  			h2{
  				letter-spacing: .04em;
  				@include fz_vw(16);
  			}
  			p{
  				margin-top: 20px;
  				@include fz_vw(12);
  			}
  		}
  		.contact{
  			margin-top: 30px;
  			p{
  				@include fz_vw(12);
  				a{
  					&.tel{
  						pointer-events: visible;
  						text-decoration: underline;
  					}
  				}
  			}
  		}
  	}
  }*/
}
@media all and (-ms-high-contrast: none) {
  .noise {
    display: none;
  }
}
/* =========================================================
 * font
========================================================= */
/*Albert Sans*/
/*Lato*/
/*Roboto Condensed*/
/*Roboto*/
/*noto-sans*/
.albert {
  font-family: "Albert Sans", sans-serif;
}

.Lato {
  font-family: 'Lato', sans-serif;
}

.roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.font-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.font-notos {
  font-family: 'Noto Serif JP', sans-serif;
}

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out;
}

.fade {
  transform: translate(0, 0);
}

.fadein {
  transform: translate(0, 50px);
}

.fadein-top {
  transform: translate(0, -50px);
}

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

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

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
/*::-webkit-scrollbar{/* Chrome, Safari 対応 */
                                             /*
	display: none;
	-webkit-appearance: none;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
                                              /*
scrollbar-width: none;       /* Firefox 対応 */
	                                             /*
}*/
/*垂直方向のスクロールバーに適用*/
/*::-webkit-scrollbar:horizontal {
    display: none;
    -webkit-appearance: none;
}*/
/*水平方向のスクロールバーに適用*/
/*::-webkit-scrollbar:vertical {
    display: none;
    -webkit-appearance: none;
}*/
/* =========================================================
 * CSS Animation　　   /*CSS アニメション
========================================================= */
@keyframes arrow-move {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes arrow-move {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes slideshow {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
  10% {
    opacity: 1;
    transform: scale(1, 1);
  }
  28% {
    opacity: 1;
    transform: scale(1, 1);
  }
  38% {
    opacity: 0;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
.fwari {
  animation: fwari ease-in-out 5s infinite alternate;
  -webkit-animation: fwari ease-in-out 5s infinite alternate;
  -moz-animation: fwari ease-in-out 5s infinite alternate;
}

.fwari02 {
  animation: fwari02 ease-in-out 10s infinite alternate;
  -webkit-animation: fwari02 ease-in-out 10s infinite alternate;
  -moz-animation: fwari02 ease-in-out 10s infinite alternate;
}

@keyframes fwari {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, -30px);
  }
  100% {
    transform: translate(0%, 0px);
  }
}
@-webkit-keyframes fwari {
  0% {
    -webkit-transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(0%, -30px);
  }
  100% {
    -webkit-transform: translate(0%, 0px);
  }
}
@-moz-keyframes fwari {
  0% {
    -moz-transform: translate(0%, 0%);
  }
  50% {
    -moz-transform: translate(0%, -30px);
  }
  100% {
    -moz-transform: translate(0%, 0px);
  }
}
@keyframes fwari02 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 15px);
  }
  100% {
    transform: translate(0%, 0px);
  }
}
@-webkit-keyframes fwari02 {
  0% {
    -webkit-transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(0%, 15px);
  }
  100% {
    -webkit-transform: translate(0%, 0px);
  }
}
@-moz-keyframes fwari02 {
  0% {
    -moz-transform: translate(0%, 0%);
  }
  50% {
    -moz-transform: translate(0%, 15px);
  }
  100% {
    -moz-transform: translate(0%, 0px);
  }
}
/* =========================================================
 * cursor event　　   /*cursorイベント
========================================================= */
/*<!--mouse-->
<div id="cursor" class="cursor"></div>*/
#cursor {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: rgba(27, 139, 61, 0.2);
  border-radius: 50%;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
  transition-timing-function: ease-out;
  z-index: 10005;
}
#cursor.hov_ {
  top: -32px;
  left: -32px;
  width: 28px;
  height: 28px;
  transition: .5s;
  background: rgba(255, 255, 0, 0.5);
}

/* =========================================================
 * common class　　　    /*共通クラス
========================================================= */
.en {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}

main {
  overflow: hidden;
}
main .header {
  width: 100%;
  height: 4.8333333333vw;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  transition: all .3s ease-out;
}
main .header--inner {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  transition: all .3s ease-out;
  position: relative;
  z-index: 1;
}
main .header--inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4.8333333333vw;
  background-color: #fff;
  z-index: 50;
}
main .header--inner .logo {
  position: relative;
  z-index: 100;
}
main .header--inner .logo a {
  display: flex;
  align-items: center;
}
main .header--inner .logo a .image {
  width: 27vw;
}
main .header--inner--block {
  display: flex;
}
main .header--inner--block .link-list {
  display: flex;
  justify-content: flex-end;
  font-size: 1.5vw;
  font-family: "Lato", sans-serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  position: relative;
  z-index: 100;
}
main .header--inner--block .link-list li {
  width: 12.5vw;
  height: 4.8333333333vw;
  overflow: hidden;
}
main .header--inner--block .link-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #333;
  transition: all .3s ease;
  padding: 1em 3em 1em 1em;
  position: relative;
}
main .header--inner--block .link-list li a::after {
  content: '→';
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  color: #fff;
}
main .header--inner--block .link-list li a span {
  font-size: 1.0833333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-left: .5em;
}
main .header--inner--block .link-list li a:hover {
  opacity: 1;
  transform: scale(1.1);
}
main .header--inner--block .link-list li:nth-of-type(n+2) {
  border-left: none;
}
main .header--inner--block--nav .menu {
  width: 5.1666666667vw;
  height: 4.8333333333vw;
  background-color: #1b8b3d;
  position: relative;
  z-index: 999;
  transition: all .4s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
main .header--inner--block--nav .menu span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  height: 1px;
  background-color: #fff;
  transition: all .4s ease-in-out;
  box-sizing: border-box;
  cursor: pointer;
}
main .header--inner--block--nav .menu span:nth-of-type(1) {
  top: 35%;
}
main .header--inner--block--nav .menu span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
main .header--inner--block--nav .menu span:nth-of-type(3) {
  bottom: 35%;
}
main .header--inner--block--nav .menu.active span {
  z-index: 20001;
}
main .header--inner--block--nav .menu.active span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translateY(-50%, -50%) rotate(-45deg);
}
main .header--inner--block--nav .menu.active span:nth-of-type(2) {
  display: none;
}
main .header--inner--block--nav .menu.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
main .header--inner--block--nav .globalnav {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #1b8b3d;
  font-size: 1.4166666667vw;
  padding-top: 10em;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 49 !important;
  transform: translateX(-50%);
  -webkit-overflow-scrolling: touch;
}
main .header--inner--block--nav .globalnav .nav_content {
  width: 100%;
  height: 100%;
  padding-bottom: 6.5em;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  position: relative;
  z-index: 1;
}
main .header--inner--block--nav .globalnav .nav_content::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
main .header--inner--block--nav .globalnav .nav_content:after {
  content: 'MENU';
  display: block;
  position: absolute;
  font-size: 12.25vw;
  font-family: "Albert Sans", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .03em;
  color: rgba(59, 155, 88, 0.6);
  bottom: -.15em;
  right: 7.5vw;
  z-index: -1;
}
main .header--inner--block--nav .globalnav .nav_content--block {
  width: 85vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
main .header--inner--block--nav .globalnav .nav_content--block--category {
  width: auto;
  position: relative;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col:nth-of-type(n+2) {
  margin-top: 5em;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col a {
  line-height: 1.4;
  letter-spacing: .05em;
  color: #fff;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col a.soon {
  opacity: 1;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col .title dl {
  color: #ffff00;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col .title dl dt {
  font-family: "Albert Sans", sans-serif;
  padding-left: 1em;
  position: relative;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col .title dl dt:before {
  content: '';
  display: block;
  position: absolute;
  width: 0.5833333333vw;
  height: 0.5833333333vw;
  background-color: #ffff00;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col .title dl dd {
  font-size: 1.25vw;
  margin-top: .3em;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col .texts li {
  margin-top: 1.2em;
  transition: all .3s ease;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col .texts li span {
  position: relative;
  display: inline-block;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col .texts li span:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col .texts li.nowrap {
  white-space: nowrap;
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col .texts li:hover {
  transform: scale(1.04);
}
main .header--inner--block--nav .globalnav .nav_content--block--category--col .texts li:hover:before {
  left: .2em;
}
main article {
  overflow: hidden;
  padding-top: 4.8333333333vw;
}
main .footer {
  font-size: 1vw;
  background-color: #f3f2f1;
}
main .footer--inner {
  padding: 4em 7.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #898989;
}
main .footer--inner a {
  color: #898989;
}
main .footer--inner .logo a {
  display: flex;
  align-items: center;
}
main .footer--inner .logo a .image {
  width: 19.8333333333vw;
}
main .footer--inner .logo a .image img {
  vertical-align: bottom;
}
main .footer--inner .links {
  display: flex;
  align-items: center;
}
main .footer--inner .links li {
  font-size: 0.9166666667vw;
  line-height: 1;
}
main .footer--inner .links li:nth-of-type(n+2) {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #898989;
}
main .footer--inner .links li a {
  transition: all .3s ease;
}
main .footer--inner .links li a:hover {
  opacity: 1;
  transform: scale(1.04);
}
main .footer--inner .copyright {
  width: 100%;
  text-align: center;
  margin-top: 3.5em;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-close, .mfp-arrow {
  display: none !important;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .modal-content {
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .modal-content {
  transform: translateY(0);
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .modal-content {
  transform: translateY(30px);
  opacity: 0;
}

.modal-content {
  background-color: #fff;
  transition: all .6s ease-out;
  border-radius: 0;
  max-width: 66.6666666667vw;
  margin: 100px auto;
  position: relative;
}
.modal-content .popup-modal-close {
  width: 2.1666666667vw;
  height: 2.1666666667vw;
  position: absolute;
  right: 0;
  top: -3vw;
  z-index: 2;
  cursor: pointer;
}

.entry-modal {
  width: 100%;
}
.entry-modal--inner {
  width: 100%;
  padding: 3.3333333333vw 8% 4.1666666667vw;
}
.entry-modal--inner--title {
  width: 100%;
}
.entry-modal--inner--title .en {
  font-family: "Lato", sans-serif;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
  color: #1b8b3d;
}
.entry-modal--inner--title h2 {
  margin-top: 0.8333333333vw;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
}
.entry-modal--inner--btns {
  width: 100%;
  margin-top: 1.6666666667vw;
  display: flex;
  justify-content: space-between;
}
.entry-modal--inner--btns--block {
  width: 48%;
  padding: 1.6666666667vw 5%;
}
.entry-modal--inner--btns--block.block01 {
  background: rgba(237, 218, 52, 0.2);
}
.entry-modal--inner--btns--block.block02 {
  background: rgba(0, 138, 255, 0.2);
}
.entry-modal--inner--btns--block h3 {
  font-size: 1.3333333333vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6666666667vw;
}
.entry-modal--inner--btns--block--item {
  width: 100%;
  margin-bottom: 0.8333333333vw;
}
.entry-modal--inner--btns--block--item a {
  display: block;
  width: 100%;
  padding: 0.8333333333vw;
  color: #fff;
  text-align: center;
  font-size: 1.1666666667vw;
  font-weight: bold;
}
.entry-modal--inner--btns--block--item.color01 a {
  background: #EDDA34;
}
.entry-modal--inner--btns--block--item.color02 a {
  background: #008AFF;
}
.entry-modal--inner--btns--block--item.color-mypage a {
  background: #272727;
}
.entry-modal--inner--message {
  margin-top: 1.6666666667vw;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
  color: #1b8b3d;
}

.pages article .main {
  position: relative;
  z-index: 1;
}
.pages article .main--inner--texts {
  position: absolute;
  top: 25%;
  left: 10vw;
  transform: translateY(-50%);
  z-index: 2;
}
.pages article .main--inner--texts dl {
  letter-spacing: .05em;
}
.pages article .main--inner--texts dl dt {
  font-size: 1.5vw;
  font-weight: bold;
  margin-top: 2.5em;
}
.pages article .main--inner--texts dl dd {
  font-size: 4.1666666667vw;
  font-weight: 500;
  margin-top: .3em;
}
.pages article .main--inner--texts.wh {
  color: #fff;
}
.pages article .lead--inner {
  width: 75vw;
  margin: 0 auto;
  font-size: 1.3333333333vw;
  line-height: 1.9;
  text-align: center;
}
.pages article .lead--inner h2 {
  font-size: 2.0833333333vw;
  margin-bottom: 1.5em;
}
.pages article .under-link {
  width: 70%;
  background-color: #f3f2f1;
  padding-bottom: 7.5vw;
  margin: 8.75vw 0 0 auto;
  border-radius: 0.8333333333vw 0 0 0;
}
.pages article .under-link h2 {
  font-size: 8.5vw;
  font-weight: 200;
  line-height: 1;
  text-align: right;
  color: #fff;
  margin-top: -.15em;
}
.pages article .under-link--inner {
  width: 73.5%;
  margin: 0 auto;
}
.pages article .under-link--inner h3 {
  font-size: 1.5vw;
  text-align: center;
  margin-top: 3em;
}
.pages article .under-link--inner--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.pages article .under-link--inner--wrap--category {
  width: 48%;
  font-size: 1.75vw;
  margin-top: 1em;
}
.pages article .under-link--inner--wrap--category a {
  position: relative;
}
.pages article .under-link--inner--wrap--category a:before, .pages article .under-link--inner--wrap--category a:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
}
.pages article .under-link--inner--wrap--category a:before {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: #1b8b3d;
  bottom: -0.8333333333vw;
  right: -0.8333333333vw;
  z-index: 2;
}
.pages article .under-link--inner--wrap--category a:after {
  width: 0.75vw;
  height: 0.75vw;
  background-color: #9ec931;
  bottom: 0.4166666667vw;
  right: 0.4166666667vw;
  z-index: 3;
}
.pages article .under-link--inner--wrap--category a .image {
  overflow: hidden;
  border-radius: 0.8333333333vw;
}
.pages article .under-link--inner--wrap--category a .image img {
  transition: all .3s ease;
}
.pages article .under-link--inner--wrap--category a dl {
  position: absolute;
  bottom: .5em;
  left: 1em;
  color: #fff;
}
.pages article .under-link--inner--wrap--category a dl dd {
  font-size: 1.1666666667vw;
}
.pages article .under-link--inner--wrap--category a:hover {
  opacity: 1;
}
.pages article .under-link--inner--wrap--category a:hover .image {
  overflow: hidden;
}
.pages article .under-link--inner--wrap--category a:hover .image img {
  transform: scale(1.04);
}
.pages article .under-link--inner--banner {
  overflow: hidden;
  border-radius: 0.8333333333vw;
  font-size: 1.5vw;
  margin-top: 1.5em;
}
.pages article .under-link--inner--banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  background-color: #1b8b3d;
  padding: 1em 0;
  transition: all .3s ease;
}
.pages article .under-link--inner--banner a p {
  width: 37%;
}
.pages article .under-link--inner--banner a .image {
  width: 38%;
}
.pages article .under-link--inner--banner a:hover {
  opacity: 1;
  transform: scale(1.04);
}
.pages article .under-link--inner--content {
  font-size: 1.5vw;
  margin-top: 3em;
}
.pages article .under-link--inner--content a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: all .3s ease;
  position: relative;
}
.pages article .under-link--inner--content a:before, .pages article .under-link--inner--content a:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.pages article .under-link--inner--content a:before {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: #1b8b3d;
  right: -1.4583333333vw;
  z-index: 2;
}
.pages article .under-link--inner--content a:after {
  width: 0.75vw;
  height: 0.75vw;
  background-color: #9ec931;
  right: -0.2083333333vw;
  z-index: 3;
}
.pages article .under-link--inner--content a .texts {
  width: 53%;
  font-size: 1.9166666667vw;
  text-align: right;
  padding-right: 1em;
}
.pages article .under-link--inner--content a .texts h3 {
  text-align: right;
  margin-top: 0;
}
.pages article .under-link--inner--content a .texts P {
  margin-top: .5em;
}
.pages article .under-link--inner--content a .image {
  width: 47%;
  overflow: hidden;
  border-radius: 0.8333333333vw;
}
.pages article .under-link--inner--content a:hover {
  opacity: 1;
  transform: scale(1.04);
}

#pagetop {
  width: 6vw;
  height: 6vw;
  position: fixed;
  right: 4.1666666667vw;
  bottom: 4.1666666667vw;
  z-index: 49;
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .3s ease;
}
#pagetop a:before, #pagetop a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
#pagetop a:before {
  box-sizing: border-box;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  /*border-style: solid;
  border-width: 1px;
  border-color: #fff;*/
  background-color: #333;
}
#pagetop a:after {
  width: 1vw;
  height: 1vw;
  top: 45%;
  left: 55%;
  bottom: inherit;
  right: inherit;
  transform: rotate(-45deg) translate(-50%, -50%);
  border-top-style: solid;
  border-right-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-color: #fff;
  border-right-color: #fff;
}
#pagetop a:hover {
  opacity: 1;
  transform: scale(1.04);
}

@media screen and (max-width: 767px) {
  main .header {
    height: 13.3333333333vw;
  }
  main .header--inner:after {
    height: 13.3333333333vw;
  }
  main .header--inner .logo a .image {
    width: 60vw;
  }
  main .header--inner--block .link-list {
    font-size: 3.2vw;
  }
  main .header--inner--block .link-list li {
    width: auto;
    height: 13.3333333333vw;
  }
  main .header--inner--block .link-list li a {
    padding: 1em 2.5em 1em 1em;
    position: relative;
  }
  main .header--inner--block .link-list li a::after {
    content: '→';
    display: block;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    color: #fff;
  }
  main .header--inner--block .link-list li a span {
    font-size: 3.4666666667vw;
  }
  main .header--inner--block--nav .menu {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  main .header--inner--block--nav .globalnav {
    font-size: 4.5333333333vw;
    padding-top: 13.3333333333vw;
  }
  main .header--inner--block--nav .globalnav .nav_content:after {
    white-space: nowrap;
    font-size: 25.3333333333vw;
    bottom: -7.1em;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  main .header--inner--block--nav .globalnav .nav_content--block {
    width: 75vw;
    flex-wrap: wrap;
  }
  main .header--inner--block--nav .globalnav .nav_content--block--category {
    width: 100%;
  }
  main .header--inner--block--nav .globalnav .nav_content--block--category--col {
    margin-top: 3em !important;
  }
  main .header--inner--block--nav .globalnav .nav_content--block--category--col .title dl dt:before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  main .header--inner--block--nav .globalnav .nav_content--block--category--col .title dl dd {
    font-size: 4vw;
  }
  main article {
    padding-top: 13.3333333333vw;
  }
  main .footer {
    font-size: 3.2vw;
  }
  main .footer .full-image {
    overflow: hidden;
  }
  main .footer .full-image img {
    width: 220vw;
    max-width: inherit;
    margin-left: -10%;
  }
  main .footer--inner {
    justify-content: center;
  }
  main .footer--inner .logo a .image {
    width: 63.4666666667vw;
  }
  main .footer--inner .links {
    margin-top: 1.5em;
  }
  main .footer--inner .links li {
    font-size: 2.9333333333vw;
  }

  .pages article .main--inner--texts dl dt {
    font-size: 2.9333333333vw;
  }
  .pages article .main--inner--texts dl dd {
    font-size: 8vw;
  }
  .pages article .lead--inner {
    font-size: 3.7333333333vw;
  }
  .pages article .lead--inner h2 {
    font-size: 5.3333333333vw;
  }
  .pages article .under-link {
    width: 90%;
    padding-bottom: 12vw;
    margin: 14.6666666667vw 0 0 auto;
  }
  .pages article .under-link h2 {
    font-size: 13.6vw;
  }
  .pages article .under-link--inner {
    width: 73.5%;
  }
  .pages article .under-link--inner h3 {
    font-size: 3.7333333333vw;
  }
  .pages article .under-link--inner--wrap--category {
    width: 100%;
    font-size: 4.8vw;
  }
  .pages article .under-link--inner--wrap--category a:before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: -2.6666666667vw;
    right: -2.6666666667vw;
  }
  .pages article .under-link--inner--wrap--category a:after {
    width: 2.4vw;
    height: 2.4vw;
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
  }
  .pages article .under-link--inner--wrap--category a .image {
    border-radius: 2.6666666667vw;
  }
  .pages article .under-link--inner--wrap--category a dl dd {
    font-size: 3.2vw;
  }
  .pages article .under-link--inner--banner {
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .pages article .under-link--inner--banner a {
    padding: 2em;
  }
  .pages article .under-link--inner--banner a p {
    width: 100%;
    text-align: center;
  }
  .pages article .under-link--inner--banner a .image {
    width: 80%;
    margin: 1em auto 0;
  }
  .pages article .under-link--inner--content {
    font-size: 4.2666666667vw;
  }
  .pages article .under-link--inner--content a:before, .pages article .under-link--inner--content a:after {
    top: inherit;
    left: inherit;
    transform: none;
  }
  .pages article .under-link--inner--content a:before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: -2.6666666667vw;
    right: -2.6666666667vw;
  }
  .pages article .under-link--inner--content a:after {
    width: 2.4vw;
    height: 2.4vw;
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
  }
  .pages article .under-link--inner--content a .texts {
    width: 100%;
    font-size: 4.8vw;
    padding-right: 0;
  }
  .pages article .under-link--inner--content a .image {
    width: 100%;
    margin: 1em auto 0;
    border-radius: 2.6666666667vw;
  }

  #pagetop {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 4vw;
    bottom: 4vw !important;
  }
  #pagetop a:before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #pagetop a:after {
    width: 1.6vw;
    height: 1.6vw;
  }

  .modal-content {
    max-width: 90%;
    margin: 100px auto;
  }
  .modal-content .popup-modal-close {
    width: 8vw;
    height: 8vw;
    top: -10vw;
  }

  .entry-modal {
    width: 90%;
  }
  .entry-modal--inner {
    padding: 10.6666666667vw 5% 13.3333333333vw;
  }
  .entry-modal--inner--title .en {
    font-size: 3.2vw;
  }
  .entry-modal--inner--title h2 {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .entry-modal--inner--btns {
    margin-top: 5.3333333333vw;
    display: block;
  }
  .entry-modal--inner--btns--block {
    width: 100%;
    padding: 5.3333333333vw 5%;
  }
  .entry-modal--inner--btns--block:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
  .entry-modal--inner--btns--block h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .entry-modal--inner--btns--block--item {
    margin-bottom: 2.6666666667vw;
  }
  .entry-modal--inner--btns--block--item a {
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .entry-modal--inner--message {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
  }
}
.about article .container--block {
  margin-top: 8.3333333333vw;
}
.about article .container--block .decoration {
  width: 100vw;
  font-size: 12.25vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: .03em;
  color: #f4f3f2;
  margin: .5em auto 0 -1vw;
}
.about article .container--block h2 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 1em;
  position: relative;
}
.about article .container--block h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 4em;
  height: 4px;
  background-color: #1b8b3d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about article .container--block .inner {
  width: 75vw;
  margin: 0 auto;
  font-size: 1.3333333333vw;
  line-height: 1.9;
  letter-spacing: .02em;
}
.about article .container--block.block01 {
  margin-top: 0;
}
.about article .container--block.block01 .decoration {
  color: #f4f3f2;
  margin: -.5em auto 0 0;
}
.about article .container--block.block01 .inner h3 {
  font-size: 2.0833333333vw;
  line-height: 1.6;
  margin-top: -1.5em;
}
.about article .container--block.block01 .inner--wrap--category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about article .container--block.block01 .inner--wrap--category .texts,
.about article .container--block.block01 .inner--wrap--category .image {
  margin-top: 2.5em;
}
.about article .container--block.block01 .inner--wrap--category .texts {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.about article .container--block.block01 .inner--wrap--category .texts p {
  width: 100%;
  letter-spacing: 0;
  text-align: justify;
}
.about article .container--block.block01 .inner--wrap--category .texts h4 {
  width: 100%;
  font-size: 1.25vw;
  font-weight: bold;
}
.about article .container--block.block01 .inner--wrap--category .image {
  overflow: hidden;
  border-radius: 0.8333333333vw;
}
.about article .container--block.block01 .inner--wrap--category:nth-of-type(odd) {
  align-items: flex-start;
  flex-direction: row-reverse;
}
.about article .container--block.block01 .inner--wrap--category:nth-of-type(odd) .texts {
  width: 62%;
}
.about article .container--block.block01 .inner--wrap--category:nth-of-type(odd) .image {
  width: 34%;
}
.about article .container--block.block01 .inner--wrap--category:nth-of-type(even) .texts {
  width: 47%;
}
.about article .container--block.block01 .inner--wrap--category:nth-of-type(even) .image {
  width: 50%;
}
.about article .container--block.block02 {
  background-color: #f4f3f2;
  padding: 0 0 8.3333333333vw;
}
.about article .container--block.block02 .decoration {
  color: #fff;
}
.about article .container--block.block02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -2.5em;
}
.about article .container--block.block02 .inner h2 {
  width: 25%;
  text-align: left;
  padding: 0 0 0 3em;
}
.about article .container--block.block02 .inner h2:after {
  width: 2em;
  top: 50%;
  bottom: inherit;
  left: 0;
  transform: translateY(-50%);
}
.about article .container--block.block02 .inner--wrap {
  width: 75%;
}
.about article .container--block.block02 .inner--wrap dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.4166666667vw;
}
.about article .container--block.block02 .inner--wrap dl:nth-of-type(n+2) {
  margin-top: 2em;
}
.about article .container--block.block02 .inner--wrap dl dt,
.about article .container--block.block02 .inner--wrap dl dd {
  line-height: 1;
}
.about article .container--block.block02 .inner--wrap dl dt {
  padding-right: 1.5em;
}
.about article .container--block.block02 .inner--wrap dl dd {
  font-size: 2.0833333333vw;
}
.about article .container--block.block03 {
  margin-top: 4.1666666667vw;
}
.about article .container--block.block03 .decoration {
  text-align: right;
  margin: 0 -1vw 0 auto;
}
.about article .container--block.block03 h2 {
  margin-top: -3em;
}
.about article .container--block.block03 .inner--wrap--table {
  font-size: 1.3333333333vw;
  margin-top: 1em;
}
.about article .container--block.block03 .inner--wrap--table dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about article .container--block.block03 .inner--wrap--table dl dt,
.about article .container--block.block03 .inner--wrap--table dl dd {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid rgba(137, 137, 137, 0.3);
}
.about article .container--block.block03 .inner--wrap--table dl dt {
  width: 18%;
}
.about article .container--block.block03 .inner--wrap--table dl dd {
  width: 82%;
}
.about article .container--block.block03 .inner--wrap--table dl dd.map {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about article .container--block.block03 .inner--wrap--table dl dd.map .google-map {
  width: 29.4166666667vw;
  height: 14.1666666667vw;
  margin: 0 auto;
}
.about article .container--block.block03 .inner--wrap--table dl:last-of-type {
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(137, 137, 137, 0.3);
}
.about article .container--block.block03 .inner--wrap--table .comment {
  font-size: 1.1666666667vw;
  text-align: right;
  margin-top: 1em;
}
.about article .container--block.block03 .inner--wrap--category {
  padding: 8.3333333333vw 12.5%;
  border-bottom: 1px solid rgba(137, 137, 137, 0.3);
}
.about article .container--block.block03 .inner--wrap--category--col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 3em;
  font-size: 1.25vw;
  line-height: 1.7;
}
.about article .container--block.block03 .inner--wrap--category--col .texts {
  width: 57.5%;
  padding-left: 1.2em;
  position: relative;
}
.about article .container--block.block03 .inner--wrap--category--col .texts:before {
  content: '';
  display: block;
  position: absolute;
  width: .5em;
  height: .5em;
  background-color: #1b8b3d;
  border-radius: 50%;
  top: .6em;
  left: 0;
}
.about article .container--block.block03 .inner--wrap--category--col .texts p {
  text-align: justify;
}
.about article .container--block.block03 .inner--wrap--category--col .btn {
  width: 19.1666666667vw;
  min-height: 3em;
  line-height: 1.3;
  border: 1px solid #333;
  border-radius: 4.1666666667vw;
  padding: .5em 1.5em;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  transition: all .3s ease;
}
.about article .container--block.block03 .inner--wrap--category--col .btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.about article .container--block.block03 .inner--wrap--category--col .btn a:before {
  content: '';
  display: block;
  position: absolute;
  width: .5em;
  height: .5em;
  background-color: #333;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.about article .container--block.block03 .inner--wrap--category--col .btn:hover {
  background-color: #333;
  transform: scale(1.04);
}
.about article .container--block.block03 .inner--wrap--category--col .btn:hover a {
  color: #fff;
  opacity: 1;
}
.about article .container--block.block03 .inner--wrap--category--col .btn:hover a:before {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .about article .container--block {
    margin-top: 13.3333333333vw;
  }
  .about article .container--block .decoration {
    font-size: 17.3333333333vw;
  }
  .about article .container--block h2 {
    font-size: 4.2666666667vw;
  }
  .about article .container--block .inner {
    font-size: 3.7333333333vw;
  }
  .about article .container--block.block01 .decoration {
    margin: -.2em auto 0 0;
  }
  .about article .container--block.block01 .inner h3 {
    font-size: 5.8666666667vw;
    margin-top: -1.2em;
  }
  .about article .container--block.block01 .inner--wrap--category .texts,
  .about article .container--block.block01 .inner--wrap--category .image {
    width: 100% !important;
  }
  .about article .container--block.block01 .inner--wrap--category .texts h4 {
    font-size: 3.2vw;
    margin-top: 3em;
  }
  .about article .container--block.block01 .inner--wrap--category .image {
    border-radius: 2.6666666667vw;
  }
  .about article .container--block.block01 .inner--wrap--category:nth-of-type(odd) {
    flex-direction: row;
  }
  .about article .container--block.block02 {
    padding: 0 0 13.3333333333vw;
  }
  .about article .container--block.block02 .decoration {
    font-size: 14.6666666667vw;
  }
  .about article .container--block.block02 .inner {
    margin-top: 0;
  }
  .about article .container--block.block02 .inner h2 {
    width: 100%;
  }
  .about article .container--block.block02 .inner--wrap {
    width: 100%;
  }
  .about article .container--block.block02 .inner--wrap dl {
    font-size: 3.7333333333vw;
    margin-top: 2em;
  }
  .about article .container--block.block02 .inner--wrap dl dt,
  .about article .container--block.block02 .inner--wrap dl dd {
    width: 100%;
    text-align: center;
  }
  .about article .container--block.block02 .inner--wrap dl dd {
    font-size: 5.3333333333vw;
    margin-top: .5em;
  }
  .about article .container--block.block03 {
    margin-top: 13.3333333333vw;
  }
  .about article .container--block.block03 h2 {
    margin-top: -1em;
  }
  .about article .container--block.block03 .inner--wrap--table {
    font-size: 3.7333333333vw;
  }
  .about article .container--block.block03 .inner--wrap--table dl {
    flex-wrap: wrap;
  }
  .about article .container--block.block03 .inner--wrap--table dl dt,
  .about article .container--block.block03 .inner--wrap--table dl dd {
    width: 100% !important;
  }
  .about article .container--block.block03 .inner--wrap--table dl dt {
    margin-top: 1em;
    padding-top: 1em;
    font-weight: bold;
  }
  .about article .container--block.block03 .inner--wrap--table dl dd {
    margin-top: 0.5em !important;
    padding-top: 0.5em !important;
    border-top: 1px dashed rgba(137, 137, 137, 0.3);
  }
  .about article .container--block.block03 .inner--wrap--table dl dd.map {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about article .container--block.block03 .inner--wrap--table dl dd.map .google-map {
    width: 100%;
    height: 40vw;
    margin-top: 1em;
  }
  .about article .container--block.block03 .inner--wrap--table dl:last-of-type {
    padding-bottom: 1em;
  }
  .about article .container--block.block03 .inner--wrap--table .comment {
    font-size: 3.2vw;
  }
  .about article .container--block.block03 .inner--wrap--category {
    padding: 13.3333333333vw 0;
  }
  .about article .container--block.block03 .inner--wrap--category--col {
    font-size: 3.2vw;
  }
  .about article .container--block.block03 .inner--wrap--category--col .texts {
    width: 100%;
  }
  .about article .container--block.block03 .inner--wrap--category--col .btn {
    width: 70%;
    border-radius: 13.3333333333vw;
    margin: 1em auto 0;
  }
}
.culture.value article .container--block {
  background-color: #f3f2f1;
  padding: 8.3333333333vw 0 18.3333333333vw;
  position: relative;
}
.culture.value article .container--block:first-of-type {
  margin-top: 10.4166666667vw;
}
.culture.value article .container--block h2 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 1em;
  position: relative;
}
.culture.value article .container--block h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 4em;
  height: 4px;
  background-color: #1b8b3d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.culture.value article .container--block .inner {
  width: 80vw;
  margin: 0 auto;
}
.culture.value article .container--block .inner--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.culture.value article .container--block .inner--wrap.center {
  justify-content: center;
}
.culture.value article .container--block .inner--wrap--category {
  width: 48.3%;
  font-size: 1.9166666667vw;
  text-align: center;
  background-color: #fff;
  border-radius: 0.8333333333vw;
  padding: 1.5em .5em;
  margin-top: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.culture.value article .container--block .inner--wrap--category.full {
  width: 100%;
}
.culture.value article .container--block .inner--wrap--category .number {
  width: 4.6666666667vw;
  position: absolute;
  top: -1vw;
  left: -1vw;
}
.culture.value article .container--block .inner--wrap--category--texts {
  width: 26.6666666667vw;
  display: flex;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
}
.culture.value article .container--block .inner--wrap--category--texts h3 {
  margin-top: .5em;
}
.culture.value article .container--block .inner--wrap--category--texts dl dt {
  margin-top: 1em;
}
.culture.value article .container--block .inner--wrap--category--texts dl dd {
  font-size: 1.25vw;
}
.culture.value article .container--block .inner--wrap--category--texts p {
  font-size: 1.4166666667vw;
  line-height: 1.6;
  margin-top: 1em;
}
.culture.value article .container--block .inner--wrap--category--texts p.left {
  text-align: left;
}
.culture.value article .container--block .inner--wrap--category .image {
  width: 9.75vw;
  margin-top: 1em;
}
.culture.value article .container--block .decoration {
  width: 100vw;
  font-size: 12.25vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: .03em;
  text-align: right;
  color: #cfea5d;
  opacity: .6;
  position: absolute;
  bottom: -.15em;
}
.culture.value article .container--block:nth-of-type(even) {
  background-color: #f4fadb;
}
.culture.value article .container--block:nth-of-type(even) .decoration {
  text-align: left;
}
.culture.staff article .container--block {
  width: 75vw;
  margin: 4.1666666667vw auto 0;
}
.culture.staff article .container--block h2 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 1em;
  position: relative;
}
.culture.staff article .container--block h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 4em;
  height: 4px;
  background-color: #1b8b3d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.culture.staff article .container--block--wrap {
  font-size: 1.1666666667vw;
  padding: 2em 0 4.5em;
  margin-top: 4em;
  border-radius: 0.8333333333vw;
  box-sizing: border-box;
}
.culture.staff article .container--block--wrap--profile {
  width: 97.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5%;
}
.culture.staff article .container--block--wrap--profile .image {
  width: 23.5%;
  overflow: hidden;
  border-radius: 50%;
  box-sizing: border-box;
  margin-top: 1em;
}
.culture.staff article .container--block--wrap--profile .image img {
  width: 100%;
}
.culture.staff article .container--block--wrap--profile--texts {
  width: 72.5%;
}
.culture.staff article .container--block--wrap--profile--texts dl dt {
  font-size: 1.75vw;
}
.culture.staff article .container--block--wrap--profile--texts p {
  font-size: 1.0833333333vw;
  text-align: justify;
  margin-top: 1.5em;
}
.culture.staff article .container--block--wrap--schedule--table {
  width: 85%;
  margin: 4em auto 0;
  position: relative;
}
.culture.staff article .container--block--wrap--schedule--table:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 93%;
  background-color: #1b8b3d;
  top: 1em;
  left: 11%;
}
.culture.staff article .container--block--wrap--schedule--table dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
}
.culture.staff article .container--block--wrap--schedule--table dl dt {
  width: 12%;
  font-size: 1.4166666667vw;
  text-align: right;
  color: #1b8b3d;
  padding-right: 1.5em;
  position: relative;
}
.culture.staff article .container--block--wrap--schedule--table dl dt:after {
  content: '';
  display: block;
  position: absolute;
  width: .8em;
  height: .8em;
  background-color: #1b8b3d;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.culture.staff article .container--block--wrap--schedule--table dl dd {
  width: 88%;
  padding-left: 1em;
}
.culture.staff article .container--block--wrap--schedule--table dl dd h3 {
  font-size: 1.25vw;
  font-weight: bold;
}
.culture.staff article .container--block--wrap--schedule--table dl dd p {
  text-align: justify;
}
.culture.staff article .container--block--wrap:nth-of-type(odd) {
  border: 1px solid #1b8b3d;
  background: url("../images/common/dotted_bg01.png") repeat;
}
.culture.staff article .container--block--wrap:nth-of-type(odd) .container--block--wrap--profile .image {
  border: 1px solid #1b8b3d;
}
.culture.staff article .container--block--wrap:nth-of-type(even) {
  border: 1px solid #9ec931;
  background: url("../images/common/dotted_bg02.png") repeat;
}
.culture.staff article .container--block--wrap:nth-of-type(even) .container--block--wrap--profile .image {
  border: 1px solid #9ec931;
}
.culture.staff article .container--block .decoration {
  width: 100vw;
  font-size: 7.75vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: .03em;
  color: #f4f3f2;
  margin: -.3em auto 0 -13vw;
}
.culture.staff article .container--block--interview {
  font-size: 1.3333333333vw;
  background-color: #fff;
  border: 1px solid #1b8b3d;
  margin: 4em auto 0;
  position: relative;
  z-index: 2;
}
.culture.staff article .container--block--interview:before, .culture.staff article .container--block--interview:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.culture.staff article .container--block--interview:before {
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}
.culture.staff article .container--block--interview:after {
  background: url("../images/common/dotted_bg01.png") repeat;
  bottom: -1em;
  right: -1em;
  z-index: -2;
}
.culture.staff article .container--block--interview .title {
  display: flex;
  justify-content: space-between;
  color: #1b8b3d;
  border-bottom: 1px solid #1b8b3d;
}
.culture.staff article .container--block--interview .title dt,
.culture.staff article .container--block--interview .title dd {
  font-weight: bold;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
}
.culture.staff article .container--block--interview .title dt {
  width: 12%;
  font-size: 2vw;
  justify-content: center;
  border-right: 1px solid #1b8b3d;
}
.culture.staff article .container--block--interview .title dd {
  width: 88%;
  font-size: 1.5vw;
  padding: 1em 1.5em;
}
.culture.staff article .container--block--interview .texts {
  width: 70%;
  margin: 0 auto;
  padding: 2em 0;
}
.culture.staff article .container--block--interview .texts dl {
  line-height: 1.9;
}
.culture.staff article .container--block--interview .texts dl:nth-of-type(n+2) {
  margin-top: 2em;
}
.culture.staff article .container--block.block03 {
  width: 100vw;
  background-color: #f3f2f1;
  padding: 8.3333333333vw 0;
  margin-top: 10.4166666667vw;
}
.culture.staff article .container--block.block03 .inner {
  width: 75vw;
  margin: 0 auto;
}
.culture.staff article .container--block.block03 .inner--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.culture.staff article .container--block.block03 .inner--wrap--category {
  width: 33.333%;
  text-align: center;
  font-size: 1.9166666667vw;
  margin-top: 2.5em;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-right: 1px solid #1b8b3d;
}
.culture.staff article .container--block.block03 .inner--wrap--category:nth-of-type(3n) {
  border-right: none;
}
.culture.staff article .container--block.block03 .inner--wrap--category--texts {
  width: 100%;
}
.culture.staff article .container--block.block03 .inner--wrap--category--texts dl dt {
  margin-top: 1em;
}
.culture.staff article .container--block.block03 .inner--wrap--category--texts dl dd {
  font-size: 1.4166666667vw;
  margin-top: 1em;
}
.culture.staff article .container--block.block03 .inner--wrap--category--texts dl dd em {
  display: block;
  font-size: 1.25vw;
}
.culture.staff article .container--block.block03 .inner--wrap--category .image {
  width: 54%;
  margin: 1em auto 0;
}

@media screen and (max-width: 767px) {
  .culture.value article .container--block {
    padding: 13.3333333333vw 0 29.3333333333vw;
  }
  .culture.value article .container--block:first-of-type {
    margin-top: 17.3333333333vw;
  }
  .culture.value article .container--block h2 {
    font-size: 4.2666666667vw;
  }
  .culture.value article .container--block .inner--wrap--category {
    width: 100%;
    font-size: 4.2666666667vw;
    border-radius: 2.6666666667vw;
  }
  .culture.value article .container--block .inner--wrap--category .number {
    width: 10.6666666667vw;
    top: -2.1333333333vw;
    left: -2.1333333333vw;
  }
  .culture.value article .container--block .inner--wrap--category--texts {
    width: 72.5%;
  }
  .culture.value article .container--block .inner--wrap--category--texts dl dd {
    font-size: 2.6666666667vw;
  }
  .culture.value article .container--block .inner--wrap--category--texts p {
    font-size: 3.2vw;
  }
  .culture.value article .container--block .inner--wrap--category .image {
    width: 26.5%;
  }
  .culture.value article .container--block .decoration {
    font-size: 17.3333333333vw;
  }
  .culture.value article .container--block:nth-of-type(even) {
    background-color: #f4fadb;
  }
  .culture.value article .container--block:nth-of-type(even) .decoration {
    text-align: left;
  }
  .culture.staff article .container--block {
    margin: 13.3333333333vw auto 0;
  }
  .culture.staff article .container--block h2 {
    font-size: 4.2666666667vw;
  }
  .culture.staff article .container--block--wrap {
    font-size: 3.2vw;
    border-radius: 2.6666666667vw;
    margin-top: 8em;
  }
  .culture.staff article .container--block--wrap--profile {
    margin: 0 auto;
    justify-content: center;
  }
  .culture.staff article .container--block--wrap--profile .image {
    width: 50%;
    margin-top: -8em;
  }
  .culture.staff article .container--block--wrap--profile--texts {
    width: 85%;
  }
  .culture.staff article .container--block--wrap--profile--texts dl {
    text-align: center;
  }
  .culture.staff article .container--block--wrap--profile--texts dl dt {
    font-size: 4.8vw;
    margin-top: 1em;
  }
  .culture.staff article .container--block--wrap--profile--texts p {
    font-size: 3.2vw;
  }
  .culture.staff article .container--block--wrap--schedule--table:after {
    height: 97.5%;
    left: 27.5%;
  }
  .culture.staff article .container--block--wrap--schedule--table dl dt {
    width: 30%;
    font-size: 3.4666666667vw;
  }
  .culture.staff article .container--block--wrap--schedule--table dl dd {
    width: 70%;
  }
  .culture.staff article .container--block--wrap--schedule--table dl dd h3 {
    font-size: 3.4666666667vw;
  }
  .culture.staff article .container--block--wrap--schedule--table dl dd p {
    margin-top: .5em;
  }
  .culture.staff article .container--block .decoration {
    font-size: 10.1333333333vw;
  }
  .culture.staff article .container--block--interview {
    font-size: 3.7333333333vw;
  }
  .culture.staff article .container--block--interview .title {
    flex-wrap: wrap;
  }
  .culture.staff article .container--block--interview .title dt {
    width: 30%;
    font-size: 5.3333333333vw;
    padding: .2em 0;
  }
  .culture.staff article .container--block--interview .title dd {
    width: 100%;
    font-size: 4.2666666667vw;
    border-top: 1px solid #1b8b3d;
  }
  .culture.staff article .container--block--interview .texts {
    width: 80%;
  }
  .culture.staff article .container--block--interview .texts dl dd {
    text-align: justify;
  }
  .culture.staff article .container--block.block03 {
    padding: 13.3333333333vw 0;
    margin-top: 17.3333333333vw;
  }
  .culture.staff article .container--block.block03 .inner--wrap--category {
    width: 100%;
    font-size: 5.3333333333vw;
    border-bottom: 1px solid #1b8b3d;
    border-right: none;
    padding-bottom: 2.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .culture.staff article .container--block.block03 .inner--wrap--category:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .culture.staff article .container--block.block03 .inner--wrap--category:nth-of-type(3n) {
    border-bottom: none;
  }
  .culture.staff article .container--block.block03 .inner--wrap--category--texts {
    width: 60%;
  }
  .culture.staff article .container--block.block03 .inner--wrap--category--texts dl dt {
    width: 70vw;
    margin-left: -12.5vw;
  }
  .culture.staff article .container--block.block03 .inner--wrap--category--texts dl dd {
    font-size: 4vw;
  }
  .culture.staff article .container--block.block03 .inner--wrap--category--texts dl dd em {
    font-size: 3.7333333333vw;
  }
  .culture.staff article .container--block.block03 .inner--wrap--category .image {
    width: 35%;
  }
}
.people article .main {
  background-color: #f3f2f1;
  padding: 0 0 4.5833333333vw 0;
  border-radius: 0 0 0 10vw;
}
.people article .main--inner {
  position: relative;
  z-index: 1;
}
.people article .main--inner--texts {
  width: 52vw;
  font-size: 2.8333333333vw;
  color: #fff;
  background-color: rgba(0, 125, 38, 0.9);
  padding: 1.5em 1.5em 1.5em 3em;
  top: 42.5%;
}
.people article .main--inner--texts h2 {
  font-weight: bold;
  line-height: 1.7;
}
.people article .main--inner--texts dl dt {
  font-size: 1.75vw;
  font-weight: 400;
}
.people article .main--inner--texts dl dd {
  font-size: 1.1666666667vw;
  margin-top: .5em;
}
.people article .main--inner--texts.left {
  left: 0;
  border-radius: 0 0.8333333333vw 0.8333333333vw 0;
}
.people article .main--inner--texts.right {
  left: inherit;
  right: 0;
  border-radius: 0.8333333333vw 0 0 0.8333333333vw;
}
.people article .main--profile {
  width: 60%;
  margin: -2em auto 0;
  font-size: 1.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.people article .main--profile dl {
  width: 62.5%;
}
.people article .main--profile dl dt {
  letter-spacing: .05em;
  padding-bottom: .8em;
  display: inline-block;
  position: relative;
}
.people article .main--profile dl dt:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #9ec931;
  bottom: 0;
}
.people article .main--profile dl dd {
  font-size: 1.0833333333vw;
  line-height: 1.6;
  text-align: justify;
  margin-top: 2em;
}
.people article .main--profile .image {
  width: 29%;
  overflow: hidden;
  border-radius: 0.8333333333vw;
}
.people article .container--block {
  margin-top: 11.6666666667vw;
  font-size: 1.3333333333vw;
  line-height: 2;
  letter-spacing: .02em;
  margin-top: 6em;
}
.people article .container--block .inner {
  width: 75vw;
  margin: 0 auto;
}
.people article .container--block .inner h3 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.people article .container--block .inner h3 span {
  display: inline-block;
  padding-bottom: .8em;
  position: relative;
}
.people article .container--block .inner h3 span:after {
  content: '';
  display: block;
  position: absolute;
  width: 65%;
  height: 4px;
  background-color: #1b8b3d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.people article .container--block .inner p {
  margin-top: 3em;
}
.people article .container--block .inner .image {
  overflow: hidden;
  border-radius: 0.8333333333vw;
  margin-top: 2em;
}
.people article .container--block .inner .figure {
  width: 90%;
  margin: 5em auto 0;
}
.people article .container--block .inner--schedule {
  background: url("../images/people/common/img_bg03.jpg") repeat-y center top/100%;
  box-shadow: 0.4166666667vw 0.4166666667vw 0.4166666667vw rgba(145, 145, 145, 0.3);
  padding: 2em 0 4.5em;
  margin-top: 2em;
}
.people article .container--block .inner--schedule .title {
  text-align: center;
  padding-bottom: .9em;
  margin-top: 0;
  position: relative;
}
.people article .container--block .inner--schedule .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 18vw;
  height: 2.25vw;
  background: url("../images/people/common/img_pic03.png") no-repeat center center/contain;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.people article .container--block .inner--schedule--table {
  width: 85%;
  margin: 2em auto 0;
  position: relative;
}
.people article .container--block .inner--schedule--table:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #1b8b3d;
  top: 50%;
  left: 11.1%;
  transform: translateY(-50%);
}
.people article .container--block .inner--schedule--table dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.people article .container--block .inner--schedule--table dl dt {
  width: 12%;
  font-size: 1.4166666667vw;
  text-align: right;
  color: #1b8b3d;
  padding-right: 1.5em;
  position: relative;
}
.people article .container--block .inner--schedule--table dl dt:after {
  content: '';
  display: block;
  position: absolute;
  width: .8em;
  height: .8em;
  background-color: #1b8b3d;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.people article .container--block .inner--schedule--table dl dd {
  width: 88%;
  font-size: 1.25vw;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .people article .main {
    padding: 0 0 8vw 0;
    border-radius: 0 0 0 16vw;
  }
  .people article .main--inner--texts {
    width: 100vw;
    font-size: 4.8vw;
    border-radius: 0 !important;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    transform: none;
    padding: 2em 10vw;
  }
  .people article .main--inner--texts dl dt {
    font-size: 4.2666666667vw;
    margin-top: 1.5em;
  }
  .people article .main--inner--texts dl dd {
    font-size: 3.2vw;
  }
  .people article .main--profile {
    margin: 0 auto;
    font-size: 4.2666666667vw;
  }
  .people article .main--profile dl {
    width: 100%;
  }
  .people article .main--profile dl dd {
    font-size: 3.2vw;
  }
  .people article .main--profile .image {
    width: 100%;
    border-radius: 2.6666666667vw;
    margin-top: 2em;
  }
  .people article .container--block {
    margin-top: 18.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .people article .container--block .inner {
    width: 80vw;
  }
  .people article .container--block .inner h3 {
    font-size: 4.2666666667vw;
  }
  .people article .container--block .inner .image {
    border-radius: 2.6666666667vw;
  }
  .people article .container--block .inner .figure {
    width: 100%;
  }
  .people article .container--block .inner .figure img {
    width: 150vw;
    max-width: inherit;
    margin-left: -52.5%;
  }
  .people article .container--block .inner--schedule {
    box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(145, 145, 145, 0.3);
  }
  .people article .container--block .inner--schedule .title:after {
    width: 18vw;
    height: 2.25vw;
  }
  .people article .container--block .inner--schedule--table {
    width: 90%;
  }
  .people article .container--block .inner--schedule--table:after {
    height: 90%;
    left: 27.8%;
  }
  .people article .container--block .inner--schedule--table dl {
    margin-top: 1em;
  }
  .people article .container--block .inner--schedule--table dl dt {
    width: 30%;
    font-size: 3.7333333333vw;
  }
  .people article .container--block .inner--schedule--table dl dd {
    width: 70%;
    font-size: 3.2vw;
    line-height: 1.4;
    text-align: justify;
  }
  .people.interview02 article .container--block .inner .figure img {
    margin-left: -30%;
  }
  .people.interview03 article .container--block .inner .figure img, .people.interview04 article .container--block .inner .figure img {
    margin-left: -40%;
  }
  .people.interview05 article .container--block .inner .figure img {
    margin-left: -60%;
  }
  .people.interview06 article .container--block .inner .figure img {
    margin-left: -67.5%;
  }
}
.recruitment article .container--block {
  width: 75vw;
  margin: 0 auto;
}
.recruitment article .container--block:nth-of-type(n+2) {
  margin-top: 8.3333333333vw;
}
.recruitment article .container--block h2 {
  font-size: 1.5vw;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 1em;
  position: relative;
}
.recruitment article .container--block h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 4em;
  height: 4px;
  background-color: #1b8b3d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.recruitment article .container--block--table dl {
  font-size: 1.4166666667vw;
  letter-spacing: .02em;
  margin-top: 2.5em;
}
.recruitment article .container--block--table dl dt {
  font-weight: bold;
  color: #1b8b3d;
  padding-left: 1.5em;
  position: relative;
}
.recruitment article .container--block--table dl dt:before {
  content: '';
  display: block;
  position: absolute;
  width: .5em;
  height: .5em;
  background-color: #1b8b3d;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recruitment article .container--block--table dl dd {
  font-size: 1.3333333333vw;
  line-height: 1.8;
  text-align: justify;
}
.recruitment article .container--block--table dl dd p {
  margin-top: 1em;
}
.recruitment article .container--block--table dl dd .comment {
  font-size: 1.1666666667vw;
}
.recruitment article .container--block--table dl dd .comment span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.recruitment article .container--block .banner {
  font-size: 1.8333333333vw;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0.8333333333vw;
  position: relative;
}
.recruitment article .container--block .banner:before {
  content: '';
  display: block;
  position: absolute;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: url("../images/common/btn_arrow-circle.png") no-repeat center center/cover;
  top: 50%;
  left: 48.5%;
  transform: translateY(-50%);
  z-index: 2;
}
.recruitment article .container--block .banner a {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
  transition: all .3s ease;
}
.recruitment article .container--block .banner a .image {
  width: 50%;
}
.recruitment article .container--block .banner a .texts {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f2f1;
  padding: 2em;
}
.recruitment article .container--block .banner a:hover {
  opacity: 1;
  transform: scale(1.04);
}
.recruitment article .container--block--flow {
  padding: 5.4166666667vw 0 0 10%;
  position: relative;
  z-index: 1;
}
.recruitment article .container--block--flow:before {
  content: '';
  display: block;
  position: absolute;
  width: 75vw;
  height: 90%;
  background-color: #1b8b3d;
  border-radius: 1.6666666667vw 0 0 1.6666666667vw;
  top: 0;
  left: 0;
  z-index: -1;
}
.recruitment article .container--block--flow .inner {
  font-size: 1.4166666667vw;
  background-color: #f3f2f1;
  border-radius: 0.8333333333vw 0 0 0.8333333333vw;
  padding: 3.2em 15%;
}
.recruitment article .container--block--flow .inner .container--block--table dl {
  padding-bottom: 4.5em;
  position: relative;
}
.recruitment article .container--block--flow .inner .container--block--table dl:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.4166666667vw;
  height: 4.1666666667vw;
  background: url("../images/common/icon_arrow-gr.png") no-repeat center center/cover;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.recruitment article .container--block--flow .inner .container--block--table dl:nth-of-type(n+2) {
  margin-top: 0;
}
.recruitment article .container--block--flow .inner .container--block--table dl:last-of-type:after {
  display: none;
}
.recruitment article .container--block--flow .inner .container--block--table dl dt {
  width: 20%;
}
.recruitment article .container--block--flow .inner .container--block--table dl dd {
  width: 80%;
  margin: 0 0 0 auto;
}
.recruitment article .container--block--flow .inner .container--block--table dl dd p {
  margin-top: 0;
}
.recruitment article .container--block--flow .inner .txt {
  font-size: 1.25vw;
  line-height: 1.6;
  letter-spacing: .02em;
  text-align: justify;
}
.recruitment article .container--block--entry .inner {
  width: 72.5%;
  margin: 0 auto;
  font-size: 1.4166666667vw;
}
.recruitment article .container--block--entry .inner--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruitment article .container--block--entry .inner--wrap--category {
  width: 47.5%;
  margin-top: 3em;
}
.recruitment article .container--block--entry .inner--texts {
  letter-spacing: .02em;
}
.recruitment article .container--block--entry .inner--texts h3 {
  margin-top: 3em;
}
.recruitment article .container--block--entry .inner--texts p {
  font-size: 1.3333333333vw;
  line-height: 1.5;
  margin-top: 1.5em;
}
.recruitment article .container--block--faq .drawer-item {
  font-size: 1.4166666667vw;
  line-height: 1.6;
  letter-spacing: .02em;
  padding: 2em 0;
  border-bottom: 1px solid rgba(137, 137, 137, 0.3);
}
.recruitment article .container--block--faq .drawer-item:first-of-type {
  border-top: 1px solid rgba(137, 137, 137, 0.3);
  margin-top: 3.2em;
}
.recruitment article .container--block--faq .drawer-item dl {
  display: flex;
}
.recruitment article .container--block--faq .drawer-item dl dt {
  width: 6%;
  color: #1b8b3d;
}
.recruitment article .container--block--faq .drawer-item dl dd {
  width: 84%;
  font-size: 1.3333333333vw;
  text-align: justify;
}
.recruitment article .container--block--faq .drawer-item dl dd a {
  display: inline-block;
  width: inherit;
  height: inherit;
}
.recruitment article .container--block--faq .drawer-item .title {
  align-items: center;
  position: relative;
  cursor: pointer;
}
.recruitment article .container--block--faq .drawer-item .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.75vw;
  height: 1.75vw;
  background: url("../images/common/btn_open.png") no-repeat center center/cover;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
  transition: all .3s ease;
}
.recruitment article .container--block--faq .drawer-item .title:hover:after {
  transform: scale(1.1) translateY(-50%);
}
.recruitment article .container--block--faq .drawer-item .title.close:after {
  background: url("../images/common/btn_close.png") no-repeat center center/cover;
}
.recruitment article .container--block--faq .drawer-item .more {
  display: none;
  margin: 2em 0 0 auto;
  padding-top: 2em;
  border-top: 1px dashed rgba(137, 137, 137, 0.3);
}
.recruitment article .container--block--faq .drawer-item .more dl {
  align-items: flex-start;
}
.recruitment .footer {
  margin-top: 8.3333333333vw;
}

@media screen and (max-width: 767px) {
  .recruitment article .container--block h2 {
    font-size: 4.2666666667vw;
  }
  .recruitment article .container--block:nth-of-type(n+2) {
    margin-top: 13.3333333333vw;
  }
  .recruitment article .container--block--table dl {
    font-size: 4vw;
  }
  .recruitment article .container--block--table dl dd {
    font-size: 3.2vw;
  }
  .recruitment article .container--block--table dl dd .comment {
    font-size: 2.6666666667vw;
  }
  .recruitment article .container--block .banner {
    font-size: 4.8vw;
    border-radius: 2.6666666667vw;
  }
  .recruitment article .container--block .banner:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: inherit;
    bottom: .5em;
    left: inherit;
    right: .5em;
    transform: none;
  }
  .recruitment article .container--block .banner a .image {
    width: 100%;
  }
  .recruitment article .container--block .banner a .texts {
    width: 100%;
    padding: 1em;
  }
  .recruitment article .container--block--flow {
    padding: 9.3333333333vw 0 0 10%;
  }
  .recruitment article .container--block--flow:before {
    width: 75vw;
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
  .recruitment article .container--block--flow .inner {
    font-size: 4vw;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
    padding: 3.2em 10%;
  }
  .recruitment article .container--block--flow .inner .container--block--table dl:after {
    width: 1.3333333333vw;
    height: 13.3333333333vw;
  }
  .recruitment article .container--block--flow .inner .container--block--table dl dt {
    width: 100%;
    padding-left: 1.2em;
  }
  .recruitment article .container--block--flow .inner .container--block--table dl dd {
    width: 100%;
    text-align: center;
  }
  .recruitment article .container--block--flow .inner .txt {
    font-size: 3.4666666667vw;
  }
  .recruitment article .container--block--entry .inner {
    width: 70vw;
    font-size: 4vw;
  }
  .recruitment article .container--block--entry .inner--wrap {
    justify-content: center;
  }
  .recruitment article .container--block--entry .inner--wrap--category {
    width: 80%;
    margin-top: 1em;
  }
  .recruitment article .container--block--entry .inner--texts p {
    font-size: 3.2vw;
  }
  .recruitment article .container--block--faq .drawer-item {
    font-size: 3.7333333333vw;
  }
  .recruitment article .container--block--faq .drawer-item dl dt {
    width: 15%;
  }
  .recruitment article .container--block--faq .drawer-item dl dd {
    width: 70%;
    font-size: 3.2vw;
  }
  .recruitment article .container--block--faq .drawer-item .title:after {
    width: 4vw;
    height: 4vw;
  }
  .recruitment article .container--block--faq .drawer-item .more dl dd {
    width: 85%;
  }
  .recruitment .footer {
    margin-top: 8.3333333333vw;
  }
}
.support article .container--block {
  padding: 8.3333333333vw 0;
  margin-top: 8.3333333333vw;
}
.support article .container--block:nth-of-type(n+2) {
  margin-top: 0;
}
.support article .container--block .decoration {
  width: 100vw;
  font-size: 12.25vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: .03em;
  text-align: right;
  color: #fff;
  margin: .2em -1vw 0 auto;
}
.support article .container--block h2 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 1em;
  position: relative;
}
.support article .container--block h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 4em;
  height: 4px;
  background-color: #1b8b3d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.support article .container--block .lead {
  font-size: 1.3333333333vw;
  line-height: 1.9;
  text-align: center;
  margin-top: 3em;
}
.support article .container--block .inner {
  width: 75vw;
  margin: 0 auto;
  font-size: 1.3333333333vw;
  line-height: 1.9;
  letter-spacing: .02em;
}
.support article .container--block .inner--wrap {
  padding: 0 10%;
  margin-top: -7em;
}
.support article .container--block .inner--wrap--category {
  font-size: 1.25vw;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2em 0;
}
.support article .container--block .inner--wrap--category.start {
  align-items: flex-start;
}
.support article .container--block .inner--wrap--category.start .icon {
  margin-top: 3em;
}
.support article .container--block .inner--wrap--category .icon {
  width: 14%;
}
.support article .container--block .inner--wrap--category .icon p {
  font-size: 1.4166666667vw;
  font-weight: bold;
  text-align: center;
}
.support article .container--block .inner--wrap--category dl {
  width: 78.5%;
}
.support article .container--block .inner--wrap--category dl dt {
  font-size: 1.4166666667vw;
  font-weight: bold;
}
.support article .container--block .inner--wrap--category dl dd {
  text-align: justify;
  margin-top: .8em;
}
.support article .container--block .inner--wrap--category dl dd:nth-of-type(n+2) {
  margin-top: 1em;
}
.support article .container--block .inner--wrap--category dl dd ul li {
  display: inline-block;
  margin-right: 1em;
}
.support article .container--block .inner--wrap--category dl dd .figure {
  margin-top: 1em;
}
.support article .container--block .inner--wrap--category dl dd h3 {
  font-size: 1.3333333333vw;
}
.support article .container--block .inner--wrap--category dl dd a.greenlink {
  display: inline;
  color: #1b8b3d;
  text-decoration: underline;
}
.support article .container--block .inner--wrap--category dl dd.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support article .container--block .inner--wrap--category dl dd.flex .flex-category {
  width: 48%;
  margin-top: 1.5em;
}
.support article .container--block .inner--wrap--category dl dd.flex .flex-category p {
  font-size: 0.975vw;
  letter-spacing: 0;
  padding: 0 1em 0 0;
  margin-top: 1em;
  position: relative;
  transition: all .3s ease;
}
.support article .container--block .inner--wrap--category dl dd.flex .flex-category p:before, .support article .container--block .inner--wrap--category dl dd.flex .flex-category p:after {
  content: '';
  display: block;
  position: absolute;
}
.support article .container--block .inner--wrap--category dl dd.flex .flex-category p:before {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .3em 0 .3em .4em;
  border-color: transparent transparent transparent #727171;
}
.support article .container--block .inner--wrap--category dl dd.flex .flex-category p:after {
  width: 100%;
  height: 1px;
  background-color: #727171;
  bottom: 0;
}
.support article .container--block .inner--wrap--category dl dd.flex .flex-category p:hover {
  opacity: 1;
  transform: scale(1.04);
}
.support article .container--block .inner--wrap--category dl dd table {
  width: 80%;
}
.support article .container--block .inner--wrap--category dl dd table tr th {
  font-weight: bold;
  color: #fff;
  background-color: #1b8b3d;
}
.support article .container--block .inner--wrap--category dl dd table tr td {
  background-color: rgba(232, 245, 179, 0.3);
}
.support article .container--block .inner--wrap--category dl dd table tr th,
.support article .container--block .inner--wrap--category dl dd table tr td {
  width: 33.3%;
  text-align: center;
  padding: .5em;
  border: 2px solid #fff;
}
.support article .container--block .inner--wrap--category dl dd .logo-icon {
  margin: 5em auto 0;
}
.support article .container--block .inner--wrap--category dl dd .logo-icon p {
  font-size: 1.3333333333vw;
  font-weight: bold;
  text-align: center;
}
.support article .container--block .inner--wrap--category dl dd .logo-icon .icon {
  width: 17.8%;
  margin: 1em auto 0;
}
.support article .container--block .inner--wrap--category dl dd .logo-icon .icon02 {
  width: 30%;
  margin: 1em auto 0;
}
.support article .container--block .inner--wrap--category dl dd .logo-icon.logo-icon02 {
  margin: 1em auto 0;
}
.support article .container--block .inner--wrap--category dl .links {
  margin: 3em auto 0 !important;
}
.support article .container--block .inner--wrap--category dl .links a {
  display: table;
  width: auto;
  text-align: center;
  color: #727171;
  line-height: 1.8;
  padding: 0 1em 0 0;
  position: relative;
  transition: all .3s ease;
}
.support article .container--block .inner--wrap--category dl .links a:before, .support article .container--block .inner--wrap--category dl .links a:after {
  content: '';
  display: block;
  position: absolute;
}
.support article .container--block .inner--wrap--category dl .links a:before {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .3em 0 .3em .4em;
  border-color: transparent transparent transparent #727171;
}
.support article .container--block .inner--wrap--category dl .links a:after {
  width: 100%;
  height: 1px;
  background-color: #727171;
  bottom: 0;
}
.support article .container--block .inner--wrap--category dl .links a:hover {
  opacity: 1;
  transform: scale(1.04);
}
.support article .container--block .inner--interview {
  background-color: #fff;
  border-radius: 0.8333333333vw;
  padding: 4.1666666667vw 5%;
  margin-top: 13.75vw;
}
.support article .container--block .inner--interview h2 {
  text-align: left;
  padding: 0 0 0 6em;
  margin-left: -7.5vw;
}
.support article .container--block .inner--interview h2:after {
  width: 5em;
  top: 50%;
  bottom: inherit;
  left: 0;
  transform: translateY(-50%);
}
.support article .container--block .inner--interview h3 {
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
  margin-top: 2.5em;
}
.support article .container--block .inner--interview--main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.support article .container--block .inner--interview--main .image {
  width: 40%;
  overflow: hidden;
  border-radius: 0.8333333333vw;
  margin-top: 3em;
}
.support article .container--block .inner--interview--main .texts {
  width: 55%;
  margin-top: 3em;
}
.support article .container--block .inner--interview--main .texts dl dt,
.support article .container--block .inner--interview--main .texts dl dd {
  line-height: 1;
}
.support article .container--block .inner--interview--main .texts dl dt {
  font-size: 1.75vw;
}
.support article .container--block .inner--interview--main .texts dl dd {
  font-size: 1.1666666667vw;
  margin-top: .5em;
}
.support article .container--block .inner--interview--main .texts p {
  font-size: 1.25vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1em;
}
.support article .container--block .inner--interview--table {
  padding: 5.8333333333vw 12.5% 22.0833333333vw;
  position: relative;
}
.support article .container--block .inner--interview--table dl dt {
  font-size: 1.4166666667vw;
  font-weight: bold;
  color: #1b8b3d;
  padding-left: 1.5em;
  margin-top: 2.5em;
  position: relative;
}
.support article .container--block .inner--interview--table dl dt:before {
  content: '';
  display: block;
  position: absolute;
  width: .5em;
  height: .5em;
  background-color: #1b8b3d;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.support article .container--block .inner--interview--table dl dd {
  text-align: justify;
  margin-top: .5em;
}
.support article .container--block .inner--interview--table dl.the-end {
  width: 85%;
  position: absolute;
  bottom: -8.3333333333vw;
  right: -10%;
  background-color: #1b8b3d;
  border-radius: 0.8333333333vw;
  padding: 2.5em 3em;
}
.support article .container--block .inner--interview--table dl.the-end dt,
.support article .container--block .inner--interview--table dl.the-end dd {
  color: #fff;
}
.support article .container--block .inner--interview--table dl.the-end dt {
  margin-top: 0;
}
.support article .container--block .inner--interview--table dl.the-end dt:before {
  background-color: #fff;
}
.support article .container--block.block01 {
  background-color: #f8f8f4;
}
.support article .container--block.block01 .inner--wrap--category {
  border-bottom: 1px solid #1b8b3d;
}
.support article .container--block.block01 .inner--wrap--category dl dt {
  color: #1b8b3d;
}
.support article .container--block.block01 .inner--wrap--category dl dd ul li span {
  color: #1b8b3d;
}
.support article .container--block.block01 .inner--wrap--category dl dd h4 span {
  color: #1b8b3d;
}
.support article .container--block.block02 {
  background-color: rgba(232, 245, 179, 0.3);
}
.support article .container--block.block02 .decoration {
  font-size: 10.5833333333vw;
}
.support article .container--block.block02 .inner--wrap {
  margin-top: -4.5em;
}
.support article .container--block.block02 .inner--wrap--category {
  border-bottom: 1px solid #81b711;
}
.support article .container--block.block02 .inner--wrap--category .icon p {
  color: #81b711;
}
.support article .container--block.block02 .inner--wrap--category dl dt {
  color: #81b711;
}
.support article .container--block.block02 .inner--wrap--category dl dd ul li span {
  color: #81b711;
}
.support article .container--block.block02 .inner--wrap--category dl dd h4 span {
  color: #81b711;
}
.support article .container--block.block02 .inner--wrap--category .icon:nth-of-type(n+3),
.support article .container--block.block02 .inner--wrap--category dl:nth-of-type(n+3) {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .support article .container--block {
    padding: 13.3333333333vw 0;
    margin-top: 13.3333333333vw;
  }
  .support article .container--block .decoration {
    font-size: 20vw;
  }
  .support article .container--block h2 {
    font-size: 4.2666666667vw;
  }
  .support article .container--block .lead {
    font-size: 3.7333333333vw;
    padding: 0 10%;
    text-align: justify;
  }
  .support article .container--block .inner {
    width: 85vw;
    font-size: 3.7333333333vw;
  }
  .support article .container--block .inner--wrap {
    margin-top: -3.5em;
  }
  .support article .container--block .inner--wrap--category {
    font-size: 3.2vw;
  }
  .support article .container--block .inner--wrap--category .icon {
    width: 30%;
    margin: 0 auto;
  }
  .support article .container--block .inner--wrap--category .icon p {
    font-size: 3.7333333333vw;
  }
  .support article .container--block .inner--wrap--category dl {
    width: 100%;
    margin-top: 1.5em;
  }
  .support article .container--block .inner--wrap--category dl dt {
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .support article .container--block .inner--wrap--category dl dd h3 {
    font-size: 3.7333333333vw;
  }
  .support article .container--block .inner--wrap--category dl dd.flex .flex-category {
    width: 100%;
  }
  .support article .container--block .inner--wrap--category dl dd.flex .flex-category:nth-of-type(n+2) {
    margin-top: 3em;
  }
  .support article .container--block .inner--wrap--category dl dd.flex .flex-category p {
    font-size: 2.9333333333vw;
  }
  .support article .container--block .inner--wrap--category dl dd a {
    font-size: 3.2vw;
    text-align: left !important;
  }
  .support article .container--block .inner--wrap--category dl dd table {
    width: 100%;
  }
  .support article .container--block .inner--wrap--category dl dd .logo-icon p {
    font-size: 3.7333333333vw;
  }
  .support article .container--block .inner--wrap--category dl dd .logo-icon .icon {
    width: 30%;
  }
  .support article .container--block .inner--wrap--category dl dd .logo-icon .icon02 {
    width: 60%;
  }
  .support article .container--block .inner--interview {
    border-radius: 2.6666666667vw;
    padding: 13.3333333333vw 10% 0;
    margin-top: 22.6666666667vw;
  }
  .support article .container--block .inner--interview h2 {
    margin-left: -22.5vw;
  }
  .support article .container--block .inner--interview h3 {
    font-size: 4.2666666667vw;
  }
  .support article .container--block .inner--interview--main .image {
    width: 100%;
    border-radius: 2.6666666667vw;
  }
  .support article .container--block .inner--interview--main .texts {
    width: 100%;
  }
  .support article .container--block .inner--interview--main .texts dl dt {
    font-size: 4.8vw;
  }
  .support article .container--block .inner--interview--main .texts dl dd {
    font-size: 3.2vw;
  }
  .support article .container--block .inner--interview--main .texts p {
    font-size: 3.2vw;
  }
  .support article .container--block .inner--interview--table {
    padding: 9.3333333333vw 5%;
  }
  .support article .container--block .inner--interview--table dl dt {
    font-size: 3.7333333333vw;
  }
  .support article .container--block .inner--interview--table dl.the-end {
    width: 125%;
    position: relative;
    bottom: inherit;
    right: inherit;
    border-radius: 2.6666666667vw;
    padding: 1.5em;
    margin: 2em auto -5em;
  }
  .support article .container--block.block02 .decoration {
    font-size: 10.6666666667vw;
  }
  .support article .container--block.block02 .inner--wrap {
    margin-top: -2.5em;
  }
  .support article .container--block.block02 .inner--wrap--category .icon:nth-of-type(n+2),
  .support article .container--block.block02 .inner--wrap--category dl:nth-of-type(n+2) {
    margin-top: 2em;
  }
}
.business.business-index article .container--block {
  width: 80vw;
  margin: 4.1666666667vw auto 0;
}
.business.business-index article .container--block h2 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 1em;
  position: relative;
}
.business.business-index article .container--block h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 4em;
  height: 4px;
  background-color: #1b8b3d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.business.business-index article .container--block--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business.business-index article .container--block--wrap--category {
  width: 49%;
  font-size: 1.3333333333vw;
  padding: 3em 2em;
  margin-top: 3em;
  border-radius: 0.8333333333vw;
  box-sizing: border-box;
}
.business.business-index article .container--block--wrap--category dl dt {
  font-size: 1.5833333333vw;
}
.business.business-index article .container--block--wrap--category dl dd {
  line-height: 1.8;
  text-align: justify;
  margin-top: 1.5em;
}
.business.business-index article .container--block .decoration {
  width: 100vw;
  font-size: 12.25vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: .03em;
  color: #f4f3f2;
  margin: .2em auto 0 -11vw;
}
.business.business-index article .container--block.block01 .container--block--wrap--category dl dt {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
}
.business.business-index article .container--block.block01 .container--block--wrap--category dl dt:after {
  content: '';
  display: block;
  position: absolute;
  width: .4em;
  height: .4em;
  background-color: #1b8b3d;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.business.business-index article .container--block.block01 .container--block--wrap--category:nth-of-type(odd) {
  border: 1px solid #1b8b3d;
  background: url("../images/common/dotted_bg01.png") repeat;
}
.business.business-index article .container--block.block01 .container--block--wrap--category:nth-of-type(even) {
  border: 1px solid #9ec931;
  background: url("../images/common/dotted_bg02.png") repeat;
}
.business.business-index article .container--block.block01 .container--block--wrap--category:nth-of-type(even) dl dt:after {
  background-color: #9ec931;
}
.business.business-index article .container--block.block02 {
  margin-top: -5.4166666667vw;
}
.business.business-index article .container--block.block02 .container--block--wrap--category {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.business.business-index article .container--block.block02 .container--block--wrap--category:first-of-type {
  margin-top: 7em;
}
.business.business-index article .container--block.block02 .container--block--wrap--category--texts {
  width: 62.8%;
}
.business.business-index article .container--block.block02 .container--block--wrap--category--texts dl dt span {
  padding-left: 1em;
  position: relative;
}
.business.business-index article .container--block.block02 .container--block--wrap--category--texts dl dt span:after {
  content: '';
  display: block;
  position: absolute;
  width: .4em;
  height: .4em;
  background-color: #1b8b3d;
  border-radius: 50%;
  top: 50%;
  left: .3em;
  transform: translateY(-50%);
}
.business.business-index article .container--block.block02 .container--block--wrap--category--texts dl dt span:nth-of-type(n+2) {
  margin-left: 1em;
}
.business.business-index article .container--block.block02 .container--block--wrap--category--texts dl dt span.comprehensive:after {
  background-color: #1b8b3d;
}
.business.business-index article .container--block.block02 .container--block--wrap--category--texts dl dt span.general:after {
  background-color: #9ec931;
}
.business.business-index article .container--block.block02 .container--block--wrap--category .image {
  width: 32.2%;
  overflow: hidden;
  border-radius: 0.8333333333vw;
}
.business.ma article .lead--inner p {
  text-align: justify;
}
.business.ma article .container--block {
  margin-top: 8.3333333333vw;
  position: relative;
  z-index: 1;
}
.business.ma article .container--block:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}
.business.ma article .container--block h2 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 1em;
  position: relative;
}
.business.ma article .container--block h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 4em;
  height: 4px;
  background-color: #1b8b3d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.business.ma article .container--block h3 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .05em;
  color: #1b8b3d;
  margin-top: 5em;
}
.business.ma article .container--block .decoration {
  width: 100vw;
  font-size: 12.25vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: .03em;
  color: #f4f3f2;
  margin: .2em auto 0 -11vw;
}
.business.ma article .container--block .image {
  margin-top: 6.6666666667vw;
}
.business.ma article .container--block .image.i03 {
  width: 70vw;
  margin-left: 21.2%;
}
.business.ma article .container--block .image.i04, .business.ma article .container--block .image.i05 {
  width: 80vw;
}
.business.ma article .container--block .image.i04 {
  margin-left: auto;
  margin-right: 0;
}
.business.ma article .container--block .inner {
  width: 56.5%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.business.ma article .container--block .inner--table {
  font-size: 1.3333333333vw;
  line-height: 1.9;
  letter-spacing: .02em;
}
.business.ma article .container--block .inner--table p {
  text-align: justify;
  margin-top: 2.5em;
}
.business.ma article .container--block.block01:after {
  width: 90vw;
  height: 62%;
  background-color: #f3f2f1;
  border-radius: 0 1.6666666667vw 1.6666666667vw 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.business.ma article .container--block.block01 .decoration {
  font-size: 10.5833333333vw;
  color: #fff;
  margin: -.3em auto 0 -1vw;
}
.business.ma article .container--block.block01 .inner--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business.ma article .container--block.block01 .inner--wrap--category {
  width: 46.7%;
  font-size: 1.75vw;
  line-height: 1.6;
  margin-top: 2.5em;
}
.business.ma article .container--block.block01 .inner--wrap--category .image {
  overflow: hidden;
  border-radius: 0.8333333333vw;
  margin-top: 0;
}
.business.ma article .container--block.block01 .inner--wrap--category dl dt {
  margin-top: .8em;
}
.business.ma article .container--block.block01 .inner--wrap--category dl dd {
  font-size: 1.1666666667vw;
}
.business.ma article .container--block.block01 .inner--wrap--category p {
  font-size: 1.0833333333vw;
  margin-top: 1em;
}
.business.ma article .container--block.block02:after {
  width: 70vw;
  height: 85%;
  background: url("../images/common/dotted_bg02.png");
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.business.ma article .container--block.block04:after {
  width: 87.5vw;
  height: 75%;
  background-color: #f3f2f1;
  border-radius: 6.6666666667vw 0 0 6.6666666667vw;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .business.business-index article .container--block {
    margin: 13.3333333333vw auto 0 !important;
  }
  .business.business-index article .container--block h2 {
    font-size: 4.2666666667vw;
  }
  .business.business-index article .container--block--wrap--category {
    width: 100%;
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw;
  }
  .business.business-index article .container--block--wrap--category dl dt {
    font-size: 4.2666666667vw;
  }
  .business.business-index article .container--block .decoration {
    font-size: 13.3333333333vw;
  }
  .business.business-index article .container--block.block02 .container--block--wrap--category:first-of-type {
    margin-top: 3.5em;
  }
  .business.business-index article .container--block.block02 .container--block--wrap--category--texts {
    width: 100%;
    margin-top: 2em;
  }
  .business.business-index article .container--block.block02 .container--block--wrap--category--texts dt {
    font-weight: bold;
  }
  .business.business-index article .container--block.block02 .container--block--wrap--category .image {
    width: 100%;
    border-radius: 2.6666666667vw;
  }
  .business.ma article .container--block {
    margin-top: 13.3333333333vw;
  }
  .business.ma article .container--block h2 {
    font-size: 4.2666666667vw;
  }
  .business.ma article .container--block h3 {
    font-size: 4.2666666667vw;
  }
  .business.ma article .container--block .decoration {
    font-size: 6.25vw;
  }
  .business.ma article .container--block .image {
    margin-top: 10.6666666667vw;
  }
  .business.ma article .container--block .image.i03 {
    width: 85vw;
    margin-left: 10%;
  }
  .business.ma article .container--block .image.i04, .business.ma article .container--block .image.i05 {
    width: 90vw;
  }
  .business.ma article .container--block .inner {
    width: 75%;
  }
  .business.ma article .container--block .inner--table {
    font-size: 3.7333333333vw;
  }
  .business.ma article .container--block.block01:after {
    width: 95vw;
    height: 80%;
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
  .business.ma article .container--block.block01 .decoration {
    font-size: 5.4166666667vw;
  }
  .business.ma article .container--block.block01 .inner--wrap--category {
    width: 100%;
    font-size: 4.8vw;
  }
  .business.ma article .container--block.block01 .inner--wrap--category .image {
    border-radius: 2.6666666667vw;
  }
  .business.ma article .container--block.block01 .inner--wrap--category dl dd {
    font-size: 3.7333333333vw;
  }
  .business.ma article .container--block.block01 .inner--wrap--category p {
    font-size: 3.2vw;
  }
  .business.ma article .container--block.block02:after {
    width: 70vw;
    height: 95%;
  }
  .business.ma article .container--block.block04:after {
    width: 95vw;
    height: 92.5%;
    border-radius: 10.6666666667vw 0 0 10.6666666667vw;
  }
}
/* =========================================================
 * main-kv　　　    /*メインビジュアル
========================================================= */
.bx-controls .bx-has-pager,
.bx-wrapper .bx-pager {
  display: none;
}

.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

.top article .decoration {
  position: absolute;
  width: 100vw;
}
.top article .decoration.d01 {
  z-index: 1;
}
.top article .decoration.d02 {
  z-index: -1;
}
.top article .main {
  width: 100%;
  height: 54.75vw;
}
.top article .main--inner {
  width: 100%;
  height: 100%;
}
.top article .main--inner--keyvisual {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.top article .main--inner--keyvisual .image {
  width: 100%;
  overflow: hidden;
}
.top article .main--inner--keyvisual .bx-wrapper {
  background-color: rgba(255, 255, 255, 0);
}
.top article .main--inner--keyvisual .slide {
  position: absolute;
  z-index: 1;
}
.top article .main--inner--keyvisual .slide.slide01 {
  width: 21.5vw;
  top: -5.5833333333vw;
  left: -1.9166666667vw;
}
.top article .main--inner--keyvisual .slide.slide02 {
  width: 17.5833333333vw;
  top: 31.25vw;
  left: 9.75vw;
}
.top article .main--inner--keyvisual .slide.slide03 {
  width: 48vw;
  top: -1.0833333333vw;
  left: 33.5833333333vw;
}
.top article .main--inner--keyvisual .slide.slide04 {
  width: 26.8333333333vw;
  top: 28.0833333333vw;
  right: -6.4166666667vw;
}
.top article .main--inner--copy {
  width: 28vw;
  position: absolute;
  top: 21.8333333333vw;
  left: 7.3333333333vw;
  z-index: 2;
}
.top article .message--inner {
  font-size: 1.5vw;
  line-height: 2;
  text-align: center;
  padding: 5em 0;
}
.top article .container .inner {
  width: 80vw;
  margin: 0 auto;
}
.top article .container .inner--content--texts {
  font-size: 4.1666666667vw;
}
.top article .container .inner--content--texts dl dt {
  font-size: 1.1666666667vw;
  color: #898989;
}
.top article .container .inner--content--texts dl dd {
  font-weight: 500;
  margin-top: .2em;
}
.top article .container .inner--content--texts p {
  font-size: 1.3333333333vw;
  line-height: 1.8;
  letter-spacing: .03em;
  text-align: justify;
  margin-top: 3em;
}
.top article .container .inner--content--texts .btn {
  width: 15em;
  font-size: 1.25vw;
  line-height: 1;
  padding: 1em 1em 1em 2em;
  margin-top: 3em;
  background-color: #1b8b3d;
  border: 1px solid #1b8b3d;
  border-radius: 1.8333333333vw;
  box-sizing: border-box;
  transition: all .3s ease;
}
.top article .container .inner--content--texts .btn a {
  color: #fff;
  position: relative;
}
.top article .container .inner--content--texts .btn a:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.5833333333vw;
  height: 0.5833333333vw;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
}
.top article .container .inner--content--texts .btn:hover {
  transform: scale(1.04);
}
.top article .container .inner--content--texts .btn:nth-of-type(n+2) {
  margin-top: 1em;
}
.top article .container .inner--content--texts .btn:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0);
}
.top article .container .inner--content--texts .btn:nth-of-type(even) a {
  color: #1b8b3d;
}
.top article .container .inner--content--texts .btn:nth-of-type(even) a:after {
  background-color: #1b8b3d;
}
.top article .container .inner--content .image {
  overflow: hidden;
}
.top article .container.about .inner--content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top article .container.about .inner--content--texts {
  width: 30%;
  position: relative;
  z-index: 1;
  padding: 1.6em 0;
  margin-top: 3.6em;
}
.top article .container.about .inner--content--texts:before {
  content: '';
  display: block;
  position: absolute;
  width: 40vw;
  height: 100%;
  background-color: #1b8b3d;
  border-radius: 0 1.6666666667vw 1.6666666667vw 0;
  top: 0;
  left: -10vw;
  z-index: -1;
}
.top article .container.about .inner--content--texts dt, .top article .container.about .inner--content--texts dd, .top article .container.about .inner--content--texts p {
  color: #fff;
}
.top article .container.about .inner--content--texts .btn {
  border: 1px solid #fff;
}
.top article .container.about .inner--content--texts .btn a {
  color: #fff;
}
.top article .container.about .inner--content--texts .btn a:after {
  background-color: #fff;
}
.top article .container.about .inner--content .image {
  width: 65.8333333333vw;
  border-radius: 1.6666666667vw 0 0 1.6666666667vw;
  margin-right: -10vw;
}
.top article .container.business {
  background-color: #f3f2f1;
  padding: 9.1666666667vw 0;
  margin-top: -5vw;
}
.top article .container.business .inner--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.top article .container.business .inner--content--texts {
  width: 43%;
}
.top article .container.business .inner--content .image {
  width: 50.7%;
  border-radius: 1.6666666667vw;
}
.top article .container.people {
  margin-top: 9.1666666667vw;
}
.top article .container.people .inner--content--texts {
  text-align: center;
}
.top article .container.people .inner--content--texts p {
  text-align: center;
}
.top article .container.people .inner--content--wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top article .container.people .inner--content--wrap--category {
  width: 30.8%;
  font-size: 1.75vw;
  margin-top: 2em;
  margin-right: 3.8%;
}
.top article .container.people .inner--content--wrap--category:nth-of-type(3n) {
  margin-right: 0;
}
.top article .container.people .inner--content--wrap--category a {
  position: relative;
}
.top article .container.people .inner--content--wrap--category a .image {
  border-radius: 1.6666666667vw;
}
.top article .container.people .inner--content--wrap--category a .image img {
  transition: all .3s ease;
}
.top article .container.people .inner--content--wrap--category a dl {
  position: absolute;
  bottom: 1em;
  left: 1.5em;
  color: #fff;
}
.top article .container.people .inner--content--wrap--category a dl dd {
  font-size: 1.1666666667vw;
}
.top article .container.people .inner--content--wrap--category a:hover {
  opacity: 1;
}
.top article .container.people .inner--content--wrap--category a:hover .image {
  overflow: hidden;
}
.top article .container.people .inner--content--wrap--category a:hover .image img {
  transform: scale(1.04);
}
.top article .container.culture {
  margin-top: 9.1666666667vw;
}
.top article .container.culture .inner--content--texts {
  text-align: center;
}
.top article .container.culture .inner--content--texts p {
  text-align: center;
}
.top article .container.culture .inner--content--wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top article .container.culture .inner--content--wrap--category {
  width: 48.5%;
  font-size: 1.8333333333vw;
  margin-top: 2em;
  overflow: hidden;
  border-radius: 0.8333333333vw;
  position: relative;
}
.top article .container.culture .inner--content--wrap--category:before {
  content: '';
  display: block;
  position: absolute;
  width: 2.25vw;
  height: 2.25vw;
  background: url("../images/common/btn_arrow-circle.png") no-repeat center center/cover;
  top: 50%;
  left: 42.5%;
  transform: translateY(-50%);
  z-index: 2;
}
.top article .container.culture .inner--content--wrap--category a {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
  transition: all .3s ease;
}
.top article .container.culture .inner--content--wrap--category a .image {
  width: 54.7%;
}
.top article .container.culture .inner--content--wrap--category a .texts {
  width: 45.3%;
  display: flex;
  align-items: center;
  background-color: #f3f2f1;
  padding: 2em;
}
.top article .container.culture .inner--content--wrap--category a:hover {
  opacity: 1;
  transform: scale(1.04);
}
.top article .container.support {
  margin-top: 9.1666666667vw;
  padding: 4.5833333333vw 0;
  position: relative;
}
.top article .container.support:before {
  content: '';
  display: block;
  position: absolute;
  width: 70vw;
  height: 100%;
  background-color: #f3f2f1;
  border-radius: 0 1.6666666667vw 1.6666666667vw 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.top article .container.support .inner--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.top article .container.support .inner--content--texts {
  width: 42%;
}
.top article .container.support .inner--content--texts .btn {
  width: 19.3em;
}
.top article .container.support .inner--content .image {
  width: 50%;
  border-radius: 0.8333333333vw;
}
.top article .container.recruiting .inner {
  width: 100vw;
}
.top article .container.recruiting .inner--content {
  position: relative;
}
.top article .container.recruiting .inner--content--texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top article .container.recruiting .inner--content--texts dl, .top article .container.recruiting .inner--content--texts p {
  width: 100%;
}
.top article .container.recruiting .inner--content--texts dt, .top article .container.recruiting .inner--content--texts dd, .top article .container.recruiting .inner--content--texts p {
  color: #fff;
  text-align: center;
}
.top article .container.recruiting .inner--content--texts .btn {
  padding: 1em;
  margin: 7.5em 1em 0 !important;
  background-color: #fff !important;
}
.top article .container.recruiting .inner--content--texts .btn a {
  font-weight: bold;
  text-align: center;
  color: #1b8b3d !important;
}
.top article .container.recruiting .inner--content--texts .btn a:after {
  background-color: #1b8b3d !important;
}

@media screen and (max-width: 767px) {
  .top article .decoration {
    overflow: hidden;
  }
  .top article .decoration img {
    width: 150vw;
    max-width: inherit;
    margin-left: -2.5%;
  }
  .top article .main {
    height: 160vw;
  }
  .top article .main--inner--keyvisual .slide.slide01 {
    width: 34.4vw;
    top: -4vw;
    left: -3.0666666667vw;
  }
  .top article .main--inner--keyvisual .slide.slide02 {
    width: 28.1333333333vw;
    top: 133.3333333333vw;
    left: 66.6666666667vw;
  }
  .top article .main--inner--keyvisual .slide.slide03 {
    width: 76.8vw;
    top: 61.3333333333vw;
    left: 45%;
    transform: translateX(-50%);
  }
  .top article .main--inner--keyvisual .slide.slide04 {
    width: 42.9333333333vw;
    top: 5.3333333333vw;
    right: -10.2666666667vw;
  }
  .top article .main--inner--copy {
    width: 70vw;
    top: 45.3333333333vw;
    left: 11.7333333333vw;
  }
  .top article .message--inner {
    font-size: 3.7333333333vw;
    padding: 4em 0;
  }
  .top article .container .inner--content--texts {
    font-size: 10.6666666667vw;
  }
  .top article .container .inner--content--texts dl dt {
    font-size: 3.2vw;
  }
  .top article .container .inner--content--texts p {
    font-size: 3.7333333333vw;
  }
  .top article .container .inner--content--texts .btn {
    font-size: 3.4666666667vw;
    border-radius: 11.7333333333vw;
  }
  .top article .container .inner--content--texts .btn a:after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  .top article .container.about .inner--content--texts {
    width: 90%;
    margin-top: 0;
  }
  .top article .container.about .inner--content--texts:before {
    width: 110%;
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
  .top article .container.about .inner--content .image {
    width: 90vw;
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
    margin-top: -5.3333333333vw;
    position: relative;
    z-index: 2;
  }
  .top article .container.business {
    padding: 14.6666666667vw 0;
    margin-top: -8vw;
  }
  .top article .container.business .inner--content--texts {
    width: 100%;
  }
  .top article .container.business .inner--content .image {
    width: 100%;
    border-radius: 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
  .top article .container.people {
    margin-top: 14.6666666667vw;
  }
  .top article .container.people .inner--content--wrap--category {
    width: 90%;
    margin: 2em auto 0;
    font-size: 4.8vw;
  }
  .top article .container.people .inner--content--wrap--category:nth-of-type(3n) {
    margin-right: auto;
  }
  .top article .container.people .inner--content--wrap--category a .image {
    border-radius: 5.3333333333vw;
  }
  .top article .container.people .inner--content--wrap--category a dl dd {
    font-size: 3.2vw;
  }
  .top article .container.culture {
    margin-top: 14.6666666667vw;
  }
  .top article .container.culture .inner--content--wrap--category {
    width: 48%;
    font-size: 4.2666666667vw;
    border-radius: 2.6666666667vw;
  }
  .top article .container.culture .inner--content--wrap--category:before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    top: inherit;
    bottom: .5em;
    left: inherit;
    right: .5em;
    transform: none;
  }
  .top article .container.culture .inner--content--wrap--category a .image {
    width: 100%;
  }
  .top article .container.culture .inner--content--wrap--category a .texts {
    width: 100%;
    padding: 1em;
  }
  .top article .container.support {
    margin-top: 14.6666666667vw;
    padding: 8vw 0;
  }
  .top article .container.support:before {
    width: 90vw;
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
  .top article .container.support .inner--content--texts {
    width: 90%;
  }
  .top article .container.support .inner--content--texts .btn {
    width: 19.3em;
  }
  .top article .container.support .inner--content .image {
    width: 90%;
    border-radius: 2.6666666667vw;
    margin-top: 13.3333333333vw;
  }
  .top article .container.recruiting .inner--content--texts .btn {
    margin-top: 2em !important;
  }
  .top article .container.recruiting .inner--content--texts .btn:nth-of-type(n+2) {
    margin-top: 1em !important;
  }
  .top article .container.recruiting .inner--content .image {
    overflow: hidden;
  }
  .top article .container.recruiting .inner--content .image img {
    width: 250vw;
    max-width: inherit;
    margin-left: -33.333%;
  }
}
.others .header--inner--block .link-list .entry {
  display: none;
}
.others article .container {
  width: 100%;
  margin-top: 4.75vw;
  padding: 5.3333333333vw 5% 8.6666666667vw;
  background: #f8f8f4;
  position: relative;
}
.others article .container .decotxt {
  position: absolute;
  top: 6.5vw;
  color: #fff;
  font-size: 12.1666666667vw;
  font-weight: 200;
  letter-spacing: .03em;
}
.others article .container--inner {
  width: 75vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.others article .container--inner .infottl {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 6.6666666667vw;
  position: relative;
}
.others article .container--inner .infottl:after {
  content: '';
  display: block;
  position: absolute;
  width: 4em;
  height: 4px;
  background-color: #1b8b3d;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.others article .container--inner--block {
  width: 100%;
}
.others article .container--inner--block h3 {
  font-size: 1.4166666667vw;
  color: #1b8b3d;
  font-weight: 600;
}
.others article .container--inner--block .container-txt {
  width: 100%;
  margin-top: 0.8333333333vw;
  color: #333333;
}
.others article .container--inner--block .container-txt--p {
  font-size: 1.3333333333vw;
  line-height: 1.6;
  letter-spacing: .02em;
}
.others article .container--inner--block .container-txt--p .small {
  font-size: 1.1666666667vw;
  line-height: 1.6;
}
.others article .container--inner--block .container-txt ul li {
  font-size: 1.3333333333vw;
  line-height: 1.9;
  letter-spacing: .02em;
  margin-left: 1em;
  position: relative;
}
.others article .container--inner--block .container-txt ul li::before {
  content: '●';
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
  color: #1b8b3d;
}
.others article .container--inner--block .container-txt table {
  font-size: 1.3333333333vw;
  line-height: 1.8;
  letter-spacing: .02em;
  border: 1px solid #333;
}
.others article .container--inner--block .container-txt table tr th, .others article .container--inner--block .container-txt table tr td {
  padding: 0.4166666667vw 1.6666666667vw;
  border: 1px solid #333;
  text-align: center;
}
.others article .container--inner--block:not(:first-of-type) {
  margin-top: 3.6666666667vw;
}
.others article .container--inner--imgs {
  margin-top: 3.6666666667vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.others article .container--inner--imgs .scene {
  width: 27.4166666667vw;
}
.others article .container--inner--imgs .scene img {
  width: 100%;
}
.others .footer {
  margin-top: 8.3333333333vw;
}

.otherindex .header--inner--block--nav .menu {
  display: none;
}
.otherindex article .container {
  margin-top: 5vw;
  padding-bottom: 1.5vw;
}
.otherindex article .container--inner {
  width: 81.6666666667vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.otherindex article .container--inner li {
  width: 24.6666666667vw;
  border-radius: 0.8333333333vw;
  border: 2px solid #1b8b3d;
  margin-bottom: 3.6666666667vw;
  margin-left: 3.6666666667vw;
}
.otherindex article .container--inner li a {
  width: 100%;
  border-radius: 0.8333333333vw;
  display: block;
}
.otherindex article .container--inner li a .banner-img {
  width: 100%;
  overflow: hidden;
}
.otherindex article .container--inner li a .banner-img img {
  width: 100%;
  border-radius: 0.8333333333vw 0.8333333333vw 0 0;
  transition: all .3s ease-out;
}
.otherindex article .container--inner li a .txtarea {
  width: 100%;
  padding: 1.1666666667vw 1.75vw;
}
.otherindex article .container--inner li a .txtarea--ttl {
  width: 100%;
  display: flex;
  align-items: center;
}
.otherindex article .container--inner li a .txtarea--ttl .banner-icon {
  width: 3.25vw;
}
.otherindex article .container--inner li a .txtarea--ttl .banner-icon img {
  width: 100%;
}
.otherindex article .container--inner li a .txtarea--ttl--h {
  font-size: 1.5vw;
  letter-spacing: -.01em;
  color: #1b8b3d;
  margin-left: 0.4166666667vw;
}
.otherindex article .container--inner li a .txtarea--p {
  margin-top: 0.8333333333vw;
  color: #333333;
  font-size: 1vw;
  line-height: 1.6;
  letter-spacing: .02em;
  text-align: justify;
}
.otherindex article .container--inner li a .txtarea .more {
  width: 5.8333333333vw;
  margin: 0.8333333333vw 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.otherindex article .container--inner li a .txtarea .more .more-en {
  font-size: 1.1666666667vw;
  color: #1b8b3d;
}
.otherindex article .container--inner li a .txtarea .more--arrow {
  width: 2.3333333333vw;
  height: 2.3333333333vw;
  border-radius: 50%;
  border: 1px solid #1b8b3d;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-out;
}
.otherindex article .container--inner li a .txtarea .more--arrow img {
  width: 0.8333333333vw;
}
.otherindex article .container--inner li a:hover .banner-img img {
  transform: scale(1.1);
}
.otherindex article .container--inner li a:hover .txtarea .more--arrow {
  padding-left: 0.3333333333vw;
}
.otherindex article .container--inner li:nth-of-type(3n-2) {
  margin-left: 0;
}
.otherindex article #pagetop {
  display: none;
}
.otherindex .footer {
  display: none;
}

.jobreturn article .container {
  padding-top: 10.8333333333vw;
}
.jobreturn article .container .decotxt {
  right: -1.3vw;
}
.jobreturn article .container--inner {
  width: 59vw;
}
.jobreturn article .container--inner--block:not(:first-of-type) {
  margin-top: 1.6666666667vw;
  padding-top: 3.3333333333vw;
  border-top: 1px solid #1b8b3d;
}

.comeback article .container {
  padding-top: 10.8333333333vw;
}
.comeback article .container .decotxt {
  right: -.3vw;
}
.comeback article .container--inner {
  width: 59vw;
}
.comeback article .container--inner--block:not(:first-of-type) {
  margin-top: 1.6666666667vw;
  padding-top: 3.3333333333vw;
  border-top: 1px solid #1b8b3d;
}

@media screen and (max-width: 767px) {
  .others article .container {
    margin-top: 9.8666666667vw;
    padding: 11.7333333333vw 5% 17.0666666667vw;
  }
  .others article .container .decotxt {
    top: 7.4666666667vw;
    font-size: 16vw;
  }
  .others article .container--inner {
    width: 90%;
  }
  .others article .container--inner .infottl {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .others article .container--inner--block h3 {
    font-size: 4vw;
  }
  .others article .container--inner--block .container-txt {
    margin-top: 2.6666666667vw;
  }
  .others article .container--inner--block .container-txt--p {
    font-size: 3.2vw;
  }
  .others article .container--inner--block .container-txt--p .small {
    font-size: 3.2vw;
  }
  .others article .container--inner--block .container-txt ul li {
    font-size: 3.2vw;
  }
  .others article .container--inner--block .container-txt table {
    width: 100%;
    font-size: 3.2vw;
  }
  .others article .container--inner--block .container-txt table tr th, .others article .container--inner--block .container-txt table tr td {
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .others article .container--inner--block:not(:first-of-type) {
    margin-top: 6.4vw;
  }
  .others article .container--inner--imgs {
    margin-top: 11.7333333333vw;
  }
  .others article .container--inner--imgs .scene {
    width: 45%;
  }
  .others .footer {
    margin-top: 8.3333333333vw;
  }

  .otherindex article .container {
    margin-top: 10.6666666667vw;
    padding-bottom: 4.8vw;
  }
  .otherindex article .container--inner {
    width: 90%;
    display: block;
  }
  .otherindex article .container--inner li {
    width: 100%;
    border-radius: 2.6666666667vw;
    margin-bottom: 11.7333333333vw;
    margin-left: 0;
  }
  .otherindex article .container--inner li a {
    border-radius: 2.6666666667vw;
  }
  .otherindex article .container--inner li a .banner-img img {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .otherindex article .container--inner li a .txtarea {
    padding: 3.7333333333vw 5.6vw;
  }
  .otherindex article .container--inner li a .txtarea--ttl .banner-icon {
    width: 10.4vw;
  }
  .otherindex article .container--inner li a .txtarea--ttl--h {
    font-size: 4.8vw;
    margin-left: 1.3333333333vw;
  }
  .otherindex article .container--inner li a .txtarea--p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .otherindex article .container--inner li a .txtarea .more {
    width: 18.6666666667vw;
    margin: 2.6666666667vw 0 0 auto;
  }
  .otherindex article .container--inner li a .txtarea .more .more-en {
    font-size: 3.7333333333vw;
  }
  .otherindex article .container--inner li a .txtarea .more--arrow {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .otherindex article .container--inner li a .txtarea .more--arrow img {
    width: 2.6666666667vw;
  }
  .otherindex article .container--inner li a:hover .txtarea .more--arrow {
    padding-left: 1.0666666667vw;
  }
  .otherindex article #pagetop {
    display: none;
  }
  .otherindex .footer {
    display: none;
  }

  .jobreturn article .container {
    padding-top: 16vw;
  }
  .jobreturn article .container--inner {
    width: 90%;
  }
  .jobreturn article .container--inner--block:not(:first-of-type) {
    margin-top: 5.3333333333vw;
    padding-top: 10.6666666667vw;
  }

  .comeback article .container {
    padding-top: 16vw;
  }
  .comeback article .container--inner {
    width: 90%;
  }
  .comeback article .container--inner--block:not(:first-of-type) {
    margin-top: 5.3333333333vw;
    padding-top: 10.6666666667vw;
  }
}

/*# sourceMappingURL=style.css.map */
