@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");
@keyframes arrowbefore-beside {
  50% {
    margin-left: 5px;
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowafter-beside {
  50% {
    margin-left: -5px;
    opacity: 0;
  }
  99% {
    margin-left: 0px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --wp-margin-m: 20px;
  --wp-margin-l: 40px;
}
@media (min-width: 768px) {
  :root {
    --wp-margin-m: 30px;
    --wp-margin-l: 70px;
  }
}

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  color: #273038;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: 100%;
  background: #efefef;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 920px) {
  body {
    font-size: 1.4rem;
  }
}
body.is_active {
  overflow: hidden;
}

#wrap {
  overflow: hidden;
  padding-top: 60px;
}
@media (min-width: 920px) {
  #wrap {
    padding-top: 110px;
  }
}
#wrap:has(.product_service_title_area) {
  padding-top: 0;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*a アニメーション*/
a {
  color: #2e5ddb;
}
@media (min-width: 920px) {
  a {
    transition: all 0.3s;
  }
  a:hover {
    text-decoration: none;
  }
}

a:not(.no_icon)[target=_blank]:after {
  position: relative;
  content: "\e903";
  display: inline-block;
  margin-left: 5px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

.page_inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 920px) {
  .page_inner {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1320px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 920px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.page_inner_s {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 920px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.service__logo_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 40px;
}
@media (min-width: 768px) {
  .service__logo_list {
    gap: 20px;
  }
}
@media (min-width: 920px) {
  .service__logo_list {
    margin: 60px;
  }
}
@media (min-width: 1025px) {
  .service__logo_list {
    margin: 120px;
  }
}
.service__logo_list ul {
  display: flex;
  flex-shrink: 0;
  text-wrap: nowrap;
  word-break: keep-all;
  animation: scrollAnime 40s infinite linear 0.1s both;
  gap: 12px;
}
@media (min-width: 768px) {
  .service__logo_list ul {
    gap: 20px;
  }
}
.service__logo_list ul li {
  width: 200px;
}
@media (min-width: 768px) {
  .service__logo_list ul li {
    width: 257px;
  }
}
.service__logo_list.bpo {
  margin: 0;
  padding: 70px 0 0 0;
  background-color: #fff;
}
.service__logo_list .logo_top,
.service__logo_list .logo_bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service__logo_list .logo_bottom ul {
  animation: scrollAnimeReverse 40s infinite linear 0.1s both;
}

@keyframes scrollAnime {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scrollAnimeReverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kj4xka");
  src: url("../fonts/icomoon.eot?kj4xka#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kj4xka") format("truetype"), url("../fonts/icomoon.woff?kj4xka") format("woff"), url("../fonts/icomoon.svg?kj4xka#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e90a";
  color: #2ab7d9;
}

.icon-file_word:before {
  content: "\e906";
}

.icon-file_pdf:before {
  content: "\e907";
}

.icon-file_excel:before {
  content: "\e908";
}

.icon-other_file:before {
  content: "\e909";
}

.icon-check:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-mini_arrow:before {
  content: "\e902";
  color: #304857;
}

.icon-mail:before {
  content: "\e901";
  color: #fff;
}

.icon-facebook:before {
  content: "\e900";
  color: #1877f2;
}

.icon-blank:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
}
@media (min-width: 920px) {
  .slick-dots {
    padding-top: 30px;
  }
}
.slick-dots li {
  padding: 0 8px;
}
@media (min-width: 920px) {
  .slick-dots li {
    padding: 0 12px;
  }
}
.slick-dots li button {
  position: relative;
  top: 2px;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #273038;
  outline: 0 solid transparent;
  transition: 0.3s ease;
}
@media (min-width: 920px) {
  .slick-dots li button:hover {
    background: #2ab7d9;
  }
}
.slick-dots li.slick-active button {
  background-color: #273038;
}

.slide-arrow {
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 25px;
  top: 50%;
  margin-top: -40px;
  z-index: 10;
  transition: 0.3s ease;
}
@media (min-width: 920px) {
  .slide-arrow {
    width: 35px;
    height: 35px;
    margin-top: -60px;
  }
}
.slide-arrow:before {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
@media (min-width: 920px) {
  .slide-arrow:before {
    width: 35px;
    height: 35px;
  }
}
.slide-arrow.prev-arrow {
  left: -20px;
}
@media (min-width: 920px) {
  .slide-arrow.prev-arrow {
    left: -35px;
  }
  .slide-arrow.prev-arrow:hover {
    left: -40px;
  }
  .slide-arrow.prev-arrow:hover:before {
    border-left-color: #2ab7d9;
    border-bottom-color: #2ab7d9;
  }
}
.slide-arrow.prev-arrow:before {
  border-left: 1px solid #273038;
  border-bottom: 1px solid #273038;
}
.slide-arrow.next-arrow {
  right: -20px;
}
@media (min-width: 920px) {
  .slide-arrow.next-arrow {
    right: -35px;
  }
  .slide-arrow.next-arrow:hover {
    right: -40px;
  }
  .slide-arrow.next-arrow:hover:before {
    border-right-color: #2ab7d9;
    border-top-color: #2ab7d9;
  }
}
.slide-arrow.next-arrow:before {
  border-right: 1px solid #273038;
  border-top: 1px solid #273038;
}

.modal_nav {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 49;
  opacity: 0;
  transition: all 0.3s;
}
.modal_nav.is_active {
  visibility: visible;
  opacity: 1;
}

.modal_nav_inner {
  padding-top: 60px;
}
@media (min-width: 920px) {
  .modal_nav_inner {
    padding-top: 110px;
  }
}

.modal_nav_flex {
  height: calc(100vh - 60px);
  height: calc(var(--vh, 1vh) * 100 - 60px);
  overflow-y: auto;
}
@media (min-width: 920px) {
  .modal_nav_flex {
    height: calc(100vh - 110px);
    height: calc(var(--vh, 1vh) * 100 - 110px);
  }
}

.modal_nav_flex_item {
  padding-bottom: 80px;
}

.modal_nav_main > li:not(:first-child) {
  border-top: 1px solid #768a9d;
}
.modal_nav_main .first_title {
  display: flex;
}
.modal_nav_main .first_title:not(:has(.toggle)) {
  position: relative;
}
.modal_nav_main .first_title:not(:has(.toggle)) .name {
  padding-right: 50px;
}
.modal_nav_main .first_title:not(:has(.toggle)) .name::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 23px;
  height: 23px;
  border: 1px solid #2ab7d9;
  border-radius: 100px;
}
.modal_nav_main .first_title:not(:has(.toggle)) .name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #2ab7d9;
  border-right: 0;
}
.modal_nav_main .first_title .name {
  display: flex;
  align-items: center;
  padding: 20px;
  padding-right: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #273038;
  text-decoration: none;
}
.modal_nav_main .first_title .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  flex-shrink: 0;
  cursor: pointer;
}
.modal_nav_main .first_title .toggle .arrow {
  position: relative;
  width: 23px;
  height: 23px;
  border: 1px solid #2ab7d9;
  border-radius: 100px;
}
.modal_nav_main .first_title .toggle .arrow > span:before, .modal_nav_main .first_title .toggle .arrow > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #2ab7d9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_nav_main .first_title .toggle .arrow > span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.modal_nav_main .first_title.is_active .toggle .arrow {
  background: #2ab7d9;
}
.modal_nav_main .first_title.is_active .toggle .arrow > span:before {
  background-color: #fff;
}
.modal_nav_main .first_title.is_active .toggle .arrow > span:after {
  transform: translate(-50%, -50%) rotate(-180deg);
  background-color: #fff;
}
.modal_nav_main .toggle_box {
  display: none;
  padding: 20px 20px;
  background: #efefef;
}
.modal_nav_main .toggle_box .modal_nav_sub {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.modal_nav_main .toggle_box .modal_nav_sub_item a {
  display: block;
  position: relative;
  padding: 5px 0;
  padding-left: 18px;
  margin: 0;
  color: #273038;
  text-decoration: none;
}
.modal_nav_main .toggle_box .modal_nav_sub_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #2ab7d9;
  border-right: 0;
}
.modal_nav_main .toggle_box .modal_nav_sub_item a:hover {
  color: #2ab7d9;
}
.modal_nav_main .toggle_box .modal_nav_sub_item a[target=_blank] .title::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  content: "\e903";
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #2ab7d9;
}
.modal_nav_main .toggle_box .modal_nav_sub_item .title {
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.5rem;
}
.modal_nav_main .toggle_box .modal_nav_sub_item .title.arrow {
  position: relative;
  padding-left: 16px;
}
.modal_nav_main .toggle_box .modal_nav_sub_item .title.arrow:before {
  position: absolute;
  content: "\e902";
  display: inline-block;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 3px;
  left: 0;
}
.modal_nav_main .toggle_box .modal_nav_sub_item.company_sub_menu {
  width: 100%;
}
.modal_nav_main .toggle_box .modal_nav_sub_item .company_sub_menu_list {
  font-weight: normal;
  text-align: left;
}
.modal_nav_main .toggle_box .modal_nav_sub_item .company_sub_menu_list li {
  position: relative;
  margin-bottom: 5px;
}
.modal_nav_main .toggle_box .modal_nav_sub_item .company_sub_menu_list li a {
  display: block;
  position: relative;
  padding-left: 22px;
}
.modal_nav_main .toggle_box .modal_nav_sub_item .company_sub_menu_list li a:before {
  position: absolute;
  content: "\e902";
  display: inline-block;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 7px;
  left: 0;
}
.modal_nav_main .toggle_box .modal_nav_sub_item .company_sub_menu_list li a:hover {
  color: #2ab7d9;
}

