@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wp-block[data-type="core/widget-area"] {
  max-width: 1200px;
}

html :where(.wp-block) {
  max-width: 990px;
}

.blocks-widgets-container .editor-styles-wrapper {
  max-width: 100%;
}

.block-editor-block-list__block:not(.is-selected) > .block-editor-block-list__block > .block-list-appender:only-child:after {
  border: 1px dashed !important;
}

.editor-styles-wrapper > *:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper h2 {
  position: relative;
  margin-block: 60px 40px;
  padding: 8px 0 25px 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #e2ecf6;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper h2 {
    margin-block: 30px 20px;
    font-size: 24px;
  }
}
.editor-styles-wrapper h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: calc(100% - 16px);
  border-radius: 2px;
  background-color: #00786d;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper h2::before {
    width: 2px;
    border-radius: 2px;
    height: calc(100% - 8px);
  }
}
.editor-styles-wrapper h3 {
  margin-block: 60px 40px;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background-color: #00786d;
  border-radius: 8px;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper h3 {
    margin-block: 30px 20px;
    padding: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.editor-styles-wrapper h4 {
  position: relative;
  margin-block: 50px 30px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #b8c4d1;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper h4 {
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
  }
}
.editor-styles-wrapper h4::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #00786d;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper h4::before {
    width: min(calc(0.0727272727 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0888888889 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.1066666667 * 100vw));
    height: min(calc(0.0036363636 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0044444444 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.0053333333 * 100vw));
  }
}
.editor-styles-wrapper p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper p {
    font-size: 14px;
  }
}
.editor-styles-wrapper p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper p + p {
    margin-top: 20px;
  }
}
.editor-styles-wrapper strong {
  font-weight: bold;
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  margin: 50px 0;
  list-style: none;
  padding: 0;
}
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li {
  position: relative;
  line-height: 1.5;
}
.editor-styles-wrapper ul li:not(:nth-of-type(1)),
.editor-styles-wrapper ol li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper ul li {
    padding-left: 25px;
  }
}
.editor-styles-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #000;
}
.editor-styles-wrapper ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.editor-styles-wrapper ol li {
  counter-increment: item;
  padding-left: 25px;
}
@media screen and (max-width: 767.99px) {
  .editor-styles-wrapper ol li {
    padding-left: 25px;
  }
}
.editor-styles-wrapper ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) ". ";
}

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #29312b;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
a,
textarea,
select,
span,
nav,
section,
header {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}

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

* html .clearfix {
  height: 1%;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

@media print {
  html,
  html body {
    *zoom: 0.65;
  }
}
/* link
------------------------------------------------ */
a {
  /*color: #29312b;*/
  text-decoration: none;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -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;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
  .op:hover,
  .op a:hover,
  .op:hover img,
  .op:hover input {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }
}
/* !fs
------------------------------------------------ */
.visible-pc {
  display: block !important;
}

.visible-tab {
  display: none !important;
}

.visible-ts {
  display: none !important;
}

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

@media (max-width: 1024px) {
  .visible-tab {
    display: block !important;
  }
  .visible-pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-pc {
    display: none !important;
  }
  .visible-ts {
    display: block !important;
  }
}
/* !fonts
------------------------------------------------ */
.fwb {
  font-weight: 600;
}

.fwm {
  font-weight: 500;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* !ff
------------------------------------------------ */
.ff_roboto {
  font-family: "Roboto", sans-serif;
}

.ff_figtree {
  font-family: "Figtree", sans-serif;
}

/* !fc
------------------------------------------------ */
/* html
----------------------------------------------- */
/* wrapper
----------------------------------------------- */
#wrapper {
  overflow: hidden;
}

article {
  padding: 90px 0 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #wrapper {
    padding: 0 0 60px;
  }
  article {
    padding: 60px 0 0;
  }
}
.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* header
----------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

#header .header_in {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 30px;
  gap: 5px;
}

#header .header_logo {
  width: 400px;
  font-size: 0;
}

#header .header_logo a {
  display: block;
}

#header .header_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

#header .header_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 60px;
  padding: 3px 40px 0;
  line-height: 1.36;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: relative;
}

#header .header_btn a:hover {
  opacity: 0.5;
}

#header .header_btn .btn_gr {
  background: #24c640;
  width: 220px;
}

#header .header_btn .btn_or {
  background: #ee5b13;
  width: 260px;
}

#header .header_btn .btn_or:before {
  position: absolute;
  content: "";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

@media (max-width: 1024px) {
  #header .header_in {
    height: 60px;
    padding: 0 15px;
  }
  #header .header_logo {
    width: 230px;
  }
  #header .header_btn {
    gap: 5px;
  }
  #header .header_btn a {
    font-size: 11px;
    height: 40px;
    padding: 3px 15px 0;
  }
  #header .header_btn a:hover {
    opacity: 1;
  }
  #header .header_btn .btn_gr {
    width: 95px;
  }
  #header .header_btn .btn_or {
    width: 95px;
  }
  #header .header_btn .btn_or:before {
    right: 10px;
    width: 5px;
    height: 5px;
  }
}
/* footer
----------------------------------------------- */
#footer {
  background: #00786d;
  padding: 40px 20px;
}

#footer .footer_in {
  max-width: 1200px;
  margin: 0 auto;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer .footer_mess {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.43;
  flex-shrink: 0;
  color: #fff;
}

#footer .footer_mess .mess_tit {
  flex-shrink: 0;
}

#footer .footer_mess .footer_link {
  display: flex;
  gap: 15px;
  align-items: stretch;
}

#footer .footer_mess .footer_link li:not(:last-child) {
  border-right: 1px #073834 solid;
  padding: 0 15px 0 0;
}

#footer .footer_mess .footer_link a {
  color: #fff;
  text-decoration: underline;
}

#footer .footer_mess .footer_link a:hover {
  opacity: 0.5;
}

#footer .copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 767px) {
  #footer {
    padding: 20px 10px;
  }
  #footer .footer_in {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  #footer .footer_mess {
    gap: 0;
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  #footer .footer_mess .footer_link {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  #footer .footer_mess .footer_link li {
    text-align: center;
    border-right: none !important;
  }
  #footer .footer_mess .footer_link li:nth-of-type(1) {
    width: 100%;
  }
  #footer .footer_mess .footer_link a:hover {
    opacity: 1;
  }
  #footer .copyright {
    text-align: center;
    font-size: 10px;
  }
}
/* common
----------------------------------------------- */
.com_fix {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 6;
}

