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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Mobile font size adjust*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  line-height: 1.6;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

/*@font-face {
	font-family: YuGothicMedium;
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}*/
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.7;
}

/*body {
	font-family: "メイリオ",
		Meiryo;
}*/
/*[lang=ja] body {

	// for IE10+
	@media all and (-ms-high-contrast: none) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

	@media all and (-ms-high-contrast: active) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 2.375rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.625rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 500;
}

.display-1 {
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
}

/*====Basic Table Style ====================================*/
table {
  width: 100%;
  margin-bottom: 1rem;
}

th,
td {
  padding: 0;
  border: none;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

/*====Basic List Style ====================================*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 2rem 0;
  padding: 0;
}

p {
  line-height: 1.8;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}
ol,
ul {
  /*bringing lists on to the page with breathing room */
  margin-left: 0;
  margin-bottom: 1.2em;
}

ol {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;
}

ul {
  /*giving UL's LIs generated disc markers*/
  list-style-type: disc;
}

ul li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 0em;
  margin-bottom: 0;
}

ul.no_dots {
  list-style: none;
  margin-left: 0em;
}

/*+++++++++++++++++++++++++++++++++*/
/*      Link Icons                 */
/*+++++++++++++++++++++++++++++++++*/
/* https://icomoon.io/app/  */
.txt_icon {
  padding-left: 1.8em;
  position: relative;
}

.txt_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.7em;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*border-radius: 0.4rem;*/
  background-position: center center;
}

.icon_home:after {
  background-image: url(../img/def/css/svg/home.svg);
}

.icon_arrow:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_rev:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_up:after {
  background-image: url(../img/def/css/svg/circle-up.svg);
}

.icon_arrow_down:after {
  background-image: url(../img/def/css/svg/circle-down.svg);
}

.icon_pdf:after {
  background-image: url(../img/def/css/svg/file-pdf.svg);
}

.icon_word:after {
  background-image: url(../img/def/css/svg/file-word.svg);
}

.icon_excel:after {
  background-image: url(../img/def/css/svg/file-excel.svg);
}

.icon_zip:after {
  background-image: url(../img/def/css/svg/file-zip.svg);
}

.icon_down:after {
  background-image: url(../img/def/css/svg/download.svg);
}

.icon_image:after {
  background-image: url(../img/def/css/svg/image.svg);
}

.icon_page:after {
  background-image: url(../img/def/css/svg/page.svg);
}

.icon_feed:after {
  background-image: url(../img/def/css/svg/feed.svg);
}

.icon_facebook:after {
  background-image: url(../img/def/css/svg/facebook.svg);
}

.icon_twitter:after {
  background-image: url(../img/def/css/svg/twitter.svg);
}

.icon_youtube:after {
  background-image: url(../img/def/css/svg/youtube.svg);
}

/*==== Paragraph & Font Settings ====================================*/
.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

/*=====Basic Tag Utility====*/
.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 2rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .pc_content {
    display: none;
  }
}
/*PC / Tablet*/
@media screen and (min-width: 737px) {
  .sp_content {
    display: none;
  }
}
/*=== Basic Link Style ============================================================*/
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

/*=====lazyload======*/
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 2s;
}