.language_toggle_btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 100px;
  margin: 20px 20px 0;
  box-shadow: 0 0 10px rgba(15, 59, 88, 0.25);
}
.language_toggle_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 20px);
  width: 1px;
  background: #707070;
}
.language_toggle_btn a:hover {
  color: #2ab7d9;
}
.language_toggle_btn .language {
  text-align: center;
  width: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #768a9d;
  text-decoration: none;
}
.language_toggle_btn .language.active {
  font-size: 1.5rem;
  color: #273038;
}
.language_toggle_btn .language[target=_blank]::after {
  content: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
@media (min-width: 1025px) {
  .header {
    top: 30px;
  }
}

.header_inner {
  padding-left: 15px;
  padding-right: 0;
}
@media (min-width: 1025px) {
  .header_inner {
    padding-left: 40px;
    padding-right: 20px;
  }
}

.header_box {
  display: flex;
  align-items: center;
  height: 60px;
}
@media (min-width: 1025px) {
  .header_box {
    height: auto;
  }
}

.header_logo {
  width: 130px;
  padding-bottom: 0.2vw;
}
@media (min-width: 920px) {
  .header_logo {
    padding-top: 0.2vw;
    padding-bottom: 0;
    width: 14vw;
  }
}
@media (min-width: 1280px) {
  .header_logo {
    width: min(16vw, 257px);
    padding-top: 10px;
  }
}
.header_logo a {
  display: block;
}
.header_logo a:hover {
  opacity: 0.7;
}
.header_logo img {
  position: relative;
}

.header_nav {
  display: none;
  padding-top: 1vw;
}
@media (min-width: 1025px) {
  .header_nav {
    display: flex;
    margin-left: auto;
    margin-right: 2vw;
    padding-inline: 2vw;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(15, 59, 88, 0.16);
  }
}
@media (min-width: 1180px) {
  .header_nav {
    padding-inline: min(1.8vw, 30px);
    margin-right: 15px;
  }
}
@media (min-width: 1280px) {
  .header_nav {
    padding-inline: 30px;
    padding-top: 13px;
  }
}
@media (min-width: 1500px) {
  .header_nav {
    margin-right: 25px;
    padding-inline: 40px;
  }
}
.header_nav .header_nav_list {
  display: flex;
  gap: min(1vw, 18px);
  height: 100%;
  justify-content: flex-end;
}
@media (min-width: 1180px) {
  .header_nav .header_nav_list {
    gap: min(1.3vw, 25px);
  }
}
.header_nav .header_nav_list > li {
  display: flex;
  height: 100%;
  align-items: center;
  font-weight: bold;
}
.header_nav .header_nav_list > li a {
  color: #273038;
  text-decoration: none;
}
@media (min-width: 920px) {
  .header_nav .header_nav_list > li a {
    font-size: 1vw;
  }
  .header_nav .header_nav_list > li a:hover {
    color: #2ab7d9;
  }
}
@media (min-width: 1500px) {
  .header_nav .header_nav_list > li a {
    font-size: 1.4rem;
  }
}
.header_nav .header_nav_list > li a[target=_blank]:after {
  font-size: 1.3rem;
}
.header_nav .header_nav_list > li > a {
  position: relative;
  display: block;
  letter-spacing: 0.04em;
}
@media (min-width: 920px) {
  .header_nav .header_nav_list > li > a {
    padding-bottom: 1vw;
  }
}
@media (min-width: 1280px) {
  .header_nav .header_nav_list > li > a {
    padding-bottom: 13px;
  }
}
@media (min-width: 920px) {
  .header_nav .header_nav_list > li.megamenu_toggle a:hover {
    color: #273038;
  }
}
.header_nav .header_nav_list > li.language {
  display: flex;
  align-items: center;
  column-gap: 2px;
}
@media (min-width: 1025px) {
  .header_nav .header_nav_list > li.language {
    margin-left: 15px;
    column-gap: 3px;
    transform: translateY(-3px);
  }
}
@media (min-width: 1180px) {
  .header_nav .header_nav_list > li.language {
    transform: translateY(-2px);
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .header_nav .header_nav_list > li.language {
    transform: none;
  }
}
.header_nav .header_nav_list > li.language a {
  padding-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
.header_nav .header_nav_list > li.language a[target=_blank]::after {
  content: none;
}
.header_nav .header_nav_list > li.language .current {
  color: #2ab7d9;
  pointer-events: none;
}

.header_recruit {
  position: relative;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .header_recruit {
    margin-left: 0;
  }
}
.header_recruit a {
  display: flex;
  flex-direction: row;
  align-items: center;
  row-gap: 5px;
  column-gap: 8px;
  align-items: center;
  position: relative;
  padding: 8px 12px;
  background: linear-gradient(to bottom, #32cbe6, #2aaad9);
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(15, 59, 88, 0.16);
}
@media (min-width: 1025px) {
  .header_recruit a {
    padding: 10px 20px;
    flex-direction: column;
  }
}
@media (min-width: 1500px) {
  .header_recruit a {
    padding: 10px 26px;
  }
}
.header_recruit a .japanese {
  font-size: 1rem;
  font-weight: bold;
}
.header_recruit a .english {
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
}
@media (min-width: 1180px) {
  .header_recruit a .english {
    font-size: 1.8rem;
  }
}

.megamenu_bg {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  pointer-events: none;
}
.megamenu_bg.popup {
  visibility: visible;
  opacity: 1;
}

.megamenu {
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  transition: 0.15s;
  transform: translateY(10px);
}
.megamenu.popup {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}

.megamenu_inner {
  max-width: 1340px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 920px) {
  .megamenu_inner {
    width: calc(100% - 80px);
  }
}

.megamenu_box {
  display: flex;
  background: #fff;
  padding: 40px 74px;
}

.megamenu_title {
  width: 345px;
  padding-right: 20px;
  flex-shrink: 0;
}
.megamenu_title .title {
  display: flex;
  flex-direction: column;
}
.megamenu_title .title .sub {
  font-size: 1.3rem;
}
.megamenu_title .title .main {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #273038;
  line-height: 1;
  letter-spacing: 0em;
}

.megamenu_menu {
  width: 100%;
}
.megamenu_menu .menu_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.megamenu_menu .menu_list_item {
  text-align: center;
}
.megamenu_menu .menu_list_item a {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
.megamenu_menu .menu_list_item a:hover .img img {
  transform: scale(1.05);
  filter: brightness(105%);
}
.megamenu_menu .menu_list_item a:hover .title {
  color: #2ab7d9;
}
.megamenu_menu .menu_list_item a:hover .title::after {
  transform: translateX(3px);
}
.megamenu_menu .menu_list_item a:hover .title::before {
  transform: translateX(3px);
}
.megamenu_menu .menu_list_item .img {
  overflow: hidden;
  position: relative;
  border: 1px solid #ebebeb;
}
.megamenu_menu .menu_list_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  filter: brightness(95%);
}
.megamenu_menu .menu_list_item .title {
  position: relative;
  display: block;
  text-align: left;
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
  transition: 0.3s;
}
.megamenu_menu .menu_list_item .title.arrow {
  padding-right: 30px;
}
.megamenu_menu .menu_list_item .title.arrow::after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: 1px solid #2ab7d9;
  transition: 0.3s;
}
.megamenu_menu .menu_list_item .title.arrow::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #2ab7d9;
  border-right: 0;
  z-index: 1;
  transition: 0.3s;
}
.megamenu_menu .menu_list_item.company_sub_menu {
  border-left: 1px solid #c6d8e3;
}
.megamenu_menu .menu_list_item .company_sub_menu_list {
  font-weight: normal;
  text-align: left;
  padding-left: 10px;
}
.megamenu_menu .menu_list_item .company_sub_menu_list li {
  position: relative;
  margin-bottom: 3px;
}
.megamenu_menu .menu_list_item .company_sub_menu_list li a {
  display: block;
  position: relative;
  padding-left: 22px;
}
.megamenu_menu .menu_list_item .company_sub_menu_list li a:before {
  position: absolute;
  content: "\e902";
  display: inline-block;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 7px;
  left: 0;
}
.megamenu_menu .menu_list_item .company_sub_menu_list li a:hover {
  color: #2ab7d9;
}

.megamenu_more_link_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #273038;
  line-height: 1.4;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .megamenu_more_link_btn {
    font-size: 1.6rem;
  }
}
.megamenu_more_link_btn:hover .text {
  background-size: 100% 1px;
  transition-delay: 0.1s;
}
.megamenu_more_link_btn:hover .arrow:before {
  animation: arrowbefore-beside 0.5s;
}
.megamenu_more_link_btn:hover .arrow:after {
  animation: arrowafter-beside 0.5s;
}
.megamenu_more_link_btn .text {
  background-image: linear-gradient(to right, #273038, #273038); /* 線の色 */
  background-size: 0 1px;
  background-position: bottom;
  background-repeat: no-repeat;
  box-decoration-break: slice; /* Firefox用に指定 */
  -webkit-box-decoration-break: slice; /* Firefox以外のブラウザ用に指定 */
  transition: 0.5s;
  padding-block: 2px;
  background-position: bottom left;
  font-weight: 500;
}
.megamenu_more_link_btn .arrow {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 1000px;
  background: linear-gradient(135deg, #32cbe6, #2aaad9);
}
.megamenu_more_link_btn .arrow::after, .megamenu_more_link_btn .arrow::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px;
  color: #fff;
}
.megamenu_more_link_btn .arrow::after {
  margin-left: -10px;
  opacity: 0;
}

.header_sns {
  padding-right: 1em;
}
.header_sns a {
  display: block;
  width: 26px;
  height: 26px;
}

.header_entry {
  display: block;
  margin-left: auto;
}
.header_entry a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 60px;
  width: 60px;
  padding-top: 4px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  background: #2af598;
  letter-spacing: 0;
  background: -moz-linear-gradient(45deg, #2af598 0%, #00b9e0 45%, #00b9e0 65%, #2af598 100%);
  background: -webkit-linear-gradient(45deg, #2af598 0%, #00b9e0 45%, #00b9e0 65%, #2af598 100%);
  background: linear-gradient(45deg, #2af598 0%, #00b9e0 45%, #00b9e0 65%, #2af598 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2af598", endColorstr="#2af598",GradientType=1 );
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .header_entry a {
    font-size: 1.1vw;
  }
}
@media (min-width: 920px) {
  .header_entry a {
    height: 110px;
    width: 9.4vw;
  }
}
@media (min-width: 1500px) {
  .header_entry a {
    width: 140px;
    font-size: 1.6rem;
  }
}
.header_entry a:hover {
  background-position: 99% 50%;
}
.header_entry a:before {
  content: "\e901";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .header_entry a:before {
    font-size: 2vw;
    margin-bottom: 0.2vw;
  }
}
@media (min-width: 1500px) {
  .header_entry a:before {
    font-size: 2.8rem;
    margin-bottom: 8px;
  }
}

.header_toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 60px;
  padding-top: 4px;
  z-index: 200;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .header_toggle {
    display: none;
  }
}
.header_toggle .menu_btn {
  display: block;
  position: relative;
  width: 24px;
  height: 16px;
  margin-bottom: 2px;
}
.header_toggle .menu_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #273038;
  transform-origin: center center;
  transition: all 0.3s;
}
.header_toggle .menu_btn span:nth-of-type(1) {
  top: 0;
}
.header_toggle .menu_btn span:nth-of-type(2) {
  top: 7px;
}
.header_toggle .menu_btn span:nth-of-type(3) {
  bottom: 0;
}
.header_toggle.is_active {
  background: #fff;
}
.header_toggle.is_active .menu_btn span:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}
.header_toggle.is_active .menu_btn span:nth-of-type(2) {
  opacity: 0;
}
.header_toggle.is_active .menu_btn span:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}

