@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: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #505050;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  min-width: 1120px;
  -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 {
  -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: #505050;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer;
}

a:hover {
  opacity: .7;
}

a:hover img {
  opacity: 1;
}

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

hr {
  background: #e0dede;
}

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

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

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

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

.container_ll, .container.ll {
  max-width: 1360px;
  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: 980px;
  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;
  }
}

/* .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_arrow_right, .btn_arrow_left {
  -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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  height: auto;
  padding: 7px 20px;
  border-radius: 25px;
  border: 1px solid #0357BA;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #0357BA;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .btn, .btn_arrow_right, .btn_arrow_left {
    padding: 10px 14px;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.ukeirekankyoseibi .btn, .ukeirekankyoseibi .btn_arrow_right, .ukeirekankyoseibi .btn_arrow_left {
  border-color: #F48989;
  color: #F48989;
}

.zaitakuryoyokankyoseibi .btn, .zaitakuryoyokankyoseibi .btn_arrow_right, .zaitakuryoyokankyoseibi .btn_arrow_left {
  border-color: #05B88D;
  color: #05B88D;
}

.tankinyusyokyoryoku .btn, .tankinyusyokyoryoku .btn_arrow_right, .tankinyusyokyoryoku .btn_arrow_left {
  border-color: #FF9900;
  color: #FF9900;
}

.tankinyuinkyoryoku .btn, .tankinyuinkyoryoku .btn_arrow_right, .tankinyuinkyoryoku .btn_arrow_left {
  border-color: #FF7A50;
  color: #FF7A50;
}

.syakaihukkisokusin .btn, .syakaihukkisokusin .btn_arrow_right, .syakaihukkisokusin .btn_arrow_left {
  border-color: #9575CB;
  color: #9575CB;
}

.btn_arrow_right:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  background: url(../img/arrow02_pnk_right.svg?20231101) 50%/cover;
}

.ukeirekankyoseibi .btn_arrow_right:after {
  background-image: url(../img/arrow02_pnk_right.svg?20231101);
}

.zaitakuryoyokankyoseibi .btn_arrow_right:after {
  background-image: url(../img/arrow02_grn_right.svg?20231101);
}

.tankinyusyokyoryoku .btn_arrow_right:after {
  background-image: url(../img/arrow02_orn_right.svg?20231101);
}

.tankinyuinkyoryoku .btn_arrow_right:after {
  background-image: url(../img/arrow02_d-pnk_right.svg?20231101);
}

.syakaihukkisokusin .btn_arrow_right:after {
  background-image: url(../img/arrow02_ppl_right.svg?20231101);
}

.btn_arrow_left:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: url(../img/arrow02_pnk_left.svg?20231101) 50%/cover;
}

.ukeirekankyoseibi .btn_arrow_left:before {
  background-image: url(../img/arrow02_pnk_left.svg?20231101);
}

.zaitakuryoyokankyoseibi .btn_arrow_left:before {
  background-image: url(../img/arrow02_grn_left.svg?20231101);
}

.tankinyusyokyoryoku .btn_arrow_left:before {
  background-image: url(../img/arrow02_orn_left.svg?20231101);
}

.tankinyuinkyoryoku .btn_arrow_left:before {
  background-image: url(../img/arrow02_d-pnk_left.svg?20231101);
}

.syakaihukkisokusin .btn_arrow_left:before {
  background-image: url(../img/arrow02_ppl_left.svg?20231101);
}

.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_arrow_right:hover, .btn_arrow_left: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);
}

.red {
  color: red;
}

.c_project01 {
  color: #F48989;
}

.c_project02 {
  color: #05B88D;
}

.c_project03 {
  color: #FF9900;
}

.c_project04 {
  color: #FF7A50;
}

.c_project05 {
  color: #9575CB;
}

.fc_red {
  color: red;
}

.fc_project01 {
  color: #F48989;
}

.fc_project02 {
  color: #05B88D;
}

.fc_project03 {
  color: #FF9900;
}

.fc_project04 {
  color: #FF7A50;
}

.fc_project05 {
  color: #9575CB;
}

.fc_l_grn {
  color: #c4f404;
}

.ukeirekankyoseibi .fc_project {
  color: #F48989;
}

.zaitakuryoyokankyoseibi .fc_project {
  color: #05B88D;
}

.tankinyusyokyoryoku .fc_project {
  color: #FF9900;
}

.tankinyuinkyoryoku .fc_project {
  color: #FF7A50;
}

.syakaihukkisokusin .fc_project {
  color: #9575CB;
}

.bc_project01 {
  background-color: #F48989;
}

.bc_project02 {
  background-color: #05B88D;
}

.bc_project03 {
  background-color: #FF9900;
}

.bc_project04 {
  background-color: #FF7A50;
}

.bc_project05 {
  background-color: #9575CB;
}

.bc_project01_base {
  background-color: rgba(244, 137, 137, 0.05);
}

.bc_project02_base {
  background-color: rgba(5, 184, 141, 0.05);
}

.bc_project03_base {
  background-color: rgba(255, 153, 0, 0.05);
}

.bc_project04_base {
  background-color: rgba(255, 122, 80, 0.05);
}

.bc_project05_base {
  background-color: rgba(149, 117, 203, 0.05);
}

.ukeirekankyoseibi .bc_project {
  background-color: #F48989;
}

.zaitakuryoyokankyoseibi .bc_project {
  background-color: #05B88D;
}

.tankinyusyokyoryoku .bc_project {
  background-color: #FF9900;
}

.tankinyuinkyoryoku .bc_project {
  background-color: #FF7A50;
}

.syakaihukkisokusin .bc_project {
  background-color: #9575CB;
}

.ukeirekankyoseibi .bc_project_base {
  background-color: rgba(244, 137, 137, 0.05);
}

.zaitakuryoyokankyoseibi .bc_project_base {
  background-color: rgba(5, 184, 141, 0.05);
}

.tankinyusyokyoryoku .bc_project_base {
  background-color: rgba(255, 153, 0, 0.05);
}

.tankinyuinkyoryoku .bc_project_base {
  background-color: rgba(255, 122, 80, 0.05);
}

.syakaihukkisokusin .bc_project_base {
  background-color: rgba(149, 117, 203, 0.05);
}

.ukeirekankyoseibi .bc_project_light {
  background-color: #fff3f3;
}

.zaitakuryoyokankyoseibi .bc_project_light {
  background-color: #E6F8F4;
}

.tankinyusyokyoryoku .bc_project_light {
  background-color: rgba(255, 153, 0, 0.1);
}

.tankinyuinkyoryoku .bc_project_light {
  background-color: rgba(255, 122, 80, 0.1);
}

.syakaihukkisokusin .bc_project_light {
  background-color: rgba(149, 117, 203, 0.1);
}

.border_c_project01 {
  background-color: #F48989;
}

.border_c_project02 {
  background-color: #05B88D;
}

.border_c_project03 {
  background-color: #FF9900;
}

.border_c_project04 {
  background-color: #FF7A50;
}

.border_c_project05 {
  background-color: #9575CB;
}

.border_c_project01_base {
  background-color: rgba(244, 137, 137, 0.05);
}

.border_c_project02_base {
  background-color: rgba(5, 184, 141, 0.05);
}

.border_c_project03_base {
  background-color: rgba(255, 153, 0, 0.05);
}

.border_c_project04_base {
  background-color: rgba(255, 122, 80, 0.05);
}

.border_c_project05_base {
  background-color: rgba(149, 117, 203, 0.05);
}

.ukeirekankyoseibi .border_c_project {
  border-color: #F48989;
}

.zaitakuryoyokankyoseibi .border_c_project {
  border-color: #05B88D;
}

.tankinyusyokyoryoku .border_c_project {
  border-color: #FF9900;
}

.tankinyuinkyoryoku .border_c_project {
  border-color: #FF7A50;
}

.syakaihukkisokusin .border_c_project {
  border-color: #9575CB;
}

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

  ORIGINAL

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

@media screen and (max-width: 1400px) {
  .header {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-left: 0;
    min-width: auto;
  }
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header_container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 93px;
    padding: 16px;
    padding-top: 20px;
  }
}

.header_logo {
  padding-top: 30px;
}

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

.header_logo_inner {
  line-height: 1;
}

.header_logo a {
  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_logo a {
    display: block;
  }
}

.header_logo_img {
  width: 189px;
}

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

.header_logo_txt {
  margin-left: 28px;
  font-size: 17px;
  font-weight: 500;
  color: #505050;
}

@media screen and (max-width: 767px) {
  .header_logo_txt {
    display: block;
    margin-top: 12px;
    margin-left: 0;
    font-size: 14px;
  }
}

.header_nav {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header_nav {
    width: 100%;
    height: auto;
    padding: 16px;
    padding-top: 120px;
    padding-bottom: 30px;
    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%);
  }
}

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

@media screen and (max-width: 767px) {
  .header_nav_inner {
    display: block;
  }
}

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

.header_nav_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 0 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .header_nav_btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    border-radius: 0;
  }
}

.header_nav_btn_login {
  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: 180px;
  height: 80px;
  background: #03AFBA;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header_nav_btn_login {
    width: calc((100% - 20px) / 2);
    height: 70px;
    border-radius: 16px;
    margin-right: 20px;
  }
}

.header_nav_btn_overall {
  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: 180px;
  height: 80px;
  background: #0357BA;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header_nav_btn_overall {
    width: calc((100% - 20px) / 2);
    height: 70px;
    border-radius: 16px;
  }
}

.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_menu {
  padding-top: 35px;
  padding-right: 32px;
}

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

.header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
}

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

.header_menu li {
  margin-right: 32px;
}

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

.header_menu li a {
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .header_menu li a {
    font-size: 20px;
    line-height: 1;
  }
}

.header_menu li a span {
  line-height: 1;
}

.header_menu li a .jp {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header_menu li a .jp {
    margin-bottom: 0;
    text-align: left;
  }
}

.header_menu li a .en {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #ACB6C2;
}

@media screen and (max-width: 767px) {
  .header_menu li a .en {
    margin-left: 15px;
    text-align: left;
  }
}

.header_menu li a.active {
  opacity: 1;
}

.header_menu li a.active:after {
  opacity: 1;
}

.header_menu li a:hover {
  color: #0357BA;
  opacity: 1;
}

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

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

@media screen and (max-width: 767px) {
  .header_menu > ul > li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (max-width: 767px) {
  .header_menu > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.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: 26px;
    height: 18px;
    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: 26px;
    height: 18px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .header_nav_btn_bar {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #0357BA;
    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: 16px;
  }
}

.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);
}

.header_nav_big_menu_trigger:hover .header_nav_big_menu {
  opacity: 1;
  visibility: visible;
}

.header_nav_big_menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 44px;
  position: absolute;
  top: 80px;
  right: 44px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

@media screen and (max-width: 1400px) {
  .header_nav_big_menu {
    right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .header_nav_big_menu {
    width: 100%;
    padding-top: 10px;
    margin-bottom: -10px;
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
  }
}

.header_nav_big_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  padding-top: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  .header_nav_big_menu_inner {
    display: block;
    padding: 0;
  }
}

.header_nav_big_menu_header {
  margin-right: 32px;
}

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

.header_nav_big_menu_ttl {
  padding-left: 24px;
  position: relative;
  z-index: 1;
}

.header_nav_big_menu_ttl:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0357BA;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}

.header_nav_big_menu_ttl .jp {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #0357BA;
}

.header_nav_big_menu_ttl .en {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #ACB6C2;
}

.header_nav_big_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 120px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .header_nav_big_menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: none;
  }
}

.header_nav_big_menu li {
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .header_nav_big_menu li {
    min-width: calc((100% - 20px) / 2);
    margin-bottom: 3px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header_nav_big_menu li:before {
    content: '-';
    margin-right: 10px;
    font-weight: 700;
    color: #0357BA;
  }
}

.header_nav_big_menu li a {
  font-weight: 500;
  color: #0357BA;
}

@media screen and (max-width: 767px) {
  .header_nav_big_menu li a {
    font-size: 1em;
  }
}

@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 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 40px;
  }
}

.footer .container_ll {
  position: relative;
  z-index: 1;
}

.footer_content {
  padding-top: 56px;
  padding-bottom: 76px;
  border-radius: 0 0 96px 0;
  background: #0357BA;
}

@media screen and (max-width: 767px) {
  .footer_content {
    padding: 40px 16px;
    border-radius: 0 0 16px 0;
  }
}

.footer_ttl {
  text-align: center;
}

.footer_ttl .jp {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.footer_ttl .en {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

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

.footer_reception_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .footer_reception_time {
    display: block;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 40px;
    text-align: center;
  }
}

.footer_reception_time dt {
  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: 120px;
  height: 57px;
  border-radius: 8px 0 0 8px;
  background: #fff;
  font-weight: 700;
  color: #0357BA;
}

@media screen and (max-width: 767px) {
  .footer_reception_time dt {
    width: 100%;
    height: 30px;
    border-radius: 8px 8px 0 0;
    font-size: 15px;
  }
}

.footer_reception_time dd {
  padding: 10px 8px;
  padding-left: 21px;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_reception_time dd {
    padding: 0;
    padding-top: 6px;
    padding-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
    border-radius: 0 0 8px 8px;
    font-size: 18px;
  }
}

.footer_reception_time dd span {
  margin: 0 .1em;
}

.footer_reception_time dd .big {
  font-size: 24px;
}

.footer_reception_time dd .small {
  font-size: 14px;
  vertical-align: 2px;
}

.footer_contact_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -21px;
}

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

.footer_contact_list_item {
  width: 33.3333333333%;
  padding: 21px;
}

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

.footer_contact_list_item_ttl {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_contact_list_item_ttl {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

.footer_contact_list_item_txt {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

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

.footer_contact_list_item_txt a {
  text-decoration: none;
  color: #fff;
}

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

.footer_bnr_block {
  margin-top: 100px;
  border-top: 1px solid #D8DEE5;
  background: #F2F4F5;
}

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

.footer_bnr_block .container {
  padding: 48px 0;
}

@media screen and (max-width: 767px) {
  .footer_bnr_block .container {
    padding: 24px 16px;
  }
}

.footer_bnrs {
  max-width: 872px;
  margin: 0 auto;
}

.footer_bnrs_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: -12px;
}

@media screen and (max-width: 767px) {
  .footer_bnrs_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer_bnr {
  width: 25%;
  padding: 12px;
}

@media screen and (max-width: 767px) {
  .footer_bnr {
    width: 50%;
  }
}

.footer_bnr_inner {
  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: 60px;
  border-radius: 8px;
  border-bottom: 1px solid #D8D8D8;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .footer_bnr_inner {
    height: 48px;
    padding: 8px 24px;
  }
}

.footer_bnr_img {
  max-width: 140px;
}

@media screen and (max-width: 767px) {
  .footer_bnr_img {
    max-width: 100%;
  }
}

.footer .copyright {
  margin-top: 40px;
  font-size: 12px;
  text-align: center;
}

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

.pagetop {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #0357BA;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #0357BA;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

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

.pagetop:before {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.pagetop img {
  margin-bottom: 2px;
}

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

/* 横並びリスト
------------------------------ */
.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_items

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

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

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

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

