/* --------------------------------------
BASE
-------------------------------------- */
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../fonts/NotoSansJP-Medium.ttf");
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../fonts/NotoSansJP-Bold.ttf");
}
@font-face {
  font-family: "Nunito-ExtraBold";
  src: url("../fonts/Nunito-ExtraBold.ttf");
}
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSansJP-Medium";
  font-style: normal;
  font-weight: normal;
  color: #2e2e2e;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1281px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

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

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

em {
  font-style: normal;
}

.display_sp,
.br_sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .display_sp,
  .br_sp {
    display: none;
  }
}

.display_pc,
.br_pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .display_pc,
  .br_pc {
    display: none;
  }
}

.br_tab {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br_tab {
    display: inline-block;
  }
}

em {
  font-style: normal;
}

.js_fadeup {
  transform: translateY(20px);
  opacity: 0;
}

/* --------------------------------------
HEADER
-------------------------------------- */
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0;
  transition: 0.3s;
}
header.is_scroll {
  background: #fff;
}
header .hd_inner {
  border-radius: 30px;
}
header .hd_nav_list li a {
  display: block;
  font-family: "Cormorant-Regular";
}
header .hd_logo {
  transition: 0.3s;
}
header .hd_logo:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1281px) {
  header {
    padding: 10px 0;
  }
  header .hd_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 20px;
  }
  header #hd_btn_sp {
    display: none;
  }
  header .hd_nav {
    display: flex;
    align-items: center;
  }
  header .hd_nav_list {
    display: flex;
    align-items: center;
  }
  header .hd_nav_list li {
    position: relative;
  }
  header .hd_nav_list li a {
    padding: 0 25px;
    line-height: 30px;
    font-family: "NotoSansJP-Bold";
    transition: 0.3s;
  }
  header .hd_nav_list li a:hover {
    color: #fe8a00;
  }
  header .hd_nav_list li + li {
    background-image: repeating-linear-gradient(180deg, #86cc3a, #86cc3a 5px, transparent 5px, transparent 9px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 2px 100%;
  }
  header .btn_contact {
    margin-left: 30px;
  }
  header .hd_nav_sp {
    display: none;
  }
  header .hd_btn_contact_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  header {
    padding: 20px 20px;
  }
  header.is_scroll {
    padding: 10px;
  }
  header .hd_inner {
    padding: 0 15px;
  }
  header .hd_btn_contact_sp {
    position: absolute;
    right: 80px;
    top: 12px;
    line-height: 50px;
  }
  header #hd_btn_sp {
    right: 20px;
    top: 15px;
  }
}
@media screen and (max-width: 1280px) {
  header {
    top: 0;
  }
  header.is_scroll .hd_logo {
    width: 120px;
  }
  header .hd_logo {
    position: relative;
    z-index: 10;
    transition: 0.1s;
  }
  header .hd_btn_contact_sp {
    transition: 0.1s;
  }
  header .hd_inner {
    display: flex;
    align-items: center;
    height: 60px;
  }
  header .hd_nav_pc {
    display: none;
  }
  header .hd_nav_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fe8a00;
    border: 1px solid #707070;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  header .hd_nav_sp.js_open {
    opacity: 1;
    visibility: visible;
  }
  header .hd_nav_sp.js_open + .hd_inner .hd_logo {
    opacity: 0;
  }
  header .hd_nav_sp.js_open + .hd_inner .hd_btn_contact_sp {
    opacity: 0;
  }
  header .hd_nav_sp_inner {
    background: #fff;
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 0 auto;
    padding: 55px 0 75px;
    border-radius: 30px;
    position: relative;
  }
  header .hd_nav_sp_inner .illu {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    width: 74px;
    height: 54px;
  }
  header .hd_nav_sp_inner .btn_contact {
    margin: 40px auto 0;
    width: 250px;
    line-height: 50px;
    font-size: 20px;
  }
  header .hd_nav_sp_inner .btn_contact:before {
    width: 20px;
    height: 15px;
  }
  header .hd_nav_list {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  header .hd_nav_list li {
    max-width: 330px;
    margin: 0 auto;
    background-image: repeating-linear-gradient(90deg, #2195d0, #2195d0 5px, transparent 5px, transparent 10px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
  header .hd_nav_list li a {
    padding: 17px 20px;
    text-align: center;
    font-family: "NotoSansJP-Bold";
  }
  header #hd_btn_sp {
    position: fixed;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
  }
  header #hd_btn_sp span {
    display: block;
    height: 2px;
    background: #2e2e2e;
    border-radius: 2px;
    transition: all 0.3s ease;
    width: 30px;
    position: absolute;
    left: 5px;
  }
  header #hd_btn_sp span:nth-child(1) {
    top: 10px;
  }
  header #hd_btn_sp span:nth-child(2) {
    top: 20px;
  }
  header #hd_btn_sp span:nth-child(3) {
    top: 30px;
  }
  header #hd_btn_sp.js_active span {
    background: #fff;
  }
  header #hd_btn_sp.js_active span:nth-child(1) {
    top: 20px;
    transform: rotate(35deg);
  }
  header #hd_btn_sp.js_active span:nth-child(2) {
    opacity: 0;
  }
  header #hd_btn_sp.js_active span:nth-child(3) {
    top: 20px;
    transform: rotate(-35deg);
  }
}
@media screen and (max-width: 767px) {
  header .hd_inner {
    padding: 0 10px;
  }
  header .hd_logo {
    width: 120px;
  }
  header .hd_btn_contact_sp {
    position: absolute;
    right: 60px;
    top: 13px;
  }
  header #hd_btn_sp {
    right: 10px;
    top: 7px;
  }
}

