/*------------------------------------------------------------------------
 TOP
-------------------------------------------------------------------------*/
.main_title {
  margin: 35px 0 20px;
  color: #31A27D;
  font-size: 25px;
  font-weight: 600;
}
.sub {
  margin: 20px 0 26px;
}
.mb-60 {
  margin-bottom: 60px;
}
.kome{
  color: #888888;
  text-align: right;
}
.green_label a {
  text-decoration: none;
}
.detail_btn {
  color: #fff;
  background: linear-gradient(90deg, #00a27d, #20a683, #31aa89, #3ead8e, #4ab194, #55b59a, #5fb89f, #69bca5);
  width: 90%;
  padding: 11px;
  margin: 23px 5% 0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
.detail_btn:visited, 
.detail_btn:link {
  color: #fff;
}
.detail_btn:visited {
  color: #fff;
}
.detail_btn:hover {
  text-decoration: none;
}
.mb-30{
  margin-bottom: 30px;
}

@media screen and (max-width: 999px){
  .main_title {
    margin: 50px 0 30px;
  }
}


/*------------------------------------------------------------------------
 連携サービス一覧
-------------------------------------------------------------------------*/
.cooperation_list_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cooperation_list_box li{
  position: relative;
  display: inline-block;
  width: 48%;
  padding: 40px 40px 100px;
  border-radius: 13px;
  background-color: #FFF;
  box-shadow: 0px 3px 13px #0000003D;
}
.cooperation_list_box .content{
  /*display: flex;*/
  display: block;
  align-items: center;
  justify-content: space-between;
}
.cooperation_list_box h4{
  color: #31A27D;
  font-size: 1.2em;
  text-align: center;
}
.cooperation_list_box img {
  display: block;
  width: 100%;
}
.cooperation_list_box .img_box{
  /*width: 70%;*/
  width: 60%;
  margin: auto;
}
.content_box {
  width: 100%;
}
.content_box p {
  padding: 20px;
}
.content_box a {
  position: absolute;
  width: 300px;
  font-size: 14px;
  margin: auto;
  padding: 10px;
  left: 0;
  right: 0;
  bottom: 40px;
}

@media screen and (max-width: 999px) {
  .cooperation_list_box {
    margin: 20px 0 0;
  }
  .cooperation_list_box li{
    width: 100%;
    padding: 30px 10px;
    margin: 0 0 15px;
  }
  .cooperation_list_box .img_box {
    margin: auto;
  }
  .cooperation_list_box img {
    position: static;
    width: 100%;
    left: 0;
    padding: 14px;
  }
  .cooperation_list_box .content {
    display: block;
  }
  .content_box a {
    position: static;
    width: calc(100% - 40px);
  }
}


/*------------------------------------------------------------------------
 section
-------------------------------------------------------------------------*/
.section-title__en {
  color: #00A27D;
}

@media screen and (min-width: 1000px) {
  section {
    padding: 80px 0;
  }
  .section {
    padding: 60px 0;
  }
  .section-title {
    padding: 30px 0 0;
  }
  .l-contents {
    padding: 0;
  }
  .l-inner.plan, .l-inner.features {
    width: 1200px;
  }
}

@media screen and (max-width: 999px) {
  section {
    padding: 40px 0;
  }
  .section {
    padding: 40px 0;
  }
  .section-title {
    padding: 0;
  }
}

@media screen and (min-width: 1000px) {
  .header .menu_wrap .btn_wrap {
    width: 330px;
  }
  .header .sub_btn {
    background: #FFB43C;
  }
  .nav_bunner {
    width: 160px;
    height: 0;
  }
  .nav_bunner:hover {
    opacity: .8;
  }
}

.description{
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 38px;
	color: #00272D;
}
@media screen and (max-width: 1365px) {
  .description {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1200px) {
	.main_visual .award_list_box {
    width: 36%;
    min-width: auto;
	}
}
@media screen and (max-width: 999px) {
  .description {
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 33px;
  }
	.main_visual .award_list_box {
    width: 100%;
	}
}
@media screen and (min-width: 1000px) {
	.main_visual {
    margin: 20px 0 0;
	}
}


/*-----------------------------------------------------------
  MV
------------------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .mv_area {
    width: 1000px;
  }
  .main_visual {
    margin: 0;
  }
  .main_visual .main_img_box {
    right: -2%;
    width: 56%;
    top: 6%;
  }
  .main_visual .award_list_box {
    width: 40%;
  }
}
@media screen and (min-width: 1300px) {
  .mv_area {
    width: 1200px;
    position: relative;
  }
  .main_visual .main_img_box {
    right: -12%;
    width: 66%;
    top: 10%;
  }
}

.main_visual .main_img_box {
  animation: none;
}

.award_area {
  display: flex;
  margin-top: 20px;
}
.award_area img {
  width: 40%;
  margin: auto;
}
.main_visual .award_name {
  display: block;
  margin: auto;
  width: 40%;
}
.main_visual .award_name li {
  font-size: 16px;
  font-weight: bold;
  color: #31A17C;
  background: #fff;
  border: solid 2px #31A17C;
  margin: 10px 0;
}

@media screen and (max-width: 999px) {
  .main_visual .award_name {
    width: 50%;
  }
  .main_visual .award_name li {
    font-size: 12px;
    padding: 4px 0;
    margin: 6px 0;
  }
  .main_visual .main_img_box{
    max-width: 200px;
    margin: 28px auto 0;
  }
}

.main_visual {
  min-height: auto;
  z-index: 0;
  background: linear-gradient(180deg, #FFFFFF 0%,  #F0FAF7 100%);
} 
.main_catch,
.sub_catch {
  font-weight: bold;
}
.main_visual .main_catch_box .main_catch {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 23px;
  text-align: left;
  margin-bottom: 20px;
}
.main_catch_box p {
  margin-top: 10px;
}
.main_visual .main_btn {
  display: block;
  width: 270px;
  font-size: 18px;
  color: #fff;
  background: #FFB43C;
  text-align: center;
  border-radius: 8px;
  box-shadow: none;
  border: solid 3px #FFB43C;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 70px;
}

.main_visual .main_btn .text {
  margin-right: 20px;
}
.main_visual .main_btn .text:before {
  content: none;
}
.main_visual .main_btn:after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  border-radius: 2px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.main_visual .main_btn:hover:after {
  border-top: 3px solid #FFB43C;
  border-right: 3px solid #FFB43C;
}


@media screen and (min-width: 1000px) {
  .mv_area {
    position: relative;
  }
  .main_visual .main_catch_box .sub_catch {
    font-size: 4.4rem;
    letter-spacing: 4px;
  }
  .main_visual .main_img_box {
    right: 30px;
    width: 420px;
    top: 0;
  }
  .main_visual .main_btn, 
  .main_catch_box {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1300px) {
  .mv_area {
    width: 1000px;
    position: relative;
  }
}
.mv_function {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  color: #31A17C;
  border: 3px solid #31A17C;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
}
.mv_function:after {
  position: absolute;
  content: "";
  display: block;
  width: 102%;
  height: 106%;
  top: 2px;
  right: -6px;
  border-radius: 8px;
  background: #31A17C;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .mv_function {
    width: 100%;
    font-size: 12px;
    padding: 10px 20px 10px 25px;
    margin-bottom: 10px;
  }
  .main_visual .main_catch_box .main_catch {
    font-size: 17px;
    text-align: center;
  }
  .main_visual .main_catch_box .sub_catch {
    font-size: 27px;
  }
  .main_catch_box img {
    width: 80%;
  }
}
  
/*------------------------------------------------------------
  Problem
------------------------------------------------------------*/
.white_area {
  background: #ffffff;
}
.white_area p {
  color: #00A27D;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.flex_white_list.sentinelone .white_area p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #7359E0;
}
.flex_white_list.sentinelone .white_area p.text {
  color: #000;
  font-size: 11px;
  font-weight: normal;
}
.white_area img {
  margin-top: 20px;
}

@media screen and (min-width: 1000px) {
  .white_area.col3 {
    width: calc(100%/3 - 10px);
    padding: 30px;
  }
  .white_area.col2 {
    width: calc(100% / 2 - 10px);
    padding: 30px 10%;
  }
  .flex_white_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
  }
  .flex_white_list {
    justify-content: space-between;
  }
  .polygon {
    position: relative;
    padding-top: 120px;
  }
  .polygon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 60px 60px 0 60px;
    border-color: #F8F8F8 transparent transparent transparent;
  }
}

@media screen and (max-width: 999px) {
  .white_area.col3, .white_area.col2 {
    padding: 20px;
    margin-top: 10px;
  }
  .problem_area {
    padding: 55px 0;
  }
  .problem_area h3 {
    font-size: 22px;
  }
  .flex_white_list {
    margin: auto;
    max-width: 300px;
  }
  .problem_area .shadow_dt_list {
    margin-top: 20px;
    padding: 20px;
  }
  .problem_bg {
    top: 90px;
    scale: 1;
    left: 4%;
    z-index: 0;
  }
  .problem_area .white_area p {
    font-size: 14px;
  }
  .flex_white_list.sentinelone .white_area p.text {
    text-align: left;
  }
}


/*------------------------------------------------------------
  ABOUT
------------------------------------------------------------*/
.about-box--03 {
  margin: 0;
}
.about-box--03.about {
  padding: 40px 0;
  border: none;
  box-shadow: none;
}
.about-thumb-box__title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.about-box--03.sentinelone .about-thumb-box__txt {
  width: 48%;
}
.about-box--03.sentinelone .about-thumb-box__txt .about-thumb-box__img {
  position: absolute;
  width: 45%;
  top: 40px;
  right: 30px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .about-box--03.about {
    width: 89%;
    margin: auto;
  }
  .about-box--03.sentinelone .about-thumb-box__txt {
    width: 100%;
  }
  .about-box--03.sentinelone .about-thumb-box__txt .about-thumb-box__img {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}


.title__sub {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
}
.mb40 {
  margin-bottom: 40px;
}
.middle_txt {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .logo_area .title__sub {
    line-height: 50px;
  }
  .title__sub {
    font-size: 1.7rem;
  }
}

.logo_area {
  position: relative;
  line-height: 0;
  margin-bottom: 10px;
  text-align: center;
  padding-right: 180px;
}
.grey_line_box .union {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grey_line_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px auto;
}
.grey_line_box li.col2 {
  width: calc(100%/2 - 50px);
}
.grey_line_box li {
  padding: 30px;
  background: #fff;
  border: solid 5px #D2D2D2;
  font-size: 14px;
}
.grey_line_box li img {
  display: block;
  margin: 10px auto;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .logo_area .title__sub {
    position: absolute;
    line-height: 1.8;
    margin-left: 9px;
  }
}

@media screen and (max-width: 767px) {
  .grey_line_box {
    display: block;
    padding: 0 20px;
  }
  .grey_line_box li.col2 {
    width: 100%;
  }
  .grey_line_box li.col2:first-of-type {
    margin-bottom: 60px;
  }
  .grey_line_box .union {
    width: 38px;
    top: 49.5%;
  }
  .grey_line_box li img {
    margin: 0 auto;
  }
  .logo_area {
    padding: 0 20px;
    margin-bottom: -30px;
  }
}


/*------------------------------------------------------------
  FEATURES
------------------------------------------------------------*/
.title__sub_s{
  font-size: 20px;
}
.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  font-size: 22px;
}
.customize-copy {
  text-align: center;
}

.function_list_box {
  max-width: 800px;
  padding: 40px 60px;
  border-radius: 8px;
  box-shadow: 3px 1px 20px #00000029;
  font-weight: 500;
  margin: 30px auto 40px;
}
.function_list{
  display: flex;
  justify-content: space-between;
}
.function_link_box{
  width: 27%;
} 
.function_category{
  margin-bottom: 46px;
}
.function_category img{
  width: 46px;
  position: absolute;
}
.function_category span{
  color: #00A27D;
  font-size: 17px;
  height: 49px;
  padding-left: 57px;
  display: inline-block;
}
.function_category .sub_link {
  padding: 10px 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #CECECE;
  height: 52px;
}
.sub_link img{
  width: 31px;
}
.sub_link span{
  color: #000;
  font-size: 14px;
  padding-left: 44px;
  line-height: 18px;
  vertical-align: sub;
}
.map_img {
  width: 80%;
  max-width: 1200px;
  margin-bottom: 40px;
}
.slick-slider {
  margin-bottom: 80px;
}

@media screen and (min-width: 1000px) {
  .function_category:last-of-type{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 999px) {
  .function_list_box {
    padding: 30px;
    border-radius: 8px;
    box-shadow: 3px 1px 20px #00000029;
    font-weight: 500;
    margin: 30px 0 40px;
  }
  .function_list {
    display: block;
  }
  .function_link_box {
    width: 100%;
  }
  .footer .sub_menu_box {
    padding: 20px 25px 0;
  }
  .about-box-wrapper {
    padding: 20px;
  }
}

.about-box--03.plan {
  background: #F0FAF7;
  padding: 50px 0;
  border: none;
  box-shadow: none;
  margin-top: 50px;
  border-radius: 60px;
}
.about-box--03.plan .about-thumb-box__title {
  text-align: center;
}
.about-box--03.plan .about-thumb-box__img {
  display: block;
  width: 80%;
  margin: 20px auto;
}
.about-box--03.plan .main_btn {
  display: block;
  width: 270px;
  font-size: 18px;
  color: #FFB43C;
  background: #fff;
  box-shadow: none;
  text-align: center;
  border-radius: 8px;
  border: solid 3px #FFB43C;
  padding: 10px 0;
  margin: auto;
}
.about-box--03.plan .main_btn:hover {
  opacity: 1;
  color: #fff;
  background: #FFB43C;
}
.about-box--03.plan .main_btn .text {
  margin-right: 20px;
}
.about-box--03.plan .main_btn::before {
  display: none;
}
.about-box--03.plan .main_btn:after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  border-top: 3px solid #FFB43C;
  border-right: 3px solid #FFB43C;
  position: absolute;
  border-radius: 2px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.about-box--03.plan .main_btn:hover:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 999px) {
  .about-box--03.plan {
    width: 89%;
    margin: 20px auto;
  }
}


.big_white_box {
  max-width: 1000px;
  background: #fff;
  border-radius: 10px;
  padding: 60px;
  margin: 60px auto 0;
}
.big_white_box h3 {
  font-size: 2.7rem;
  text-align: center;
}
.big_white_box .kome,
.flow .kome,
.plan .kome{
  font-size: 11px;
  font-weight: normal;
  padding-top: 10px;
}
.plan .kome{
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 999px) {
  .big_white_box {
    padding: 20px;
    margin-bottom: 30px;
    width: 89%;
  }
}
.bg_blue_title {
  position: relative;
  color: #fff;
  background: #00A27D;
  text-align: center;
  padding: 8px 0 6px;
  margin: 0 auto 60px;
}

.bg_blue_title.purple {
  background: #785DEA;
}

h3.bg_blue_title {
  font-size: 1.8rem;
  font-weight: bold;
}
.bg_blue_title img {
  width: 20px;
  margin-right: 10px;
}
.bg_blue_title span {
  vertical-align: super;
}
.big_white_box .img_box {
  margin: auto;
}
.big_white_box.point {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1000px) {
  .big_white_box.point {
    padding: 30px 60px;
  }
}

@media screen and (max-width: 999px) {
  .bg_blue_title {
    margin: 0 auto 20px;
  }
  h3.bg_blue_title {
    font-size: 1.2rem;
  }
  .bg_blue_title img {
    position: absolute;
    top: 16px;
    width: 15px;
    left: 19px;
  }
  .reason_list {
    display: block;
    padding: 0 20px;
  }
  .about-box.about .about-thumb-box__img {
    padding: 20px;
    margin: 40px auto 40px;
    padding: 0;
    scale: 1.2;
  }
}

.about-thumb-box__img {
  padding: 20px;
  margin: 20px auto 40px;
}
@media screen and (min-width: 1000px) {
  .about-thumb-box__img {
    display: block;
  }
}


/*------------------------------------------------------------------------
 reason_list
-------------------------------------------------------------------------*/
.reason_list {
  display: flex;
}
.reason_list > li {
  width: 100%;
}
.reason_list > li:not(:first-child) {
  margin-left: 20px;
}
.reason_list > img {
  border-radius: 10px;
}

.reason_list .feature_box {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.reason_list .feature_box .img_box {
  aspect-ratio: unset;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 145px;
}
.reason_list .feature_box .img_box img {
  max-height: 100%;
  margin: auto;
}
.reason_list .feature_box .title {
  color: #7359E0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.top_feature .reason_list .feature_box .title {
  font-size: 2.0rem;
}
.reason_list .feature_box p {
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 999px) {
  .reason_list {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .reason_list > li {
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .reason_list > li:not(:first-child) {
    margin: 20px 0 0;
  }
  .reason_list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .reason_list .feature_box .img_box img {
    height: 100%;
  }
  .reason_list .feature_box .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .reason_list .feature_box .number {
    text-align: left;
  }
}

.reason_list.no_box {
  max-width: 800px;
  margin: 0 auto 80px;
}
.reason_list.no_box h3 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .reason_list.no_box {
    justify-content: space-between;
    flex-direction: unset;
  }
  .reason_list.no_box > li:not(:first-child) {
    margin: 0;
  }
  .reason_list.no_box > li {
    display: block;
    width: 46%;
  }
}

/*------------------------------------------------------------
  CONTACT
------------------------------------------------------------*/
.contact {
  margin: 0;
  padding: 40px 0 20px;
  position: relative;
  overflow: hidden;
}
.contact:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #00A27D;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

/*------------------------------------------------------------
  CTA
------------------------------------------------------------*/
.cta_contact {
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 1;
  border-radius: 60px;
  background: linear-gradient(96deg, #7359E0 2.61%, #138C8F 50.14%,  #00A27D 99.69%);  
}
@media screen and (min-width: 1000px) {
  .cta_contact {
    margin: 80px auto;
    padding: 60px 0;
  }
}
.cta_contact .content_wrapper {
  padding: 0 5%;
  display: block;
  max-width: 1200px;
}
.cta_contact .cta_link_box .link_item a:before {
  border-top: 2px solid #23758B;
  border-right: 2px solid #23758B;
}
.cta_contact .cta_catch_box p {
  text-align: center;
}
.cta_contact .content_wrapper .cta_catch_box {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
  width: 100%;
}
.cta_contact .content_wrapper .cta_catch_box img {
  width: 45%;
  height: auto;
}
.cta_contact .content_wrapper .cta_catch_box h2 {
  text-align: left;
  color: #fff;
  margin: 50px 0;
}
.cta_contact .content_wrapper .main_btn {
  box-shadow: none;
}
.cta_contact .content_wrapper .main_btn.text {
  margin-right: 20px;
}
.cta_contact .content_wrapper .main_btn:before {
  display: none;
}
.cta_contact .content_wrapper .main_btn:after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  border-radius: 2px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.cta_contact .content_wrapper .main_btn span {
  padding-right: 20px;
}
.cta_contact .content_wrapper .main_btn:hover{
  opacity: 1;
}
.cta_contact .content_wrapper .main_btn:nth-of-type(2) {
  margin-bottom: 0;
}
.cta_contact .content_wrapper .main_btn.pink {
  border: 3px solid #fff;
  background: #FFB43C;
}
.cta_contact .content_wrapper .main_btn.white {
  color: #FFB43C;
  border: 3px solid #FFB43C;
  background: #fff;
}
.cta_contact .content_wrapper .main_btn.pink:hover{
  color: #FFB43C;
  border: 3px solid #FFB43C;
  background: #fff;
}
.cta_contact .content_wrapper .main_btn.pink:hover:after {
  border-top: 3px solid #FFB43C;
  border-right: 3px solid #FFB43C;
}
.cta_contact .content_wrapper .main_btn.white:hover{
  color: #fff;
  border: 3px solid #fff;
  background: #FFB43C;
}
.cta_contact .content_wrapper .main_btn.white:after {
  border-top: 3px solid #FFB43C;
  border-right: 3px solid #FFB43C;
}
.cta_contact .content_wrapper .main_btn.white:hover:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media screen and (min-width: 1000px) {
  .cta_contact .cta_link_box {
    width: 100%;
    margin-left: 40px;
  }
}

@media screen and (max-width:999px) { 
  .cta_contact {
    border-radius: 0;
  }
  .cta_contact.mt {
    margin-top: 0;
  }
  .cta_contact .cta_catch_box .main_catch {
    font-size: 1.7rem;
  }
  .cta_contact .content_wrapper .cta_link_box {
    display: block;
    margin: 30px auto 0;
  }
  .cta_contact {
    padding: 30px 0;
  }
  .cta_contact .content_wrapper .cta_catch_box {
    display: block;
  }
  .cta_contact .content_wrapper .cta_catch_box h2 {
    margin: 20px 0;
    text-align: center;
  }
  .cta_contact .content_wrapper .main_btn {
    margin: 0 auto 18px;
  }
  .cta_contact .cta_catch_box .main_catch,
  .cta_contact .content_wrapper .main_btn:last-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .cta_contact .cta_catch_box .main_catch {
    font-size: 26px;
  }
}


.hmk_area {
  width: 1000px;
  margin: auto;
  position: relative;
}
.hmk_area .hmk_text_area {
  width: 40%;
  margin-left: 30px;
}
.hmk_area .hmk_text_area p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.hmk_area .main_btn.white {
  color: #2EBABA;
  background: #fff;
  margin: 20px 30px;
}
.hmk_area .main_btn.white:before {
  display: none;
}
.hmk_img_box {
  position: absolute;
  right: 30px;
  width: 420px;
  top: -20px;
}

.hmk_area .main_btn.white:after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  border-top: 3px solid #2EBABA;
  border-right: 3px solid #2EBABA;
  position: absolute;
  border-radius: 2px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.main_btn.purple {
  color: #fff;
  background: #785DEA;
  font-size: 12px;
  padding-right: 20px;
  margin: 30px auto 0;
}

.main_btn.purple:after {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    border-radius: 2px;
    right: 28px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }


  @media screen and (max-width: 999px) {
    .hmk_area {
      width: 100%;
    }
    .hmk_area .hmk_text_area {
      width: 80%;
    }
    .hmk_area .main_btn.white {
      margin: 20px auto;
    }
    .hmk_img_box {
      position: static;
      width: 80%;
      margin: auto;
    }
  }

/*------------------------------------------------------------
  Article
------------------------------------------------------------*/

/*3つ並びの記事*/
.list_three_article {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 960px) {
  .list_three_article {
    margin-top: -32px;
  }
}
@media (min-width: 960px) {
  .list_three_article .main_list {
    width: calc(33.3% - 18px);
    margin: 32px 26px 0 0;
  }
  .list_three_article .main_list .img_wrapper img {
    aspect-ratio: 5 / 3;
    object-fit: cover;
  }
  .list_three_article .main_list:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  .list_three_article .main_list {
    width: 100%;
  }
  .list_three_article .main_list:not(:last-child) {
    margin-bottom: 30px;
  }
}
.list_three_article .article_info_wrapper p {
  margin: 10px 0 0;
  color: #191919;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  transition: all 0.3s ease;
}
.list_three_article .identification_wrapper {
  transition: all 0.3s ease;
}
.list_three_article .identification_wrapper .category,
.list_three_article .identification_wrapper .article_date {
  display: inline-block;
  color: #707070;
  line-height: 2.1;
}
.list_three_article .identification_wrapper .category {
  padding-right: 12px;
  font-size: 13px;
}
.list_three_article .identification_wrapper .article_date {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  .footer {
      padding-top: 60px;
  }
}