.com_fix a {
  width: 200px;
  padding: 18px 30px 10px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.com_fix a:hover {
  transform: translateY(5px);
}

.com_fix a:before {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  z-index: 0;
}

.com_fix .fix_logo {
  width: 106px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.com_fix .fix_txt {
  font-size: 11px;
  line-height: 1.45;
  font-weight: 500;
}

.com_fix .fix_monocareer {
  background: #dfe5ec;
}

.com_fix .fix_monocareer .fix_txt {
  color: rgba(29, 43, 88, 0.86);
}

.com_fix .fix_monocareer .fix_logo {
  background-image: url("../img/common/fix_pc01.png");
}

.com_fix .fix_monocareer:before {
  background-image: url("../img/common/arrow_fix_bk.png");
}

.com_fix .fix_techcareer {
  background: #005bb4;
}

.com_fix .fix_techcareer .fix_txt {
  color: rgba(255, 255, 255, 0.5);
}

.com_fix .fix_techcareer .fix_logo {
  background-image: url("../img/common/fix_pc02.png");
}

.com_fix .fix_techcareer:before {
  background-image: url("../img/common/arrow_fix_wh.png");
}

@media (max-width: 767px) {
  .com_fix {
    right: 0;
    bottom: 0;
    width: 100%;
    top: auto;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .com_fix a {
    width: 50%;
    height: 60px;
    padding: 3px 30px 0 20px;
    gap: 5px;
    justify-content: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .com_fix a:hover {
    transform: translateY(0);
  }
  .com_fix a:before {
    top: 13px;
    right: 20px;
  }
  .com_fix .fix_logo {
    width: 71px;
    height: 14px;
  }
  .com_fix .fix_txt {
    font-size: min(9px, 2.4vw);
    line-height: 1.45;
  }
  .com_fix .fix_monocareer .fix_logo {
    background-image: url("../img/common/fix_sp01.png");
  }
  .com_fix .fix_techcareer .fix_logo {
    background-image: url("../img/common/fix_sp02.png");
  }
}
.com_cta {
  position: relative;
}

.com_cta .cta_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.com_cta .cta_item {
  display: block;
  padding: 50px 5%;
  width: 560px;
  max-width: 47%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.com_cta .cta_item .item_cont {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.com_cta .cta_item .item_tit {
  text-align: center;
  font-size: 0;
  margin: 0 0 20px;
}

.com_cta .cta_item .item_tit img {
  width: 264px;
}

.com_cta .cta_item .item_txt {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.63;
}

.com_cta .cta_item .item_btn {
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  padding: 0 50px;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  background-position: right 28px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

.com_cta .cta_item:hover .item_btn {
  opacity: 0.5;
}

.com_cta .cta_mono {
  background: #e2ecf6;
}

.com_cta .cta_mono .item_txt {
  color: #1d2c55;
}

.com_cta .cta_mono .item_cont {
  border-bottom-color: #ccd1d7;
}

.com_cta .cta_mono .item_btn {
  color: #2286e4;
  background-image: url("../img/common/arrow_blank_light.png");
}

.com_cta .cta_tech {
  background: #005bb4;
}

.com_cta .cta_tech .item_txt {
  color: #f8f22b;
}

.com_cta .cta_tech .item_cont {
  border-bottom-color: #0e4376;
}

.com_cta .cta_tech .item_btn {
  color: #005bb4;
  background-image: url("../img/common/arrow_blank_dark.png");
}

@media (max-width: 767px) {
  .com_cta .cta_inner {
    gap: 20px;
    flex-direction: column;
  }
  .com_cta .cta_item {
    padding: 30px;
    width: 100%;
    max-width: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .com_cta .cta_item .item_cont {
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .com_cta .cta_item .item_tit {
    margin: 0 0 13px;
  }
  .com_cta .cta_item .item_tit img {
    width: 156px;
  }
  .com_cta .cta_item .item_txt {
    font-size: 13px;
    line-height: 1.77;
  }
  .com_cta .cta_item .item_btn {
    height: 55px;
    font-size: 13px;
    padding: 0 40px;
    background-position: right 25px center;
  }
  .com_cta .cta_item:hover .item_btn {
    opacity: 1;
  }
}
.com_support {
  position: relative;
  background-color: #fff;
  padding: 90px 20px 80px;
}

@media (max-width: 767px) {
  .com_support {
    padding: 45px 20px 40px;
  }
}
.support_box {
  max-width: 1200px;
  margin: 0 auto 75px;
  position: relative;
}

.support_box .support_cont {
  padding: 0 340px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}

.support_box .support_hd {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: -0.02em;
  color: #00786d;
  margin: 0 0 55px;
}

.support_box .support_txt {
  line-height: 2;
}

.support_box .support_img {
  position: absolute;
  top: 0;
  right: -125px;
  max-width: 50%;
  z-index: 0;
}

.support_box .support_img img {
  width: 600px;
}

@media (max-width: 1024px) {
  .support_box .support_cont {
    padding: 0;
  }
  .support_box .support_img {
    text-align: right;
    position: static;
    max-width: none;
    margin: 10px -30px 0 0;
  }
}
@media (max-width: 767px) {
  .support_box {
    margin: 0 auto 30px;
  }
  .support_box .support_hd {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .support_box .support_txt {
    line-height: 1.75;
  }
  .support_box .support_img img {
    width: 300px;
  }
}
.com_btn {
  display: flex;
  justify-content: center;
}

.com_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 50px;
  width: 380px;
  height: 80px;
  border: 2px #ee5b13 solid;
  background: #ee5b13;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  position: relative;
}

.com_btn a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.com_btn a:hover {
  background: #fff;
  color: #ee5b13;
  transform: scale(1.05);
}

.com_btn a:hover:before {
  background: #ee5b13;
}

@media (max-width: 767px) {
  .com_btn a {
    font-size: 13px;
    padding: 0 35px;
    width: 260px;
    height: 55px;
  }
  .com_btn a:before {
    width: 7px;
    height: 7px;
    right: 25px;
    transform: translateY(0);
    margin-top: -4px;
  }
  .com_btn a:hover {
    background: #ee5b13;
    color: #fff;
    transform: scale(1);
  }
  .com_btn a:hover:before {
    background: #fff;
  }
}
/* breadcrumb
----------------------------------------------- */
.breadcrumb {
  padding: 20px 0 30px;
}

.breadcrumb .bread_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  font-size: 14px;
  line-height: 1.2;
}

.breadcrumb a {
  display: block;
  color: #00786d;
  text-decoration: underline;
}

.breadcrumb a:hover {
  opacity: 0.5;
}

.breadcrumb li:not(:first-child) {
  padding: 0 0 0 35px;
  position: relative;
}

.breadcrumb li:not(:first-child):before {
  position: absolute;
  content: "";
  background: #29312b;
  width: 20px;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: 0;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 20px;
  }
  .breadcrumb .bread_inner {
    gap: 5px 15px;
    font-size: 12px;
    font-weight: 700;
  }
  .breadcrumb a:hover {
    opacity: 1;
  }
}
/* teaser
----------------------------------------------- */
.teaser {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 40px;
}

.teaser .teaser_jps {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

.teaser .teaser_eng {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #00786d;
}

@media (max-width: 767px) {
  .teaser {
    gap: 10px;
    margin: 0 0 25px;
  }
  .teaser .teaser_jps {
    font-size: 31px;
  }
  .teaser .teaser_eng {
    font-size: 14px;
  }
}
/* animate
----------------------------------------------- */
@keyframes fadeInLeftLit {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftLit {
  animation-name: fadeInLeftLit;
}

@keyframes fadeInRightLit {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightLit {
  animation-name: fadeInRightLit;
}

@keyframes fadeInUpLit {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpLit {
  animation-name: fadeInUpLit;
}

/* contact
----------------------------------------------- */
article.contact:has(.snow-monkey-form[data-screen=complete]) .contact_block.thanks {
  display: block;
}
article.contact:has(.snow-monkey-form[data-screen=complete]) .contact_block.input {
  display: none;
}
article.contact .contact_block.thanks {
  display: none;
}
article.contact .form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item {
  margin-bottom: 50px;
  gap: 10px 20px;
}
article.contact .form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.must .smf-item__col--label::before {
  content: none;
}
article.contact .form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.check {
  display: none;
}
article.contact article:has(.snow-monkey-form[data-screen=complete]) .contents.input {
  display: none;
}
article.contact article:has(.snow-monkey-form[data-screen=complete]) .contents.thanks {
  display: block;
}
article.contact .form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.smf_txt_col .smf-item__controls {
  gap: 0;
}
article.contact .form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.smf_txt_col .smf-item__controls .smf-placeholder {
  width: auto;
}
article.contact .form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.smf_select_col .smf-item__controls {
  gap: 0;
}
article.contact .form_box .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.smf_select_col .smf-item__controls .smf-placeholder {
  width: auto;
}

.contact_top .com_fix {
  display: none;
}

.contact_block {
  padding: 80px 0 100px;
  background-image: url("../img/contact/bg_contact.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #edf3ec;
}

.contact_mv {
  margin: 0 0 50px;
  gap: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.contact_mv .mv_btn a {
  width: 350px;
  height: 80px;
  background: #24c640;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.contact_mv .mv_btn a:hover {
  opacity: 0.5;
}

.contact_mv .mv_txt {
  line-height: 2.125;
}

@media (max-width: 767px) {
  .contact_top .com_fix {
    display: flex;
  }
  .contact_block {
    padding: 40px 0 50px;
    background-image: url("../img/contact/bg_contact_sp.jpg");
    background-size: 243px 178px;
  }
  .contact_mv {
    margin: 0 0 30px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .contact_mv .mv_btn a {
    width: 260px;
    height: 55px;
    font-size: 13px;
  }
  .contact_mv .mv_btn a:hover {
    opacity: 1;
  }
  .contact_mv .mv_cont {
    width: 100%;
  }
  .contact_mv .mv_txt {
    line-height: 1.85;
  }
}
.form_box {
  background: #fff;
  padding: 60px 80px 80px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.form_box .smf-form .smf-item {
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.5;
  gap: 10px;
}

.form_box .smf-form .smf-item .smf-item__col--label {
  display: flex;
  align-items: center;
  font-weight: 700;
  width: 100%;
  gap: 10px;
  position: relative;
}

.form_box .smf-form .smf-item.must .smf-item__col--label:before {
  content: "必須";
  flex-shrink: 0;
  align-self: flex-start;
  background: #00786d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  z-index: 0;
}

.form_box .smf-form .smf-item .smf-item__col--controls {
  width: 100%;
}

.form_box .smf-form input[type=text],
.form_box .smf-form input[type=email],
.form_box .smf-form input[type=tel],
.form_box .smf-form textarea {
  border: 1px #bec7bc solid;
  background: #f7f9f6;
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-family: "IBM Plex Sans JP", sans-serif;
}
.form_box .smf-form textarea {
  height: auto;
}

.form_box .smf-form input::placeholder {
  color: #bec7bc;
  font-weight: 700;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.form_box .smf-sending {
  display: none;
}
.form_box .smf-action {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 30px;
}
@media screen and (max-width: 767.99px) {
  .form_box .smf-action {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767.99px) {
  .form_box .smf-action .smf-button-control {
    width: 100%;
  }
}

.form_box .smf-action button {
  width: 350px;
  height: 90px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #3d3d3d;
  cursor: pointer;
  border: none;
  font-size: 22px;
  padding: 5px 0 0;
  line-height: 1;
  font-weight: 700;
  font-family: "IBM Plex Sans JP", sans-serif;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.form_box .smf-action button[data-action=back] {
  width: 250px;
  background-color: #666;
}
.form_box .smf-action button:disabled {
  background-color: #ccc;
  color: #aaa;
  pointer-events: none;
}

.form_box .smf-action button:hover {
  opacity: 0.5;
}

.form_box .check {
  margin: 50px 0 0;
  text-align: center;
}

.form_box .check .smf-label {
  display: flex;
  justify-content: center;
}

.form_box .check .smf-checkbox-control {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.form_box .check .smf-checkbox-control input[type=checkbox] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #f7f9f6;
  border: 1px #bec7bc solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.form_box .check .smf-checkbox-control input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/ico_check.png");
  background-size: 30px 30px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.form_box .check .smf-checkbox-control a {
  text-decoration: underline;
}

.form_box .check .smf-checkbox-control a:hover {
  opacity: 0.5;
}

.form_box .smf-form .smf_txt_col .smf-item__controls {
  display: flex;
  gap: 40px;
}

.form_box .smf-form .smf_txt_col .smf-placeholder {
  width: calc((100% - 40px) / 2);
}

.form_box .smf-form .smf_select_col .smf-item__controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  color: #1c2b53;
  font-size: 18px;
  font-weight: 700;
}
.form_box .smf-form .smf_select_col .smf-item__controls .smf-select-control {
  width: 100%;
}

.form_box .smf-form .smf_select_col .smf-item__controls .smf-placeholder {
  width: 300px;
  max-width: 29%;
}

.form_box .smf-form .smf-select-control select {
  outline: none;
  background-color: #f7f9f6;
  background-image: url("../img/common/ico_select.png");
  background-size: 14px 14px;
  background-position: right 30px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70px;
  padding: 0 50px 0 20px;
  font-size: 18px;
  font-weight: 700;
  font-family: "IBM Plex Sans JP", sans-serif;
  border: 1px #bec7bc solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .form_box {
    padding: 60px 40px 80px;
  }
}
@media (max-width: 767px) {
  .form_box {
    padding: 30px 20px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .form_box .smf-form .smf-item {
    margin: 0 0 15px;
    font-size: 14px;
    gap: 10px;
  }
  .form_box .smf-form .smf-item .smf-item__col--label {
    gap: 5px;
  }
  .form_box .smf-form .smf-item.must .smf-item__col--label:before {
    font-size: 11px;
    width: 35px;
    height: 20px;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .form_box .smf-form .smf-item .smf-item__col--controls {
    width: 100%;
  }
  .form_box .smf-form input[type=text],
  .form_box .smf-form input[type=email],
  .form_box .smf-form input[type=tel] {
    height: 50px;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .form_box .smf-form input::placeholder {
    font-size: 13px;
  }
  .form_box .smf-form textarea {
    height: 90px;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .form_box .smf-action button {
    width: 100%;
    height: 55px;
    margin: 30px auto 0;
    font-size: 13px;
    padding: 0;
  }
  .form_box .smf-action button:hover {
    opacity: 1;
  }
  .form_box .check {
    margin: 30px 0 0;
  }
  .form_box .check .smf-checkbox-control {
    font-size: 13px;
    gap: 10px;
  }
  .form_box .check .smf-checkbox-control input[type=checkbox] {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .form_box .check .smf-checkbox-control input[type=checkbox]:checked:before {
    background-size: 15px 15px;
  }
  .form_box .check .smf-checkbox-control a:hover {
    opacity: 1;
  }
  .form_box .smf-form .smf_txt_col .smf-item__controls {
    flex-direction: column;
    gap: 10px;
  }
  .form_box .smf-form .smf_txt_col .smf-item__controls .smf-placeholder {
    width: 100%;
  }
  .form_box .smf-form .smf_select_col .smf-item__controls {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
  }
  .form_box .smf-form .smf_select_col .smf-item__controls .smf-placeholder {
    width: 65%;
    max-width: none;
  }
  .form_box .smf-form .smf-select-control select {
    background-position: right 16px center;
    background-size: 12px 12px;
    height: 50px;
    padding: 0 30px 0 10px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
}
/* thanks
----------------------------------------------- */
.thanks_box {
  background: #fff;
  padding: 70px 40px 80px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.thanks_hd {
  text-align: center;
  font-size: 28px;
  color: #00786d;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 15px;
}

.thanks_det {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 40px;
}

.thanks_txt {
  text-align: center;
  line-height: 2.125;
}

.thanks_back {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}

.thanks_back a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 350px;
  height: 90px;
  background: #3d3d3d;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

.thanks_back a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .thanks_box {
    padding: 45px 20px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .thanks_hd {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .thanks_det {
    font-size: min(13px, 3.47vw);
    margin: 0 0 20px;
  }
  .thanks_txt {
    font-size: min(12px, 3.2vw);
    line-height: 1.67;
  }
  .thanks_back {
    margin: 25px 0 0;
  }
  .thanks_back a {
    width: 100%;
    height: 55px;
    font-size: 13px;
  }
  .thanks_back a:hover {
    opacity: 1;
  }
}
/* top
----------------------------------------------- */
.top .com_support {
  padding: 70px 20px 100px;
}

.top .support_line {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-40%);
  background-image: url("../img/top/line_support.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 2049px;
  height: 1484px;
  z-index: 0;
}

.top .support_line img {
  display: none;
}

@media (max-width: 767px) {
  .top .com_support {
    padding: 35px 20px 45px;
  }
  .top .support_line {
    bottom: auto;
    top: -45px;
    left: 0;
    transform: translateX(0);
    background: none;
    width: 100%;
    height: auto;
  }
  .top .support_line img {
    display: block;
    width: 100%;
  }
}
.top_faq {
  padding: 90px 0 70px;
  position: relative;
  z-index: 1;
}

.top_faq .inner {
  max-width: 1040px;
}

.top_faq .faq_hd {
  text-align: center;
  line-height: 1.3;
  margin: 0 0 20px;
  font-size: 42px;
  font-weight: 700;
}

.top_faq .faq_det {
  margin: 0 0 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.46;
}

.top_faq .faq_box {
  margin: 0 0 55px;
}

.top_faq .faq_item {
  border-bottom: 1px #e1e6e7 solid;
}

.top_faq .faq_item .faq_ico {
  width: 60px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px #00786d solid;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  align-self: flex-start;
  font-family: "Figtree", sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.top_faq .faq_item .q_box {
  position: relative;
  padding: 30px 30px 30px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
}

.top_faq .faq_item .q_box:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #29312b;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.top_faq .faq_item .q_box:after {
  position: absolute;
  content: "";
  background: #29312b;
  width: 2px;
  height: 20px;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 0;
}

.top_faq .faq_item .q_box.on:after {
  transform: translateY(-50%) rotate(90deg);
}

.top_faq .faq_item .q_box .faq_ico {
  background: #00786d;
  color: #fff;
}

.top_faq .faq_item .q_box .q_txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.top_faq .faq_item .a_box {
  display: none;
}

.top_faq .faq_item .a_box .faq_ico {
  background: #fff;
  color: #00786d;
}

.top_faq .faq_item .a_box .a_inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 40px 35px 0;
}

.top_faq .faq_item .a_box .a_txt a {
  text-decoration: underline;
  color: #00786d;
}

@media (max-width: 767px) {
  .top_faq {
    padding: 40px 0 35px;
  }
  .top_faq .faq_hd {
    margin: 0 0 10px;
    font-size: 25px;
  }
  .top_faq .faq_det {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.67;
  }
  .top_faq .faq_box {
    margin: 0 0 40px;
  }
  .top_faq .faq_item .faq_ico {
    width: 40px;
    height: 20px;
    font-size: 13px;
  }
  .top_faq .faq_item .q_box {
    padding: 17px 20px 17px 0;
    gap: 10px;
  }
  .top_faq .faq_item .q_box:before {
    width: 13px;
    height: 1px;
    transform: translateY(0);
  }
  .top_faq .faq_item .q_box:after {
    width: 1px;
    height: 13px;
    right: 6px;
    top: 50%;
    transform: translateY(0);
    margin-top: -6px;
  }
  .top_faq .faq_item .q_box.on:after {
    transform: rotate(90deg);
  }
  .top_faq .faq_item .q_box .q_txt {
    font-size: 14px;
  }
  .top_faq .faq_item .a_box .a_inner {
    gap: 10px;
    padding: 0 25px 12px 0;
  }
  .top_faq .faq_item .a_box .a_txt {
    line-height: 1.84;
  }
}
.top_develop {
  padding: 0 20px;
}

.top_develop .develop_block {
  padding: 80px 20px;
  overflow: hidden;
  background-image: url("../img/top/bg_develop.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #00786d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.top_develop .develop_inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top_develop .develop_hd {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  flex-shrink: 0;
  gap: 35px;
  position: relative;
  z-index: 1;
}

.top_develop .develop_hd .hd_left:before,
.top_develop .develop_hd .hd_right:before {
  position: absolute;
  content: "";
  top: 0;
  background: #fff;
  width: 4px;
  height: 100%;
  clip-path: inset(0 0 100% 0);
  z-index: 0;
}

.top_develop .develop_hd.animated .hd_left:before,
.top_develop .develop_hd.animated .hd_right:before {
  animation: ttob 1.5s ease forwards;
}

.top_develop .develop_hd .hd_left {
  width: 46px;
  position: relative;
}

.top_develop .develop_hd .hd_left:before {
  right: calc(100% + 10px);
}

.top_develop .develop_hd .hd_right {
  width: 68px;
  position: relative;
}

.top_develop .develop_hd .hd_right:before {
  right: calc(100% + 6px);
}

.top_develop .develop_txt {
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
}

.top_develop .develop_dec {
  position: absolute;
  right: calc(100% + 20px);
  top: 0;
  width: 170px;
  z-index: 0;
}

.top_develop .develop_people {
  position: absolute;
  right: calc(100% - 10px);
  bottom: -50px;
  width: 140px;
  z-index: 0;
}

@media (max-width: 1250px) {
  .top_develop .develop_people {
    right: calc(100% - 110px);
  }
}
@media (max-width: 1024px) {
  .top_develop .develop_dec {
    width: 100px;
    right: calc(100% - 50px);
    top: -40px;
  }
  .top_develop .develop_people {
    right: calc(100% - 120px);
    bottom: -50px;
    width: 140px;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .top_develop {
    padding: 0 10px;
  }
  .top_develop .develop_block {
    display: flex;
    justify-content: center;
    padding: 50px 20px 45px;
    background-image: url("../img/top/bg_develop_sp.jpg");
    background-size: 290px 198px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .top_develop .develop_inner {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
  }
  .top_develop .develop_hd {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .top_develop .develop_hd .hd_left:before,
  .top_develop .develop_hd .hd_right:before {
    width: 100%;
    height: 2px;
    clip-path: inset(0 100% 0 0);
    top: calc(100% + 5px);
    z-index: 0;
  }
  .top_develop .develop_hd.animated .hd_left:before,
  .top_develop .develop_hd.animated .hd_right:before {
    animation: ltor 1.5s ease forwards;
  }
  .top_develop .develop_hd .hd_left {
    width: min(200px, 53.34vw);
    max-width: 100%;
  }
  .top_develop .develop_hd .hd_left:before {
    right: auto;
    left: 0;
  }
  .top_develop .develop_hd .hd_right {
    width: min(303px, 80.8vw);
    max-width: 100%;
  }
  .top_develop .develop_hd .hd_right:before {
    right: auto;
    left: 0;
  }
  .top_develop .develop_cont {
    width: 100%;
    position: relative;
  }
  .top_develop .develop_txt {
    font-size: min(13px, 3.47vw);
    line-height: 1.77;
    position: relative;
    z-index: 1;
  }
  .top_develop .develop_dec {
    right: auto;
    left: -30px;
    top: -60px;
    width: 80px;
  }
  .top_develop .develop_people {
    right: 0;
    bottom: auto;
    top: -25px;
    width: min(60px, 16vw);
    z-index: 0;
  }
}
.top_tryit {
  padding: 50px 0 100px;
}

.top_tryit .tryit_hd {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 700;
  margin: 0 0 45px;
}

.top_tryit .tryit_hd .hd_cap {
  font-size: 32px;
  line-height: 1.3;
}

.top_tryit .tryit_hd .hd_lar {
  font-size: 48px;
  line-height: 1.375;
}

.top_tryit .tryit_mess {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top_tryit .tryit_mess .mess_cont {
  padding: 0 0 25px;
}

.top_tryit .tryit_mess .mess_img {
  margin: 0 -60px 0 0;
}

.top_tryit .tryit_mess .mess_img img {
  width: 417px;
}

.top_tryit .tryit_hdm {
  margin: 0 0 50px;
}

.top_tryit .tryit_hdm img {
  width: 528px;
}

.top_tryit .tryit_type {
  position: relative;
  z-index: 1;
  margin: 0 0 60px;
  display: flex;
  align-items: stretch;
  gap: 20px 5.5%;
}

.top_tryit .tryit_type li {
  width: 29.6666666667%;
  background: #fff;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #00786d;
  padding: 10px;
  line-height: 1.64;
  border: 4px #edf3ec solid;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.top_tryit .tryit_type li:before,
.top_tryit .tryit_type li:after {
  position: absolute;
  content: "";
  background-color: #fff;
  background-image: url("../img/top/mark_tryit.png");
  background-size: 32px 28px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.top_tryit .tryit_type li:before {
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  transform: translate(-30%, -50%);
}

.top_tryit .tryit_type li:after {
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  transform: translate(30%, 50%) rotate(180deg);
}

.top_tryit .tryit_flex {
  padding: 0 0 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  position: relative;
}

.top_tryit .tryit_flex:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/bg_tryit.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 795px;
  height: 479px;
  top: -155px;
  right: calc(100% - 400px);
  z-index: 0;
}

.top_tryit .tryit_flex .flex_img {
  width: 400px;
  max-width: 36%;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}

.top_tryit .tryit_flex .flex_img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_tryit .tryit_flex .flex_cont {
  position: relative;
  z-index: 1;
}

.top_tryit .tryit_flex .flex_txt {
  margin: 0 0 40px;
}

.top_tryit .com_btn {
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .top_tryit .tryit_hd .hd_cap {
    font-size: 26px;
  }
  .top_tryit .tryit_hd .hd_lar {
    font-size: 36px;
  }
  .top_tryit .tryit_flex {
    padding: 0;
  }
  .top_tryit .tryit_flex .flex_img {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .top_tryit {
    padding: 40px 0 45px;
  }
  .top_tryit .tryit_hd {
    margin: 0 0 35px;
  }
  .top_tryit .tryit_hd .hd_cap {
    font-size: min(17px, 4.54vw);
  }
  .top_tryit .tryit_hd .hd_lar {
    font-size: min(24px, 6.4vw);
  }
  .top_tryit .tryit_mess {
    display: block;
    position: relative;
    margin: 0 0 35px;
  }
  .top_tryit .tryit_mess .mess_cont {
    padding: 0;
  }
  .top_tryit .tryit_mess .mess_txt {
    line-height: 1.7;
  }
  .top_tryit .tryit_mess .mess_img {
    margin: 0;
    position: absolute;
    right: -15px;
    top: -5px;
    z-index: 0;
  }
  .top_tryit .tryit_mess .mess_img img {
    width: min(137px, 36.54vw);
  }
  .top_tryit .tryit_hdm {
    text-align: center;
    margin: 0 0 25px;
  }
  .top_tryit .tryit_hdm img {
    width: 275px;
  }
  .top_tryit .tryit_type {
    padding: 0 20px;
    margin: 0 0 40px;
    flex-direction: column;
    gap: 20px;
  }
  .top_tryit .tryit_type li {
    width: 100%;
    height: 100px;
    font-size: 15px;
    line-height: 1.67;
    border: 2px #edf3ec solid;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
  }
  .top_tryit .tryit_type li:before,
  .top_tryit .tryit_type li:after {
    background-image: url("../img/top/mark_tryit.png");
    background-size: 16px 14px;
  }
  .top_tryit .tryit_type li:before {
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    transform: translate(-30%, -50%);
  }
  .top_tryit .tryit_type li:after {
    width: 40px;
    height: 40px;
    transform: translate(30%, 50%) rotate(180deg);
  }
  .top_tryit .tryit_flex {
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .top_tryit .tryit_flex:before {
    background-image: url("../img/top/bg_tryit_sp.png");
    background-size: 330px 209px;
    width: 330px;
    height: 209px;
    top: -100px;
    right: auto;
    left: -20px;
  }
  .top_tryit .tryit_flex .flex_img {
    width: 260px;
    max-width: none;
  }
  .top_tryit .tryit_flex .flex_img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_tryit .tryit_flex .flex_txt {
    margin: 0 0 25px;
    line-height: 1.7;
  }
  .top_tryit .com_btn {
    justify-content: center;
  }
}
.top_reason {
  background: #00786d;
  padding: 90px 0 70px;
  position: relative;
  z-index: 1;
}

.top_reason .reason_hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  color: #fff;
  margin: 0 0 35px;
}

.top_reason .reason_hd .hd_cap {
  font-size: 22px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

.top_reason .reason_hd .hd_lar {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.top_reason .reason_det {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.78;
  margin: 0 0 20px;
}

.top_reason .reason_intro {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 55px;
}

.top_reason .reason_intro .intro_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #15896f 0%) repeat scroll 0 -5px;
}

.top_reason .reason_relat {
  position: relative;
}

.top_reason .reason_relat:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/green_reason01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 134px;
  height: 154px;
  left: -85px;
  bottom: -28px;
  z-index: 0;
}

.top_reason .reason_box {
  background: #fff;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.top_reason .reason_box .box_left {
  width: 17.3%;
  padding: 117px 0 0;
}

.top_reason .reason_box .box_left li {
  height: 78px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.45;
  padding: 5px 10px;
  font-weight: 700;
}

.top_reason .reason_box .box_left li:not(:last-child) {
  border-bottom: 1px #eaede9 solid;
}

.top_reason .reason_box .box_left li:nth-child(even) {
  background: #f6f9f5;
}

.top_reason .reason_box .box_mid {
  width: 51%;
  padding: 0 30px 50px;
  background-image: url("../img/top/bg_reason.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #01786d;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

.top_reason .reason_box .box_mid:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/ball_reason.png");
  background-position: center center;
  width: 408px;
  height: 408px;
  right: 0;
  bottom: 0;
  transform: translate(60%, 60%);
  z-index: 0;
}

.top_reason .reason_box .box_mid .mid_tit {
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  line-height: 1.36;
  font-weight: 700;
  color: #fff;
}

.top_reason .reason_box .box_mid .mid_list {
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_reason .reason_box .box_mid .mid_list li {
  height: 78px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_reason .reason_box .box_mid .mid_list li:nth-child(even) {
  background: #f6f9f5;
}

.top_reason .reason_box .box_mid .mid_list .mid_txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.top_reason .reason_box .box_mid .mid_list .mid_txt .txt_orange {
  color: #ee5b13;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent calc(100% - 6px), #f8cfb9 0%) repeat scroll 0 -5px;
}

.top_reason .reason_box .box_right {
  width: 31.7%;
  margin: 20px 0 0;
  overflow: hidden;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-border-radius: 10px 10px 10px 0;
  -moz-border-radius: 10px 10px 10px 0;
  -ms-border-radius: 10px 10px 10px 0;
  -o-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
}

.top_reason .reason_box .box_right .right_tit {
  background: #c3c3c3;
  height: 97px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.top_reason .reason_box .box_right .right_list li {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px;
  background: #ececec;
}

.top_reason .reason_box .box_right .right_list li:nth-child(even) {
  background: #e3e3e3;
}

.top_reason .reason_lab {
  margin: 75px 0 0;
  color: #fff;
}

.top_reason .reason_lab .lab_tit {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}

.top_reason .reason_lab .lab_tit_in {
  position: relative;
  display: block;
  padding: 0 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.top_reason .reason_lab .lab_tit_in:before,
.top_reason .reason_lab .lab_tit_in:after {
  position: absolute;
  content: "";
  background-image: url("../img/top/dot_reason.png");
  background-repeat: repeat-x;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  height: 4px;
  z-index: 0;
}

.top_reason .reason_lab .lab_tit_in:before {
  right: 100%;
  background-position: right center;
}

.top_reason .reason_lab .lab_tit_in:after {
  left: 100%;
  background-position: 0 center;
}

.top_reason .reason_lab .lab_box {
  display: flex;
  gap: 5px;
  margin: 0 0 40px;
}

.top_reason .reason_lab .lab_box li {
  width: calc((100% - 10px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.top_reason .reason_lab .lab_box .box_img img {
  width: 360px;
}

.top_reason .reason_lab .lab_box .box_txt {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.73;
}

.top_reason .reason_lab .lab_txt {
  text-align: center;
  margin: 0 0 20px;
}

.top_reason .reason_lab .lab_det {
  text-align: center;
  margin: 0 0 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.54;
}

@media (max-width: 1024px) {
  .top_reason .reason_box {
    padding: 50px 20px;
  }
  .top_reason .reason_lab .lab_box {
    gap: 20px;
  }
  .top_reason .reason_lab .lab_box li {
    width: calc((100% - 40px) / 3);
  }
  .top_reason .reason_lab .lab_box .box_txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top_reason {
    padding: 45px 0;
  }
  .top_reason .reason_hd {
    gap: 10px;
    margin: 0 0 20px;
  }
  .top_reason .reason_hd .hd_cap {
    font-size: 12px;
  }
  .top_reason .reason_hd .hd_lar {
    font-size: 25px;
    line-height: 1.36;
  }
  .top_reason .reason_det {
    font-size: 12px;
    line-height: 1.67;
  }
  .top_reason .reason_intro {
    font-size: 15px;
    line-height: 1.56;
    margin: 0 0 30px;
  }
  .top_reason .reason_relat:before {
    width: 69px;
    height: 79px;
    left: -26px;
    bottom: auto;
    top: calc(100% - 5px);
    z-index: 0;
  }
  .top_reason .reason_box {
    padding: 20px 10px;
    display: flex;
    align-items: flex-start;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_reason .reason_box .box_left {
    width: 22%;
    padding: 67px 0 0;
  }
  .top_reason .reason_box .box_left li {
    height: 54px;
    font-size: min(11px, 2.94vw);
  }
  .top_reason .reason_box .box_mid {
    width: 45%;
    padding: 0 10px 20px;
    background-size: 212px 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_reason .reason_box .box_mid:before {
    background-size: cover;
    width: 204px;
    height: 204px;
    transform: translate(60%, 60%);
  }
  .top_reason .reason_box .box_mid .mid_tit {
    height: 67px;
    font-size: 14px;
  }
  .top_reason .reason_box .box_mid .mid_list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_reason .reason_box .box_mid .mid_list li {
    height: 54px;
    padding: 5px;
  }
  .top_reason .reason_box .box_mid .mid_list .mid_txt {
    font-size: min(12px, 3.2vw);
  }
  .top_reason .reason_box .box_mid .mid_list .mid_txt .txt_orange {
    color: #ee5b13;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent calc(100% - 6px), #f8cfb9 0%) repeat scroll 0 -5px;
  }
  .top_reason .reason_box .box_right {
    width: 33%;
    margin: 12px 0 0;
    font-size: min(11px, 2.94vw);
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    -o-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
  }
  .top_reason .reason_box .box_right .right_tit {
    height: 55px;
    padding: 5px;
  }
  .top_reason .reason_box .box_right .right_list li {
    height: 54px;
    padding: 5px;
  }
  .top_reason .reason_lab {
    margin: 40px 0 0;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .top_reason .reason_lab .lab_tit {
    margin: 0 0 20px;
  }
  .top_reason .reason_lab .lab_tit_in {
    padding: 0 10px;
    font-size: 22px;
  }
  .top_reason .reason_lab .lab_tit_in:before,
  .top_reason .reason_lab .lab_tit_in:after {
    background-size: 8px 2px;
    height: 2px;
  }
  .top_reason .reason_lab .lab_box {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 5px;
    margin: 0 0 20px;
  }
  .top_reason .reason_lab .lab_box li {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .top_reason .reason_lab .lab_box .box_img {
    flex-shrink: 0;
  }
  .top_reason .reason_lab .lab_box .box_img img {
    width: min(165px, 44vw);
  }
  .top_reason .reason_lab .lab_box .box_txt {
    text-align: left;
    font-size: min(14px, 3.74vw);
    font-weight: 700;
    line-height: 1.7;
  }
  .top_reason .reason_lab .lab_txt {
    font-size: 12px;
  }
  .top_reason .reason_lab .lab_det {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.67;
  }
}
.top_bglight {
  background: #edf3ec;
}

.top_curiculum {
  padding: 0 20px;
  position: relative;
}

.top_curiculum:before {
  position: absolute;
  content: "";
  background: #00786d;
  width: 100%;
  height: 230px;
  left: 0;
  top: 0;
  z-index: 0;
}

.top_curiculum .curiculum_inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top_curiculum .curiculum_inner:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/green_curiculum.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 236px;
  height: 286px;
  bottom: calc(100% - 90px);
  left: calc(100% - 110px);
  z-index: 0;
}

.top_curiculum .curiculum_box {
  background: #fff;
  padding: 100px 40px 40px;
  -webkit-box-shadow: 0 0 30px rgba(146, 177, 136, 0.1);
  -moz-box-shadow: 0 0 30px rgba(146, 177, 136, 0.1);
  -ms-box-shadow: 0 0 30px rgba(146, 177, 136, 0.1);
  -o-box-shadow: 0 0 30px rgba(146, 177, 136, 0.1);
  box-shadow: 0 0 30px rgba(146, 177, 136, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.top_curiculum .curiculum_cap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #edf3ec;
  width: 320px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #00786d;
  line-height: 1.5;
  -webkit-border-radius: 0 0 45px 45px;
  -moz-border-radius: 0 0 45px 45px;
  -ms-border-radius: 0 0 45px 45px;
  -o-border-radius: 0 0 45px 45px;
  border-radius: 0 0 45px 45px;
  z-index: 1;
}

.top_curiculum .curiculum_cont {
  max-width: 1100px;
  margin: 0 auto;
}

.top_curiculum .curiculum_hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  margin: 0 0 50px;
}

.top_curiculum .curiculum_hd .hd_cap {
  font-size: 22px;
  line-height: 1.3;
}

.top_curiculum .curiculum_hd .hd_lar {
  font-size: 48px;
  line-height: 1.3;
}

.top_curiculum .curiculum_step {
  display: flex;
  align-items: stretch;
  gap: 60px;
}

.top_curiculum .curiculum_step li {
  width: calc((100% - 180px) / 4);
}

.top_curiculum .curiculum_step li:not(:last-child) .step_box:after {
  position: absolute;
  content: "";
  background-image: url("../img/top/sankaku_curiculum.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 24px;
  left: 100%;
  width: 60px;
  height: 100%;
  top: 0;
  z-index: 0;
}

.top_curiculum .curiculum_step .step_box {
  background: #f6faf5;
  height: 230px;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

.top_curiculum .curiculum_step .step_box:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 80px;
  height: 76px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  left: 0;
  top: 0;
  z-index: 0;
}

.top_curiculum .curiculum_step .step_ico {
  position: absolute;
  left: 2px;
  top: 0;
  display: flex;
  flex-direction: column;
  color: #00786d;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  z-index: 1;
}

.top_curiculum .curiculum_step .step_ico .ico_eng {
  font-size: 14px;
}

.top_curiculum .curiculum_step .step_ico .ico_num {
  font-size: 30px;
}

.top_curiculum .curiculum_step .step_img img {
  width: 152px;
}

.top_curiculum .curiculum_step .step_tit {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}

.top_curiculum .curiculum_step_caution {
  margin-top: 20px;
  font-size: 12px;
  color: #00786d;
}

.top_curiculum .curiculum_path {
  margin: 60px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.top_curiculum .curiculum_path .path_tit {
  background: #00786d;
  width: 480px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 30px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  position: relative;
}

.top_curiculum .curiculum_path .path_tit:before,
.top_curiculum .curiculum_path .path_tit:after {
  position: absolute;
  content: "";
  background: #00786d;
  width: 100vw;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}

.top_curiculum .curiculum_path .path_tit:before {
  right: 100%;
}

.top_curiculum .curiculum_path .path_tit:after {
  left: 100%;
}

.top_curiculum .curiculum_path .path_scroll {
  width: 100%;
}

.top_curiculum .curiculum_path .path_box {
  display: flex;
  align-items: stretch;
  position: relative;
}

.top_curiculum .curiculum_path .path_arrow {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 70%;
  z-index: 1;
}

.top_curiculum .curiculum_path .path_arrow .arrow_cont {
  clip-path: inset(0 100% 0 0);
}

.top_curiculum .curiculum_path .path_arrow.animated .arrow_cont {
  animation: ltor 1.5s ease forwards;
}

.top_curiculum .curiculum_path .path_arrow .arrow_txt {
  display: block;
  background: #ee5b13;
  font-size: min(22px, 1.7vw);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 16px 45px 13px;
  text-align: center;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.top_curiculum .curiculum_path .path_txt {
  line-height: 1.625;
}

.top_curiculum .curiculum_path .path_one {
  width: 35.5%;
  padding: 10px 15px 100px;
  border-right: 4px #dadada dotted;
}

.top_curiculum .curiculum_path .path_one .path_name:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/img_path01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 40px;
  bottom: -30px;
  width: 61px;
  height: 83px;
  z-index: 1;
}

.top_curiculum .curiculum_path .path_one .name_cont {
  background: #e8f2eb;
}

.top_curiculum .curiculum_path .path_one .one_box {
  margin: 0 40px 0 20px;
  padding: 15px 0 0 18px;
  position: relative;
}

.top_curiculum .curiculum_path .path_one .one_box:before {
  position: absolute;
  content: "";
  background: #e8f2eb;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 0;
}

.top_curiculum .curiculum_path .path_one .one_list {
  background: #e8f2eb;
  padding: 15px 20px;
  font-weight: 700;
  margin: 15px 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.top_curiculum .curiculum_path .path_two {
  width: 36.5%;
  padding: 80px 15px 105px;
  border-right: 4px #dadada dotted;
}

.top_curiculum .curiculum_path .path_two .name_cont {
  background: #3f9d5c;
  color: #fff;
}

.top_curiculum .curiculum_path .path_two .two_box {
  margin: 0 30px 0 20px;
  padding: 7px 0 7px 20px;
  position: relative;
}

.top_curiculum .curiculum_path .path_two .two_box:before {
  position: absolute;
  content: "";
  background: #3f9d5c;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 0;
}

.top_curiculum .curiculum_path .path_two .two_img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin: 20px 30px 0 20px;
}

.top_curiculum .curiculum_path .path_two .two_img .img_left img {
  width: 169px;
}

.top_curiculum .curiculum_path .path_two .two_img .img_right {
  padding: 30px 0 0;
}

.top_curiculum .curiculum_path .path_two .two_img .img_right img {
  width: 134px;
}

.top_curiculum .curiculum_path .path_three {
  padding: 160px 0 0 15px;
  width: 28%;
}

.top_curiculum .curiculum_path .path_three .path_name:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/img_path04.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 20px;
  bottom: -20px;
  width: 128px;
  height: 128px;
  z-index: 1;
}

.top_curiculum .curiculum_path .path_three .name_cont {
  background: #00786d;
  color: #fff;
}

.top_curiculum .curiculum_path .path_three .three_box {
  margin: 0 10px 0 20px;
  padding: 15px 0 20px 22px;
  position: relative;
}

.top_curiculum .curiculum_path .path_three .three_box:before {
  position: absolute;
  content: "";
  background: #00786d;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 0;
}

.top_curiculum .curiculum_path .path_name {
  position: relative;
  margin: 0 0 20px;
}

.top_curiculum .curiculum_path .path_name .name_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 5px 50px 5px 20px;
  height: 80px;
  font-weight: 700;
  gap: 3px;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.top_curiculum .curiculum_path .path_name .name_num {
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

.top_curiculum .curiculum_path .path_name .name_txt {
  font-size: 22px;
  line-height: 1.36;
  white-space: nowrap;
}

.top_curiculum .scrollbar-container {
  display: none;
}

@media (max-width: 1024px) {
  .top_curiculum .curiculum_step {
    gap: 30px;
  }
  .top_curiculum .curiculum_step li {
    width: calc((100% - 90px) / 4);
  }
  .top_curiculum .curiculum_step li:not(:last-child) .step_box:after {
    width: 30px;
  }
  .top_curiculum .curiculum_path .path_scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .top_curiculum .curiculum_path .path_box {
    width: 1100px;
  }
}
@media (max-width: 767px) {
  .top_curiculum:before {
    height: 135px;
  }
  .top_curiculum .curiculum_inner:before {
    width: 118px;
    height: 143px;
    bottom: calc(100% - 35px);
    left: auto;
    right: -74px;
    z-index: 0;
  }
  .top_curiculum .curiculum_box {
    padding: 55px 20px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_curiculum .curiculum_cap {
    width: 190px;
    height: 38px;
    font-size: 11px;
    -webkit-border-radius: 0 0 22px 22px;
    -moz-border-radius: 0 0 22px 22px;
    -ms-border-radius: 0 0 22px 22px;
    -o-border-radius: 0 0 22px 22px;
    border-radius: 0 0 22px 22px;
  }
  .top_curiculum .curiculum_hd {
    gap: 5px;
    margin: 0 0 25px;
    text-align: center;
  }
  .top_curiculum .curiculum_hd .hd_cap {
    font-size: 12px;
  }
  .top_curiculum .curiculum_hd .hd_lar {
    font-size: 25px;
  }
  .top_curiculum .curiculum_step {
    flex-direction: column;
    gap: 44px;
  }
  .top_curiculum .curiculum_step li {
    display: flex;
    align-items: center;
    gap: min(20px, 5.34vw);
    width: 100%;
  }
  .top_curiculum .curiculum_step li:not(:last-child) .step_box:after {
    background-size: 15px 18px;
    left: 62px;
    top: calc(100% + 15px);
    width: 15px;
    height: 18px;
    transform: rotate(90deg);
    z-index: 0;
  }
  .top_curiculum .curiculum_step .step_box {
    height: 140px;
    width: 140px;
    flex-shrink: 0;
    padding: 10px;
    margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .top_curiculum .curiculum_step .step_box:before {
    width: 50px;
    height: 46px;
  }
  .top_curiculum .curiculum_step .step_ico {
    left: 0;
    top: 0;
  }
  .top_curiculum .curiculum_step .step_ico .ico_eng {
    font-size: 10px;
  }
  .top_curiculum .curiculum_step .step_ico .ico_num {
    font-size: 19px;
  }
  .top_curiculum .curiculum_step .step_img img {
    width: 92px;
  }
  .top_curiculum .curiculum_step .step_tit {
    font-size: 17px;
    margin: 0 0 5px;
  }
  .top_curiculum .curiculum_step .step_txt {
    font-size: 12px;
    line-height: 1.67;
  }
  .top_curiculum .curiculum_path {
    margin: 40px 0 0;
  }
  .top_curiculum .curiculum_path .path_tit {
    width: 240px;
    max-width: 82%;
    height: 40px;
    padding: 5px;
    font-size: 14px;
  }
  .top_curiculum .curiculum_path .path_scroll {
    padding: 0 0 65px;
    overflow: hidden;
    position: relative;
  }
  .top_curiculum .curiculum_path .path_box {
    width: 716px;
  }
  .top_curiculum .scrollbar-container {
    position: absolute;
    display: block;
    left: 20px;
    bottom: 0;
    height: 35px;
    width: calc(100% - 40px);
  }
  .top_curiculum .scrollbar-container:before {
    position: absolute;
    content: "";
    background: #d0dbce;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
  }
  .top_curiculum .scrollbar-thumb {
    position: absolute;
    background-image: url("../img/top/arrow_scroll.png");
    background-size: 75px 35px;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    height: 35px;
    width: 75px;
    z-index: 1;
  }
  .top_curiculum .curiculum_path .path_arrow {
    bottom: 2px;
    width: 68.5%;
  }
  .top_curiculum .curiculum_path .path_arrow .arrow_txt {
    font-size: 14px;
    padding: 0 30px 0 12px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: left;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
  }
  .top_curiculum .curiculum_path .path_txt {
    font-size: 12px;
    line-height: 1.58;
  }
  .top_curiculum .curiculum_path .path_one {
    width: 33.5%;
    padding: 0 7px 60px;
    border-right: 2px #dadada dotted;
  }
  .top_curiculum .curiculum_path .path_one .path_name:before {
    right: 22px;
    bottom: -20px;
    width: 45px;
    height: 61px;
  }
  .top_curiculum .curiculum_path .path_one .one_box {
    margin: 0 20px 0 0;
    padding: 10px 0 0 13px;
  }
  .top_curiculum .curiculum_path .path_one .one_box:before {
    width: 3px;
  }
  .top_curiculum .curiculum_path .path_one .one_list {
    padding: 5px;
    margin: 5px 0 0;
    font-size: 12px;
    letter-spacing: -0.02em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .top_curiculum .curiculum_path .path_two {
    width: 36.5%;
    padding: 60px 10px 60px;
    border-right: 2px #dadada dotted;
  }
  .top_curiculum .curiculum_path .path_two .two_box {
    margin: 0 20px 0 0;
    padding: 7px 0 7px 13px;
  }
  .top_curiculum .curiculum_path .path_two .two_box:before {
    width: 3px;
  }
  .top_curiculum .curiculum_path .path_two .two_img {
    gap: 20px;
    margin: 15px 10px 0 5px;
  }
  .top_curiculum .curiculum_path .path_two .two_img .img_right {
    padding: 15px 0 0;
  }
  .top_curiculum .curiculum_path .path_three {
    padding: 120px 0 0 10px;
    width: 30%;
  }
  .top_curiculum .curiculum_path .path_three .path_name:before {
    right: 15px;
    width: 97px;
    height: 97px;
  }
  .top_curiculum .curiculum_path .path_three .three_box {
    margin: 0 10px 0 0;
    padding: 7px 0 7px 13px;
  }
  .top_curiculum .curiculum_path .path_three .three_box:before {
    width: 2px;
  }
  .top_curiculum .curiculum_path .path_name .name_cont {
    padding: 5px 40px 5px 12px;
    height: 60px;
    gap: 3px;
    clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 50%, calc(100% - 32px) 100%, 0 100%);
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
  }
  .top_curiculum .curiculum_path .path_name .name_txt {
    font-size: 16px;
  }
  .top_curiculum .curiculum_path .path_name .name_txt .txt_sml {
    font-size: 14px;
  }
}
.top_story {
  padding: 100px 0 20px;
  position: relative;
}

.top_story:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/green_stroy01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 60px;
  left: -50px;
  width: 350px;
  height: 403px;
  z-index: 0;
}

.top_story:after {
  position: absolute;
  content: "";
  background-image: url("../img/top/green_stroy02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 391px;
  height: 450px;
  right: -100px;
  bottom: -140px;
  z-index: 0;
}

.top_story .story_hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 15px;
  gap: 5px;
}

.top_story .story_hd .hd_cap {
  font-size: 22px;
  color: #00786d;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}

.top_story .story_hd .hd_lar {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.top_story .story_det {
  text-align: center;
  margin: 0 0 45px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .top_story {
    padding: 40px 0 25px;
  }
  .top_story:before {
    top: -35px;
    left: -40px;
    width: 155px;
    height: 178px;
  }
  .top_story:after {
    width: 173px;
    height: 199px;
    right: -33px;
    bottom: -60px;
  }
  .top_story .story_hd .hd_cap {
    font-size: 12px;
  }
  .top_story .story_hd .hd_lar {
    font-size: 25px;
  }
  .top_story .story_det {
    margin: 0 0 25px;
    font-size: 12px;
  }
}
.top_story .glad_slider {
  margin: 0 0 50px;
  position: relative;
  z-index: 1;
}

.top_story .glad_slider .slick-slide {
  margin: 0 30px;
}

.top_story .glad_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3d3d3d;
  background-image: url("../img/top/arrow_story.png");
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 1;
}

.top_story .glad_slider .slick-arrow:hover {
  opacity: 0.5;
}

.top_story .glad_slider .slick-prev {
  right: calc(50% + 345px);
  transform: translateY(-50%) rotate(180deg);
}

.top_story .glad_slider .slick-next {
  left: calc(50% + 345px);
}

.top_story .glad_item {
  width: 750px;
  background: #fff;
  display: block;
  padding: 60px 30px;
  border: 4px #00786d solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.top_story .glad_item .hosoku {
  margin-top: 10px;
}

.top_story a.glad_item:hover {
  opacity: 0.5;
}

.top_story .glad_item .item_box {
  max-width: 600px;
  margin: 0 auto;
}

.top_story .glad_item .item_box .summary_box {
  overflow: hidden;
  margin: 0 0 50px;
}

.top_story .glad_item .item_box .summary_head {
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
}

.top_story .glad_item .item_box .summary_cap {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px;
}

.top_story .glad_item .item_box .summary_cap .cap_in {
  background: #edf3ec;
  padding: 5px 20px;
  font-size: 14px;
  color: #00786d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.top_story .glad_item .item_box .summary_txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.64;
}

.top_story .glad_item .item_box .summary_job {
  display: flex;
  align-items: stretch;
  gap: 60px;
  position: relative;
}

.top_story .glad_item .item_box .summary_job:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/sankaku_story.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  left: 50%;
  top: 0;
  width: 14px;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
}

.top_story .glad_item .item_box .summary_job .job_item {
  width: calc((100% - 60px) / 2);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  line-height: 1.33;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_story .glad_item .item_box .summary_job .job_before {
  background: #bcc0c4;
  border-color: #a1a5a8;
  color: #5d5e5f;
}

.top_story .glad_item .item_box .summary_job .job_after {
  background: #00786d;
  border-color: #00786d;
  color: #fff;
}

@media (max-width: 1024px) {
  .top_story .glad_item {
    width: 600px;
  }
  .top_story .glad_slider .slick-prev {
    right: calc(50% + 270px);
    transform: translateY(-50%) rotate(180deg);
  }
  .top_story .glad_slider .slick-next {
    left: calc(50% + 270px);
  }
}
@media (max-width: 767px) {
  .top_story .glad_slider {
    margin: 0 0 30px;
  }
  .top_story .glad_slider .slick-slide {
    margin: 0 3.33vw;
  }
  .top_story .glad_slider .slick-arrow {
    background-size: 12px 12px;
    width: 36px;
    height: 36px;
  }
  .top_story .glad_slider .slick-arrow:hover {
    opacity: 1;
  }
  .top_story .glad_slider .slick-prev {
    right: auto;
    left: 6.67vw;
  }
  .top_story .glad_slider .slick-next {
    left: auto;
    right: 6.67vw;
  }
  .top_story .glad_item {
    width: 76vw;
    padding: 13px 15px 18px;
    border: 2px #00786d solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .top_story .glad_item:hover {
    opacity: 1;
  }
  .top_story .glad_item .item_box {
    max-width: none;
    margin: 0;
  }
  .top_story .glad_item .item_box .summary_box {
    overflow: inherit;
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .top_story .glad_item .item_box .summary_head {
    float: none;
    width: 100px;
    margin: 0;
  }
  .top_story .glad_item .item_box .summary_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
  }
  .top_story .glad_item .item_box .summary_cap {
    display: block;
    margin: 0;
  }
  .top_story .glad_item .item_box .summary_cap .cap_in {
    padding: 3px 15px;
    font-size: 11px;
    display: block;
  }
  .top_story .glad_item .item_box .summary_txt {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.78;
  }
  .top_story .glad_item .item_box .summary_job {
    gap: 25px;
  }
  .top_story .glad_item .item_box .summary_job:before {
    background-size: 8px 8px;
    width: 8px;
  }
  .top_story .glad_item .item_box .summary_job .job_item {
    width: calc((100% - 25px) / 2);
    height: 50px;
    font-size: 12px;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
}
.top_story .works_navi {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  position: relative;
  z-index: 1;
}

.top_story .works_arrow {
  display: flex;
  align-items: stretch;
  gap: 17px;
  flex-shrink: 0;
}

.top_story .works_prev,
.top_story .works_next {
  width: 105px;
  height: 72px;
  background-color: #3d3d3d;
  cursor: pointer;
  background-image: url("../img/top/navi_story.png");
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.top_story .works_prev:hover,
.top_story .works_next:hover {
  opacity: 0.5;
}

.top_story .works_prev {
  transform: rotate(180deg);
}

.top_story .works_dot {
  width: 100%;
}

.top_story .works_dot .slick-dots {
  display: flex;
  background: #d0dbce;
  width: 100%;
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.top_story .works_dot .slick-dots {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.top_story .works_dot .slick-dots li {
  flex: 1;
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

.top_story .works_dot .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  background: #d0dbce;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  text-indent: -9999px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.top_story .works_dot .slick-dots li.slick-active button {
  background: #00786d;
}

.progress-container {
  display: block;
  width: 100%;
  background: #d0dbce;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  display: block;
  height: 6px;
  background: #00786d;
  width: 0;
  transition: width 0.2s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .top_story .works_navi {
    gap: 20px;
  }
  .top_story .works_arrow {
    gap: 10px;
  }
  .top_story .works_prev,
  .top_story .works_next {
    width: 55px;
    height: 35px;
    background-size: 10px 10px;
  }
  .top_story .works_prev:hover,
  .top_story .works_next:hover {
    opacity: 1;
  }
  .top_story .works_dot .slick-dots {
    height: 3px;
  }
  .progress-bar {
    height: 3px;
  }
}
.top_know {
  padding: 30px 0 100px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.top_know .know_inner {
  padding: 0 20px;
  position: relative;
}

.top_know .know_hd {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  color: #00786d;
  line-height: 1.33;
  margin: 0 0 20px;
}

.top_know .know_txt {
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px;
}

.top_know .know_det {
  margin: 0 0 45px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.23;
}

.top_know .know_img {
  position: absolute;
  right: calc(100% + 25px);
  bottom: -25px;
  width: 251px;
  z-index: 0;
}

@media (max-width: 1300px) {
  .top_know .know_img {
    right: auto;
    left: -150px;
    bottom: -50px;
  }
}
@media (max-width: 1024px) {
  .top_know .know_img {
    left: -20px;
    bottom: -50px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .top_know {
    padding: 25px 0 40px;
  }
  .top_know .know_hd {
    font-size: 20px;
    line-height: 1.48;
    margin: 0 0 15px;
  }
  .top_know .know_txt {
    font-size: 12px;
  }
  .top_know .know_det {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.67;
  }
  .top_know .know_img {
    position: static;
    width: auto;
    text-align: center;
    margin: 15px 0 0;
  }
  .top_know .know_img img {
    width: 110px;
  }
}
.top_feel {
  padding: 0 20px;
}

.top_feel .feel_inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.top_feel .feel_inner:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/people_feel.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 70px;
  top: -25px;
  width: 180px;
  height: 250px;
  z-index: 1;
}

.top_feel .feel_box {
  background-color: #00786d;
  background-image: url("../img/top/bg_feel.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 70px 50px 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

.top_feel .feel_box:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/shadow_feel.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 1300px;
  height: 1300px;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.top_feel .feel_hd {
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}

.top_feel .feel_det {
  text-align: center;
  color: #fff;
  line-height: 1.78;
  font-size: 18px;
  margin: 0 0 40px;
}

.top_feel .feel_block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.top_feel .feel_item {
  background: #fff;
  padding: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_feel .feel_item .item_tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 37px;
  padding: 10px 0 10px 22px;
  position: relative;
}

.top_feel .feel_item .item_tit:before {
  position: absolute;
  content: "";
  background: #00786d;
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 0;
}

.top_feel .feel_item .item_cap {
  margin: 0 0 35px;
}

.top_feel .feel_item .item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}

.top_feel .feel_item .item_list li {
  width: 350px;
  background: linear-gradient(to bottom right, #5db4a6, #01796d);
  padding: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.top_feel .feel_item .item_list .item_cont {
  height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f6fbfa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.top_feel .feel_item .item_list .item_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
}

.top_feel .feel_item .item_list .item_txt .txt_orange {
  color: #ee5b13;
  display: inline-block;
  position: relative;
}

.top_feel .feel_item .item_list .item_txt .txt_orange:before {
  position: absolute;
  content: "";
  background: #f8cfb9;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 7px;
  clip-path: inset(0 100% 0 0);
  z-index: 0;
}

.top_feel .feel_item .item_list .item_txt .txt_orange .orange_in {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.top_feel .feel_item .item_list.animated .txt_orange:before {
  animation: ltor 2s ease forwards;
}

@media (max-width: 1024px) {
  .top_feel .feel_hd {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .top_feel {
    padding: 0 10px;
  }
  .top_feel .feel_inner:before {
    right: -8px;
    top: -40px;
    width: 87px;
    height: 121px;
  }
  .top_feel .feel_box {
    background-image: url("../img/top/bg_feel_sp.jpg");
    background-size: 285px 150px;
    padding: 40px 20px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .top_feel .feel_box:before {
    background-size: cover;
    width: 650px;
    height: 650px;
  }
  .top_feel .feel_hd {
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 1.48;
    margin: 0 0 15px;
  }
  .top_feel .feel_det {
    line-height: 1.67;
    font-size: 12px;
    margin: 0 0 20px;
  }
  .top_feel .feel_block {
    gap: 20px;
  }
  .top_feel .feel_item {
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_feel .feel_item .item_tit {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 5px 0 5px 15px;
  }
  .top_feel .feel_item .item_tit:before {
    width: 4px;
  }
  .top_feel .feel_item .item_cap {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.67;
  }
  .top_feel .feel_item .item_list {
    flex-direction: column;
    gap: 15px;
  }
  .top_feel .feel_item .item_list li {
    width: 100%;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .top_feel .feel_item .item_list .item_cont {
    height: 72px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .top_feel .feel_item .item_list .item_txt {
    font-size: min(13px, 3.47vw);
    line-height: 1.61;
  }
  .top_feel .feel_item .item_list .item_txt .txt_orange:before {
    height: 3px;
    bottom: 5px;
  }
}
.top_cta {
  padding: 55px 20px 80px;
}

.top_cta .cta_hd {
  text-align: center;
  margin: 0 0 25px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .top_cta {
    padding: 40px 20px 45px;
  }
  .top_cta .cta_hd {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.67;
  }
}
.top_main {
  padding: 0 20px;
  overflow: hidden;
}

.top_main .main_inner {
  background: #edf3eb;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_main .main_inner:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/bg_main01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 526px;
  height: 260px;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -ms-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  z-index: 0;
}

.top_main .main_inner:after {
  position: absolute;
  content: "";
  background-image: url("../img/top/bg_main02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
  width: 480px;
  height: 266px;
  z-index: 0;
}

.top_main .main_inner .shadow_wh {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, transparent 0%, #fff 75%, #fff 100%);
  z-index: 1;
}

.top_main .main_box {
  max-width: 1360px;
  margin: 0 auto;
  padding: min(400px, 28.58vw) 40px 85px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.top_main .main_img01 {
  position: absolute;
  left: 25.6%;
  top: min(20px, 1.429vw);
  width: min(194px, 14.265%);
  z-index: 0;
}

.top_main .main_img02 {
  position: absolute;
  right: 11%;
  top: min(24px, 1.715vw);
  width: min(157px, 11.545%);
  animation: utod 3s ease-in-out infinite;
  z-index: 0;
}

.top_main .main_img03 {
  position: absolute;
  left: 5.9%;
  bottom: min(5px, 0.358vw);
  width: min(127px, 9.339%);
  animation: move_lmr 7s ease-in-out infinite;
  transform-origin: bottom center;
  z-index: 0;
}

.top_main .main_img04 {
  position: absolute;
  top: min(70px, 5vw);
  left: max(-20px, -1.429vw);
  width: min(221px, 16.25%);
  z-index: 0;
}

.top_main .main_img05 {
  position: absolute;
  top: min(140px, 10vw);
  left: 13.68%;
  width: min(155px, 11.398%);
  z-index: 0;
}

.top_main .main_img06 {
  position: absolute;
  top: 0;
  right: 32.35%;
  width: min(415px, 30.515%);
  z-index: 0;
}

.top_main .main_img07 {
  position: absolute;
  top: min(155px, 11.072vw);
  right: 20.88%;
  width: min(250px, 18.383%);
  z-index: 0;
}

.top_main .main_green01 {
  position: absolute;
  top: min(130px, 9.286vw);
  left: 11.32%;
  width: min(107px, 7.868%);
  opacity: 0;
  z-index: 0;
  animation: meteorFlyIn 1s ease-out 0.3s forwards;
}

.top_main .main_green02 {
  position: absolute;
  top: min(178px, 12.713vw);
  left: 30.37%;
  width: min(139px, 10.221%);
  opacity: 0;
  z-index: 0;
  animation: meteorFlyIn 1s ease-out 0.6s forwards;
}

.top_main .main_green03 {
  position: absolute;
  top: min(70px, 5vw);
  right: 14%;
  width: min(122px, 8.971%);
  opacity: 0;
  z-index: 0;
  animation: meteorFlyIn 1s ease-out 0.9s forwards;
}

.top_main .main_green04 {
  position: absolute;
  bottom: max(-27px, -1.929vw);
  right: 2.57%;
  width: min(203px, 14.927%);
  opacity: 0;
  z-index: 0;
  animation: meteorFlyIn 1s ease-out 1.2s forwards;
}

.top_main .main_tit {
  text-align: center;
  font-size: 0;
  margin: 0 0 20px;
  position: relative;
}

.top_main .main_tit img {
  width: 1096px;
}

.top_main .main_txt {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 0 0 30px;
  position: relative;
}

.top_main .main_cta {
  background: #29312b;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.top_main .main_cta .cta_tit {
  letter-spacing: 0.05em;
  color: #fff;
}

.top_main .com_btn a {
  width: 260px;
  height: 50px;
  font-size: 16px;
  padding: 2px 40px 0;
}

.top_main .com_btn a:before {
  right: 30px;
}

@keyframes utod {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes move_lmr {
  0% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(0deg);
  }
  37.5% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes meteorFlyIn {
  0% {
    opacity: 0;
    transform: translate(100vh, -100vh);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
}
@media (max-width: 1024px) {
  .top_main .main_box {
    padding: min(400px, 28.58vw) 40px 120px;
  }
}
@media (max-width: 767px) {
  .top_main {
    padding: 0 10px;
  }
  .top_main .main_inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .top_main .main_inner:before {
    width: 263px;
    height: 130px;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -o-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
  }
  .top_main .main_inner:after {
    width: 240px;
    height: 133px;
  }
  .top_main .main_inner .shadow_wh {
    height: 50px;
  }
  .top_main .main_box {
    padding: 81.87vw 10px 60px;
  }
  .top_main .main_img01 {
    left: 7.07vw;
    top: 4.4vw;
    width: 24.53vw;
    z-index: 0;
  }
  .top_main .main_img02 {
    right: 4vw;
    top: 27.73vw;
    width: 20.13vw;
  }
  .top_main .main_img03 {
    left: 2.66vw;
    bottom: 5px;
    width: 15.6vw;
    z-index: 2;
  }
  .top_main .main_img04 {
    top: 37.87vw;
    left: -3px;
    width: 27.2vw;
  }
  .top_main .main_img05 {
    top: 46.66vw;
    left: 26.4vw;
    width: 19.73vw;
  }
  .top_main .main_img06 {
    top: 0;
    right: 15.2vw;
    width: 55.07vw;
  }
  .top_main .main_img07 {
    top: 48.8vw;
    right: 6.13vw;
    width: 35.06vw;
  }
  .top_main .main_green01 {
    top: 45.95vw;
    left: 20.27vw;
    width: 13.46vw;
  }
  .top_main .main_green02 {
    top: 23.06vw;
    left: 9.33vw;
    width: 18.53vw;
  }
  .top_main .main_green03 {
    top: 36.66vw;
    right: 13.33vw;
    width: 15.46vw;
  }
  .top_main .main_green04 {
    bottom: -3.33vw;
    right: -12px;
    width: 28vw;
  }
  .top_main .main_tit {
    margin: 0 0 10px;
  }
  .top_main .main_tit img {
    width: 314px;
  }
  .top_main .main_txt {
    font-size: 13px;
    line-height: 1.54;
    margin: 0 0 15px;
  }
  .top_main .main_cta {
    padding: 10px;
    width: 310px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
  .top_main .main_cta .cta_tit {
    font-size: 12px;
  }
  .top_main .com_btn a {
    width: 225px;
    height: 40px;
    font-size: 12px;
    padding: 0 35px;
  }
  .top_main .com_btn a:before {
    right: 25px;
  }
}
/* animation
----------------------------------------------- */
@keyframes ttob {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes ltor {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
/* XXXXXXXXXX
----------------------------------------------- */
.smf-error-messages,
.custom-error-message {
  margin-top: 5px;
  font-weight: 500;
  color: #cc3033;
}