.news_list_item_inner {
  display: block;
  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;
  margin-bottom: 10px;
}

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

.news_list_item_time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  font-weight: 700;
  line-height: 1;
  color: #0357BA;
  position: relative;
}

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

.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: 64px;
  min-height: 21px;
  border-radius: 4px;
  border: 1px solid #0357BA;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #0357BA;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_list_item_cat {
    min-width: 56px;
    min-height: 18px;
    padding: 2px 8px;
    margin-right: 0;
    font-size: 10px;
  }
}

.news_list_item_ttl {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: calc(1.45*3em);
}

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

.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);
  }
}

@media screen and (max-width: 767px) {
  a[data-fancybox] {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  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: 0;
    right: 0;
    z-index: 1;
  }
}


.pdf_link:before{
  display: inline;
  padding-right: 4px;
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 900;
}

.pp_link:before {
  display: inline;
  padding-right: 4px;
  font-family: "Font Awesome 5 Free";
  content: '\f1c4';
  font-weight: 900;
  font-size: 22px; 
  color: #CD4223;
}

.word_link:before {
  display: inline;
  padding-right: 4px;
  font-family: "Font Awesome 5 Free";
  content: '\f1c2';
  font-weight: 900;
  color: #1451B2;
}

.excel_link:before {
  display: inline;
  padding-right: 4px;
  font-family: "Font Awesome 5 Free";
  content: '\f1c3';
  font-weight: 900;
  color: #1D6A3F;
}

.no_link:before {
  display: none !important;
  content: none !important;
}

.no_link {
  color: #bbb;
  pointer-events: none;
}


.header_account_btn {
  text-align: right;
  /* margin-bottom: 40px; */
}

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

.header_nav_btn_account {
  padding: 16px 24px;
  border: solid 1px #0357BA;
  display: inline-block;
  color: #0357BA;
  border-radius: 16px 0px 0px 16px;
  border-right: none;
}

#pageWrapper {
  padding-top: 160px;
}

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


.footer_reception_time {
  margin-bottom: 30px;
}


.footer_txt,
.footer_label {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer_label {
  margin-bottom: 50px;
}

.l_privacy a {
  font-size: 15px;
}

.top_sec_wrap .top_sec_ttl:before {
  top: 22px;
}

.account_block_list_list {
  padding-left: 16px;
}

.header_nav_big_menu_body li a {
  text-decoration: none;
}