@charset "UTF-8";
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  Reset CSS

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  Preset CSS

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* FONT-FAMILY
------------------------------ */
.serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
}

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

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

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

.Ronde_B_Square {
  font-family: ronde-b, sans-serif;
}

.Rounded_1c {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.AB_roman {
  font-family: ab-roman, sans-serif;
}

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

/* FONT-COLOR
------------------------------ */
.fc_main {
  color: #3E9D8E;
}

.fc_sub {
  color: #ECF7F5;
}

.fc_base {
  color: #3d3d3d;
}

.fc_accent {
  color: #3E9D8E;
}

.fc_gry_01 {
  color: #aaaaaa;
}

.fc_gry_02 {
  color: #858483;
}

.fc_wht {
  color: #fff;
}

.fc_blk {
  color: #000;
}

.fc_red {
  color: #cb1414;
}

.fc_red_01 {
  color: #ba0808;
}

.fc_blu {
  color: #0a1078;
}

.fc_grn {
  color: #29a442;
}

.fc_yel {
  color: #ffff00;
}

.fc_orn {
  color: #EA785D;
}

::-webkit-input-placeholder {
  color: #C3C3C3;
}

::-moz-placeholder {
  color: #C3C3C3;
}

:-ms-input-placeholder {
  color: #C3C3C3;
}

::-ms-input-placeholder {
  color: #C3C3C3;
}

::placeholder {
  color: #C3C3C3;
}

/* BACKGROUND-COLOR
------------------------------ */
.bc_base {
  background: #3d3d3d;
}

.bc_wht {
  background: #fff;
}

.bc_gry {
  background: #aaaaaa;
}

.bc_gry_01 {
  background: #aaaaaa;
}

.bc_beg_01 {
  background: Beige;
}

.bc_red {
  background-color: #cb1414;
}

.bc_red_01 {
  background-color: #ba0808;
}

.bc_blu {
  background-color: #00377c;
}

.bc_grn {
  background-color: #29a442;
}

.bc_yel {
  background-color: #ffff00;
}

.bc_orn {
  background-color: #eb6100;
}

.bc_transparent {
  background-color: transparent;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  BASE CLASS

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* BASE
------------------------------ */
html {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc( 28 /750*100vw);
  }
}

body {
  min-width: 1100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  opacity: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  body.drawer_open {
    overflow: hidden;
  }
}

body.comp {
  opacity: 1 !important;
  overflow: visible;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  body.comp.drawer_open {
    overflow: hidden;
  }
}

body.modal_active {
  overflow: hidden;
}

div, th, td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, b, small, big, strong, tr, th, td, dl, dt, dd, ol, ul, li, h1, h2, h3, h4 {
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p a {
  text-decoration: underline;
}

span {
  font-size: 1em;
}

i {
  font-style: normal;
}

sup {
  font-size: 0.7em;
}

mark {
  background-color: rgba(0, 0, 0, 0);
}

picture {
  line-height: 1;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-size: 1em;
  color: #000;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover {
  opacity: .7;
}

a img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover img {
  opacity: 1;
}

hr {
  background: #e0dede;
}

#pageWrapper {
  min-height: 100vh;
  padding-top: 109px;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  #pageWrapper {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  #pageWrapper {
    padding-top: 45px;
  }
}

/* COMMON
------------------------------ */
/* .container */
.container {
  max-width: 1272px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
}

.container_ll, .container.ll {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container_ll, .container.ll {
    max-width: none;
  }
}

.container_l, .container.l {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container_l, .container.l {
    max-width: none;
  }
}

.container_m, .container.m {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container_m, .container.m {
    max-width: none;
  }
}

.container_s, .container.s {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container_s, .container.s {
    max-width: none;
  }
}

.container_ss, .container.ss {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container_ss, .container.ss {
    max-width: none;
  }
}

.container_980 {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container_980 {
    max-width: none;
  }
}

.container_640 {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container_640 {
    max-width: none;
  }
}

/* .base */
.base {
  background: #fff;
}

.base.blue {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#2438ea), to(#162ac4));
  background: linear-gradient(90deg, #2438ea 0%, #162ac4 100%);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(26, 28, 177, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(26, 28, 177, 0.3);
}

/* .btn */
.btn, .btn_plus, .btn_close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 256px;
  height: auto;
  min-height: 69px;
  padding: 10px 32px;
  padding-right: 50px;
  border-radius: 20px;
  border: 4px solid #eb6017;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #eb6017;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .btn, .btn_plus, .btn_close {
    min-width: 250px;
    height: auto;
    min-height: 50px;
    padding: 4px 0;
    border-radius: 10px;
    border: 2px solid #eb6017;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.btn:before, .btn_plus:before, .btn_close:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #eb6017;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .btn:before, .btn_plus:before, .btn_close:before {
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left: 8px solid #eb6017;
    right: 8px;
  }
}