/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/*+++++++++++++++++++++++++++++++++*/
/*Web Site BODY.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/
/*Mobile*/
/*===Page Body ============================================*/
body {
  color: #000;
  background-color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body.non_scroll {
  overflow: hidden;
}

main {
  overflow: hidden;
}

section.back-color {
  background-color: rgba(255, 237, 182, 0.15);
}

.contents-inner {
  width: 1000px;
  margin: auto;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  .contents-inner {
    width: 90%;
    padding: 12vw 0;
  }
}

@media screen and (max-width: 736px) {
  .pc_img {
    display: none;
  }
}

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

.fadeIn,
.fadeIn_mv01,
.fadeIn_mv02,
.fadeIn_mv03,
.fadeIn_mv04,
.fadeIn_mv05,
.fadeIn_mv06 {
  opacity: 0;
  transition: 0.7s;
}
.fadeIn.is-show,
.fadeIn_mv01.is-show,
.fadeIn_mv02.is-show,
.fadeIn_mv03.is-show,
.fadeIn_mv04.is-show,
.fadeIn_mv05.is-show,
.fadeIn_mv06.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.7s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_mv01 {
  transition-delay: 0.3s;
}

.fadeIn_mv02 {
  transition-delay: 1s;
}

.fadeIn_mv03 {
  transition-delay: 1.5s;
}

.fadeIn_mv04 {
  transition-delay: 2s;
}

.fadeIn_mv05 {
  transition-delay: 2.5s;
}

.fadeIn_mv06 {
  transition-delay: 3s;
}

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

ul {
  margin: 0;
}
ul li {
  margin: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

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

p {
  margin: 0;
}

.loop-swiper > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.contents-mv {
  height: 600px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 736px) {
  .contents-mv {
    height: 35vh;
  }
}
.contents-mv:after {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.contents-mv__title-block {
  position: absolute;
  /*bottom: 110px;
  left: 60px;*/
  width: 1000px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #1DCD7A;
}
@media screen and (max-width: 736px) {
  .contents-mv__title-block {
    width: 90%;
    bottom: -10vw;
  }
}
.contents-mv__title {
  font-weight: 500;
  font-size: 3.3rem;
  margin-bottom: 0;
  line-height: 1.1;
  text-shadow: 0 0 1px rgb(255, 255, 255);
}
@media screen and (max-width: 736px) {
  .contents-mv__title {
    font-size: 1.8rem;
  }
}
.contents-mv__en {
  opacity: 0.5;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  .contents-mv__en {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

/* ==================================
main-visual
================================== */
.main-visual {
  height: 1500px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: var(--03, linear-gradient(64deg, rgba(54, 252, 255, 0.08) 11.31%, rgba(239, 252, 60, 0.08) 50.4%, rgba(66, 253, 63, 0.08) 91.03%));
}
@media screen and (max-width: 736px) {
  .main-visual {
    height: 120vh;
  }
}
.main-visual:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
  background-image: url(../img/index/deco-bk-repeat.png);
  background-repeat: repeat-x;
  background-size: contain;
}
.main-visual:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 470px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.main-visual__inner {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .main-visual__inner {
    width: 90%;
  }
}
.main-visual__image-box {
  width: 100%;
  height: 840px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .main-visual__image-box {
    height: 60vh;
  }
}
.main-visual__image-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  bottom: 0;
  left: calc((100vw - 1000px) / 2 * -1);
  opacity: 0.6;
  background-image: url(../img/index/deco-air.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 105%;
}
@media screen and (max-width: 736px) {
  .main-visual__image-box:before {
    width: 105vw;
    height: 100%;
    bottom: -20vw;
    left: -5vw;
  }
}
.main-visual__main-item, .main-visual__sub-item {
  width: 468px;
  height: 468px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
.main-visual__main-item.swiper, .main-visual__sub-item.swiper {
  position: absolute !important;
}
@media screen and (max-width: 736px) {
  .main-visual__main-item, .main-visual__sub-item {
    width: 210px;
    height: 210px;
  }
}
.main-visual__main-item img, .main-visual__sub-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__main-item.main-item01, .main-visual__sub-item.main-item01 {
  left: 0;
  right: 0;
  top: 233px;
  margin: auto;
  transform: rotate(7.783deg);
  z-index: 6;
}
@media screen and (max-width: 736px) {
  .main-visual__main-item.main-item01, .main-visual__sub-item.main-item01 {
    top: 24vw;
  }
}
.main-visual__main-item.main-item02, .main-visual__sub-item.main-item02 {
  width: 343px;
  height: 343px;
  left: -230px;
  top: 295px;
  transform: rotate(-6.348deg);
  z-index: 5;
}
@media screen and (max-width: 736px) {
  .main-visual__main-item.main-item02, .main-visual__sub-item.main-item02 {
    width: 180px;
    height: 180px;
    left: -7vw;
    top: auto;
    bottom: 0;
  }
}
.main-visual__main-item.main-item03, .main-visual__sub-item.main-item03 {
  width: 355px;
  height: 355px;
  top: 223px;
  right: -225px;
  transform: rotate(-2.786deg);
  z-index: 4;
}
@media screen and (max-width: 736px) {
  .main-visual__main-item.main-item03, .main-visual__sub-item.main-item03 {
    width: 170px;
    height: 170px;
    right: -7vw;
    top: auto;
    bottom: 9vw;
  }
}
.main-visual__main-item.sub-item01, .main-visual__sub-item.sub-item01 {
  width: 268px;
  height: 268px;
  top: 64px;
  left: 175px;
  transform: rotate(-11.494deg);
  z-index: 3;
}
@media screen and (max-width: 736px) {
  .main-visual__main-item.sub-item01, .main-visual__sub-item.sub-item01 {
    width: 100px;
    height: 100px;
    top: 18vw;
    left: auto;
    right: 3vw;
  }
}
.main-visual__main-item.sub-item02, .main-visual__sub-item.sub-item02 {
  width: 222px;
  height: 222px;
  top: 576px;
  left: -25px;
  transform: rotate(6.274deg);
  z-index: 2;
}
@media screen and (max-width: 736px) {
  .main-visual__main-item.sub-item02, .main-visual__sub-item.sub-item02 {
    width: 100px;
    height: 100px;
    top: auto;
    bottom: 42vw;
    left: -8vw;
  }
}
.main-visual__main-item.sub-item03, .main-visual__sub-item.sub-item03 {
  width: 202px;
  height: 202px;
  top: 519px;
  right: -78px;
  transform: rotate(-12.91deg);
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .main-visual__main-item.sub-item03, .main-visual__sub-item.sub-item03 {
    width: 80px;
    height: 80px;
    top: auto;
    bottom: 2vw;
    right: 27vw;
  }
}
.main-visual__text {
  text-align: center;
  color: #1DCD7A;
  margin-bottom: 110px;
}
@media screen and (max-width: 736px) {
  .main-visual__text {
    margin: 20vw 0 12vw;
  }
}
.main-visual__text h1 {
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 736px) {
  .main-visual__text h1 {
    font-size: 2.3rem;
    margin-bottom: 5vw;
  }
}
.main-visual__text p {
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 736px) {
  .main-visual__text p {
    font-size: 1.1rem;
  }
}
.main-visual .maintext-animate {
  width: 100vw;
  margin-left: calc((100vw - 1000px) / 2 * -1);
  overflow: hidden;
  margin-bottom: 160px;
}
@media screen and (max-width: 736px) {
  .main-visual .maintext-animate {
    margin-left: 0;
    margin-bottom: 20vw;
  }
}
.main-visual .maintext-animate__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scrollText 25s linear infinite;
}
.main-visual .maintext-animate span {
  flex: 0 0 auto;
  margin-right: 45px;
  opacity: 0.2;
}
.main-visual .maintext-animate span img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 736px) {
  .main-visual .maintext-animate span img {
    height: 25px;
  }
}
.main-visual__scrolldown {
  position: relative;
  width: 100px;
  height: 108px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .main-visual__scrolldown {
    height: 70px;
  }
}
.main-visual__scrolldown span {
  position: absolute;
  display: block;
  width: 1.5px;
  height: 100%;
  bottom: 10px;
  left: 50%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #1DCD7A;
}
.main-visual__scrolldown span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1DCD7A;
  animation: circlemove 2.2s ease-in-out infinite, cirlemovehide 2.2s ease-out infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes circlemove {
  0% {
    bottom: 108px;
  }
  100% {
    bottom: -5px;
  }
}
@media screen and (max-width: 736px) {
  @keyframes circlemove {
    0% {
      bottom: 70px;
    }
    100% {
      bottom: -5px;
    }
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* ==================================
intro-sec
================================== */
.intro-sec {
  position: relative;
}
@media screen and (max-width: 736px) {
  .intro-sec {
    padding-bottom: 70vw;
  }
}
.intro-sec:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  bottom: 0;
  opacity: 0.6;
  background-image: url(../img/index/deco-air.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 105%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 736px) {
  .intro-sec:before {
    background-position: center 61%;
  }
}
.intro-text {
  width: 545px;
}
@media screen and (max-width: 736px) {
  .intro-text {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.intro-text__title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 95px;
}
@media screen and (max-width: 736px) {
  .intro-text__title {
    font-size: 1.6rem;
    margin-bottom: 10vw;
  }
}
.intro-text__title span {
  color: #1DCD7A;
  font-weight: 600;
}
.intro-text__text {
  font-size: 1.3rem;
  line-height: 2.4;
}
@media screen and (max-width: 736px) {
  .intro-text__text {
    font-size: 1.1rem;
  }
}
.intro-deco {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .intro-deco {
    width: 150px;
    height: 150px;
  }
}
.intro-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-deco.deco01 {
  right: 150px;
  top: 70px;
  transform: rotate(-3.559deg);
}
@media screen and (max-width: 736px) {
  .intro-deco.deco01 {
    right: auto;
    left: 4vw;
    top: auto;
    bottom: -46vw;
  }
}
.intro-deco.deco02 {
  width: 310px;
  height: 310px;
  right: 0;
  top: 325px;
  transform: rotate(7.261deg);
}
@media screen and (max-width: 736px) {
  .intro-deco.deco02 {
    width: 180px;
    height: 180px;
    top: auto;
    bottom: -27vw;
  }
}
.intro-deco:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: linear-gradient(44deg, #5EBEB1 10.87%, rgba(0, 114, 145, 0) 58.14%);
}

/* ==================================
contents-text
================================== */
.contents-text {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.contents-text__title {
  width: 303px;
  margin-right: 60px;
}
@media screen and (max-width: 736px) {
  .contents-text__title {
    margin-right: 0;
    width: 100%;
    margin-bottom: 7vw;
  }
}
.contents-text__title h3 {
  color: #1DCD7A;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .contents-text__title h3 {
    font-size: 2rem;
    margin-bottom: 5vw;
  }
}
.contents-text__title p {
  font-size: 1.5rem;
}
@media screen and (max-width: 736px) {
  .contents-text__title p {
    font-size: 1.2rem;
  }
}
.contents-text__title p span {
  color: #1DCD7A;
  font-weight: 600;
}
.contents-text__text {
  width: 435px;
  font-size: 1.1rem;
}
@media screen and (max-width: 736px) {
  .contents-text__text {
    width: 100%;
    font-size: 1rem;
  }
}
.contents-text__text p {
  line-height: 2.5;
}

/* ==================================
text-circle-animate
================================== */
.text-circle-animate {
  position: absolute;
  width: 760px;
  height: 760px;
}
@media screen and (max-width: 736px) {
  .text-circle-animate {
    width: 300px;
    height: 300px;
  }
}
.text-circle-animate img {
  animation: circleRotate 30s linear infinite;
  opacity: 0.3;
}

@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==================================
about-sec
================================== */
.about-sec {
  position: relative;
  padding-top: 230px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .about-sec {
    padding-top: 20vw;
  }
}
.about-sec .contents-inner {
  padding-left: 190px;
  padding-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .about-sec .contents-inner {
    width: 100%;
    padding: 10vw 7vw 15vw;
  }
}
.about-sec:after {
  content: "";
  width: 100%;
  height: 330px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 63.46%);
}
.about-sec__inner {
  width: 90vw;
  margin: auto;
  position: relative;
  background: var(--04, linear-gradient(64deg, rgba(101, 255, 54, 0.08) 11.31%, rgba(255, 180, 75, 0.08) 50.4%, rgba(241, 255, 89, 0.08) 91.03%));
}
.about-sec__inner .text-circle-animate {
  top: -140px;
  left: -300px;
}
@media screen and (max-width: 736px) {
  .about-sec__inner .text-circle-animate {
    top: -18vw;
    left: -30vw;
  }
}
.about-btn {
  width: 425px;
  background-color: #1DCD7A;
  border-radius: 50px;
}
@media screen and (max-width: 736px) {
  .about-btn {
    width: 100%;
  }
}
.about-btn a {
  display: block;
  position: relative;
  color: #fff;
  padding: 14px 35px 16px;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .about-btn a {
    font-size: 0.9rem;
  }
}
.about-btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../img/parts/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .about-btn:hover a {
    opacity: 0.7;
  }
}
.about-btn:hover a:after {
  right: 27px;
}

/* ==================================
works-sec
================================== */
.works-sec {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.works-sec .text-circle-animate {
  right: -330px;
  z-index: -2;
}
@media screen and (max-width: 736px) {
  .works-sec .text-circle-animate {
    right: -22vw;
  }
}
.works-sec:after {
  content: "";
  width: 100%;
  height: 330px;
  display: block;
  position: absolute;
  bottom: 120px;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 63.46%);
}
.works-container {
  width: 1300px;
  margin-left: -150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .works-container {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
}
.works-container .works-item {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid #1DCD7A;
  background-image: none;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  .works-container .works-item {
    width: 300px;
    height: 300px;
    margin-bottom: 6vw;
  }
}
.works-container .works-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
}
.works-container .works-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transform: translate(-10%, -10%) rotate(0deg) translateX(193px);
  transform-origin: 0 0;
  animation: orbit 7s linear infinite;
  background-color: #1DCD7A;
}
@media screen and (max-width: 736px) {
  .works-container .works-item:after {
    transform: translate(-10%, -10%) rotate(0deg) translateX(144px);
  }
}
.works-container .works-item.sales-techniques:before {
  background-image: url(../img/index/works-item01.jpg);
}
.works-container .works-item.sales-techniques:after {
  animation-duration: 6s;
  animation-delay: -1.2s;
}
.works-container .works-item.service-engineering:before {
  background-image: url(../img/index/works-item02.jpg);
}
.works-container .works-item.service-engineering:after {
  animation-duration: 7.5s;
  animation-delay: -3s;
}
.works-container .works-item.corporate-sales:before {
  background-image: url(../img/index/works-item03.jpg);
}
.works-container .works-item.corporate-sales:after {
  animation-duration: 5.8s;
  animation-delay: -0.7s;
}
.works-container .works-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #1DCD7A;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: var(--04, linear-gradient(64deg, rgba(101, 255, 54, 0.08) 11.31%, rgba(255, 180, 75, 0.08) 50.4%, rgba(241, 255, 89, 0.08) 91.03%));
}
@media screen and (max-width: 736px) {
  .works-container .works-item a {
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .works-container .works-item:hover:before {
    opacity: 1;
  }
  .works-container .works-item:hover a {
    color: #fff;
  }
}

@keyframes orbit {
  from {
    transform: translate(-10%, -10%) rotate(0deg) translateX(193px);
  }
  to {
    transform: translate(-10%, -10%) rotate(360deg) translateX(193px);
  }
}
@media screen and (max-width: 736px) {
  @keyframes orbit {
    from {
      transform: translate(-10%, -10%) rotate(0deg) translateX(144px);
    }
    to {
      transform: translate(-10%, -10%) rotate(360deg) translateX(144px);
    }
  }
}
/* ==================================
interview-sec
================================== */
.interview-sec {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  margin-bottom: 100px;
  background: var(--03, linear-gradient(64deg, rgba(54, 252, 255, 0.08) 11.31%, rgba(239, 252, 60, 0.08) 50.4%, rgba(66, 253, 63, 0.08) 91.03%));
}
@media screen and (max-width: 736px) {
  .interview-sec {
    margin-bottom: 0;
  }
}
.interview-sec .text-circle-animate {
  left: -167px;
  top: 245px;
}
@media screen and (max-width: 736px) {
  .interview-sec .text-circle-animate {
    left: -33vw;
    top: 10vw;
  }
}
.interview-sec:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/index/deco-arch.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.interview-sec:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 248px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 63.46%);
}
.interview-title {
  color: #1DCD7A;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  .interview-title {
    font-size: 2rem;
    margin-bottom: 12vw;
  }
}
.interview-container {
  width: 100vw;
  margin-left: calc((100vw - 1000px) / 2 * -1);
  padding-left: calc((100vw - 1000px) / 2);
}
.interview-item {
  width: 240px !important;
  margin-right: 68px;
}
@media screen and (max-width: 736px) {
  .interview-item {
    margin-right: 9vw;
  }
}
.interview-item__thumb {
  width: 100%;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 28px;
}
.interview-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-item__copy {
  font-weight: 500;
  margin-bottom: 10px;
}
.interview-item__name {
  color: #1DCD7A;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.interview-item__cat {
  display: flex;
  flex-wrap: wrap;
}
.interview-item__cat li {
  background-color: #1DCD7A;
  color: #fff;
  padding: 3px 20px 5px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 15px;
  font-size: 0.8rem;
}