#pageTop {
  position: fixed;
  right: 20px;
  bottom: 25px;
  width: 38px;
  height: 38px;
  border: 1px solid #304857;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  z-index: 10;
}
@media (min-width: 920px) {
  #pageTop {
    width: 43px;
    height: 43px;
    right: 30px;
    bottom: 30px;
  }
  #pageTop:hover > span:before {
    animation: arrowbefore 0.5s;
  }
  #pageTop:hover > span:after {
    animation: arrowafter 0.5s;
  }
}
#pageTop > span:before, #pageTop > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -2px;
  border-top: 1px solid #304857;
  border-right: 1px solid #304857;
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
}
@media (min-width: 920px) {
  #pageTop > span:before, #pageTop > span:after {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -2px;
  }
}
#pageTop > span:after {
  margin-top: 6px;
  opacity: 0;
}

@keyframes arrowbefore {
  50% {
    margin-top: -6px;
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowafter {
  50% {
    margin-top: 6px;
    opacity: 0;
  }
  99% {
    margin-top: -2px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sp_entry_btn {
  position: fixed;
  visibility: visible;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 100px);
  z-index: 10;
  opacity: 1;
  transition: 0.3s;
}
.sp_entry_btn.is_hidden {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 920px) {
  .sp_entry_btn {
    display: none;
  }
}
.sp_entry_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  border-radius: 5px;
  text-decoration: none;
  background: #2af598;
  background: -moz-linear-gradient(45deg, #2af598 0%, #00b9e0 45%, #00b9e0 65%, #2af598 100%);
  background: -webkit-linear-gradient(45deg, #2af598 0%, #00b9e0 45%, #00b9e0 65%, #2af598 100%);
  background: linear-gradient(45deg, #2af598 0%, #00b9e0 45%, #00b9e0 65%, #2af598 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2af598", endColorstr="#2af598",GradientType=1 );
  background-position: 1% 50%;
  background-size: 200% auto;
  box-shadow: 0px 12px 10px -10px rgba(47, 72, 88, 0.4);
}

.entry_link {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  background: #2af598;
  background: -moz-linear-gradient(45deg, #2af598 0%, #00b9e0 45%, #00b9e0 65%, #2af598 100%);
  background: -webkit-linear-gradient(45deg, #2af598 0%, #00b9e0 45%, #00b9e0 65%, #2af598 100%);
  background: linear-gradient(45deg, #2af598 0%, #00b9e0 45%, #00b9e0 65%, #2af598 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2af598", endColorstr="#2af598",GradientType=1 );
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 920px) {
  .entry_link {
    height: 320px;
  }
}
.entry_link:hover {
  background-position: 99% 50%;
}
.entry_link:hover .title .s_arrow {
  transform: translate(5px, -50%);
}
.entry_link:hover .title .s_arrow > span:before {
  animation: arrowbefore-beside 0.5s;
}
.entry_link:hover .title .s_arrow > span:after {
  animation: arrowafter-beside 0.5s;
}
.entry_link .title {
  position: relative;
  text-align: center;
  padding: 0 30px;
}
@media (min-width: 920px) {
  .entry_link .title {
    padding: 0 80px;
  }
}
.entry_link .title .main {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 920px) {
  .entry_link .title .main {
    font-size: 4.3rem;
  }
}
.entry_link .title .sub {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
@media (min-width: 920px) {
  .entry_link .title .sub {
    font-size: 1.4rem;
  }
}
.entry_link .title .s_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  border-color: #fff;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
}
@media (min-width: 920px) {
  .entry_link .title .s_arrow {
    width: 38px;
    height: 38px;
  }
}
.entry_link .title .s_arrow > span:before, .entry_link .title .s_arrow > span:after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: -3px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 920px) {
  .entry_link .title .s_arrow > span:before, .entry_link .title .s_arrow > span:after {
    width: 6px;
    height: 6px;
    margin-left: -4px;
    margin-top: -4px;
  }
}
.footer {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  background: #181e2e;
  color: #fff;
}
@media (min-width: 920px) {
  .footer {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .footer_box {
    display: flex;
  }
}
@media (min-width: 920px) {
  .footer_box .logo {
    width: 350px;
    max-width: 100%;
  }
}
.footer_box .logo a {
  display: block;
  text-align: center;
}
@media (min-width: 920px) {
  .footer_box .logo a:hover {
    opacity: 0.7;
  }
}
.footer_box .logo_img {
  max-width: 184px;
  margin: 0;
}
@media (min-width: 920px) {
  .footer_box .logo_img {
    max-width: 100%;
    width: 283px;
  }
}
.footer_box .text {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media (min-width: 920px) {
  .footer_box .text {
    margin-top: 18px;
  }
}
.footer_box .sns_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  gap: 9px;
}
.footer_box .sns_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 6px;
  color: #273038;
  text-decoration: none;
  background: #fff;
}
@media (min-width: 920px) {
  .footer_box .sns_list li a:hover {
    opacity: 0.7;
  }
}
.footer_box .sns_list .twitter a img {
  width: 20px;
}
.footer_box .sns_list .twitter a i:before {
  color: #55acee;
}
.footer_box .sns_list .facebook a i:before {
  position: relative;
  font-size: 24px;
  left: 1px;
  color: #1877f2;
}
.footer_box .sns_list .youtube a i:before {
  font-size: 24px;
  color: #ff0000;
}
.footer_box .sns_list .instagram a img {
  width: 24px;
}
.footer_box .sns_list .instagram a i:before {
  font-size: 24px;
  color: #000;
}
.footer_box .mark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer_box .mark {
    margin-top: 0;
    margin-left: auto;
    gap: 20px;
    align-items: flex-end;
    text-align: right;
    width: calc(100% - 350px);
  }
}
.footer_box .mark ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  background: #fff;
  border-radius: 8px;
  padding: 14px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer_box .mark ul {
    width: auto;
    display: inline-flex;
  }
}
.footer_box .mark ul li {
  width: 55px;
}
@media (min-width: 920px) {
  .footer_box .mark ul li {
    width: 60px;
  }
}
.footer_box .mark ul li.eco {
  width: 100px;
}
@media (min-width: 920px) {
  .footer_box .mark ul li.eco {
    width: 118px;
  }
}
.footer_box .mark ul li a {
  color: #273038;
  text-decoration: none;
  font-size: 1.4rem;
}
@media (min-width: 920px) {
  .footer_box .mark ul li a:hover {
    color: #2ab7d9;
  }
}
.footer_box .mark ul li a img {
  transition: 0.3s ease;
}
.footer_box .mark ul li a:after {
  content: none;
}
.footer_box .mark ul li a:hover img {
  opacity: 0.7;
}

.footer_column_list {
  display: flex;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer_column_list {
    gap: 8px;
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .footer_column_list {
    flex-direction: row;
  }
}

.footer_column_list__item {
  width: 50%;
}
@media (min-width: 768px) {
  .footer_column_list__item {
    width: 247px;
  }
}
.footer_column_list__item a:hover {
  opacity: 0.7;
}

.footer_box_bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media (min-width: 920px) {
  .footer_box_bottom {
    margin-top: 90px;
  }
}
.footer_box_bottom .copy {
  text-align: left;
  width: 100%;
  margin-top: 15px;
  font-size: 1rem;
  color: #fff;
  order: 2;
}
@media (min-width: 920px) {
  .footer_box_bottom .copy {
    text-align: right;
    width: 30%;
    margin-top: 0;
    font-size: 1.3rem;
  }
}
.footer_box_bottom .link {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  text-align: left;
  width: 100%;
  order: 1;
  font-size: 1.2rem;
}
@media (min-width: 920px) {
  .footer_box_bottom .link {
    text-align: left;
    width: 70%;
    padding-right: 50px;
    font-size: 1.3rem;
    gap: 10px 25px;
  }
}
@media (min-width: 1360px) {
  .footer_box_bottom .link {
    padding-right: 0;
  }
}
.footer_box_bottom .link a {
  display: inline-block;
  color: #939393;
  text-decoration: none;
}
.footer_box_bottom .link a:hover {
  color: #fff;
  text-decoration: underline;
}

.news_layout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .news_layout {
    flex-direction: row;
    column-gap: 40px;
    row-gap: 0;
  }
}
@media (min-width: 1180px) {
  .news_layout {
    column-gap: 60px;
  }
}

.news_contents {
  width: 100%;
}
@media (min-width: 768px) {
  .news_contents {
    width: auto;
    flex: 1;
  }
}

.single_title_area {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single_title_area {
    margin-bottom: 40px;
  }
}
.single_title_area .cat_date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 13px;
  gap: 5px 15px;
}
@media (min-width: 768px) {
  .single_title_area .cat_date {
    margin-bottom: 15px;
    gap: 15px;
  }
}
.single_title_area .cat_date .cat {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  padding: 5px 12px 6px;
  background-color: #2ab7d9;
  color: #fff;
  border-radius: 100px;
  border: 0;
}
@media (min-width: 768px) {
  .single_title_area .cat_date .cat {
    top: 1px;
    font-size: 1.3rem;
  }
}
.single_title_area .cat_date .date {
  font-family: "Oswald", sans-serif;
  color: #768a9d;
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .single_title_area .cat_date .date {
    font-size: 1.5rem;
  }
}

.single_title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #939393;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .single_title {
    font-size: 3.5rem;
    padding-bottom: 20px;
  }
}

@media (min-width: 920px) {
  .news_list {
    width: 100%;
  }
}
.news_list li {
  list-style: none;
  padding: 0;
}
.news_list li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px 0;
  color: #273038;
  text-decoration: none;
  border-bottom: 1px solid #c2c3c4;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .news_list li a {
    padding: 20px;
  }
}
.news_list li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2ab7d9;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.5s;
}
.news_list li a:hover {
  background-color: #efefef;
}
.news_list li a:hover:after {
  transform: scale(1, 1);
}
.news_list li .img {
  border: 1px solid #d0d0d0;
  background-color: #efefef;
  max-width: 180px;
  aspect-ratio: 1.6/1;
  width: 45%;
}
@media (min-width: 768px) {
  .news_list li .img {
    width: 180px;
  }
}
.news_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list li .info {
  width: 100%;
}
.news_list li .info .cat_date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6px;
  gap: 5px 10px;
}
@media (min-width: 768px) {
  .news_list li .info .cat_date {
    margin-bottom: 15px;
    gap: 15px;
  }
}
.news_list li .info .cat_date .cat {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  padding: 5px 12px 6px;
  background-color: #2ab7d9;
  color: #fff;
  border-radius: 100px;
  border: 0;
}
@media (min-width: 768px) {
  .news_list li .info .cat_date .cat {
    top: 1px;
    font-size: 1.3rem;
  }
}
.news_list li .info .cat_date .date {
  font-family: "Oswald", sans-serif;
  color: #768a9d;
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .news_list li .info .cat_date .date {
    font-size: 1.5rem;
  }
}