.btn.l, .l.btn_plus, .l.btn_close {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .btn.l, .l.btn_plus, .l.btn_close {
    width: 250px;
  }
}

.btn.s, .s.btn_plus, .s.btn_close {
  width: 220px;
  min-height: 50px;
}

.btn.arrow:after, .arrow.btn_plus:after, .arrow.btn_close:after {
  content: '';
  display: block;
  width: 21px;
  height: 5px;
  margin-left: 20px;
  background: url(../img/icon_btn_arw_right_wht@2x.png) 50%/20px no-repeat;
}

@media screen and (max-width: 767px) {
  .btn.arrow:after, .arrow.btn_plus:after, .arrow.btn_close:after {
    margin-left: 8px;
  }
}

.btn.border, .border.btn_plus, .border.btn_close {
  border: 1px solid #fff;
}

.btn.wht, .wht.btn_plus, .wht.btn_close {
  color: #2337e7;
}

.btn.wht:before, .wht.btn_plus:before, .wht.btn_close:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
}

.btn.anchor_link, .anchor_link.btn_plus, .anchor_link.btn_close {
  width: 450px;
  height: auto;
  min-height: 100px;
  border-radius: 50px;
  border: 2px solid #dcdddd;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(191, 191, 193, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(191, 191, 193, 0.3);
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 767px) {
  .btn.anchor_link, .anchor_link.btn_plus, .anchor_link.btn_close {
    width: 100%;
    max-width: 300px;
    min-height: 60px;
    -webkit-box-shadow: 0px 2.5px 5px 0px rgba(191, 191, 193, 0.3);
            box-shadow: 0px 2.5px 5px 0px rgba(191, 191, 193, 0.3);
    font-size: 15px;
  }
}

.btn.anchor_link:before, .anchor_link.btn_plus:before, .anchor_link.btn_close:before {
  content: none;
}

.btn.anchor_link:after, .anchor_link.btn_plus:after, .anchor_link.btn_close:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-right: 3px solid #2337e7;
  border-bottom: 3px solid #2337e7;
  position: absolute;
  top: 48%;
  right: 40px;
  z-index: 1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .btn.anchor_link:after, .anchor_link.btn_plus:after, .anchor_link.btn_close:after {
    width: 12px;
    height: 12px;
    border-right: 2px solid #2337e7;
    border-bottom: 2px solid #2337e7;
    right: 20px;
  }
}

.btn.red, .red.btn_plus, .red.btn_close {
  background: #e01722;
  border: 1px solid #e01722;
  color: #fff;
}

.btn.red i, .red.btn_plus i, .red.btn_close i {
  color: #fff;
}

.btn_red {
  background: red;
}

.btn_common {
  display: inline-block;
  min-width: 420px;
  padding: 17px 20px;
  background: #b3a9af;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn_common {
    width: 100%;
    min-width: auto;
    padding: calc( 32 /750*100vw);
    font-size: calc( 32 /750*100vw);
  }
}

.btn_common01 {
  min-width: 340px;
  background: #b7b8aa;
}

.btn_plus {
  border: 1px solid #88abda;
  background: url(../img/common/plus_light_blu@2x.png) right 30px center/15px no-repeat, #fff;
  color: #88abda;
}

.btn_plus:before {
  content: '詳しく見る';
}

.btn_plus:hover {
  opacity: .7;
}

.btn_plus.clicked {
  background: url(../img/common/cross_light_blu@2x.png) right 30px center/15px no-repeat, #fff;
}

.btn_plus.clicked:before {
  content: '閉じる';
}

.btn_close {
  border: 1px solid #88abda;
  background: url(../img/common/cross_light_blu@2x.png) right 30px center/15px no-repeat, #fff;
  color: #88abda;
}

.btn_close:before {
  content: '閉じる';
}

.btn_close:hover {
  opacity: .7;
}

.btn_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn:hover, .btn_plus:hover, .btn_close:hover {
  opacity: .7;
}

/* .ttl */
.ttl-en, .ttl-en .ttl-en_en, .ttl-en .ttl-en_jp {
  display: block;
  line-height: 1.3;
  text-align: center;
}