/* --------------------------------------
FOOTER
-------------------------------------- */
footer {
  background: #fe8a00;
  position: relative;
}
footer .anim_illu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  footer .anim_illu {
    animation: 30s infinite walk linear;
    width: 70px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .anim_illu {
    animation: 20s infinite walk linear;
    width: 77px;
    margin-top: 10px;
  }
}
@keyframes walk {
  0% {
    transform: translateX(-10vw);
  }
  100% {
    transform: translateX(100vw);
  }
}
footer .l_inner_l {
  background: #fff;
}
footer .ft_wrap {
  width: 100%;
  margin: 0 auto;
}
footer .ft_logo {
  transition: 0.3s;
}
footer .ft_logo:hover {
  opacity: 0.7;
}
footer .ft_bottom {
  border-top: 1px solid #fe8a00;
  font-size: 14px;
}
footer .ft_nav_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .ft_nav {
  display: flex;
}
footer .ft_nav a {
  display: block;
  padding: 10px 0;
  font-family: "NotoSansJP-Bold";
  white-space: nowrap;
}
footer .link_txt {
  font-family: "NotoSansJP-Bold";
}
footer .copyright {
  font-family: "NotoSansJP-Bold";
}
@media screen and (min-width: 1281px) {
  footer .l_inner_l {
    border-radius: 60px;
  }
  footer .ft_logo {
    width: 237px;
    height: 80px;
  }
  footer .ft_logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  footer .ft_logo img {
    width: 100%;
    height: auto;
  }
  footer .ft_bottom {
    margin-top: 40px;
    padding-top: 30px;
  }
  footer .ft_wrap {
    padding: 60px 20px 100px;
    max-width: 1240px;
  }
  footer .btn_contact {
    margin-left: 50px;
  }
  footer .ft_nav li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1280px) {
  footer .l_inner_l {
    border-radius: 30px;
  }
  footer .ft_bottom {
    margin-top: 30px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  footer .ft_wrap {
    padding: 50px 20px 80px;
  }
  footer .btn_contact {
    margin: 0 0 0 30px;
  }
  footer .ft_nav li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 100px 0;
  }
  footer .ft_main_wrap {
    display: flex;
    justify-content: space-between;
  }
  footer .ft_nav_wrap {
    align-items: center;
  }
  footer .ft_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .ft_nav a {
    transition: 0.3s;
  }
  footer .ft_nav a:hover {
    color: #fe8a00;
  }
  footer .link_txt {
    transition: 0.3s;
  }
  footer .link_txt:hover {
    color: #fe8a00;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 70px 0 50px;
  }
  footer .ft_logo {
    text-align: center;
    width: 98px;
    height: 34px;
    margin: 0 auto;
  }
  footer .ft_wrap {
    max-width: 640px;
    padding: 30px 15px 30px;
  }
  footer .ft_nav_wrap {
    margin-top: 15px;
    display: block;
  }
  footer .ft_nav_wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  footer .ft_nav {
    justify-content: center;
  }
  footer .ft_nav li + li {
    margin-left: 20px;
  }
  footer .ft_nav li a {
    white-space: nowrap;
  }
  footer .ft_bottom {
    text-align: center;
  }
  footer .btn_contact {
    margin: 20px 0 0;
    float: right;
  }
  footer .link_txt {
    font-size: 13px;
  }
  footer .copyright {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* --------------------------------------
LAYOUT
-------------------------------------- */
main {
  overflow: hidden;
}

.l_main {
  overflow-x: hidden;
}

.l_flex {
  display: flex;
}

.l_flex_reverse {
  flex-direction: row-reverse;
}

.l_inner_l {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  .l_inner_l {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .l_inner_l {
    padding: 0 15px;
  }
}

.l_inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  .l_inner {
    max-width: 1240px;
  }
}
@media screen and (min-width: 768px) {
  .l_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l_inner {
    max-width: 550px;
    padding: 0 15px;
  }
}

.l_inner_s {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l_inner_s {
    max-width: 840px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l_inner_s {
    max-width: 630px;
    padding: 0 15px;
  }
}

.l_sec_content {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l_sec_content {
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l_sec_content {
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* --------------------------------------
TEXT
-------------------------------------- */
.en {
  font-family: "Nunito-ExtraBold";
}

@media screen and (min-width: 1281px) {
  .title_l {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .title_l {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title_l {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .title_m {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title_m {
    font-size: 20px;
  }
}

.title_sec_wrap {
  text-align: center;
}
.title_sec_wrap .title_en {
  font-family: "Nunito-ExtraBold";
}
@media screen and (min-width: 768px) {
  .title_sec_wrap .title_en {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .title_sec_wrap .title_en {
    font-size: 26px;
  }
}

.title_ja {
  font-size: 14px;
  padding-left: 22px;
  position: relative;
  display: inline-block;
}
.title_ja:before {
  content: "";
  width: 22px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.title_sec_inner {
  display: inline-block;
  text-align: center;
}

.txt_c_b {
  color: #44a0dc;
}

.txt_c_o {
  color: #fe8a00;
}

.txt_ic_o:before {
  background: url(../../assets/img/common/icon_sun.svg) no-repeat center center;
}

.txt_ic_b:before {
  background: url(../../assets/img/common/icon_sun_b.svg) no-repeat center center;
}

.txt_ic_g:before {
  background: url(../../assets/img/common/icon_sun_g.svg) no-repeat center center;
}

.title_page_wrap .l_inner {
  position: relative;
}
.title_page_wrap .l_inner:before {
  content: "";
  display: block;
  background: url(../img/common/co_illu_01.svg) no-repeat top center;
  background-size: contain;
  position: absolute;
}
.title_page_wrap .title_en {
  text-transform: uppercase;
}
@media screen and (min-width: 1281px) {
  .title_page_wrap {
    padding: 120px 0 100px;
    background: url(../../assets/img/common/title_bg_01_pc.svg) no-repeat bottom center;
    background-size: 100%;
  }
  .title_page_wrap .l_inner:before {
    left: 50%;
    margin-left: -400px;
    width: 17%;
    height: 243px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .title_page_wrap {
    padding: 90px 0 120px;
    background: url(../../assets/img/common/title_bg_01_pc.svg) no-repeat bottom center;
    background-size: cover;
  }
  .title_page_wrap .l_inner:before {
    width: 123.5px;
    height: 121.5px;
    left: 100px;
    top: 50px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .title_page_wrap {
    padding: 80px 0 70px;
    background: url(../../assets/img/common/title_bg_01_sp.svg) no-repeat bottom center;
    background-size: cover;
  }
  .title_page_wrap .l_inner:before {
    width: 88px;
    height: 86px;
    left: 20px;
    top: 50px;
    background-size: contain;
  }
}

/* --------------------------------------
LINK
-------------------------------------- */
.link_arrow_wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .link_arrow_wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .link_arrow_wrap {
    margin-top: 50px;
  }
}

.link_arrow {
  position: relative;
  padding-right: 50px;
}
.link_arrow .txt {
  position: relative;
}
.link_arrow .txt:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fe8a00;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.link_arrow .arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #44a0dc;
}
.link_arrow .arrow:before, .link_arrow .arrow:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../assets/img/common/btn_arrow.svg) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}
.link_arrow .arrow:after {
  transform: translateX(-100%);
}
.link_arrow:hover .txt:before {
  background: #fff;
}
.link_arrow:hover .arrow:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}
.link_arrow:hover .arrow:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 768px) {
  .link_arrow {
    transition: 0.3s;
  }
  .link_arrow:hover {
    opacity: 0.7;
  }
  .link_arrow:hover .arrow:before {
    right: -2px;
  }
}

/* --------------------------------------
BTN
-------------------------------------- */
.btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.btn span {
  position: relative;
  display: inline-block;
}

.btn_m span {
  padding-left: 24px;
}
.btn_m span:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  margin-right: 20px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.btn_m:hover span:before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .btn_m {
    width: 240px;
    height: 80px;
    border-radius: 40px;
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .btn_m {
    width: 200px;
    height: 55px;
    border-radius: 27.5px;
    line-height: 55px;
  }
}

.btn_l {
  position: relative;
  font-family: "NotoSansJP-Bold";
}
.btn_l:before {
  content: "";
  display: inline-block;
  background: #fff;
  transition: 0.3s;
  position: absolute;
  right: 20px;
  top: 50%;
}
@media screen and (min-width: 1281px) {
  .btn_l {
    width: 500px;
    line-height: 80px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .btn_l {
    width: 350px;
    line-height: 70px;
    border-radius: 35px;
  }
}
@media screen and (min-width: 768px) {
  .btn_l:before {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    margin-top: -14px;
  }
  .btn_l:hover:before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .btn_l {
    max-width: 260px;
    width: 100%;
    line-height: 60px;
    border-radius: 30px;
    text-align: left;
    padding: 0 0 0 30px;
  }
  .btn_l:before {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin-top: -9px;
  }
}

.btn_c_b {
  background: #44a0dc;
}
.btn_c_b:hover {
  background: #75beed;
}

.btn_c_o {
  background: #fe8a00;
}
.btn_c_o:hover {
  background: #feb155;
}

.btn_contact {
  background: #fe8a00;
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
}
.btn_contact:before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/common/icon_email.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (min-width: 1281px) {
  .btn_contact {
    width: 180px;
    line-height: 80px;
    transition: 0.3s;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .btn_contact {
    width: 140px;
    line-height: 60px;
    transition: 0.3s;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .btn_contact:before {
    width: 22px;
    height: 16px;
  }
  .btn_contact:hover {
    background: #feb155;
  }
}
@media screen and (max-width: 767px) {
  .btn_contact {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 10px;
  }
  .btn_contact:before {
    width: 14px;
    height: 10px;
  }
}

/* --------------------------------------
LIST
-------------------------------------- */
.list_breadcrumb {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.list_breadcrumb li,
.list_breadcrumb a {
  font-size: 12px;
}
.list_breadcrumb li {
  position: relative;
}
.list_breadcrumb li + li {
  padding-left: 35px;
}
.list_breadcrumb li + li:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 6px;
  background: url(../../assets/img/common/icon_breadcrumb.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -3px;
}
@media screen and (min-width: 1281px) {
  .list_breadcrumb {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_breadcrumb {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .list_breadcrumb {
    margin-top: -15px;
  }
}

/* --------------------------------------
PARTS
-------------------------------------- */
@media screen and (min-width: 768px) {
  .list_news {
    width: calc(100% - 40px);
    max-width: 900px;
    margin: 50px auto 0;
    background-image: repeating-linear-gradient(90deg, #2e2e2e, #2e2e2e 10px, transparent 10px, transparent 20px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
}
@media screen and (max-width: 767px) {
  .list_news {
    margin: 50px auto 0;
    background-image: repeating-linear-gradient(90deg, #2e2e2e, #2e2e2e 5px, transparent 5px, transparent 10px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
}

.article_news a {
  width: 100%;
}
.article_news .info {
  display: flex;
  font-size: 12px;
  margin-top: 10px;
}
.article_news .date {
  font-size: 14px;
}
.article_news .cat {
  background: #44a0dc;
  color: #fff;
  height: 20px;
  border-radius: 10px;
  margin-left: 10px;
  padding: 0 10px;
}
.article_news .title {
  margin-top: 7px;
}
.article_news .thumb {
  background: #fff;
}
.article_news .thumb img {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .article_news {
    transition: 0.3s;
    background-image: repeating-linear-gradient(90deg, #2e2e2e, #2e2e2e 10px, transparent 10px, transparent 20px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
  .article_news a {
    display: flex;
    padding: 15px 50px 15px 10px;
  }
  .article_news .info {
    width: 200px;
  }
  .article_news .title {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .article_news {
    background-image: repeating-linear-gradient(90deg, #2e2e2e, #2e2e2e 5px, transparent 5px, transparent 10px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
  .article_news a {
    display: block;
    padding: 10px 50px 10px 10px;
  }
}

@media screen and (min-width: 1281px) {
  .list_column_wrap .list_column .article_column {
    width: calc((100% - 160px) / 3);
  }
  .list_column_wrap .list_column .article_column:not(:first-child) {
    margin-left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_column_wrap .list_column .article_column {
    width: calc((100% - 60px) / 3);
  }
  .list_column_wrap .list_column .article_column:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .list_column_wrap .list_column {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .list_column_wrap .article_column + .article_column {
    margin-top: 30px;
  }
}

.article_column .info {
  display: flex;
  font-size: 12px;
  margin-top: 10px;
}
.article_column .cat {
  background: #fe8a00;
  color: #fff;
  height: 20px;
  border-radius: 10px;
  margin-left: 10px;
  padding: 0 10px;
}
.article_column .title {
  margin-top: 7px;
}
.article_column .thumb {
  background: #fff;
}
.article_column .thumb img {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .article_column {
    transition: 0.3s;
  }
  .article_column .thumb {
    height: 195px;
  }
  .article_column .thumb img {
    width: 100%;
    height: 195px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article_column:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .article_column .thumb {
    height: 140px;
  }
  .article_column .thumb img {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

/* --------------------------------------
PAGE
-------------------------------------- */
/* --------------------------------------
SEC_CONTACT
-------------------------------------- */
#sec_contact .contact_content {
  position: relative;
}
#sec_contact .illu {
  position: absolute;
}
#sec_contact .l_inner_l {
  position: relative;
  z-index: 3;
}
#sec_contact .l_inner {
  position: relative;
}
#sec_contact .title_sec_wrap {
  text-align: left;
}
@media screen and (min-width: 1281px) {
  #sec_contact .l_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #sec_contact .contact_content {
    display: flex;
  }
  #sec_contact .illu {
    top: -70px;
    left: 50%;
    margin-left: -150px;
  }
  #sec_contact .l_inner {
    display: flex;
  }
  #sec_contact .txt_wrap {
    width: 50%;
  }
  #sec_contact .txt {
    margin-top: 60px;
  }
  #sec_contact .btn_l {
    margin-top: 50px;
  }
  #sec_contact .img_wrap {
    width: 50%;
    position: relative;
  }
  #sec_contact .img_wrap .img {
    position: absolute;
  }
  #sec_contact .img_01 {
    bottom: 25%;
    max-width: 65%;
  }
  #sec_contact .img_02 {
    top: 30%;
    right: -21%;
    max-width: 85%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_contact .l_inner {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact .l_sec_content {
    position: relative;
    padding: 40px 0 100px;
  }
  #sec_contact .illu {
    width: 74px;
    height: 58px;
    top: -40px;
    left: 50%;
    margin-left: -37px;
  }
  #sec_contact .txt {
    margin-top: 40px;
  }
  #sec_contact .img {
    position: absolute;
  }
  #sec_contact .btn_wrap {
    text-align: center;
    margin-top: 50px;
  }
  #sec_contact .img_01 {
    width: 45%;
    bottom: 90%;
    right: -15%;
  }
  #sec_contact .img_02 {
    width: 60%;
    top: 100%;
    left: -18%;
  }
}

@media screen and (max-width: 767px) {
  .top #sec_contact {
    padding: 55% 0 35%;
  }
}

@media screen and (min-width: 1281px) {
  #l_page #sec_contact {
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #l_page #sec_contact {
    padding-bottom: 15%;
  }
}
@media screen and (min-width: 768px) {
  #l_page #sec_contact:before {
    background-size: 100% auto;
  }
}

#sec_slider {
  background: #86cc3a;
  position: relative;
}
#sec_slider:before {
  content: "";
  display: block;
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #sec_slider:before {
    width: 100%;
    height: 100%;
    background: url(../../assets/img/common/co_bg_wave_01_pc.svg) no-repeat bottom center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  #sec_slider:before {
    width: 100%;
    height: 100%;
    background: url(../../assets/img/common/co_bg_wave_01_sp.svg) no-repeat top center;
    background-size: cover;
  }
}/*# sourceMappingURL=common.css.map */