@charset "UTF-8";
/*------------------------------------------------------------------------
 各種設定
-------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

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

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

ul li,
ol li {
  list-style: none;
}

table, tbody, tfoot, thead, tr, th, td {
  vertical-align: top;
}

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

/*------------------------------------------------------------------------
 default
-------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-overflow-style: scrollbar;
}

html body {
  line-height: 1.8;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 1.4em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  word-break: break-word;
}

a {
  color: #00A27D;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  a:hover {
    text-decoration: underline;
  }
}

a, img, button {
  transition: ease 0.3s;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

/*------------------------------------------------------------------------
 Basicパーツ
 -------------------------------------------------------------------------*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 54, 54, 0.3);
  z-index: 2;
}

.overlay.show {
  display: block;
}

/*------------------------------------------------------------------------
 PC/SP 切り替え
 -------------------------------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .pc_only {
    display: none !important;
  }
}

/*------------------------------------------------------------------------
 footer
-------------------------------------------------------------------------*/
.footer {
  background-color: #F7F7F7;
}
.footer .copyright {
  display: block;
  margin: 0 auto;
  color: #AAAAAA;
  text-align: center;
}
.footer-pmark__img {
  width: 230px;
}
@media screen and (min-width: 1000px) {
  .footer .copyright {
    padding-bottom: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 999px) {
  .footer {
    padding-top: 40px;
  }
  .footer .copyright {
    padding-bottom: 10px;
    font-size: 1rem;
  }
}


/* wrapper
---------------------------------------------------------- */
.wrapper {
  display: block;
  overflow-x: hidden;
}

.btn_wrapper .btn {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .btn_wrapper {
    margin: 60px 0 0;
  }
}

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

/*------------------------------------------------------------------------
 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;
  }
}

/*------------------------------------------------------------------------
 ボタン
-------------------------------------------------------------------------*/
/* btn
---------------------------------------------------------- */
.btn {
  display: block;
  padding: 17px 0;
  border: none;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  border-radius: 8px;
}

.btn:hover {
  opacity: 0.7;
}

.header .sub_btn {
  background:#FFB43C;
}

@media screen and (min-width: 1000px) {
  .btn {
    width: 300px;
  }
}

@media screen and (max-width: 999px) {
  .btn {
    width: 75%;
  }
}


.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;
  }
  .flow {
    width: 89%;
    font-size: 15px;
    margin: 0 auto 9px;
  }
	.main_visual .award_list_box {
    width: 100%;
	}
}
@media screen and (min-width: 1000px) {
	.main_visual {
    margin: 20px 0 0;
	}
}

/* 製品一覧*/
.target{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  z-index: 11;
  position: inherit;
  text-align: center;
}
.contact-tel__mobile {
  margin: -20px 0;
}
@media screen and (max-width: 999px) {
  .contact-tel__mobile {
    margin: 10px 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;
} 
.main_catch,
.sub_catch {
  font-weight: bold;
}
.main_catch {
  margin-top: 70px;
  font-size: 26px;
  text-align: left;
}
.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;
}

.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_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 60px;
  padding: 20px 0;
}
.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_area {
    padding: 40px 25px;
    margin: 0;
  }
  .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;
  }
}
  
/*------------------------------------------------------------
  REASON
------------------------------------------------------------*/
.about-box--03 {
  margin: 0;
}
.about-box--03.reason {
  padding: 30px 0;
  border: none;
  box-shadow: none;
}
.about-thumb-box__txt {
  width: 65%;
}
.about-thumb-box__title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.about-thumb-box__txt .about-thumb-box__img {
  position: absolute;
  width: 300px;
  top: 40px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .about-box--03.reason {
    width: 89%;
    margin: auto;
  }
  .about-thumb-box__txt {
    width: 100%;
  }
  .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;
}
.middle_txt {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

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

.polygon{
  display: block;
  width: 300px;
  margin: 20px auto 0;
}
.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: 1000px;
  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 {
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grey_line_box li p {
    text-align: center;
  }
}

.grey_line_box li .about-box-copy {
  color: #00A27D;
  opacity: 1;
}

@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: 48.5%;
  }
}

/*------------------------------------------------------------
  FEATURES
------------------------------------------------------------*/
.title__sub_s{
  font-size: 20px;
}
.radunderline {
  position: relative;
  font-size: 26px;
  color: #E72035;
}
.radunderline:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  background: #FDEDEF;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.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;
}
h3.bg_blue_title {
  font-size: 1.8rem;
}
.bg_blue_title img {
  width: 20px;
  margin-right: 10px;
}
.bg_blue_title span {
  vertical-align: super;
}
.point_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
.point_content.last {
  margin-bottom: 0;
}
.point_content .img_box {
  width: 62%;
}
.point_content .content_box {
  width: 36.8%;
  padding-right: 20px;
}
.point_content .content_box h4.title{
  color: #393636;
  text-align: left;
  margin: 0 auto 10px;
}
.point_content .content_box .number{
  display: inline-block;
  font-family: initial;
  font-size: 1.4rem;
  color: #fff;
  background: #707070;
  font-weight: 600;
  padding: 0 14px;
  margin-bottom: 10px;
}

.point_content .content_box .explan {
  position: relative;
  padding: 20px 30px;
  border-radius: 9px;
  box-shadow: 0 4px 19px rgb(72 69 69 / 16%);
  margin-top: 20px;
}

@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: 5px;
    width: 15px;
    left: 19px;
  }
  .point_content {
    display: block;
    margin-bottom: 40px;
    position: relative;
  }
  .point_content .img_box {
    margin-bottom: 40px;
    width: 100%;
  }
  .point_content .content_box {
    text-align: left;
    margin: 0;
    padding-right: 0;
    width: 100%;
  }
  .point_content .content_box p {
    margin-bottom: 10px;
  }
  .point_content .content_box h5.title {
    display: inline-block;
  }
  .point_content .content_box .explan {
    text-align: left;
    margin-bottom: 20px;
  }
}

.l-inner.flow .about-thumb-box__img {
  display: block;
  margin: 40px auto;
}

/*.flex_white_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.flex_white_list_item {
  display: block;
  background: #fff;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.flex_white_list_item.col3 {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 999px) {
  .flex_white_list_item.col3 {
    width: 89%;
    margin: 0 auto 20px;
  }
}

.flex_white_list_item {
  padding: 30px 20px;
  border-radius: 5px;
}

.flex_white_list_item .img_list_contents .title {
  color: #00A27D;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.flex_white_list_item .img_list_contents .title {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.flex_white_list_item p {
  text-align: center;
  padding-bottom: 20px;
}*/


/*------------------------------------------------------------
  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(to top right, #00A27D 0%, #00ABCC 100%);
}
@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 {
  color: #fff;
  margin: 50px 0;
}
/*.cta_contact .content_wrapper .cta_link_box {
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
  margin: 40px auto 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;
  }
}


/*------------------------------------------------------------
  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;
  }
}