.ttl-en .ttl-en_en {
  font-family: 'Roboto', sans-serif;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .ttl-en .ttl-en_en {
    font-size: 34px;
  }
}

.ttl-en .ttl-en_jp {
  font-size: 19px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ttl-en .ttl-en_jp {
    font-size: 16px;
  }
}

/* .toggle */
.toggle_target {
  display: none;
}

/* .media */
.media_cover {
  width: 100%;
  position: relative;
  z-index: 1;
}

.media_cover:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.media_cover img,
.media_cover iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* .maker */
.maker {
  padding-bottom: .1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(32%, #ffff00));
  background: linear-gradient(transparent 68%, #ffff00 32%);
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  ANIMATION

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* SCROLL
------------------------------ */
.fadeIn,
.fadeInLeft,
.fadeInRight,
.fadeInListItem {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.fadeIn.scrollIn,
.fadeInLeft.scrollIn,
.fadeInRight.scrollIn,
.fadeInListItem.scrollIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.fadeInLeft {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}

.fadeInRight {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}

.fc_l_grn {
  color: #c4f404;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  ORIGINAL

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* HEADER
------------------------------ */
.header {
  width: 100%;
  min-width: 1100px;
  background: #fff;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .header {
    min-width: auto;
    position: fixed;
  }
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  padding-left: 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header_container {
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .header_logo {
    position: relative;
    z-index: 2;
  }
}

.header_logo_inner {
  line-height: 1;
  padding: 10px;
}

.header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header_logo_img {
  width: 189px;
}

@media screen and (max-width: 1600px) {
  .header_logo_img {
    width: 176px;
  }
}

@media screen and (max-width: 767px) {
  .header_logo_img {
    width: 94px;
  }
}

.header_logo_txt {
  margin-top: 8px;
  font-size: 15px;
  color: #100587;
}

@media screen and (max-width: 767px) {
  .header_logo_txt {
    margin-top: 8px;
    font-size: 9px;
  }
}

.header_nav {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header_nav {
    width: 100%;
    height: auto;
    padding: 0;
    padding-top: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(0, -101%);
        -ms-transform: translate(0, -101%);
            transform: translate(0, -101%);
  }
}

@media screen and (max-width: 767px) {
  .header_nav_inner {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.header_nav_inner::-webkit-scrollbar {
  display: none;
}

.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .header_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    border-top: 1px solid #fff;
  }
}

.header_nav li {
  margin-right: 70px;
  white-space: nowrap;
}

@media screen and (max-width: 1600px) {
  .header_nav li {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .header_nav li {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header_nav li {
    margin-bottom: 30px;
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }
}

.header_nav li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .header_nav li:last-child {
    margin-bottom: 0;
  }
}

.header_nav a {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .header_nav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1300px) {
  .header_nav a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header_nav a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    font-size: 20px;
    line-height: 1;
  }
}

.header_nav a:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #eb6018;
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .header_nav a:after {
    content: none;
  }
}

.header_nav a span {
  line-height: 1;
}

.header_nav a.active {
  opacity: 1;
}

.header_nav a.active:after {
  opacity: 1;
}

.header_nav a:hover {
  opacity: 1;
}

.header_nav a:hover:after {
  opacity: 1;
}

.header_nav .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 294px;
  height: 109px;
  background: #eb6018;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .header_nav .contact a {
    width: 260px;
    height: 80px;
  }
}

@media screen and (max-width: 1300px) {
  .header_nav .contact a {
    width: 200px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .header_nav .contact a {
    width: 300px;
    height: 60px;
  }
}

.header_nav .contact a:hover {
  opacity: .7;
}

.header_nav .contact a:after {
  content: none;
}

.header_nav.drawer_open, .header_nav.drawer_close {
  -webkit-transition: .3s;
  transition: .3s;
}

.header_nav.drawer_open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.header_nav_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .header_nav_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    margin-left: auto;
    position: relative;
    z-index: 2;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

@media screen and (max-width: 767px) {
  .header_nav_btn_bar_wrap {
    width: 32px;
    height: 25px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .header_nav_btn_bar {
    width: 100%;
    height: 3.5px;
    background: #eb6018;
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: top .3s, opacity .3s, -webkit-transform .3s;
    transition: top .3s, opacity .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s, opacity .3s;
    transition: transform .3s, top .3s, opacity .3s, -webkit-transform .3s;
  }
}

@media screen and (max-width: 767px) {
  .header_nav_btn_bar.top {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .header_nav_btn_bar.center {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 767px) {
  .header_nav_btn_bar.bottom {
    top: 21.5px;
  }
}

.header_nav_btn.drawer_open .header_nav_btn_bar.top {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.header_nav_btn.drawer_open .header_nav_btn_bar.center {
  opacity: 0;
}

.header_nav_btn.drawer_open .header_nav_btn_bar.bottom {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .close_cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }
}

@media screen and (max-width: 767px) {
  .close_cover.drawer_open {
    opacity: 1;
    visibility: visible;
  }
}

/* FOOTER
------------------------------ */
.footer {
  margin-top: 110px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 80px;
  }
}

.footer .container {
  max-width: 1360px;
}

.footer_top {
  background: url(../img/footer_bg@2x.jpg) 50%/cover;
}

.footer_top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 280px;
}

@media screen and (max-width: 767px) {
  .footer_top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 40px 15px;
  }
}

.footer_top_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  padding-left: 45px;
  margin-left: 45px;
  border-left: 1px solid #909090;
}

@media screen and (max-width: 767px) {
  .footer_top_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    border: none;
  }
}

.footer_top_contact li p {
  font-size: 26px;
  font-weight: 700;
  color: #ff6411;
}

@media screen and (max-width: 1400px) {
  .footer_top_contact li p {
    font-size: 22px;
  }
}

.footer_top_contact li p a {
  color: #ff6411;
  text-decoration: none;
  white-space: nowrap;
}

.footer_top_contact .contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  height: 70px;
  margin-left: 40px;
  border-radius: 10px;
  background: #ff6411;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .footer_top_contact .contact_btn {
    width: 220px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer_top_contact .contact_btn {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
  }
}