.news__footer {
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #939393;
}
@media (min-width: 768px) {
  .news__footer {
    margin-top: 100px;
    padding-top: 60px;
  }
}

.news__footer_more_link {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news__footer_more_link {
    margin-top: 30px;
  }
}

.news__footer_title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 8px 12px 8px 12px;
  margin-bottom: 10px;
  background: #768a9d;
  color: #fff;
}
@media (min-width: 768px) {
  .news__footer_title {
    font-size: 2.4rem;
    padding: 11px 20px 12px 20px;
  }
}

.news_search {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news_search {
    margin-bottom: 40px;
  }
}
.news_search .text_search_area {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news_search .text_search_area {
    margin-bottom: 30px;
  }
}
.news_search .search_input_box {
  border-bottom: 1px solid #768a9d;
  padding: 10px 0;
  line-height: 1.25;
  display: flex;
  width: 100%;
}
.news_search .search_input_box button {
  padding: 4px 15px 2px 0;
}
@media (min-width: 768px) {
  .news_search .search_input_box button {
    padding: 8px 10px 2px 0;
  }
}
.news_search .search_input_box i::before {
  color: #0069aa;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .news_search .search_input_box i::before {
    font-size: 1.8rem;
  }
}
.news_search .search_input_box input[type=search] {
  color: #72747b;
  font-size: 1.6rem;
  border: none;
  width: 100%;
}
@media (min-width: 768px) {
  .news_search .search_input_box input[type=search] {
    font-size: 1.8rem;
  }
}
.news_search .news_select_area {
  padding: 20px;
  background-color: #efefef;
}
@media (min-width: 768px) {
  .news_search .news_select_area {
    padding: 30px 28px;
  }
}
.news_search .news_select_area .select_box {
  position: relative;
}
.news_search .news_select_area .select_box:first-of-type {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news_search .news_select_area .select_box:first-of-type {
    margin-bottom: 35px;
  }
}
.news_search .news_select_area .select_box::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2ab7d9;
  border-right: 2px solid #2ab7d9;
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  transform: translateY(-50%) rotate(135deg);
}
.news_search .news_select_area select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  padding: 8px 15px;
  font-size: 1.5rem;
  color: #707070;
  appearance: none;
}
@media (min-width: 768px) {
  .news_search .news_select_area select {
    padding: 13px;
  }
}
.news_search .news_select_area .search_button {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .news_search .news_select_area .search_button {
    margin-top: 35px;
  }
}
.news_search .news_select_area .search_button button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #2ab7d9;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  padding: 12px 10px;
  background-color: #2ab7d9;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .news_search .news_select_area .search_button button[type=submit] {
    padding: 16px 10px;
    font-size: 1.5rem;
  }
}
.news_search .news_select_area .search_button button[type=submit]:hover {
  color: #2ab7d9;
  background-color: #fff;
}
.news_search .news_select_area .search_button button[type=submit]:hover i::before {
  color: #2ab7d9;
  transition: 0.3s;
}
.news_search .news_select_area .search_button button[type=submit] i {
  margin-right: 8px;
}
.news_search .news_select_area .search_button button[type=submit] i::before {
  font-size: 1.6rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .news_search .news_select_area .search_button button[type=submit] i::before {
    font-size: 1.8rem;
  }
}
.news_search .search_type {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .news_search .search_type {
    font-size: 1.3rem;
  }
}

