@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.05em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  color: #333;
  -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: #3d3d3d;
  -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: 90px;
  overflow: hidden;
}

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

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

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

.container_ll, .container.ll {
  max-width: 1200px;
  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: 1100px;
  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: 1000px;
  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_640 {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

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

/* .base */
.base {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* .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;
  width: 100%;
  max-width: 200px;
  height: 50px;
  background: #000;
  font-size: 14px;
  color: #fff;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .btn, .btn_plus, .btn_close {
    max-width: 200px;
    height: 45px;
    margin: 0 auto;
  }
}

.btn i, .btn_plus i, .btn_close i {
  margin-right: 8px;
  font-size: 14px;
  color: #e01722;
}

@media screen and (max-width: 767px) {
  .btn i, .btn_plus i, .btn_close i {
    font-size: 13px;
  }
}

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

.btn.wht, .wht.btn_plus, .wht.btn_close {
  background: #fff;
  border: 1px solid #e7e7e7;
  color: #000;
}

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

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

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

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header_container:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.header_logo {
  padding: 18px 20px;
  background: #fff;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .header_logo {
    padding: 11px 12px;
  }
}

.header_logo_inner {
  line-height: 1;
}

.header_logo_img {
  width: 208px;
}

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

.header_nav {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .header_nav {
    width: 100%;
    padding: 0;
    padding-top: 55px;
    background: #000;
    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 {
  height: 100%;
}

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

@media screen and (max-width: 767px) {
  .header_nav ul {
    display: block;
    padding: 0;
    border-top: 1px solid #fff;
  }
}

.header_nav li {
  height: 100%;
  margin-right: 45px;
}

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

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

.header_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
  color: #fff;
  position: relative;
}

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

.header_nav a:after {
  content: '';
  display: block;
  width: 62px;
  height: 4px;
  background: #e01722;
  position: absolute;
  left: 50%;
  bottom: 0;
  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 .en {
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .header_nav a .en {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.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.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: 52px;
    height: 55px;
    border-radius: 0 0 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

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

@media screen and (max-width: 767px) {
  .header_nav_btn_bar {
    width: 100%;
    height: 1.5px;
    background: #fff;
    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: 16.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);
}

.header_unitex_logo {
  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;
  padding: 0 30px;
  margin-left: auto;
  border-left: 1px solid #666;
}

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

/* FOOTER
------------------------------ */
.footer {
  background: #000;
  position: relative;
}

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

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 56px 0;
}

@media screen and (max-width: 767px) {
  .footer .container {
    padding: 50px 20px;
    padding-top: 0;
  }
}

.footer_logo {
  display: block;
  padding: 32px 45px;
  border-radius: 0 0 20px 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .footer_logo {
    width: 300px;
    padding: 32px 45px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 10px;
    background: #fff;
    position: relative;
  }
}

.footer_nav {
  margin-left: auto;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .footer_nav {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 40px;
  }
}

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

@media screen and (max-width: 767px) {
  .footer_nav ul {
    display: block;
    border-top: 1px solid #666;
  }
}

@media screen and (max-width: 767px) {
  .footer_nav li {
    border-bottom: 1px solid #666;
  }
}

.footer_nav li:after {
  content: '｜';
  margin: 0 1em;
  color: #666;
}

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

.footer_nav li:last-child:after {
  content: none;
}

.footer_nav a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_nav 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;
    height: 65px;
  }
}

.footer .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;
  position: absolute;
  top: -40px;
  right: 30px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .footer .pagetop {
    top: -30px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer .pagetop img {
    width: 60px;
  }
}

.footer .pagetop span {
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

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

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

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

/* ページトップ
------------------------------ */
#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: -15px;
}

@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: 15px;
}

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

.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) {
  .list_item_inner {
    padding: calc( 30 /750*100vw);
    padding-bottom: calc( 24 /750*100vw);
    border-radius: calc( 20 /750*100vw);
  }
}

.list_item_img_block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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_txt_block {
  margin-top: 15px;
}

.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 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

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

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

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