/* ==================================
environment-sec
================================== */
.environment-sec__inner {
  position: relative;
  width: 1162px;
  margin: 0 auto 250px;
  padding-bottom: 150px;
}
@media screen and (max-width: 736px) {
  .environment-sec__inner {
    width: 90%;
    margin-bottom: 15vw;
  }
}
.environment-title {
  text-align: center;
  margin-bottom: 40px;
}
.environment-title h3 {
  color: #1DCD7A;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 736px) {
  .environment-title h3 {
    font-size: 2.2rem;
  }
}
.environment-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.environment-main__item {
  width: 581px;
  height: 581px;
  border-radius: 50%;
  border: 1px solid #1DCD7A;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .environment-main__item {
    width: 320px;
    height: 320px;
  }
}
.environment-main__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: var(--04, linear-gradient(64deg, rgba(101, 255, 54, 0.08) 11.31%, rgba(255, 180, 75, 0.08) 50.4%, rgba(241, 255, 89, 0.08) 91.03%));
}
.environment-main__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transform: translate(-10%, -10%) rotate(0deg) translateX(285px);
  transform-origin: 0 0;
  animation: orbit02 7s linear infinite;
  background-color: #1DCD7A;
}
@media screen and (max-width: 736px) {
  .environment-main__item:after {
    transform: translate(-10%, -10%) rotate(0deg) translateX(153px);
  }
}
.environment-main__item.work-life:after {
  animation-duration: 6s;
  animation-delay: -1.2s;
}
.environment-main__item.story:after {
  animation-duration: 7.5s;
  animation-delay: -3s;
}
.environment-main__item a {
  display: block;
  position: relative;
  color: #1DCD7A;
  padding-top: 146px;
  height: 100%;
}
@media screen and (max-width: 736px) {
  .environment-main__item a {
    padding-top: 10vw;
  }
}
.environment-main__item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 75px;
  height: 21px;
  background-image: url(../img/parts/arrow_thin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 0;
  left: 0;
  bottom: 144px;
  margin: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .environment-main__item a:after {
    width: 50px;
    bottom: 16vw;
  }
}
.environment-main__item:last-child a {
  padding-top: 122px;
}
@media screen and (max-width: 736px) {
  .environment-main__item:last-child a {
    padding-top: 10vw;
  }
}
.environment-main__item:last-child a:after {
  bottom: 124px;
}
@media screen and (max-width: 736px) {
  .environment-main__item:last-child a:after {
    bottom: 13vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .environment-main__item:hover a:after {
    right: -12px;
  }
}
.environment-main__illust {
  width: 150px;
  height: 106px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 736px) {
  .environment-main__illust {
    width: 90px;
    height: 70px;
    margin: 0 auto 25px;
  }
}
.environment-main__illust img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.environment-main__en {
  margin-bottom: 15px;
}
@media screen and (max-width: 736px) {
  .environment-main__en {
    font-size: 0.9rem;
  }
}
.environment-main__title {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .environment-main__title {
    width: 80%;
    margin: auto;
    font-size: 1.3rem;
  }
}
.environment-deco {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}
.environment-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.environment-deco {
  /* 上下アニメーション */
  animation: floatY 8s ease-in-out infinite;
  will-change: transform;
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.environment-deco.deco01 {
  width: 229px;
  height: 229px;
  top: 70px;
  left: -200px;
  animation-duration: 7s;
  animation-delay: -1s;
}
@media screen and (max-width: 736px) {
  .environment-deco.deco01 {
    width: 110px;
    height: 110px;
    top: 37vw;
    left: -15vw;
  }
}
.environment-deco.deco02 {
  width: 290px;
  height: 290px;
  top: 350px;
  left: -400px;
  animation-duration: 10s;
  animation-delay: -3s;
}
@media screen and (max-width: 736px) {
  .environment-deco.deco02 {
    display: none;
  }
}
.environment-deco.deco03 {
  width: 273px;
  height: 273px;
  left: -114px;
  bottom: 0;
  animation-duration: 8.5s;
  animation-delay: -2s;
}
@media screen and (max-width: 736px) {
  .environment-deco.deco03 {
    width: 120px;
    height: 120px;
    left: -2vw;
    bottom: 7vw;
  }
}
.environment-deco.deco04 {
  width: 222px;
  height: 222px;
  right: -170px;
  top: 36px;
  animation-duration: 9s;
  animation-delay: -4s;
}
@media screen and (max-width: 736px) {
  .environment-deco.deco04 {
    display: none;
  }
}
.environment-deco.deco05 {
  width: 393px;
  height: 393px;
  right: -340px;
  top: 350px;
  animation-duration: 12s;
  animation-delay: -6s;
}
@media screen and (max-width: 736px) {
  .environment-deco.deco05 {
    width: 110px;
    height: 110px;
    top: 45vw;
    right: -14vw;
  }
}
.environment-deco.deco06 {
  width: 250px;
  height: 250px;
  right: 0;
  bottom: -10px;
  animation-duration: 7.5s;
  animation-delay: -2.5s;
}
@media screen and (max-width: 736px) {
  .environment-deco.deco06 {
    width: 130px;
    height: 130px;
    right: -9vw;
    bottom: 17vw;
  }
}

@keyframes orbit02 {
  from {
    transform: translate(-10%, -10%) rotate(0deg) translateX(282px);
  }
  to {
    transform: translate(-10%, -10%) rotate(360deg) translateX(285px);
  }
}
@media screen and (max-width: 736px) {
  @keyframes orbit02 {
    from {
      transform: translate(-10%, -10%) rotate(0deg) translateX(153px);
    }
    to {
      transform: translate(-10%, -10%) rotate(360deg) translateX(153px);
    }
  }
}
/* ==================================
info-sec
================================== */
.info-sec__inner {
  width: 90vw;
  margin: auto;
  background: var(--04, linear-gradient(64deg, rgba(101, 255, 54, 0.08) 11.31%, rgba(255, 180, 75, 0.08) 50.4%, rgba(241, 255, 89, 0.08) 91.03%));
}
.info-title {
  color: #1DCD7A;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .info-title {
    font-size: 2rem;
    margin-bottom: 10vw;
  }
}
.info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .info-container {
    justify-content: center;
  }
}
.info-item {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #1DCD7A;
}
@media screen and (max-width: 736px) {
  .info-item {
    margin-bottom: 5vw;
  }
}
.info-item a {
  display: block;
  height: 100%;
  text-align: center;
  position: relative;
  padding-top: 70px;
}
.info-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 11px;
  background-image: url(../img/parts/arrow_gr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 0;
  left: 0;
  bottom: 55px;
  margin: auto;
  transition: all 0.3s ease;
}
.info-item__title {
  font-weight: 500;
  margin-bottom: 5px;
}
.info-item__en {
  color: #1DCD7A;
  opacity: 0.4;
}
@media (hover: hover) and (pointer: fine) {
  .info-item:hover a:after {
    right: -12px;
  }
}