.right_holder {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .right_holder {
    width: 260px;
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .right_holder {
    width: 300px;
  }
}
.right_holder .bnr a {
  display: block;
  border: 1px solid #c6d8e3;
}
.right_holder .bnr a img {
  width: 100%;
}
.right_holder .bnr a:hover {
  opacity: 0.7;
}

.pagination {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}

.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
}
@media (min-width: 768px) {
  .page-numbers {
    column-gap: 15px;
  }
}
.page-numbers li .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #2ab7d9;
  color: #2ab7d9;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .page-numbers li .page-numbers {
    width: 45px;
    height: 45px;
    font-size: 2.2rem;
  }
}
.page-numbers li .page-numbers:not(.dots):hover {
  color: #fff;
  background-color: #2ab7d9;
}
.page-numbers li .page-numbers.dots {
  border: none;
}
.page-numbers li .page-numbers.current {
  color: #fff;
  background-color: #2ab7d9;
}
.page-numbers li .page-numbers.prev, .page-numbers li .page-numbers.next {
  display: none;
}

@keyframes mv-arrowbefore-beside {
  50% {
    margin-left: 0;
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv-arrowafter-beside {
  50% {
    margin-left: -15px;
    opacity: 0;
  }
  99% {
    margin-left: -10px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mv-prev-arrowbefore-beside {
  50% {
    margin-left: -18px;
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv-prev-arrowafter-beside {
  50% {
    margin-left: 0px;
    opacity: 0;
  }
  99% {
    margin-left: -5px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}