.footer_logo {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .footer_logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.footer_logo_img {
  width: 200px;
}

@media screen and (max-width: 1400px) {
  .footer_logo_img {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .footer_logo_img {
    width: 214px;
  }
}

.footer_bottom {
  padding: 36px 0;
  padding: 16px 0;
  background: #eb6017;
}

.footer_bottom > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1380px;
}

@media screen and (max-width: 767px) {
  .footer_bottom > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_nav li {
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .footer_nav li {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.footer_nav li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .footer_nav li:last-child {
    margin-bottom: 0;
  }
}

.footer_nav a {
  color: #fff;
}

.footer .copyright {
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 30px;
    margin-left: 0;
    font-size: 10px;
  }
}

/* sp_fixed_entry
------------------------------ */
.sp_fixed_entry {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_fixed_entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, right top, left top, from(#2438ea), to(#162ac4));
    background: linear-gradient(-90deg, #2438ea 0%, #162ac4 100%);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 997;
  }
}

@media screen and (max-width: 767px) {
  .sp_fixed_entry:before {
    content: '';
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: -webkit-gradient(linear, left top, right top, from(#2438ea), to(#162ac4));
    background: linear-gradient(90deg, #2438ea 0%, #162ac4 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* ページトップ
------------------------------ */
#pagetop {
  position: fixed;
  bottom: 173px;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

@media screen and (max-width: 767px) {
  #pagetop {
    width: calc(80/750*100vw);
    bottom: calc(230/750*100vw);
  }
}

#pagetop.scrolled {
  opacity: 1;
  visibility: visible;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  page_btm_news

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.page_btm_news {
  top: 100px;
  margin-bottom: 10px;
  position: relative;
  z-index: 999999;
}

@media screen and (max-width: 767px) {
  .page_btm_news {
    margin-bottom: 80px;
  }
}

.page_btm_news .container {
  position: relative;
  z-index: 2;
}

.page_btm_news .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .page_btm_news .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .page_btm_news h2 {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page_btm_news h2 img {
    height: 38px;
  }
}

.page_btm_news .sec_header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page_btm_news .sec_body {
  width: 100%;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .page_btm_news .sec_body {
    margin-left: 0;
  }
}

.page_btm_news_dec {
  position: absolute;
  z-index: 1;
}

.page_btm_news_dec01 {
  top: 129px;
  right: calc(50% + 570px);
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  page_btm_contact

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.page_btm_contact {
  position: relative;
  z-index: 1;
}

.page_btm_contact .container {
  position: relative;
  z-index: 2;
}

.page_btm_contact h2 {
  margin-bottom: 72px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page_btm_contact h2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page_btm_contact h2 img {
    height: 40px;
  }
}

.page_btm_contact_contact {
  max-width: 1360px;
  padding: 60px;
  margin: 0 auto;
  border-radius: 40px;
  background: #31b8f6;
}

@media screen and (max-width: 767px) {
  .page_btm_contact_contact {
    padding: 30px 20px;
    border-radius: 20px;
  }
}

.page_btm_contact_contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page_btm_contact_contact ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_btm_contact_contact li {
  width: 47%;
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .page_btm_contact_contact li {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_btm_contact_contact li:last-child {
    margin-bottom: 0;
  }
}

.page_btm_contact_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 90px;
  border-radius: 20px;
  background: #fff;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .page_btm_contact_contact a {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    font-size: 20px;
  }
}

.page_btm_contact_contact a img {
  margin-right: 18px;
}

.page_btm_contact_contact li.mail a {
  border: 4px solid #eb6017;
}

@media screen and (max-width: 767px) {
  .page_btm_contact_contact li.mail a img {
    width: 24px;
  }
}

.page_btm_contact_contact li.tel a {
  border: 4px solid #004fff;
}

@media screen and (max-width: 767px) {
  .page_btm_contact_contact li.tel a img {
    width: 36px;
  }
}

.page_btm_contact_dec {
  position: absolute;
  z-index: 1;
}

.page_btm_contact_dec01 {
  top: -20px;
  right: calc(50% + 370px);
}

/* 横並びリスト
------------------------------ */
.list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

@media screen and (max-width: 767px) {
  .list_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.list_item {
  width: calc(100% / 3);
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .list_item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.list_item_inner {
  display: block;
}

.list_item_img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 15px;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.list_item_img_block:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.list_item_img_block img,
.list_item_img_block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .list_item_img_block img,
  .list_item_img_block iframe {
    border-radius: calc( 10 /750*100vw);
  }
}

.list_item_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_item_time {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.1em;
  color: #ababab;
}

@media screen and (max-width: 767px) {
  .list_item_time {
    font-size: calc( 26 /750*100vw);
  }
}

.list_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #100587;
}

@media screen and (max-width: 767px) {
  .list_item_ttl {
    font-size: 15px;
  }
}

.list_item_ttl small {
  font-size: .75em;
}

.list_item_txt {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .list_item_txt {
    font-size: 13px;
  }
}

.list_item_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  height: 30px;
  padding: 0 10px;
  border-radius: 10px 0 0 0;
  background: #f29c9f;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .list_item_cat {
    min-width: calc( 150 /750*100vw);
    height: calc( 50 /750*100vw);
    border-radius: calc( 20 /750*100vw) 0 0 0;
    font-size: calc( 24 /750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .list_item:last-child {
    margin-bottom: 0;
  }
}

.list_page_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

.list_page_navi > * {
  margin: 0 1em;
}

/* 投稿 横並びリスト
------------------------------ */
.article {
  width: calc(100% / 3);
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .article {
    width: 100%;
    padding: 0;
    margin-bottom: calc( 100 /750*100vw);
  }
}

.article_inner {
  display: block;
  height: 100%;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .article_inner {
    padding: calc( 30 /750*100vw);
    padding-bottom: calc( 24 /750*100vw);
    border-radius: calc( 20 /750*100vw);
  }
}

.article_img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.article_img_block:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.article_img_block img,
.article_img_block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .article_img_block img,
  .article_img_block iframe {
    border-radius: calc( 10 /750*100vw);
  }
}

.article_txt_block {
  margin-top: 15px;
}

.article_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article_time {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.1em;
  color: #ababab;
}

@media screen and (max-width: 767px) {
  .article_time {
    font-size: calc( 26 /750*100vw);
  }
}

.article_ttl {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .article_ttl {
    margin-bottom: calc( 10 /750*100vw);
    font-size: calc( 28 /750*100vw);
  }
}

.article_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  height: 30px;
  padding: 0 10px;
  border-radius: 10px 0 0 0;
  background: #f29c9f;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .article_cat {
    min-width: calc( 150 /750*100vw);
    height: calc( 50 /750*100vw);
    border-radius: calc( 20 /750*100vw) 0 0 0;
    font-size: calc( 24 /750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .article:last-child {
    margin-bottom: 0;
  }
}

.article_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 767px) {
  .article_list_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.article_list_item {
  width: calc(100% / 3);
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .article_list_item {
    width: 100%;
    padding: 0;
    margin-bottom: calc( 100 /750*100vw);
  }
}

.article_list_item_inner {
  display: block;
  height: 100%;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .article_list_item_inner {
    padding: calc( 30 /750*100vw);
    padding-bottom: calc( 24 /750*100vw);
    border-radius: calc( 20 /750*100vw);
  }
}

.article_list_item_img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.article_list_item_img_block:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.article_list_item_img_block img,
.article_list_item_img_block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .article_list_item_img_block img,
  .article_list_item_img_block iframe {
    border-radius: calc( 10 /750*100vw);
  }
}

.article_list_item_txt_block {
  margin-top: 15px;
}

.article_list_item_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article_list_item_time {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.1em;
  color: #ababab;
}

@media screen and (max-width: 767px) {
  .article_list_item_time {
    font-size: calc( 26 /750*100vw);
  }
}

.article_list_item_ttl {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .article_list_item_ttl {
    margin-bottom: calc( 10 /750*100vw);
    font-size: calc( 28 /750*100vw);
  }
}

.article_list_item_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  height: 30px;
  padding: 0 10px;
  border-radius: 10px 0 0 0;
  background: #f29c9f;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .article_list_item_cat {
    min-width: calc( 150 /750*100vw);
    height: calc( 50 /750*100vw);
    border-radius: calc( 20 /750*100vw) 0 0 0;
    font-size: calc( 24 /750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .article_list_item:last-child {
    margin-bottom: 0;
  }
}

.article_list_page_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

.article_list_page_navi > * {
  margin: 0 1em;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  news_list

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.news_list {
  max-width: 1000px;
  margin: 0 auto;
}

.news_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 20px;
  border-bottom: 1px solid #dcdddd;
}

@media screen and (max-width: 767px) {
  .news_list_item {
    padding: 15px;
  }
}

.news_list_item:first-child {
  border-top: 1px solid #dcdddd;
}

.news_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_list_item_inner {
    display: block;
    font-size: 13px;
  }
}

.news_list_item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .news_list_item_header {
    margin-bottom: 8px;
  }
}

.news_list_item_time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_list_item_time {
    margin-right: 13px;
    font-size: 13px;
  }
}

.news_list_item_cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 142px;
  min-height: 45px;
  margin-right: 28px;
  border-radius: 20px;
  border: 2px solid #eb6017;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #eb6017;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_list_item_cat {
    min-width: 100px;
    min-height: 32px;
    margin-right: 0;
    font-size: 13px;
  }
}