/* ==================================
topics-sec
================================== */
.topics {
  position: relative;
}
@media screen and (max-width: 736px) {
  .topics {
    margin: 20vw 0;
  }
}
.topics-title {
  margin-bottom: 55px;
}
@media screen and (max-width: 736px) {
  .topics-title {
    margin-bottom: 5vw;
  }
}
.topics-title h3 {
  color: #1DCD7A;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .topics-title h3 {
    font-size: 2rem;
  }
}
.topics-title__btn {
  width: 167px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1DCD7A;
  border-radius: 30px;
}
@media screen and (max-width: 736px) {
  .topics-title__btn {
    width: 145px;
  }
}
.topics-title__btn a {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  padding: 9px 30px 11px;
}
@media screen and (max-width: 736px) {
  .topics-title__btn a {
    font-size: 0.9rem;
  }
}
.topics-title__btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../img/parts/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .topics-title__btn a:after {
    width: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .topics-title__btn:hover a:after {
    right: 22px;
  }
}
.topics-item {
  border-bottom: 1px solid #1DCD7A;
  transition: all 0.3s ease;
}
.topics-item a {
  display: block;
  padding: 30px 0;
}
.topics-item h4 {
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (max-width: 736px) {
  .topics-item h4 {
    font-size: 1.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .topics-item:hover {
    opacity: 0.7;
  }
}
.topics-date-cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.topics-date-cat__date {
  color: #1DCD7A;
  margin-right: 5px;
}
.topics-date-cat span {
  display: block;
  background-color: rgba(29, 205, 122, 0.15);
  border-radius: 15px;
  color: #1DCD7A;
  padding: 2px 25px 3px;
  font-size: 0.9rem;
}
@media screen and (max-width: 736px) {
  .topics-date-cat span {
    font-size: 0.8rem;
  }
}

/* ==================================
header
================================== */
header {
  position: fixed;
  width: 100%;
  height: 110px;
  top: 0;
  z-index: 9999;
}

.header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 399px;
  height: 256px;
  z-index: -1;
  background: linear-gradient(322deg, rgba(255, 255, 255, 0) 59.82%, #FFF 92.58%);
}
@media screen and (max-width: 736px) {
  .header:before {
    width: 42vw;
    height: 28vw;
  }
}
.header-logo {
  width: 193px;
  position: absolute;
  left: 35px;
  top: 36px;
  transition: all 0.3s ease;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .header-logo {
    width: 30%;
    left: 5vw;
    top: 5vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-logo:hover {
    opacity: 0.7;
  }
}
.header-btn {
  width: 330px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 28px 46px 0 0;
}
@media screen and (max-width: 736px) {
  .header-btn {
    width: 50px;
    right: 5vw;
    top: 3vw;
    padding: 0;
  }
}
.header-btn__info {
  width: 192px;
  background-color: #1DCD7A;
  border-radius: 33px;
  border: 1px solid #fff;
}
@media screen and (max-width: 736px) {
  .header-btn__info {
    display: none;
  }
}
.header-btn__info a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 9px 0 11px;
}
.header-btn__navi-line {
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.header-btn__navi-line:before, .header-btn__navi-line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1DCD7A;
  transition: all 0.3s ease;
}
.header-btn__navi-line:before {
  top: -7px;
}
@media screen and (max-width: 736px) {
  .header-btn__navi-line:before {
    top: -6px;
  }
}
.header-btn__navi-line:after {
  bottom: -7px;
}
@media screen and (max-width: 736px) {
  .header-btn__navi-line:after {
    bottom: -6px;
  }
}
.header-btn__navi-btn {
  width: 64px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.header-btn__navi-btn.open .header-btn__navi-line:before {
  transform: rotate(150deg);
  top: 0;
}
.header-btn__navi-btn.open .header-btn__navi-line:after {
  transform: rotate(-150deg);
  bottom: 0;
}

/* ==================================
open-nav
================================== */
.open-nav {
  display: none;
  z-index: 8888;
  position: fixed;
  width: 50vw;
  height: 100vh;
  top: 0;
  right: 0;
  backdrop-filter: blur(70px);
  overflow: scroll;
}
@media screen and (max-width: 736px) {
  .open-nav {
    width: 100%;
  }
}
.open-nav__inner {
  padding: calc(110px + 5vh) 5vw 7vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .open-nav__inner {
    padding: 30vw 10vw 20vw;
  }
}
.open-nav__inner ul {
  width: 48%;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
}
@media screen and (max-width: 736px) {
  .open-nav__inner ul {
    width: 100%;
  }
}
.open-nav__inner ul:first-child {
  width: 100%;
  padding-bottom: 15px;
}
.open-nav__inner ul li a {
  display: block;
  padding: 0 0 10px;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .open-nav__inner ul li a {
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .open-nav__inner ul li:hover a {
    color: #1DCD7A;
  }
}
.open-nav__inner ul li.sub a {
  padding: 5px 0 5px 20px;
  font-size: 1rem;
  position: relative;
}
@media screen and (max-width: 736px) {
  .open-nav__inner ul li.sub a {
    font-size: 0.9rem;
    padding: 3px 0 3px 20px;
  }
}
.open-nav__inner ul li.sub a:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 1.5px;
  background-color: #000;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .open-nav__inner ul li.sub a:before {
    bottom: auto;
    margin: 0;
    top: 15px;
  }
}
.open-nav__inner ul.info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.open-nav__inner ul.info li {
  width: 48%;
}
.open-nav__inner ul.info li:first-child {
  width: 100%;
}

/* ==================================
fixed-btn
================================== */
.fixed-btn {
  position: fixed;
  width: 490px;
  right: 30px;
  bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 9998;
}
@media screen and (max-width: 736px) {
  .fixed-btn {
    width: 95%;
    right: 0;
    left: 0;
    bottom: 3vw;
    margin: auto;
  }
}
.fixed-btn__item {
  width: 238px;
  border-radius: 55px;
  border: 0.5px solid #FFF;
  background-color: #1DCD7A;
}
@media screen and (max-width: 736px) {
  .fixed-btn__item {
    width: 49%;
  }
}
.fixed-btn__item a {
  display: block;
  position: relative;
  color: #fff;
  padding: 14px 35px 16px;
  font-size: 1.1rem;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .fixed-btn__item a {
    font-size: 0.9rem;
    padding: 14px 20px 16px;
  }
}
.fixed-btn__item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/parts/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .fixed-btn__item a:after {
    width: 15px;
    right: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fixed-btn__item:hover a {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fixed-btn__item:hover a:after {
    right: 22px;
  }
}
.fixed-btn__item.mid {
  background-color: #4184E5;
}

/* ==================================
footer
================================== */
footer {
  background-color: #fff;
}
@media screen and (max-width: 736px) {
  footer {
    padding-bottom: 22vw;
  }
}

.footer-inner {
  width: 1000px;
  margin: auto;
  padding: 118px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .footer-inner {
    width: 90%;
    padding: 15vw 0;
  }
}
.footer-about {
  width: 50%;
}
@media screen and (max-width: 736px) {
  .footer-about {
    width: 100%;
  }
}
.footer-logo {
  width: 356px;
  margin-bottom: 66px;
}
@media screen and (max-width: 736px) {
  .footer-logo {
    width: 75%;
    margin: 0 0 15vw;
  }
}
.footer-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .footer-sns {
    justify-content: center;
  }
}
.footer-sns__item {
  width: 50px;
  margin-right: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .footer-sns__item {
    width: 35px;
    margin: 0 10px;
  }
}
.footer-sns__item:last-child {
  margin-right: 0;
}
.footer-sns__item.banner-item {
  width: 190px;
}
@media screen and (max-width: 736px) {
  .footer-sns__item.banner-item {
    margin-top: 5vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-sns__item:hover {
    opacity: 0.7;
  }
}
.footer-nav {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
@media screen and (max-width: 736px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav ul {
  margin-right: 70px;
}
.footer-nav ul li a {
  display: block;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.footer-nav ul li:hover a {
  color: #1DCD7A;
}
.footer-nav ul:last-child {
  margin-right: 0;
}
.footer-copy {
  border-top: 1px solid #1DCD7A;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 736px) {
  .footer-copy {
    padding: 5vw 0;
    border-bottom: 1px solid #1DCD7A;
  }
}
.footer-copy small {
  color: #1DCD7A;
  font-weight: 400;
  opacity: 0.7;
}
@media screen and (max-width: 736px) {
  .footer-copy small {
    font-size: 0.8rem;
  }
}

.contact-sec {
  background-color: #1DCD7A;
  position: relative;
}
.contact-sec .contents-inner {
  padding: 170px 0 150px;
}
@media screen and (max-width: 736px) {
  .contact-sec .contents-inner {
    padding: 25vw 0 20vw;
  }
}
.contact-sec:before {
  content: "";
  width: 100%;
  height: 50%;
  background-image: url(../img/index/deco-arch.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 0;
}
.contact-sec.footer--on-bg:before {
  background-image: url(../img/index/deco-arch_bk.png);
}
.contact-title {
  color: #fff;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 736px) {
  .contact-title {
    margin-bottom: 9vw;
  }
}
.contact-title h3 {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .contact-title h3 {
    font-size: 2rem;
  }
}
.contact-title p {
  font-size: 1.3rem;
}
@media screen and (max-width: 736px) {
  .contact-title p {
    font-size: 1.1rem;
  }
}
.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-btn {
  background-color: #fff;
  border-radius: 80px;
  text-align: center;
  width: 490px;
}
.contact-btn a {
  display: block;
  color: #1DCD7A;
  font-size: 1.7rem;
}
@media screen and (max-width: 736px) {
  .contact-btn a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 736px) {
  .contact-btn.tel {
    margin-bottom: 5vw;
  }
}
.contact-btn.tel a {
  font-size: 2.3rem;
  line-height: 1;
  padding: 21px 0px;
}
@media screen and (max-width: 736px) {
  .contact-btn.tel a {
    font-size: 2rem;
  }
}
.contact-btn.tel span {
  color: #000;
  font-size: 1rem;
  display: block;
}
.contact-btn.tel span.mid {
  margin-bottom: 5px;
  line-height: 1.15;
}
.contact-btn.tel span.small {
  font-size: 0.9rem;
  margin-top: 8px;
}
.contact-btn.tel img {
  width: 29px;
  height: auto;
}
.contact-btn.form {
  transition: all 0.3s ease;
}
.contact-btn.form a {
  height: 100%;
  line-height: 2;
  padding: 45px 0;
}
@media screen and (max-width: 736px) {
  .contact-btn.form a {
    padding: 20px 0;
  }
}
.contact-btn.form img {
  width: 42px;
  height: auto;
  margin-right: 5px;
}
@media screen and (max-width: 736px) {
  .contact-btn.form img {
    width: 29px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact-btn.form:hover {
    opacity: 0.7;
  }
}

.entry-sec {
  position: relative;
  z-index: 0;
  padding-bottom: 170px;
  background: var(--04, linear-gradient(64deg, rgba(101, 255, 54, 0.08) 11.31%, rgba(255, 180, 75, 0.08) 50.4%, rgba(241, 255, 89, 0.08) 91.03%));
}
@media screen and (max-width: 736px) {
  .entry-sec {
    padding-bottom: 10vw;
  }
}
.entry-sec:after {
  content: "";
  display: block;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 63.46%);
  bottom: 0;
  left: 0;
}
.entry-sec:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0.6;
  background-image: url(../img/index/deco-air.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 105%;
  transform: scale(1, -1);
}
.entry-container {
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .entry-container {
    padding: 5vw;
    margin-bottom: 7vw;
  }
}
.entry-title {
  width: 340px;
  color: #1DCD7A;
}
@media screen and (max-width: 736px) {
  .entry-title {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.entry-title h3 {
  font-size: 6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .entry-title h3 {
    font-size: 4.5rem;
  }
}
.entry-title p {
  font-size: 1.2rem;
}
.entry-btn {
  width: 460px;
}
@media screen and (max-width: 736px) {
  .entry-btn {
    width: 100%;
  }
}
.entry-btn__item {
  width: 100%;
  background-color: #1DCD7A;
  border-radius: 60px;
}
.entry-btn__item a {
  display: block;
  text-align: center;
  padding: 32px 0 34px;
  color: #fff;
  font-size: 1.8rem;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .entry-btn__item a {
    font-size: 1.5rem;
    padding: 23px 0 25px;
  }
}
.entry-btn__item a img {
  width: 35px;
  margin-left: 15px;
}
@media screen and (max-width: 736px) {
  .entry-btn__item a img {
    width: 26px;
  }
}
.entry-btn__item.mid {
  background-color: #4184E5;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .entry-btn__item.mid {
    margin-top: 5vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .entry-btn__item:hover a {
    opacity: 0.7;
  }
}
.entry-interview__img {
  width: 270px !important;
  height: 270px !important;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}
@media screen and (max-width: 736px) {
  .entry-interview__img {
    width: 150px !important;
    height: 150px !important;
    margin-right: 20px;
  }
}
.entry-interview__img:nth-child(odd) {
  margin-top: -55px;
}
.entry-interview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==== Layout Module ==============================================*/
.c-section .l-inner {
  width: 1000px;
  margin: auto;
  padding: 30px 0;
}
@media screen and (max-width: 736px) {
  .c-section .l-inner {
    width: 90%;
  }
}
.c-section.has-bg {
  background-color: rgba(66, 253, 63, 0.09);
}
.c-section--heading01 .l-inner, .c-section--heading02 .l-inner, .c-section--heading03 .l-inner {
  padding-bottom: 15px;
}

.single-unit .c-section {
  padding: 30px 0;
}
.single-unit .c-section--heading01, .single-unit .c-section--heading02, .single-unit .c-section--heading03, .single-unit .c-section--heading04, .single-unit .c-section--question {
  padding-bottom: 15px;
}

.c-spacer {
  height: 30px;
}

.c-heading--h2 {
  font-weight: 500;
  font-size: 2.3rem;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .c-heading--h2 {
    font-size: 1.8rem;
  }
}
.c-heading--h2:first-letter {
  color: #1DCD7A;
}
.c-heading--h3 {
  font-weight: 500;
  margin: 0;
}
.c-heading--h4 {
  font-weight: 500;
  color: #1DCD7A;
  margin: 0;
}

.c-copy {
  font-size: 1.15rem;
}

.c-text {
  line-height: 2;
}

.c-media {
  position: relative;
}
.c-media:after {
  content: "";
  display: block;
  clear: both;
}
.c-media__img {
  width: 430px;
  height: 290px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .c-media__img {
    width: 100%;
    height: 60vw;
    margin-bottom: 5vw;
  }
}
.c-media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-media__body {
  width: 530px;
}
@media screen and (max-width: 736px) {
  .c-media__body {
    width: 100%;
  }
}
.c-media__title {
  font-weight: 500;
  color: #1DCD7A;
  margin-bottom: 20px;
}
.c-media__text {
  line-height: 2;
}

.is-image_text_arrangement-left .c-media__body,
.is-image_text_place-right .c-media__body {
  float: left;
}
.is-image_text_arrangement-left .c-media__img,
.is-image_text_place-right .c-media__img {
  float: right;
}

.is-image_text_arrangement-right .c-media__body,
.is-image_text_place-left .c-media__body {
  float: right;
}
.is-image_text_arrangement-right .c-media__img,
.is-image_text_place-left .c-media__img {
  float: left;
}

.is-image_text_design-design .c-media__body {
  width: 645px;
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design .c-media__body {
    width: 100%;
  }
}
.is-image_text_design-design .c-media__img {
  width: calc((100vw - 1000px) / 4 + 300px);
  height: 350px;
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design .c-media__img {
    width: calc(100% + 5vw);
    height: 60vw;
  }
}
.is-image_text_design-design.is-image_text_arrangement-left .c-media__img {
  margin-right: calc((100vw - 1000px) / 4 * -1);
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design.is-image_text_arrangement-left .c-media__img {
    margin-right: -5vw;
    border-radius: 30px 0 0 30px;
  }
}
.is-image_text_design-design.is-image_text_arrangement-right .c-media__img {
  margin-left: calc((100vw - 1000px) / 4 * -1);
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design.is-image_text_arrangement-right .c-media__img {
    margin-left: -5vw;
    border-radius: 0 30px 30px 0;
  }
}

.c-image-grid {
  display: grid;
}
.c-image-grid__item {
  border-radius: 30px;
  overflow: hidden;
  background-color: rgba(66, 253, 63, 0.09);
}
.c-image-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-image_column_num-num01 .c-image-grid {
  grid-template-columns: 1fr;
  gap: 30px 0;
}
.is-image_column_num-num01 .c-image-grid__item {
  width: calc((100vw - 1000px) * 0.3 + 1000px);
  height: 700px;
  margin-left: calc((100vw - 1000px) / 2 * 0.3 * -1);
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num01 .c-image-grid__item {
    width: 100%;
    height: 60vw;
    margin-left: 0;
  }
}

.is-image_column_num-num02 .c-image-grid {
  grid-template-columns: 1fr 1fr;
  gap: 25px 0;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num02 .c-image-grid {
    gap: 3vw;
  }
}
.is-image_column_num-num02 .c-image-grid__item {
  width: 475px;
  height: 350px;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num02 .c-image-grid__item {
    width: 100%;
    height: 35vw;
    border-radius: 25px;
  }
}

.is-image_column_num-num03 .c-image-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 0;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num03 .c-image-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
  }
}
.is-image_column_num-num03 .c-image-grid__item {
  width: 310px;
  height: 230px;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num03 .c-image-grid__item {
    width: 100%;
    height: 35vw;
    border-radius: 25px;
  }
}

.has-bg .c-image-grid__item {
  background-color: #fff;
}

.c-link-module {
  display: grid;
}
.c-link-module__item {
  width: 320px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 736px) {
  .c-link-module__item {
    width: 100%;
  }
}
.c-link-module__link {
  display: block;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.c-link-module__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #4184E5;
  background-image: url(../img/parts/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  right: -10px;
  bottom: -10px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-link-module__link:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-link-module__link:hover:after {
    right: -13px;
  }
}
.c-link-module__thumb {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  overflow: hidden;
}
.c-link-module__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-link-module__body {
  border-radius: 30px;
  padding: 45px 40px;
  flex: 1;
  background-color: rgba(66, 253, 63, 0.09);
}
.c-link-module__title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.is-link_module_column-column02 .c-link-module {
  grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column02 .c-link-module {
    grid-template-columns: 1fr;
  }
}
.is-link_module_column-column02 .c-link-module__item {
  width: 478px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column02 .c-link-module__item {
    width: 100%;
  }
}
.is-link_module_column-column02 .c-link-module__thumb {
  height: 478px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column02 .c-link-module__thumb {
    height: 320px;
  }
}

.is-link_module_column-column03 .c-link-module {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 20px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column03 .c-link-module {
    grid-template-columns: 1fr;
  }
}

.c-section--list_module_m .c-link-module__item {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 265px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__item {
    padding-left: 0;
  }
}
.c-section--list_module_m .c-link-module__item:last-child {
  margin-bottom: 0;
}
.c-section--list_module_m .c-link-module__link {
  display: block;
  width: calc(100% + 265px);
  height: 100%;
  position: relative;
  margin-left: -265px;
  padding-left: 265px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__link {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.c-section--list_module_m .c-link-module__link:after {
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__link:after {
    top: auto;
    bottom: -3vw;
    right: -3vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-section--list_module_m .c-link-module__link:hover:after {
    right: -23px;
  }
}
.c-section--list_module_m .c-link-module__thumb {
  width: 265px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__thumb {
    width: 100%;
    position: static;
    height: 60vw;
  }
}
.c-section--list_module_m.is-link_module_size-size02 .c-link-module__item {
  padding-left: 370px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m.is-link_module_size-size02 .c-link-module__item {
    padding-left: 0;
  }
}
.c-section--list_module_m.is-link_module_size-size02 .c-link-module__link {
  width: calc(100% + 370px);
  margin-left: -370px;
  padding-left: 370px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m.is-link_module_size-size02 .c-link-module__link {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.c-section--list_module_m.is-link_module_size-size02 .c-link-module__thumb {
  width: 370px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m.is-link_module_size-size02 .c-link-module__thumb {
    width: 100%;
  }
}

.has-bg .c-link-module__body {
  background-color: #fff;
}

.is-link_module_box-link_module_box .l-inner {
  background-color: rgba(66, 253, 63, 0.09);
  padding: 95px 5vw;
  width: calc(1000px + 10vw);
  border-radius: 30px;
}
@media screen and (max-width: 736px) {
  .is-link_module_box-link_module_box .l-inner {
    width: 90%;
  }
}
.is-link_module_box-link_module_box .l-inner .c-link-module__body {
  background-color: #fff;
}
.is-link_module_box-link_module_box.has-bg .l-inner {
  background-color: #fff;
}
.is-link_module_box-link_module_box.has-bg .l-inner .c-link-module__body {
  background-color: rgba(66, 253, 63, 0.09);
}

.c-map {
  width: calc(1000px + 10vw);
  height: 570px;
  margin-left: -5vw;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .c-map {
    width: 100%;
    height: 70vw;
    margin: auto;
  }
}
.c-map iframe {
  width: 100%;
  height: 100%;
}

.c-youtube {
  width: 100%;
  height: 560px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .c-youtube {
    height: 55vw;
  }
}
.c-youtube__inner {
  height: 100%;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}

.c-table__row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CFCFCF;
  padding: 40px 0;
}
.c-table__th {
  width: 275px;
}
@media screen and (max-width: 736px) {
  .c-table__th {
    width: 100%;
    margin-bottom: 3vw;
    font-weight: 600;
  }
}
.c-table__td {
  width: 700px;
  font-weight: 400;
}
@media screen and (max-width: 736px) {
  .c-table__td {
    width: 100%;
    font-size: 0.9rem;
  }
}

.c-btn,
.c-back {
  min-width: 450px;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  margin: auto;
  background-color: #4184E5;
}
@media screen and (max-width: 736px) {
  .c-btn,
  .c-back {
    width: 100%;
    min-width: 100%;
  }
}
.c-btn__link,
.c-back__link {
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 21px 50px;
  position: relative;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .c-btn__link,
  .c-back__link {
    font-size: 0.9rem;
  }
}
.c-btn__link:after,
.c-back__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(../img/parts/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .c-btn__link:after,
  .c-back__link:after {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__link,
  .c-back:hover .c-btn__link {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__link:after,
  .c-back:hover .c-btn__link:after {
    right: 22px;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-back__link,
  .c-back:hover .c-back__link {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-back__link:after,
  .c-back:hover .c-back__link:after {
    right: auto;
    left: 22px;
  }
}

.c-back__link:after {
  transform: scale(-1, 1);
  right: auto;
  left: 25px;
}

@media (hover: hover) and (pointer: fine) {
  .c-section--filelink_btn .c-btn:hover .c-btn__link:after {
    right: 25px;
  }
}
.c-section--filelink_btn .c-btn .c-btn__link:after {
  width: 23px;
  height: 28px;
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".pdf"]:after {
  background-image: url("../img/parts/icon_pdf_w.svg");
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".xls"]:after, .c-section--filelink_btn .c-btn .c-btn__link[href$=".xlsx"]:after {
  background-image: url("../img/parts/icon_excel_w.svg");
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".doc"]:after, .c-section--filelink_btn .c-btn .c-btn__link[href$=".docx"]:after {
  background-image: url("../img/parts/icon_word_w.svg");
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".ppt"]:after, .c-section--filelink_btn .c-btn .c-btn__link[href$=".pptx"]:after {
  background-image: url("../img/parts/icon_pp_w.svg");
}

.c-section--link_btn .l-inner,
.c-section--filelink_btn .l-inner,
.c-section--back_btn .l-inner {
  text-align: center;
}

.c-section--link_btn,
.c-section--filelink_btn {
  text-align: center;
}

.c-qa__q {
  position: relative;
  font-size: 1.1rem;
  padding-left: 29px;
  font-weight: 600;
}
.c-qa__q:before {
  content: "Q";
  color: #1DCD7A;
  font-size: 1.3rem;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 0;
}
.c-qa__q:after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 1.5px #000;
  border-right: solid 1.5px #000;
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  transition: all 0.3s ease;
  display: none;
}
.c-qa__a {
  padding: 22px 0 0 29px;
  margin-top: 25px;
  position: relative;
  border-top: 1px solid rgba(8, 8, 8, 0.15);
}
.c-qa__a:before {
  content: "A";
  color: #1DCD7A;
  font-size: 1.3rem;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 22px;
}
.c-qa__item {
  background-color: rgba(66, 253, 63, 0.09);
  border-radius: 10px;
  border: 1px solid rgba(8, 8, 8, 0.15);
  margin-bottom: 30px;
  padding: 32px 40px;
  cursor: pointer;
}
.c-qa__item:last-child {
  margin-bottom: 0;
}
.c-qa__item.open .c-qa__q:after {
  transform: rotate(-45deg);
}

.has-bg .c-qa__item {
  background-color: #fff;
}

.c-section--question {
  position: relative;
}
.c-section--question:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: calc(100% - 45px);
  left: 0;
  top: 30px;
  background-color: #1DCD7A;
}
.c-section--question span {
  color: #1DCD7A;
  opacity: 0.5;
  letter-spacing: 0.015em;
  line-height: 1;
  padding-left: 20px;
}
.c-section--question .c-question {
  color: #1DCD7A;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-left: 20px;
}

div b,
p b {
  background: linear-gradient(transparent 60%, rgba(29, 205, 122, 0.4) 0%);
  display: inline;
  padding: 0 1px 1px;
}

.flow-inner {
  width: 100vw;
  margin-left: calc((100vw - 1000px) / 2 * -1) !important;
  padding-left: calc((100vw - 1000px) / 2) !important;
}
@media screen and (max-width: 736px) {
  .flow-inner {
    margin-left: -5vw !important;
    padding-left: 5vw !important;
  }
}

.c-flow__item {
  width: 360px !important;
  height: auto !important;
  border-radius: 30px;
  border: 1px solid #1DCD7A;
  padding: 40px;
  background-color: rgba(29, 205, 122, 0.03);
  margin-right: 50px;
  position: relative;
  counter-increment: flow;
}
@media screen and (max-width: 736px) {
  .c-flow__item {
    width: 250px !important;
    margin-right: 7vw;
    padding: 35px 30px;
  }
}
.c-flow__num {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #1DCD7A;
  border-radius: 50%;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .c-flow__num {
    width: 48px;
    height: 48px;
    margin-bottom: 4vw;
  }
}
.c-flow__num:before {
  content: counter(flow);
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.6;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .c-flow__num:before {
    font-size: 1.3rem;
  }
}
.c-flow__num:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #1DCD7A;
  height: 2px;
  width: 322px;
  left: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .c-flow__num:after {
    width: calc(190px + 7vw);
    left: 38px;
  }
}
.c-flow__title {
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .c-flow__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 736px) {
  .c-flow__text {
    font-size: 0.9rem;
  }
}
.c-flow__item:last-child .c-flow__num:after {
  display: none;
}

.has-bg .c-flow__item {
  background-color: #fff;
}

.interview-mv {
  background: var(--03, linear-gradient(64deg, rgba(54, 252, 255, 0.08) 11.31%, rgba(239, 252, 60, 0.08) 50.4%, rgba(66, 253, 63, 0.08) 91.03%));
  position: relative;
  z-index: 0;
}
.interview-mv:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 270px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.interview-mv__inner {
  width: 1000px;
  margin: auto;
  padding: 150px 0 65px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .interview-mv__inner {
    width: 100%;
    padding: 95vw 0 65px;
  }
}
.interview-mv__body {
  width: 560px;
  padding-top: 50px;
}
@media screen and (max-width: 736px) {
  .interview-mv__body {
    width: 85%;
    margin: auto;
  }
}
.interview-mv__thumb {
  width: 575px;
  height: 575px;
  border-radius: 50%;
  position: absolute;
  top: 150px;
  right: -130px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .interview-mv__thumb {
    width: 75vw;
    height: 75vw;
    top: 20vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.interview-mv__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-mv__copy {
  font-size: 2rem;
  line-height: 2;
  width: 530px;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .interview-mv__copy {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 8vw;
  }
}
.interview-mv__copy:first-letter {
  color: #1DCD7A;
}
.interview-mv__name-box {
  margin-bottom: 40px;
}
.interview-mv__deco {
  color: rgba(29, 205, 122, 0.5);
  position: relative;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  .interview-mv__deco {
    font-size: 1.2rem;
  }
}
.interview-mv__deco:after {
  content: "";
  display: block;
  position: absolute;
  width: 390px;
  height: 2px;
  background-color: rgba(29, 205, 122, 0.3);
  right: 0;
  top: 7px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .interview-mv__deco:after {
    width: 50%;
  }
}
.interview-mv__name {
  font-weight: 500;
}
.interview-mv__name span {
  font-size: 1.5rem;
  margin-left: 5px;
}
.interview-mv__cat table tr {
  margin-bottom: 17px;
  display: block;
}
.interview-mv__cat table tr:last-child {
  margin-bottom: 0;
}
.interview-mv__cat table tr th {
  width: 105px;
  background-color: #1DCD7A;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 3px 0;
}
.interview-mv__cat table tr td {
  padding-left: 10px;
  font-size: 1.25rem;
  font-weight: 400;
}

.interview-archive {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px 30px;
}
@media screen and (max-width: 736px) {
  .interview-archive {
    grid-template-columns: 1fr 1fr;
  }
}
.interview-archive .interview-item {
  margin: 0;
  width: 313px !important;
}
@media screen and (max-width: 736px) {
  .interview-archive .interview-item {
    width: 100% !important;
  }
}
.interview-archive .interview-item__thumb {
  height: 313px;
}
@media screen and (max-width: 736px) {
  .interview-archive .interview-item__thumb {
    height: 43vw;
  }
}
.interview-archive .interview-item__copy {
  font-size: 1.2rem;
}
.interview-archive .interview-item__name {
  margin-bottom: 4vw;
}

.topics-head {
  margin-bottom: -80px;
}
.topics-head__inner {
  width: 1000px;
  margin: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(29, 205, 122, 0.3);
}
@media screen and (max-width: 736px) {
  .topics-head__inner {
    width: 90%;
  }
}
.topics-head__title {
  font-weight: 500;
  margin-bottom: 20px;
}/*# sourceMappingURL=import.css.map */