@charset "UTF-8";

/* ====================================================
reset style
==================================================== */
html {
  width: 100%;
  height: 100%;
  color: #333333;
  overflow-x: hidden;
  font-weight: 500;
  font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del,
ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
:root {
  --tw-blue: #0096DE;
  --tw-lightblue: #0097E0;
  --tw-black: #000000;
  --tw-dark: #333333;
  --tw-gray: #CACACA;
  --tw-lightgray: #F2F2F2;
  --tw-white: #FFFFFF;
}

/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
Base style & container
==================================================== */
* {
  min-height: 0;
  min-width: 0;
}

:root {
  --vw: 1vw;
}

html.no-scroll {
  overflow-y: hidden;
}

body {
  line-height: normal;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  color: #000000;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: #000;
  text-decoration: none;
}

p {
  line-height: 180%;
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

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

figure {
  margin: 0;
}

.inner {
  margin: 0 auto;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

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

@media screen and (min-width: 1201px) {
  .tb {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.d-inline_block {
  display: inline-block;
}

.d-none {
  display: none !important;
}

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

.blank:after {
  content: "";
  display: inline-block;
  background-image: url(../images/common/arrow_blank.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
column layout
==================================================== */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jc-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

/* ====================================================
float layout
==================================================== */
.left {
  float: left;
}

.right {
  float: right;
}

.ofh {
  overflow: hidden;
}

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

/* ====================================================
section
==================================================== */
/* ====================================================
Header
==================================================== */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 34px 3.96% 37px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 13px 24px;
  }
}

.header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.header .logo img {
  height: 100%;
}

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

.header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.header .nav>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  padding-right: 44px;
}

@media screen and (max-width: 767px) {
  .header .nav>ul {
    display: block;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    width: 58.75%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100vw;
    z-index: 102;
    background: #fff;
    padding: 45px 15px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.header .nav>ul.active {
  opacity: 1;
  visibility: visible;
  left: 41.25%;
}

@media screen and (max-width: 767px) {
  .header .nav>ul li {
    margin-bottom: 10px;
  }
}

.header .nav>ul li.contact,
.header .nav>ul li.line,
.header .nav>ul li.close {
  display: none;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {

  .header .nav>ul li.contact,
  .header .nav>ul li.line,
  .header .nav>ul li.close {
    display: block;
  }
}

.header .nav>ul li.contact {
  margin: 30px 10px 10px;
}

.header .nav>ul li.contact a {
  display: block;
  padding: 9px 21px;
  border: 1px solid var(--tw-lightblue);
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .header .nav>ul li.contact a {
    padding: 0 9px;
    text-align: center;
    line-height: 38px;
    height: 38px;
  }
}

.header .nav>ul li.contact a img {
  position: relative;
  top: -1px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .header .nav>ul li.contact a img {
    top: -2px;
  }
}

.header .nav>ul li.close {
  text-align: center;
  color: var(--tw-lightblue);
  margin-top: 30px;
}

.header .nav a {
  color: #000;
  font-size: clamp(0.875rem, 0.8437rem + 0.1276vw, 1rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .nav .dropdown {
  position: relative;
}

@media screen and (min-width: 768px) {
  .header .nav .dropdown-toggle:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 6px;
    background-image: url(../image/common/arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left: 4px;
  }
}

.header .nav .buttons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 13px;
  font-size: clamp(0.5rem, 0.375rem + 0.625vw, 0.9375rem);
}

@media screen and (max-width: 767px) {
  .header .nav .buttons {
    margin-right: 15px;
  }
}

.header .nav .buttons a {
  display: block;
  padding: 0 21px;
  line-height: 49px;
  height: 49px;
  border: 1px solid var(--tw-lightblue);
  border-radius: 8px;
  color: var(--tw-lightblue);
}

@media screen and (max-width: 767px) {
  .header .nav .buttons a {
    line-height: 38px;
    height: 38px;
  }
}

.header .nav .buttons a img {
  position: relative;
  top: -1px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .header .nav .buttons a.contact {
    display: none;
  }
}

.header .mega-menu ul li a {
  font-size: clamp(0.8125rem, 0.7028rem + 0.4467vw, 1.25rem);
  border-bottom: 1px solid #000;
  padding: 0 29px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .mega-menu ul li a:hover {
  border-color: #00aaff;
}

@media screen and (min-width: 768px) {
  .header .mega-menu {
    position: fixed;
    top: 126px;
    left: 0;
    width: 100vw;
    background: #fff;
    display: none;
    padding: 55px 30px 69px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1000;
  }

  .header .mega-menu:before {
    content: "";
    display: block;
    width: 96.18%;
    height: 2px;
    background: var(--tw-lightblue);
    position: fixed;
    top: 126px;
    z-index: 1001;
  }

  .header .mega-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 90px;
  }

  .header .mega-menu ul li a {
    font-size: clamp(0.53125rem, 0.3259rem + 1.0268vw, 1.25rem);
    border-bottom: 1px solid #000;
    padding: 0 29px 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header .mega-menu ul li a:hover {
    border-color: #00aaff;
  }
}

@media screen and (max-width: 767px) {
  .header .mega-menu {
    padding: 0 12px;
  }

  .header .mega-menu ul li {
    margin-bottom: 8px;
  }

  .header .mega-menu ul li a {
    padding: 0 0 5px;
  }
}

.header .btn-sp {
  display: none;
  width: 30px;
  width: 5.94%;
  height: 20px;
  text-align: center;
  position: relative;
}

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

.header .btn-sp span {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--tw-lightblue);
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .header .btn-sp span {
    width: 30px;
    height: 4px;
  }
}

.header .btn-sp span.top {
  top: 0px;
}

.header .btn-sp span.middle {
  top: 8px;
}

@media screen and (min-width: 768px) {
  .header .btn-sp span.middle {
    top: 13px;
  }
}

.header .btn-sp span.bottom {
  top: 16px;
}

@media screen and (min-width: 768px) {
  .header .btn-sp span.bottom {
    top: 26px;
  }
}

.header .btn-sp.close {
  background: transparent;
}

.header .btn-sp.close span.top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

@media screen and (min-width: 768px) {
  .header .btn-sp.close span.top {
    top: 13px;
  }
}

.header .btn-sp.close span.middle {
  opacity: 0;
}

.header .btn-sp.close span.bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

@media screen and (min-width: 768px) {
  .header .btn-sp.close span.bottom {
    top: 13px;
  }
}

/* ====================================================
Footer
==================================================== */
.footer .inner {
  padding: 95px 8.33% 10px;
}

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

.footer ul {
  margin-bottom: 30px;
}

.footer ul li {
  display: inline-block;
  line-height: 41px;
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

@media screen and (max-width: 767px) {
  .footer ul li {
    line-height: 16px;
  }
}

.footer ul li:not(:last-of-type) {
  border-right: 1px solid #000;
  padding-right: 29px;
  margin-right: 29px;
}

@media screen and (max-width: 767px) {
  .footer ul li:not(:last-of-type) {
    padding-right: 12px;
    margin-right: 12px;
  }
}

.footer .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 98px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .footer .flex {
    gap: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer .flex .col:first-of-type {
    max-width: 60%;
    margin: 0 auto;
  }
}

.copyright {
  text-align: center;
  font-size: clamp(0.375rem, 0.1964rem + 0.8929vw, 1rem);
  font-weight: 400;
  padding: 20px 0;
}

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

/* ====================================================
MODULE
==================================================== */
.hook {
  height: 0;
  font-size: 0%;
}

/*パンくずMODULE*/
/*見出しMODULE*/
.ttl-arrow {
  position: relative;
  display: inline-block;
  padding: 0 38px 13px 0;
  margin-bottom: 95px;
  color: #000;
  vertical-align: middle;
  font-size: clamp(0.875rem, 0.5893rem + 1.4286vw, 1.875rem);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .ttl-arrow {
    display: block;
    margin-bottom: 35px;
  }
}

.ttl-arrow span {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(0.75rem, 0.5357rem + 1.0714vw, 1.5rem);
  font-weight: 400;
  margin-left: 35px;
  letter-spacing: 10%;
}

@media screen and (max-width: 767px) {
  .ttl-arrow span {
    margin-left: 15px;
  }
}

.ttl-arrow::before,
.ttl-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.ttl-arrow::before {
  left: 4px;
  width: 100%;
  height: 2px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .ttl-arrow::before {
    width: 90%;
    left: 0px;
  }
}

.ttl-arrow::after {
  right: -4px;
  bottom: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .ttl-arrow::after {
    right: calc(8% + 7px);
  }
}

.ttl-arrow+.sub-ttl {
  margin-top: -75px;
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

@media screen and (max-width: 767px) {
  .ttl-arrow+.sub-ttl {
    margin-top: -15px;
  }
}

/* font MODULE */
/*
*/
.bold {
  font-weight: 700;
}

/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sp-txt-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sp-txt-left {
    text-align: left;
  }
}

/*リンクMODULE*/
.underline {
  text-decoration: underline;
}

.links:hover {
  cursor: pointer;
}

.txt-link {
  color: #ED6D46;
  text-decoration: underline;
}

/*ボタンMODULE*/
.btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 430px;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  text-align: center;
  border: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.btn span {
  font-size: 22px;
}

.btn-round {
  border-radius: 5rem;
}

@media (hover: hover) {
  .btn-scale:hover {
    opacity: 1 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.btn-bg_blue {
  background-color: #2B64AE;
  color: #fff;
}

.btn-bg_blue:hover {
  background-color: #fff;
  color: #2B64AE;
}

.btn-bg_white {
  background: #fff;
  color: #eab193;
}

.btn-dark {
  border: 2px solid #000;
  background: #000;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background: #fff;
  color: #000;
}

.btn-bg_orange {
  background: #eab193;
  color: #fff;
}

.btn-bg_lightblue {
  background: #6caca9;
  color: #fff;
}

.btn-more {
  display: block;
  width: 100%;
  max-width: 185px;
  padding: 8px 10px;
  margin: auto;
  text-decoration: none;
  border: 2px solid #000;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (min-width: 768px) {
  .btn-more {
    padding: 10px;
    max-width: 300px;
    font-size: 20px;
  }
}

@media (hover: hover) {
  .btn-more:hover {
    color: #fff;
    background: #000;
    opacity: 1 !important;
  }
}

.btn-back {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 768px) {
  .btn-back {
    font-size: 36px;
  }
}

@media (hover: hover) {
  .btn-back:hover {
    opacity: 1 !important;
  }
}

.btn-back:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/news/arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

@media screen and (min-width: 768px) {
  .btn-back:before {
    width: 53px;
    height: 53px;
    margin-right: 15px;
    top: -3px;
  }
}

.btn-back.hover-anime:after {
  top: auto;
  left: auto;
  right: 0;
  color: #a29c94;
}

/*ボックスMODULE*/
/*テーブルMODULE*/
.tbl--border {
  margin-bottom: 40px;
}

@media screen and (min-width: 1201px) {
  .tbl--border {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {

  .tbl--border tr th,
  .tbl--border tr td {
    border-bottom: 1px solid #CACACA;
  }
}

.tbl--border th,
.tbl--border td {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {

  .tbl--border th,
  .tbl--border td {
    padding: 16px 0;
    display: block;
  }
}

.tbl--border th {
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (min-width: 1201px) {
  .tbl--border th {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .tbl--border th {
    padding-bottom: 8px;
    border-bottom: 0;
  }
}

.tbl--border th span {
  font-weight: 400;
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .tbl--border td {
    padding-top: 0;
    border-bottom: 1px solid #CACACA;
  }
}

/*セレクト MODULE*/
/*モーダルMODULE*/
/* ====================================================
pages
==================================================== */
.fixed-line {
  max-width: 219px;
  position: fixed;
  bottom: 97px;
  right: 3.96%;
  z-index: 101;
}

@media screen and (max-width: 767px) {
  .fixed-line {
    max-width: 180px;
    bottom: 17px;
    right: 17px;
  }
}

.hov {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hov:hover {
  opacity: 0.6;
}

.more {
  text-align: right;
  padding-top: 60px;
}

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

.more a {
  font-size: clamp(0.5625rem, 0.4732rem + 0.4464vw, 0.875rem);
  font-weight: 600;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 0 0 0;
  color: var(--tw-lightblue);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.more a::before,
.more a::after {
  content: "";
  position: absolute;
  top: 0;
  margin: auto;
  vertical-align: middle;
}

.more a::before {
  right: 0;
  width: 146px;
  height: 2px;
  background: var(--tw-lightblue);
}

@media screen and (max-width: 767px) {
  .more a::before {
    width: 65px;
  }
}

.more a::after {
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--tw-lightblue);
  border-right: 2px solid var(--tw-lightblue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more a:hover {
  opacity: 0.6;
}

.kv {
  position: relative;
}

@media screen and (max-width: 767px) {
  .kv {
    margin-top: 107px;
    padding: 0 30px;
  }
}

.kv .flex {
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}

@media screen and (max-width: 767px) {
  .kv .flex {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .kv .flex .col:first-of-type {
    max-width: 65%;
    margin: 0 auto 45px;
  }
}

.kv .scroll-txt {
  position: absolute;
  bottom: 77px;
  left: 3.96%;
}

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

.kv h1 {
  font-size: clamp(1rem, 0.8214rem + 0.8929vw, 1.625rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .kv h1 {
    margin-bottom: 20px;
  }
}

.kv p {
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

.kv p+a {
  color: var(--tw-lightblue);
  display: inline-block;
  margin-top: 37px;
}

@media screen and (max-width: 767px) {
  .kv p+a {
    display: none;
  }
}

.index-message .inner {
  padding: 95px 7.99%;
}

@media screen and (max-width: 767px) {
  .index-message .inner {
    padding: 60px 26px 50px;
  }
}

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

.index-message .col:first-of-type {
  max-width: 31.6%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .index-message .col:first-of-type {
    max-width: 60%;
    margin: 0 auto 20px;
  }
}

.index-message .col:first-of-type p {
  text-align: center;
  font-size: clamp(0.875rem, 0.6964rem + 0.8929vw, 1.5rem);
  margin-top: 22px;
  line-height: 140%;
}

.index-message .col:first-of-type img {
  width: 100%;
}

.index-message .col:last-of-type {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .index-message .col:last-of-type {
    position: relative;
    max-width: calc(68.4% - 96px);
    margin-left: 96px;
  }
}

@media screen and (max-width: 767px) {
  .index-message .col:last-of-type .clamp .clamp-inner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .index-message .col:last-of-type .clamp:after {
    content: "もっと読む ▽";
    text-align: right;
    display: block;
    margin-top: 10px;
    color: var(--tw-lightblue);
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
  }
}

.index-message .col:last-of-type .clamp.clear .clamp-inner {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .index-message .col:last-of-type .clamp.clear:after {
    content: "閉じる △";
  }
}

.index-message .col:last-of-type h3 {
  font-size: clamp(0.875rem, 0.6964rem + 0.8929vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .index-message .col:last-of-type h3 {
    margin-bottom: 20px;
    margin-top: 45px;
  }
}

.index-message .col:last-of-type p:not(:first-of-type) {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .index-message .col:last-of-type p:not(:first-of-type) {
    padding-top: 20px;
  }
}

.index-message .col:last-of-type ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  padding-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-message .col:last-of-type ul li {
  border: 1px solid #000;
  max-width: 133px;
  width: 100%;
  text-align: center;
  font-size: clamp(0.625rem, 0.5893rem + 0.1786vw, 0.75rem);
  padding: 2px 0;
}

@media screen and (max-width: 767px) {
  .index-message .col:last-of-type ul li {
    max-width: calc(50% - 8.5px);
  }
}

.index-message .icn-instagram {
  position: absolute;
  top: 0;
  right: 30px;
  width: 42px;
  height: 42px;
}

@media screen and (max-width: 767px) {
  .index-message .icn-instagram {
    width: 23px;
    height: 23px;
  }
}

.index-about .inner {
  padding: 95px 7.99%;
}

@media screen and (max-width: 767px) {
  .index-about .inner {
    padding: 60px 26px 50px;
  }
}

.index-about .col:first-of-type {
  max-width: 21.81%;
  width: 100%;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .index-about .col:first-of-type {
    max-width: 94px;
    margin: 0 auto 16px;
    padding-left: 0;
  }
}

.index-about .col:last-of-type {
  max-width: calc(78.19% - 124px);
  margin-left: 124px;
}

@media screen and (max-width: 767px) {
  .index-about .col:last-of-type {
    max-width: 100%;
    margin-left: 0;
  }
}

.index-about .col:last-of-type h3 {
  font-size: clamp(0.875rem, 0.6964rem + 0.8929vw, 1.5rem);
  font-weight: 600;
  font-family: "League Spartan", sans-serif;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .index-about .col:last-of-type h3 {
    margin-bottom: 15px;
  }
}

.index-about .col:last-of-type h3 span {
  border-bottom: 2px solid #000;
}

.index-about .col:last-of-type p {
  font-size: clamp(0.875rem, 0.6964rem + 0.8929vw, 1.5rem);
  letter-spacing: 0.1em;
  margin-bottom: 38px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .index-about .col:last-of-type p {
    margin-bottom: 20px;
  }
}

.index-about .col:last-of-type ol {
  position: relative;
}

.index-about .col:last-of-type ol li {
  list-style-position: outside;
  padding-left: 1.5em;
  font-size: clamp(0.75rem, 0.6071rem + 0.7143vw, 1.25rem);
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.1em;
}

.index-about .col:last-of-type ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}

.index-about .min-inner {
  padding: 118px 12.71% 0;
}

@media screen and (max-width: 767px) {
  .index-about .min-inner {
    padding: 0;
  }
}

.index-about .min-inner h3 {
  font-size: clamp(0.875rem, 0.6964rem + 0.8929vw, 1.5rem);
  font-weight: 600;
  font-family: "League Spartan", sans-serif;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .index-about .min-inner h3 {
    margin-bottom: 15px;
  }
}

.index-about .min-inner h3 span {
  border-bottom: 2px solid #000;
}

.index-about .min-inner p:not(:last-of-type) {
  margin-bottom: 20px;
}

.index-about .min-inner a {
  color: var(--tw-lightblue);
  text-align: right;
  display: block;
  margin-top: 108px;
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

@media screen and (max-width: 767px) {
  .index-about .min-inner a {
    margin-top: 20px;
  }
}

.magazine .inner {
  padding: 95px 6.39%;
}

@media screen and (max-width: 767px) {
  .magazine .inner {
    padding: 60px 26px 50px;
  }
}

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 70px;
  gap: 90px 29px;
}

@media screen and (max-width: 767px) {
  .post-list {
    padding-top: 25px;
    gap: 30px;
  }
}

.post-list article {
  width: 100%;
  max-width: calc(33.3333333333% - 19.4px);
  text-align: center;
}

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

.post-list article a {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-list article a:hover {
  opacity: 0.6;
}

.post-list article h3 {
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
  font-weight: 600;
}

.post-list article p {
  font-size: clamp(0.625rem, 0.5357rem + 0.4464vw, 0.9375rem);
}

.post-list article .thumb {
  margin: 16px 0;
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.post-list article .thumb img {
  width: 100%;
}

.post-list article .date {
  text-align: right;
}

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

.info .cat {
  background: var(--tw-lightblue);
  border-radius: 2rem;
  max-width: 153px;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  color: var(--tw-white);
  text-align: center;
  padding: 3px;
  height: 23px;
}

.info .date {
  font-size: 14px;
  font-family: "League Spartan", sans-serif;
  text-align: right;
}

.cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -75px;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .cat-list {
    margin-top: -15px;
  }
}

.cat-list li {
  width: 100%;
  max-width: 153px;
}

.cat-list li a {
  background: var(--tw-lightblue);
  border-radius: 2rem;
  font-size: 11px;
  font-weight: 700;
  font-family: "League Spartan", sans-serif;
  color: var(--tw-white);
  text-align: center;
  display: block;
  padding: 3px;
  line-height: 180%;
  height: 23px;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat-list li a:hover {
  opacity: 0.6;
}

.index-service .inner {
  padding: 95px 6.39%;
}

@media screen and (max-width: 767px) {
  .index-service .inner {
    padding: 60px 26px 50px;
  }
}

.index-service .min-inner {
  padding: 0 13.89%;
}

@media screen and (max-width: 767px) {
  .index-service .min-inner {
    padding: 0 26px;
  }
}

.index-service .flex:not(:last-of-type) {
  margin-bottom: 48px;
}

.index-service .flex .col:first-of-type {
  max-width: 38.96%;
}

@media screen and (max-width: 767px) {
  .index-service .flex .col:first-of-type {
    max-width: 80%;
    margin: 0 auto 20px;
  }
}

.index-service .flex .col:last-of-type {
  max-width: calc(61.04% - 60px);
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .index-service .flex .col:last-of-type {
    max-width: 100%;
    margin-left: 0;
  }
}

.index-service .flex.column-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.index-service .flex.column-revers .col:last-of-type {
  max-width: calc(61.04% - 60px);
  margin-right: 60px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .index-service .flex.column-revers .col:last-of-type {
    max-width: 100%;
    margin-right: 0;
  }
}

.index-service h3 {
  font-size: clamp(0.8125rem, 0.5268rem + 1.4286vw, 1.8125rem);
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .index-service h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.index-service h3::before,
.index-service h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-service h3::before {
  width: 7px;
  height: 7px;
  background: var(--tw-lightblue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.index-service h3::after {
  width: 39px;
  height: 2px;
  bottom: 2.5px;
  background: var(--tw-lightblue);
}

.index-service h4 {
  font-size: clamp(0.5rem, 0.2857rem + 1.0714vw, 1.25rem);
  margin-bottom: 25px;
}

.index-service .clamp .clamp-inner {
  font-size: clamp(0.75rem, 0.6964rem + 0.2679vw, 0.9375rem);
}

@media screen and (max-width: 767px) {
  .index-service .clamp .clamp-inner {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .index-service .clamp:after {
    content: "もっと詳しく ▽";
    text-align: right;
    display: block;
    margin-top: 10px;
    color: var(--tw-lightblue);
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
  }
}

.index-service .clamp.clear .clamp-inner {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .index-service .clamp.clear:after {
    content: "閉じる △";
  }
}

.index-works .inner {
  padding: 95px 8.33%;
}

@media screen and (max-width: 767px) {
  .index-works .inner {
    padding: 60px 26px 50px;
  }
}

.index-works .works-list {
  padding-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 43px 33px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .index-works .works-list {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index-works .works-list article {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 30px 35px;
  max-width: 48.17%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .index-works .works-list article {
    max-width: 100%;
    padding: 15px 20px;
  }
}

.index-works .works-list article .flex {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .index-works .works-list article .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.index-works .works-list article .flex .col:first-of-type {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .index-works .works-list article .flex .col:first-of-type {
    margin: 5px 0 20px;
  }
}

.index-works .works-list article .flex .col:last-of-type {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  .index-works .works-list article .flex .col:last-of-type {
    margin-left: 0;
  }
}

.index-works .works-list article h3 {
  position: relative;
  max-width: 351px;
  font-size: 14px;
  padding: 0 0 10px 20px;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .index-works .works-list article h3 {
    padding: 0 0 10px 0;
  }
}

.index-works .works-list article h3::before,
.index-works .works-list article h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-works .works-list article h3::before {
  width: 7px;
  height: 7px;
  background: var(--tw-lightblue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.index-works .works-list article h3::after {
  width: 100%;
  height: 2px;
  bottom: 2.5px;
  background: var(--tw-lightblue);
}

.index-works .works-list article dl {
  margin-bottom: 12px;
  font-weight: 300;
}

.index-works .works-list article dl dt {
  border: 1px solid var(--tw-lightblue);
  border-radius: 8px;
  color: var(--tw-lightblue);
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
  padding: 3px 13px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .index-works .works-list article dl dt {
    border-radius: 2rem;
  }
}

.index-works .works-list article dl dd {
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

.index-works .works-list article dl dd a {
  text-decoration: underline;
}

.index-works .works-list article dl dd ul {
  padding-left: 1.2em;
}

.index-works .works-list article dl dd ul li {
  list-style: disc;
}

.index-works .works-list article dl.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-works .works-list article dl.row dt {
  margin-right: 18px;
}

.index-works .works-list article dl.column dd {
  padding: 7px 0 0 12px;
}

.index-contact {
  background: var(--tw-lightgray);
}

.index-contact .inner {
  padding: 95px 8.33%;
}

@media screen and (max-width: 767px) {
  .index-contact .inner {
    padding: 60px 26px 50px;
  }
}

.index-contact .form-area {
  background: var(--tw-white);
  border-radius: 8px;
  margin: 90px 0 45px;
  padding: 49px 37px;
}

@media screen and (max-width: 767px) {
  .index-contact .form-area {
    margin: 25px 0 35px;
    padding: 16px;
  }
}

.index-contact .form-area h3 {
  text-align: center;
  font-size: clamp(0.75rem, 0.4685rem + 1.1461vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .index-contact .form-area h3 {
    margin-bottom: 20px;
  }
}

.index-contact .form-area table {
  width: 100%;
}

.index-contact .form-area table tr {
  border-bottom: 1px solid #000;
}

.index-contact .form-area table tr th,
.index-contact .form-area table tr td {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .index-contact .form-area table tr th,
  .index-contact .form-area table tr td {
    display: block;
  }
}

.index-contact .form-area table tr th {
  width: 35%;
  padding: 0 0 0 115px;
}

@media screen and (max-width: 767px) {
  .index-contact .form-area table tr th {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .index-contact .form-area table tr:not(:first-of-type) th {
    padding-top: 30px;
  }
}

.index-contact .form-area table tr td {
  padding: 30px 0;
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

@media screen and (max-width: 767px) {
  .index-contact .form-area table tr td {
    padding: 15px 0 30px;
  }
}

.index-contact .form-area table tr:last-of-type {
  border-bottom: 0;
}

.index-contact .form-area table tr:last-of-type th {
  vertical-align: top;
  padding-top: 30px;
}

.index-contact .form-area .btn-submit {
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .index-contact .form-area .btn-submit {
    margin: 25px auto 0;
  }
}

.index-contact #doui+label {
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .index-contact #doui+label {
    margin-left: 10px;
  }
}

.index-contact #doui+label a {
  text-decoration: underline;
}

.form-area h3 {
  text-align: center;
  font-size: clamp(0.75rem, 0.4685rem + 1.1461vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .form-area h3 {
    margin-bottom: 20px;
  }
}

.form-area .form-box {
  max-width: 590px;
  margin: 0 auto 20px;
}

.form-area .form-box p {
  margin-bottom: 0 !important;
}

.form-text {
  width: 100%;
  max-width: 590px;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 11px 24px;
}

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

.btn-submit {
  width: 100%;
  max-width: 345px;
  background: var(--tw-lightblue);
  border: 0;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--tw-white);
  text-align: center;
  display: block;
  padding: 20px;
  margin: 0 auto;
  cursor: pointer;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .btn-submit {
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
    max-width: 50%;
    padding: 14px;
    margin: 0 auto 0;
  }
}

.btn-submit:hover {
  opacity: 0.6;
}

.index-company .inner {
  padding: 95px 8.33%;
}

@media screen and (max-width: 767px) {
  .index-company .inner {
    padding: 60px 26px 50px;
  }
}

.index-company table {
  margin-left: 26.4%;
  width: 73.6%;
}

@media screen and (max-width: 767px) {
  .index-company table {
    margin-left: 0;
    width: 100%;
  }
}

.index-company table tr th,
.index-company table tr td {
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
  padding-bottom: 30px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .index-company table tr th {
    width: 30%;
  }
}

.index-company table tr td p {
  font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
}

.index-company table tr td p:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .index-company table tr td p:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.second .wrapper {
  padding-top: 90px;
}

/* single */
.single-magazine {
  padding-top: 100px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .single-magazine {
    padding-top: 25px;
  }
}

.single-magazine .flex {
  gap: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .single-magazine .flex {
    gap: 24px;
  }
}

.single-magazine .flex .col {
  display: flex;
  width: 100%;
  max-width: 1000px;
  justify-content: center;
  flex-direction: column;
  margin: 0 atuo;
}

.single-magazine .flex .col:first-of-type img {
  width: 100%;
  border-radius: 16px;
  margin: 16px 0 0px;
}

.single-magazine .flex .col .txt-right {
  margin-top: 24px;
}

.single-magazine .flex .col .txt-right a {
  color: var(--tw-lightblue);
}

.single-magazine .flex .post-ttl {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
}

.single-magazine .flex .post-ttl+p {
  text-align: left;
  font-size: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .single-magazine .flex .col:first-of-type img {
    border-radius: 4px;
  }

  .single-magazine .flex .post-ttl {
    font-size: 22px;
  }

  .single-magazine .flex .post-ttl+p {
    margin-bottom: 12px;
  }
}

.single-magazine .flex .date {
  text-align: right;
  font-family: "League Spartan", sans-serif;
  margin-top: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .single-magazine .flex .date {
    margin-top: 12px;
  }
}

.single-magazine .flex #ez-toc-container {
  position: relative;
  border-radius: 4px;
  padding: 16px 32px;
}

.single-magazine .flex .ez-toc-link {
  line-height: 1.5rem;
  padding: .5rem 0;
}

/* 折りたたみ時に下端をフェードさせて「まだ続きがある感」を出す */
.single-magazine .flex #ez-toc-container.toc-collapsed nav {
  overflow: hidden;
  position: relative;
  max-height: 160px !important;
  height: 160px !important;
}

.single-magazine .flex #ez-toc-container.toc-collapsed::after {
  content: '';
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3em;
  /* グラデ高さ */
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.single-magazine .flex #ez-toc-container .toc-toggle-text {
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  color: #0096DE;
}


.single-magazine .flex #ez-toc-container .toc-toggle-text:hover {
  opacity: 0.6;
}

.single-magazine .flex .toc-toggle {
  display: none;
  /* JSで必要なときだけ表示 */
  margin: .5em 0 1em;
  padding: .4em 1em;
  background: #f2f2f2;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: .9em;
}

.single-magazine .flex .post-txt {
  font-size: 16px;
}

.single-magazine .flex .post-txt h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 32px;
}

.single-magazine .flex .post-txt h2 {
  min-height: 64px;
  line-height: 64px;
  font-size: 22px;
  font-weight: 600;
  margin: 64px 0 32px;
  padding: 0 0 0 16px;
  background-color: #0096DE;
  color: #fff;
}

.single-magazine .flex .post-txt h3 {
  font-size: 20px;
  min-height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #0097E0;
  font-weight: 600;
  margin: 64px 0 32px;
}

.single-magazine .flex .post-txt h4 {
  min-height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 32px;
  padding: 0 0 0 16px;
  border-left: 4px solid #0097E0;
}

.single-magazine .flex .post-txt h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 32px;
}

.single-magazine .flex .post-txt h6 {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 32px;
}

@media screen and (max-width: 767px) {
  .single-magazine .flex .post-txt h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 32px;
  }

  .single-magazine .flex .post-txt h2 {
    line-height: 32px;
    min-height: 32px;
    font-size: 18px;
    margin: 48px 0 32px;
    padding: 16px 0 16px 16px;
  }

  .single-magazine .flex .post-txt h3 {
    font-size: 16px;
    min-height: 32px;
    line-height: 32px;
    font-weight: 600;
    margin: 48px 0 32px;
  }

  .single-magazine .flex .post-txt h4 {
    min-height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 32px;
    padding: 0 0 0 16px;
  }

  .single-magazine .flex .post-txt h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 32px;
  }

  .single-magazine .flex .post-txt h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 32px;
  }
}

.single-magazine .flex .post-txt code {
  display: block;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #222;
  line-height: 2rem;
}

.single-magazine .flex .post-txt p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px;
}

.single-magazine .flex .post-txt a {
  word-break: break-all;
  overflow-wrap: break-word;
}

.single-magazine .flex .post-txt :link {
  color: #0097E0;
}

.single-magazine .flex .post-txt :visited {
  color: #0097E0;
}

.single-magazine .flex .post-txt img {
  /*強制的に適用させる*/
  margin: 0 0 64px !important;
}

.single-magazine .flex .post-txt b {
  font-weight: 600;
}

.single-magazine .flex .post-txt u {
  text-decoration: none;
  background: linear-gradient(to top, #A1D9F4 40%, transparent 41%);
}

.single-magazine .flex .post-txt table {
  /*テーブルのborder-radiusを4pxにしつつ、線の太さは1pxにする*/
  border-radius: 8px;
  border-collapse: collapse;
  box-shadow: 0 0 0 1px #222 inset;
  width: 100%;
  margin: 16px 0 32px;
  font-size: 14px;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}

.single-magazine .flex .post-txt table th,
.single-magazine .flex .post-txt table td {
  border: 1px solid #222;
  padding: 8px;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}

.single-magazine .flex .post-txt table th {
  background-color: #0097E0;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}

.thumb-list {
  margin-top: 46px;
  display: grid;
  gap: 21px 36px;
  grid-template-columns: repeat(2, 1fr);
}

.mov-clip {
  border-radius: 28px;
}

.mov-clip iframe {
  aspect-ratio: 16/9;
}

.wpcf7-list-item {
  display: block !important;
}

section.thanks {
  height: 60vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

section.thanks h1 {
  background: var(--tw-lightblue);
  text-align: center;
  font-size: clamp(0.75rem, 0.4685rem + 1.1461vw, 1.5rem);
  color: var(--tw-white);
  border-radius: 8px;
  padding: 10px;
  max-width: 556px;
  margin: 0 auto 32px;
}

section.thanks h1+p {
  margin-bottom: 58px;
}

section.thanks a {
  color: var(--tw-lightblue);
}

section.thanks a:hover {
  text-decoration: underline;
}

.privacy .inner {
  padding: 95px 6.39%;
}

@media screen and (max-width: 767px) {
  .privacy .inner {
    padding: 0 26px 50px;
  }
}

.privacy .inner .privacy-box {
  border: 1px solid var(--tw-black);
  padding: 106px 72px;
}

@media screen and (max-width: 767px) {
  .privacy .inner .privacy-box {
    padding: 22px 27px;
  }
}

.privacy .inner .privacy-box h2 {
  font-size: clamp(0.6875rem, 0.3825rem + 1.2416vw, 1.5rem);
  font-weight: 600;
  border-bottom: 1px solid var(--tw-black);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .privacy .inner .privacy-box h2 {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

.privacy .inner .privacy-box p {
  font-size: clamp(0.5625rem, 0.3044rem + 1.0506vw, 1.25rem);
}

.privacy .inner .privacy-box p:not(:last-of-type) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .privacy .inner .privacy-box p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.wpcf7-list-item-label a {
  text-decoration: underline;
}

.load-more {
  text-align: right;
  margin-top: -20px;
  color: var(--tw-lightblue);
}

#extra-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 43px 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*# sourceMappingURL=style.css.map */