.news_list_item_ttl {
  font-size: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: calc(1*1em);
}

@media screen and (max-width: 767px) {
  .news_list_item_ttl {
    padding: 0;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(2*1.8em);
  }
}

.news_list_page_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .news_list_page_navi {
    margin-top: 40px;
  }
}

.news_list_page_navi .page-numbers {
  margin: 0 .7em;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .news_list_page_navi .page-numbers {
    font-size: 20px;
  }
}

.news_list_page_navi .page-numbers.current {
  color: #eb6018;
}

.news_list_page_navi .page-numbers.dots {
  margin: 0;
}

.news_list_page_navi .page-numbers.prev:before {
  content: '<';
  display: block;
}

.news_list_page_navi .page-numbers.next:before {
  content: '>';
  display: block;
}

/* slick
------------------------------ */
.slick-dots li {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    margin-right: calc( 40 /750*100vw);
  }
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(133, 132, 131, 0.3);
}

@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: calc( 15 /750*100vw);
    height: calc( 15 /750*100vw);
  }
}

a[data-fancybox] {
  display: block;
  position: relative;
}

a[data-fancybox]:before {
  content: '\f002';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.7);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}

.dec_ani01 {
  animation: dec_ani01 10s ease-in-out 0s infinite;
}

.dec_ani02 {
  animation: dec_ani02 10s ease-in-out 5s infinite; /* 5秒遅延でスタート */
}

@keyframes dec_ani01 {
  0%, 100% {
    transform: translateY(-2px) rotate(6deg);
  }
  25% {
    transform: translate(0) rotate(0deg);
  }
  50% {
    transform: translate(2px) rotate(-2deg);
  }
  75% {
    transform: translate(0) rotate(0deg);
  }
}

@keyframes dec_ani02 {
  0%, 100% {
    transform: translateY(2px) rotate(-6deg);
  }
  25% {
    transform: translate(0) rotate(0deg);
  }
  50% {
    transform: translate(-2px) rotate(2deg);
  }
  75% {
    transform: translate(0) rotate(0deg);
  }
}

