@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* 1600以上 */
@media screen and (max-width: 1600px) {
  .only1600 {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* 1300以上 */
@media screen and (max-width: 1300px) {
  .only1300 {
    display: none !important;
  }
}
/* 1200以上 */
@media screen and (max-width: 1200px) {
  .only1200 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (min-width: 599px) and (max-width: 1024px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
  body {
    margin: 0 auto;
    width: 1080px;
    -webkit-print-color-adjust: exact;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
  }
  .header {
    margin-bottom: -100px;
    position: relative !important;
  }
  * {
    -moz-column-break-inside: initial !important;
         break-inside: initial !important;
  }
}
@page {
  size: A4;
  margin: 9.7mm 9.7mm 9.7mm 9.7mm !important;
}
/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

/*body設定*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #345;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 2;
  font-size: 18px;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  /*任意でフォントサイズを指定*/
}
@media screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

/*IE用：游ゴシックの謎余白をなくすためフォントを別指定*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*テーブル指定*/
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています marginを指定したら地獄*/
ul[class],
ol[class] {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

@page {
  size: A4;
  margin: 0;
}
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  transition: 0.1s;
  text-decoration: none;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
/*すべての要素のfont-family, font-size, line-heightをその親から継承するようにリセット*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*属性と状態のCSSリセット*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*box-sizing*/
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*禁則処理の追加*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button],
input[type=search] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type=submit]::focus,
input[type=button]::focus,
input[type=search]::focus {
  outline-offset: -2px;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

/** Selection */
::-moz-selection {
  background-color: #b3d4fc;
  /* Change as appropriate */
  color: #000;
  /* Change as appropriate */
  text-shadow: none;
}
::-moz-selection,
::selection {
  background-color: #b3d4fc;
  /* Change as appropriate */
  color: #000;
  /* Change as appropriate */
  text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
* {
  max-height: 999999px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  overflow-wrap: break-word;
  word-break: break-all;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
  .mb25 {
    margin-bottom: 20px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 1024px) {
  .mb35 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb35 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 30px !important;
  }
}

.mt00 {
  margin-top: 0px !important;
}
@media screen and (max-width: 599px) {
  .mt00 {
    margin-top: 0px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 599px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mt30 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mt40 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(51, 68, 85, 0.2);
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    height: 60px;
  }
}
.header__logo {
  margin-left: 30px;
  width: 180px;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    margin-left: 15px;
    width: 120px;
  }
}
.header__logo__link {
  line-height: 0.1;
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(3px);
  }
}
.header__nav {
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    width: 320px;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .header__nav {
    width: 100vw;
  }
}
.header__nav__item {
  margin-right: 40px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header__nav__item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav__item {
    margin: 0;
    height: auto;
    border-bottom: 1px dotted #fff;
  }
}
.header__nav__item__link {
  padding-bottom: 10px;
  width: auto;
  height: 100%;
  font-size: 17px;
  line-height: 1;
  color: #345;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__nav__item__link {
    padding: 20px 58px 23px;
    color: #fff;
    display: block;
    justify-content: flex-start;
    position: relative;
  }
  .header__nav__item__link::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #3ae;
    background-image: url(../img/common/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 33% auto;
    background-position: 50% 50%;
    position: absolute;
    left: 15px;
    top: 15px;
  }
}
.header__nav__item__link.now {
  background-image: url(../img/common/nav_onek.svg);
  background-repeat: no-repeat;
  background-position: 54% 100%;
  background-size: 28px auto;
}
@media screen and (max-width: 1024px) {
  .header__nav__item__link.now {
    background-position: right 15px bottom 0;
    background-size: 40px auto;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav__item__link:hover {
    color: #ef7800;
  }
}
@media screen and (max-width: 1024px) {
  .header .menu-box {
    width: 0;
    height: calc(100vh - 80px);
    background-color: #7ecef4;
    overflow: hidden;
    position: fixed;
    z-index: 11;
    top: 80px;
    right: 0;
    transition: 0.2s;
  }
  .header .menu-box.on {
    width: 320px;
  }
}
@media screen and (max-width: 599px) {
  .header .menu-box {
    height: calc(100vh - 60px);
    top: 60px;
  }
  .header .menu-box.on {
    width: 100vw;
  }
}
.header .menu-btn {
  width: 80px;
  height: 80px;
  background-color: #c3d600;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  display: none;
}
@media screen and (max-width: 599px) {
  .header .menu-btn {
    width: 60px;
    height: 60px;
  }
}
.header .menu-btn::before {
  content: "";
  margin: 0 auto;
  width: 30%;
  height: 2px;
  background-color: #345;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  right: 0;
  transition: 0.2s;
}
.header .menu-btn::after {
  content: "";
  margin: 0 auto;
  width: 30%;
  height: 2px;
  background-color: #345;
  position: absolute;
  bottom: calc(50% - 4px);
  left: 0;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .header .menu-btn {
    display: block;
  }
}
.header .menu-btn.on::before {
  top: calc(50% - 1px);
}
.header .menu-btn.on::after {
  bottom: calc(50% - 1px);
}
.header .menu-btn.on .menu-btn__bg {
  width: 100vw;
}
.header .menu-btn__bg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .menu-btn__bg {
    display: block;
    width: 0;
    height: calc(100vh - 80px);
    background-color: rgba(51, 68, 85, 0.8);
    overflow: hidden;
    position: fixed;
    top: 80px;
    right: 0;
    transition: 0.2s;
  }
}
@media screen and (max-width: 599px) {
  .header .menu-btn__bg {
    display: none;
  }
}

.bnrs {
  padding: 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-self: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .bnrs {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 834px) {
  .bnrs {
    padding: 35px 10px;
  }
}
@media screen and (max-width: 599px) {
  .bnrs {
    padding: 35px 20px;
  }
}
.bnrs__list {
  margin-top: -5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .bnrs__list {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .bnrs__list {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    justify-content: space-between;
  }
}
.bnrs__list__item {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .bnrs__list__item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 834px) {
  .bnrs__list__item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .bnrs__list__item {
    margin-right: 0;
  }
}
.bnrs__list__item.ncb {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .bnrs__list__item.ncb {
    width: 170px;
  }
}
@media screen and (max-width: 834px) {
  .bnrs__list__item.ncb {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  .bnrs__list__item.ncb {
    width: 50%;
  }
}
.bnrs__list__item.nagasaki {
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .bnrs__list__item.nagasaki {
    width: 136px;
  }
}
@media screen and (max-width: 834px) {
  .bnrs__list__item.nagasaki {
    width: 112px;
  }
}
@media screen and (max-width: 599px) {
  .bnrs__list__item.nagasaki {
    padding-top: 3px;
    width: 42%;
  }
}
.bnrs__list__item.hd {
  width: 420px;
}
@media screen and (max-width: 1200px) {
  .bnrs__list__item.hd {
    margin-right: 0;
    width: 357px;
  }
}
@media screen and (max-width: 834px) {
  .bnrs__list__item.hd {
    width: 294px;
  }
}
@media screen and (max-width: 599px) {
  .bnrs__list__item.hd {
    margin-top: 10px;
    width: 100%;
  }
}
.bnrs__list__item__link {
  display: block;
  line-height: 0.1;
}
@media screen and (min-width: 1025px) {
  .bnrs__list__item__link:hover {
    transform: translateY(3px);
  }
}
.bnrs__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .bnrs__sns {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
}
.bnrs__sns__item {
  margin-left: 15px;
}
.bnrs__sns__item.facebook {
  margin-left: 0;
  width: 28px;
}
.bnrs__sns__item.x {
  width: 20px;
}
.bnrs__sns__item.instagram {
  width: 26px;
}
.bnrs__sns__item.youtube {
  width: 28px;
}
.bnrs__sns__item__link {
  line-height: 0.1;
  display: block;
}
@media screen and (min-width: 1025px) {
  .bnrs__sns__item__link:hover {
    transform: translateY(3px);
  }
}

.copyright {
  width: 100%;
  height: 80px;
  font-size: 14px;
  line-height: 82px;
  color: #fff;
  letter-spacing: normal;
  text-align: center;
  background-color: #345;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .copyright {
    height: 60px;
    line-height: 62px;
  }
}
@media screen and (max-width: 599px) {
  .copyright {
    height: 50px;
    font-size: 12px;
    line-height: 52px;
  }
}
@media screen and (max-width: 350px) {
  .copyright {
    height: 50px;
    font-size: 11px;
    line-height: 52px;
  }
}

.pagetop {
  width: 70px;
  height: 70px;
  background-color: #ef7800;
  background-image: url(../img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 25% auto;
  background-position: 50% 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  transform: rotate(-90deg);
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .pagetop {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .pagetop:hover {
    background-color: #7ecef4;
  }
}

.content {
  padding: 120px 80px 200px;
  background-color: #f4f4f4;
  background-image: url(../img/common/bottom_onek01.svg), url(../img/common/bottom_onek02.svg);
  background-repeat: no-repeat;
  background-size: 173px auto, 185px auto;
  background-position: left 15% bottom -1px, right calc(50% - 500px) bottom -1px;
}
@media screen and (max-width: 1300px) {
  .content {
    background-position: left 40px bottom -1px, right 80px bottom -1px;
  }
}
@media screen and (max-width: 1200px) {
  .content {
    padding: 80px 50px 160px;
  }
}
@media screen and (max-width: 834px) {
  .content {
    padding: 60px 30px 120px;
    background-position: left 30px bottom -1px, right 10% bottom -1px;
    background-size: 20% auto, 22% auto;
  }
}
@media screen and (max-width: 599px) {
  .content {
    padding: 40px 20px 80px;
    background-position: left 15px bottom -1px, right 30px bottom -1px;
    background-size: 27% auto, 30% auto;
  }
}

.content-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.pagetitle {
  margin-top: 100px;
  padding-left: 70px;
  padding-bottom: 15px;
  width: 100%;
  height: 300px;
  background-color: #f19ec2;
  background-image: url(../img/common/pagetitle_ill01.svg), url(../img/common/pagetitle_ill02.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 30% auto, 12% auto;
  background-position: right 2.2% bottom -1px, right 40% top -1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    margin-top: 80px;
    padding-left: 50px;
    height: 240px;
    background-size: 35% auto, 15% auto;
    background-position: right 2.2% bottom -1px, right 32% top -1px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle {
    padding-left: 40px;
    height: 220px;
    background-size: 35% auto, 15% auto;
    background-position: right 2.2% bottom -1px, right 25% top -1px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    margin-top: 60px;
    padding: 7vw 5.5vw 13vw;
    height: auto;
    align-items: flex-start;
    background-size: 55% auto, 13% auto;
    background-position: right 2.2% bottom -1px, right -7% top -1px;
  }
}
.pagetitle__text {
  font-size: 56px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  font-family: "roboto", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  .pagetitle__text {
    font-size: 50px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__text {
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text {
    font-size: 8vw;
  }
}
.pagetitle__text__sub {
  margin-top: -10px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .pagetitle__text__sub {
    margin-top: -6px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text__sub {
    margin-top: -1.1%;
  }
}
.pagetitle__text__sub__jp {
  padding: 9px 14px 11px 15px;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #345;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .pagetitle__text__sub__jp {
    padding: 7px 10px 10px 11px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text__sub__jp {
    padding: 5px 7px 7px 8px;
    font-size: 3.8vw;
  }
}

.btn-base {
  margin: 0 auto;
  padding: 0 70px 0 50px;
  height: 70px;
  font-size: 18px;
  line-height: 68px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #f19ec2;
  display: block;
  position: relative;
}
.btn-base::before {
  content: "";
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-color: #345;
  background-image: url(../img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 34% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
}
@media screen and (max-width: 834px) {
  .btn-base {
    padding: 0 60px 0 30px;
    height: 60px;
    font-size: 17px;
    line-height: 58px;
  }
  .btn-base::before {
    width: 22px;
    height: 22px;
    right: 19px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base {
    padding: 0 50px 0 30px;
    height: 56px;
    font-size: 16px;
    line-height: 54px;
  }
  .btn-base::before {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
@media screen and (max-width: 350px) {
  .btn-base {
    padding: 0 45px 0 20px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-base:hover {
    background-color: #7ecef4;
    transform: translateY(3px);
  }
}
.btn-base--back {
  padding: 0 45px 0 70px;
}
.btn-base--back::before {
  right: auto;
  left: 23px;
  transform: rotate(180deg);
}
@media screen and (max-width: 834px) {
  .btn-base--back {
    padding: 0 30px 0 50px;
  }
  .btn-base--back::before {
    right: auto;
    left: 19px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base--back {
    padding: 0 30px 0 50px;
  }
  .btn-base--back::before {
    right: auto;
    left: 15px;
  }
}
@media screen and (max-width: 350px) {
  .btn-base--back {
    padding: 0 20px 0 45px;
  }
}

.pager {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pager {
    margin-top: 50px;
  }
}
@media screen and (max-width: 834px) {
  .pager {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .pager {
    margin-top: 25px;
  }
}
@media screen and (max-width: 350px) {
  .pager {
    margin-top: 20px;
  }
}
.pager__item {
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .pager__item {
    margin-left: 5px;
  }
}
.pager__item:first-child {
  margin-left: 3px;
}
.pager__item__link {
  width: 60px;
  height: 60px;
  font-size: 21px;
  color: #9ab;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .pager__item__link {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .pager__item__link {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.pager__item__link.prev {
  background-image: url(../img/common/arrow_gray.svg);
  background-repeat: no-repeat;
  background-position: 54% 50%;
  background-size: 24% auto;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  transform: rotate(180deg);
}
@media screen and (min-width: 1025px) {
  .pager__item__link.prev:hover {
    background-image: url(../img/common/arrow_white.svg);
  }
}
.pager__item__link.next {
  background-image: url(../img/common/arrow_gray.svg);
  background-repeat: no-repeat;
  background-position: 54% 50%;
  background-size: 24% auto;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .pager__item__link.next:hover {
    background-image: url(../img/common/arrow_white.svg);
  }
}
.pager__item__link.active {
  color: #fff;
  background-color: #c3d600;
}
@media screen and (min-width: 1025px) {
  .pager__item__link:hover {
    color: #fff;
    background-color: #f19ec2;
  }
}

/*--------------------------------------------------------
_wysiwyg
----------------------------------------------------------*/
.wysiwyg {
  font-size: 17px;
  line-height: 2;
  text-align: justify;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 834px) {
  .wysiwyg {
    font-size: 16px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg {
    font-size: 15px;
    line-height: 1.8;
  }
}
.wysiwyg a {
  color: #f19ec2;
  text-decoration: underline;
}
.wysiwyg a:hover {
  color: #7ecef4;
  text-decoration: none;
}
.wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.wysiwyg .box {
  margin-bottom: 30px;
}
.wysiwyg .box:before, .wysiwyg .box:after {
  content: "";
  display: table;
}
.wysiwyg .box:after {
  clear: both;
}
@media screen and (max-width: 599px) {
  .wysiwyg .box {
    margin-bottom: 15px;
  }
}
.wysiwyg .ttl01 {
  margin-bottom: -10px;
  padding: 15px 240px 15px 39px;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background-color: #c3d600;
  position: relative;
}
.wysiwyg .ttl01::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 24px;
  left: 20px;
}
.wysiwyg .ttl01::after {
  content: "";
  width: 220px;
  height: 100%;
  background-color: #f19ec2;
  background-image: url(../img/common/obi_onek.svg);
  background-repeat: no-repeat;
  background-position: right 20px bottom -1px;
  background-size: 80px auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .wysiwyg .ttl01 {
    padding: 12px 180px 13px 37px;
    font-size: 19px;
  }
  .wysiwyg .ttl01::before {
    top: 21px;
    left: 18px;
  }
  .wysiwyg .ttl01::after {
    width: 160px;
    background-position: right 15px bottom -1px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .ttl01 {
    margin-bottom: -5px;
    padding: 10px 75px 11px 15px;
    font-size: 17px;
  }
  .wysiwyg .ttl01::before {
    display: none;
  }
  .wysiwyg .ttl01::after {
    width: 65px;
    background-color: transparent;
    background-position: right 5px bottom -1px;
    background-size: 60px;
  }
}
.wysiwyg .ttl02 {
  margin-bottom: -10px;
  padding: 4px 0 17px 44px;
  font-size: 20px;
  line-height: 1.3;
  color: #7ecef4;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/title_onek.svg);
  background-repeat: no-repeat;
  background-size: 34px auto;
  background-position: 0 0;
  border-bottom: 1px solid #bcd;
}
@media screen and (max-width: 834px) {
  .wysiwyg .ttl02 {
    padding: 3px 0 12px 38px;
    font-size: 19px;
    background-size: 30px auto;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .ttl02 {
    margin-bottom: -5px;
    padding: 0 0 10px 28px;
    font-size: 17px;
    background-size: 22px auto;
  }
}
.wysiwyg .ttl03 {
  margin-bottom: -15px;
  padding: 0 0 0 28px;
  font-size: 19px;
  line-height: 1.3;
  color: #345;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/title_icon.svg);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: 0 2px;
}
@media screen and (max-width: 834px) {
  .wysiwyg .ttl03 {
    padding: 0 0 0 24px;
    font-size: 18px;
    background-size: 18px auto;
    background-position: 0 4px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .ttl03 {
    margin-bottom: -7px;
    padding: 0 0 0 20px;
    font-size: 16px;
    background-size: 16px auto;
    background-position: 0 3px;
  }
}
.wysiwyg .ttl04 {
  margin-bottom: -15px;
  font-size: 18px;
  line-height: 1.3;
  color: #345;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
.wysiwyg .ttl04::first-letter {
  color: #f19ec2;
}
@media screen and (max-width: 834px) {
  .wysiwyg .ttl04 {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .ttl04 {
    margin-bottom: -7px;
    font-size: 15px;
  }
}
.wysiwyg .copy01 {
  margin-bottom: -15px;
  font-size: 22px;
  line-height: 1.8;
  color: #f19ec2;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .wysiwyg .copy01 {
    font-size: 20px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 17px;
    line-height: 1.6;
  }
}
.wysiwyg .copy02 {
  margin-bottom: -25px;
  font-size: 26px;
  line-height: 1.8;
  color: #7ecef4;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 600;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .wysiwyg .copy02 {
    font-size: 22px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .copy02 {
    margin-bottom: -5px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.wysiwyg .text {
  font-size: 17px;
  line-height: 2;
  color: #345;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .wysiwyg .text {
    font-size: 16px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .text {
    font-size: 15px;
    line-height: 1.8;
  }
}
.wysiwyg .text--mincho {
  color: #012;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
}
.wysiwyg .text.large {
  font-size: 19px;
}
@media screen and (max-width: 834px) {
  .wysiwyg .text.large {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .text.large {
    font-size: 17px;
  }
}
.wysiwyg .text.small {
  font-size: 15px;
}
@media screen and (max-width: 834px) {
  .wysiwyg .text.small {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .text.small {
    font-size: 13px;
  }
}
.wysiwyg .img-right {
  margin: 9px 0 20px 4%;
  width: 40%;
  max-width: 320px;
  float: right;
}
@media screen and (max-width: 599px) {
  .wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .img-right img {
    display: block;
    margin: 0 auto;
  }
}
.wysiwyg .img-left {
  margin: 9px 4% 20px 0;
  width: 40%;
  max-width: 320px;
  float: left;
}
@media screen and (max-width: 599px) {
  .wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .img-left img {
    display: block;
    margin: 0 auto;
  }
}
.wysiwyg .btn-wrapper {
  padding: 20px;
  text-align: center;
  background-color: #eef3f7;
}
@media screen and (max-width: 834px) {
  .wysiwyg .btn-wrapper {
    padding: 15px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .btn-wrapper {
    padding: 10px;
  }
}
@media screen and (max-width: 350px) {
  .wysiwyg .btn-wrapper {
    padding: 0;
    background-color: transparent;
  }
}
.wysiwyg .btn-wrapper a {
  margin: 0 auto;
  padding: 22px 70px 23px 50px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #c3d600;
  display: inline-block;
  position: relative;
}
.wysiwyg .btn-wrapper a::before {
  content: "";
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-color: #345;
  background-image: url(../img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 34% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
}
@media screen and (max-width: 834px) {
  .wysiwyg .btn-wrapper a {
    padding: 18px 60px 20px 30px;
    font-size: 17px;
  }
  .wysiwyg .btn-wrapper a::before {
    width: 22px;
    height: 22px;
    right: 19px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .btn-wrapper a {
    padding: 18px 50px 20px 30px;
    font-size: 16px;
  }
  .wysiwyg .btn-wrapper a::before {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
@media screen and (max-width: 350px) {
  .wysiwyg .btn-wrapper a {
    padding: 18px 45px 20px 20px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .wysiwyg .btn-wrapper a:hover {
    background-color: #7ecef4;
    transform: translateY(3px);
  }
}
.wysiwyg .photo-3 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .wysiwyg .photo-3 {
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .photo-3 {
    gap: 3px;
  }
}
.wysiwyg .photo-3::after {
  content: none;
}
.wysiwyg .photo-3 li {
  flex: 1;
  text-align: center;
}
.wysiwyg .photo-3 li img {
  width: 100%;
}
.wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .wysiwyg .photo-2 {
    gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .photo-2 {
    gap: 3px;
  }
}
.wysiwyg .photo-2::after {
  content: none;
}
.wysiwyg .photo-2 li {
  flex: 1;
  text-align: center;
}
.wysiwyg .photo-2 li img {
  width: 100%;
}
.wysiwyg .photo-1 {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.wysiwyg .caption {
  display: block;
  margin-top: 10px;
  color: #345;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .wysiwyg .caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .caption {
    margin-top: 5px;
    font-size: 13px;
  }
}
.wysiwyg .list-wrapper {
  padding: 45px 50px;
  background-color: #eef3f7;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper {
    padding: 40px 45px;
  }
}
@media screen and (max-width: 834px) {
  .wysiwyg .list-wrapper {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .list-wrapper {
    padding: 25px;
  }
}
.wysiwyg .list-wrapper li {
  margin-top: 12px;
  padding-left: 1.2em;
  font-size: 17px;
  line-height: 1.5;
  color: #345;
  text-align: justify;
  position: relative;
}
.wysiwyg .list-wrapper li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ef7800;
  position: absolute;
  top: 7px;
  left: 0;
}
.wysiwyg .list-wrapper li::after {
  content: "";
  width: 8px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .wysiwyg .list-wrapper li {
    margin-top: 10px;
    font-size: 16px;
  }
  .wysiwyg .list-wrapper li::before {
    top: 6px;
  }
  .wysiwyg .list-wrapper li::after {
    top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg .list-wrapper li {
    margin-top: 5px;
    padding-left: 1em;
    font-size: 15px;
  }
  .wysiwyg .list-wrapper li::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
  .wysiwyg .list-wrapper li::after {
    width: 6px;
    height: 3px;
    top: 7px;
    left: 0;
  }
}
.wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}
.wysiwyg .table {
  width: 100%;
  border: 1px solid #EBDFD8;
  border-collapse: collapse;
}
.wysiwyg .table thead th {
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #7ecef4;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .wysiwyg .table thead th {
    padding: 7px 5px 5px;
    font-size: 12px;
    font-weight: 400;
  }
}
.wysiwyg .table th {
  padding: 15px;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .wysiwyg .table th {
    padding: 7px 5px 5px;
    font-size: 12px;
    font-weight: 400;
  }
}
.wysiwyg .table td {
  padding: 15px;
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .wysiwyg .table td {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
.wysiwyg .youtube-wrapper {
  aspect-ratio: 16/9;
  width: 100%;
  margin: 0 auto;
}
.wysiwyg .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}
.wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
.wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
.wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
.wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}
.wysiwyg ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.wysiwyg blockquote {
  padding-left: 1em;
}
.wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
.wysiwyg hr {
  display: block;
}
.wysiwyg em {
  font-style: italic !important;
}
.wysiwyg strong {
  font-weight: bold !important;
}
.wysiwyg em strong, .wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  width: 50px;
  height: 50px;
  background-color: #9ab;
  background-image: url(../img/common/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 28% auto;
  background-position: 50% 50%;
  border: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  z-index: 3;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 834px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #345;
    background-image: url(../img/common/arrow_white.svg);
  }
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: -65px;
  top: calc(50% - 25px);
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .slick-prev {
    left: 10px;
    top: auto;
    bottom: -70px;
  }
}
@media screen and (max-width: 834px) {
  .slick-prev {
    bottom: -50px;
  }
}

.slick-next {
  right: -65px;
  top: calc(50% - 25px);
}
@media screen and (max-width: 1200px) {
  .slick-next {
    right: auto;
    left: 70px;
    top: auto;
    bottom: -70px;
  }
}
@media screen and (max-width: 834px) {
  .slick-next {
    left: 55px;
    bottom: -50px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: -50px;
  }
}
@media screen and (max-width: 834px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  padding: 0;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #000;
  border: 2px solid #000;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    transform: scale(1.4);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------
top
----------------------------------------------------------*/
.top-main {
  margin-top: 100px;
  aspect-ratio: 180/75;
}
@media screen and (max-width: 1024px) {
  .top-main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    margin-top: 60px;
    aspect-ratio: 180/240;
  }
}
.top-main__20th {
  width: 100%;
  height: 100%;
  background-color: #fdde8e;
  overflow: hidden;
}
.top-main__20th__inner {
  margin: 0 auto;
  width: 75.5%;
  height: 100%;
  background-image: url(../img/top/main_cake.svg);
  background-repeat: no-repeat;
  background-size: 49.26% auto;
  background-position: 0 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .top-main__20th__inner {
    background-size: 80% auto;
    background-position: 50% 100%;
    justify-content: center;
    align-items: flex-start;
  }
}
.top-main__20th__inner__copy {
  padding-top: 4%;
  width: 44%;
  line-height: 0.1;
}
@media screen and (max-width: 599px) {
  .top-main__20th__inner__copy {
    padding-top: 12%;
    width: 82%;
  }
}

.top-pickup {
  padding: 50px 0 110px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-pickup {
    padding: 30px 0 80px;
  }
}
@media screen and (max-width: 834px) {
  .top-pickup {
    padding: 20px 0 60px;
  }
}
.top-pickup::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #eef3f7;
  position: absolute;
  top: 0;
  left: 0;
}
.top-pickup__list {
  position: relative;
}
.top-pickup__list__item {
  padding: 40px 20px 10px;
}
@media screen and (max-width: 1500px) {
  .top-pickup__list__item {
    padding: 40px 15px 10px;
  }
}
@media screen and (max-width: 834px) {
  .top-pickup__list__item {
    padding: 30px 10px 5px;
  }
}
@media screen and (max-width: 599px) {
  .top-pickup__list__item {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 350px) {
  .top-pickup__list__item {
    padding: 5px 5px;
  }
}
.top-pickup__list__item__link {
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top-pickup__list__item__link:hover {
    transform: translateY(-5px);
  }
  .top-pickup__list__item__link:hover .top-pickup__list__item__link__box {
    box-shadow: 0 5px 8px 4px rgba(0, 34, 68, 0.08);
  }
  .top-pickup__list__item__link:hover .top-pickup__list__item__link__box::after {
    background-color: #f19ec2;
  }
}
.top-pickup__list__item__link__category {
  padding-right: 25px;
  line-height: 1;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-pickup__list__item__link__category {
    padding-right: 20px;
  }
}
.top-pickup__list__item__link__category__icon {
  padding-left: 0.06em;
  width: 135px;
  height: 28px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #7ecef4;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .top-pickup__list__item__link__category__icon {
    width: 130px;
    height: 26px;
    font-size: 13px;
    line-height: 25px;
  }
}
.top-pickup__list__item__link__box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 5px 2px rgba(0, 34, 68, 0.1);
  transition: 0.2s;
}
@media screen and (max-width: 834px) {
  .top-pickup__list__item__link__box {
    box-shadow: 0 0 3px 1px rgba(0, 34, 68, 0.1);
  }
}
.top-pickup__list__item__link__box::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #c3d600;
  background-image: url(../img/common/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 28% auto;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 1100px) {
  .top-pickup__list__item__link__box::after {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .top-pickup__list__item__link__box::after {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
}
.top-pickup__list__item__link__box__photo {
  width: 50%;
  aspect-ratio: 120/72;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .top-pickup__list__item__link__box__photo {
    width: 100%;
    height: auto;
  }
}
.top-pickup__list__item__link__box__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-pickup__list__item__link__box__content {
  width: 50%;
  padding: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-pickup__list__item__link__box__content {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-pickup__list__item__link__box__content {
    padding: 25px 30px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .top-pickup__list__item__link__box__content {
    padding: 20px 25px 35px;
  }
}
.top-pickup__list__item__link__box__content__inner {
  padding-bottom: 20px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .top-pickup__list__item__link__box__content__inner {
    padding-bottom: 10px;
  }
}
.top-pickup__list__item__link__box__content__inner__title {
  font-size: 22px;
  line-height: 1.5;
  color: #345;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background: linear-gradient(to right, rgba(241, 158, 194, 0.7), rgba(241, 158, 194, 0.7));
  background-repeat: no-repeat;
  background-position: left 0 bottom 2px;
  background-size: 100% 22%;
  display: inline;
}
@media screen and (max-width: 834px) {
  .top-pickup__list__item__link__box__content__inner__title {
    font-size: 19px;
    background-position: left 0 bottom 1px;
    background-size: 100% 24%;
  }
}
@media screen and (max-width: 599px) {
  .top-pickup__list__item__link__box__content__inner__title {
    font-size: 18px;
  }
}
.top-pickup__list__item__link__box__content__inner__text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.75;
  color: #345;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 834px) {
  .top-pickup__list__item__link__box__content__inner__text {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.7;
  }
}
.top-pickup .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-pickup .slick-dots {
    bottom: -40px;
  }
}
@media screen and (max-width: 834px) {
  .top-pickup .slick-dots {
    bottom: -35px;
  }
}
@media screen and (max-width: 599px) {
  .top-pickup .slick-dots {
    bottom: -30px;
  }
}
.top-pickup .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  margin: 0 0 0 6px;
  padding: 0;
  overflow: hidden !important;
}
@media screen and (max-width: 834px) {
  .top-pickup .slick-dots li {
    width: 30px;
    height: 8px;
  }
}
@media screen and (max-width: 599px) {
  .top-pickup .slick-dots li {
    width: 26px;
    height: 6px;
  }
}
.top-pickup .slick-dots li:first-child {
  margin-left: 0;
}
.top-pickup .slick-dots li.slick-active button {
  background-color: #c3d600;
}
.top-pickup .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #bbccdd;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
  white-space: nowrap;
  text-indent: 1000%;
}
@media screen and (max-width: 834px) {
  .top-pickup .slick-dots li button {
    border-radius: 4px;
  }
}
@media screen and (max-width: 599px) {
  .top-pickup .slick-dots li button {
    border-radius: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .top-pickup .slick-dots li button:hover {
    background-color: #c3d600;
    transform: scale(1);
  }
}

.top-block {
  padding: 80px 100px 8vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top-block {
    padding: 60px 50px 8vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-block {
    padding: 40px 30px 10vw;
  }
}
@media screen and (max-width: 834px) {
  .top-block {
    padding: 40px 0 10vw;
  }
}
@media screen and (max-width: 599px) {
  .top-block {
    padding: 35px 0 12vw;
  }
}
.top-block__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
.top-block__inner__title {
  margin-bottom: 30px;
  padding-bottom: 35px;
  padding-left: 0.12em;
  font-size: 42px;
  line-height: 1;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  background-image: url(../img/top/hone.svg);
  background-repeat: no-repeat;
  background-size: 27px auto;
  background-position: 50% 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-block__inner__title {
    margin-bottom: 18px;
    padding-bottom: 32px;
    font-size: 36px;
    background-size: 25px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-block__inner__title {
    margin-bottom: 15px;
    padding-bottom: 24px;
    font-size: 28px;
    background-size: 22px auto;
  }
}
.top-block__inner__list {
  position: relative;
  z-index: 2;
}
.top-block__inner__list__item {
  padding: 15px 15px;
}
@media screen and (max-width: 1600px) {
  .top-block__inner__list__item {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-block__inner__list__item {
    padding: 10px;
  }
}
.top-block__inner__list__item__link {
  display: block;
  position: relative;
}
.top-block__inner__list__item__link::before {
  content: "";
  width: calc(100% + 8px);
  height: 10px;
  background-color: rgba(85, 102, 119, 0.2);
  filter: blur(4px);
  position: absolute;
  left: -4px;
  bottom: -6px;
  transition: 0.2s;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-block__inner__list__item__link::before {
    width: calc(100% + 4px);
    height: 8px;
    filter: blur(3px);
    position: absolute;
    left: -2px;
    bottom: -5px;
  }
}
@media screen and (min-width: 1025px) {
  .top-block__inner__list__item__link:hover {
    transform: translateY(-5px);
  }
  .top-block__inner__list__item__link:hover::before {
    background-color: rgba(85, 102, 119, 0.15);
    filter: blur(6px);
    bottom: -11px;
  }
}
.top-block__inner__list__item__link__inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.top-block__inner__list__item__link__inner__photo {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 32/19;
}
.top-block__inner__list__item__link__inner__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-block__inner__list__item__link__inner__content {
  padding: 25px 40px 40px;
  position: relative;
}
.top-block__inner__list__item__link__inner__content::before {
  content: "";
  width: 13px;
  height: 13px;
  border-width: 0 4px 4px 0;
  border-style: solid;
  border-color: transparent #9ab #9ab transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: 0.2s;
}
.top-block__inner__list__item__link__inner__content__title {
  margin-bottom: 12px;
  padding-bottom: 18px;
  font-size: 18px;
  line-height: 1.3;
  color: #345;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
.top-block__inner__list__item__link__inner__content__title::before {
  content: "";
  margin: 0 auto;
  width: 8px;
  height: 8px;
  background-color: #9ab;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.top-block__inner__list__item__link__inner__content__text {
  height: 4.8em;
  font-size: 15px;
  line-height: 1.6;
  color: #345;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top-block__inner__btn-wrapper {
  margin-top: 20px;
  padding-right: 15px;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .top-block__inner__btn-wrapper {
    padding-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  .top-block__inner__btn-wrapper {
    margin-top: 10px;
  }
}
.top-block__inner__btn-wrapper__btn {
  padding-left: 32px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.top-block__inner__btn-wrapper__btn::before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../img/common/arrow_gray.svg);
  background-repeat: no-repeat;
  background-size: 42% auto;
  background-position: 50% 50%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .top-block__inner__btn-wrapper__btn {
    padding-left: 26px;
    font-size: 16px;
  }
  .top-block__inner__btn-wrapper__btn::before {
    width: 21px;
    height: 21px;
    top: -1px;
  }
}
@media screen and (min-width: 1025px) {
  .top-block__inner__btn-wrapper__btn:hover {
    color: #345;
    transform: translateX(5px);
  }
  .top-block__inner__btn-wrapper__btn:hover::before {
    background-color: #345;
  }
}
.top-block__inner__bnr {
  margin: 20px auto 0;
  width: 600px;
  line-height: 0.1;
  display: block;
  box-shadow: 0 0 5px 2px rgba(0, 34, 68, 0.1);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top-block__inner__bnr {
    margin-top: 40px;
    width: 500px;
  }
}
@media screen and (max-width: 834px) {
  .top-block__inner__bnr {
    margin-top: 30px;
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .top-block__inner__bnr {
    margin-top: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 350px) {
  .top-block__inner__bnr {
    margin-top: 25px;
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1025px) {
  .top-block__inner__bnr:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 8px 4px rgba(0, 34, 68, 0.08);
  }
}
@media screen and (max-width: 834px) {
  .top-block__inner__bnr {
    box-shadow: 0 0 3px 1px rgba(0, 34, 68, 0.1);
  }
}
.top-block .slider-english {
  width: 100%;
  line-height: 0.1;
  white-space: nowrap;
  position: absolute;
  bottom: -1%;
  left: 0;
  z-index: 0;
}
.top-block .slider-english div {
  margin: 0;
  padding: 0;
  line-height: 0.1;
}
.top-block .slider-english img {
  width: auto;
  height: 100%;
}
.top-block.about {
  background-color: #f19ec2;
}
.top-block.about .top-block__inner__title {
  padding-top: 65px;
}
.top-block.about .top-block__inner__title::before {
  content: "";
  margin: 0 auto;
  width: 55px;
  height: 51px;
  background-image: url(../img/top/onek01.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .top-block.about .top-block__inner__title {
    padding-top: 52px;
  }
  .top-block.about .top-block__inner__title::before {
    width: 44px;
    height: 40.8px;
  }
}
.top-block.about .top-block__inner__list__item__link__inner__content::before {
  border-color: transparent #f19ec2 #f19ec2 transparent;
}
.top-block.about .top-block__inner__list__item__link__inner__content__title::before {
  background-color: #f19ec2;
}
@media screen and (min-width: 1025px) {
  .top-block.about .top-block__inner__list__item__link:hover .top-block__inner__list__item__link__inner__content::before {
    border-color: transparent #c3d600 #c3d600 transparent;
  }
  .top-block.about .top-block__inner__list__item__link:hover .top-block__inner__list__item__link__inner__content__title::before {
    background-color: #c3d600;
  }
}
.top-block.about .slick-prev, .top-block.about .slick-next {
  background-color: #c3d600;
}
@media screen and (min-width: 1025px) {
  .top-block.about .slick-prev:hover, .top-block.about .slick-next:hover {
    background-color: #345;
  }
}
.top-block.about .top-block__inner__btn-wrapper__btn::before {
  background-image: url(../img/common/arrow_pink.svg);
}
.top-block.social {
  background-color: #c3d600;
}
.top-block.social .top-block__inner__title {
  padding-top: 69px;
}
.top-block.social .top-block__inner__title::before {
  content: "";
  margin: 0 auto;
  width: 77px;
  height: 54px;
  background-image: url(../img/top/onek03.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .top-block.social .top-block__inner__title {
    padding-top: 55.2px;
  }
  .top-block.social .top-block__inner__title::before {
    width: 61.6px;
    height: 43.2px;
  }
}
.top-block.social .top-block__inner__list__item__link__inner__content::before {
  border-color: transparent #c3d600 #c3d600 transparent;
}
.top-block.social .top-block__inner__list__item__link__inner__content__title::before {
  background-color: #c3d600;
}
@media screen and (min-width: 1025px) {
  .top-block.social .top-block__inner__list__item__link:hover .top-block__inner__list__item__link__inner__content::before {
    border-color: transparent #7ecef4 #7ecef4 transparent;
  }
  .top-block.social .top-block__inner__list__item__link:hover .top-block__inner__list__item__link__inner__content__title::before {
    background-color: #7ecef4;
  }
}
.top-block.social .slick-prev, .top-block.social .slick-next {
  background-color: #f19ec2;
}
@media screen and (min-width: 1025px) {
  .top-block.social .slick-prev:hover, .top-block.social .slick-next:hover {
    background-color: #345;
  }
}
.top-block.social .top-block__inner__btn-wrapper__btn::before {
  background-image: url(../img/common/arrow_green.svg);
}
.top-block.goods {
  background-color: #ddc086;
}
.top-block.goods .top-block__inner__title {
  padding-top: 73px;
}
.top-block.goods .top-block__inner__title::before {
  content: "";
  margin: 0 auto;
  width: 68px;
  height: 59px;
  background-image: url(../img/top/onek02.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .top-block.goods .top-block__inner__title {
    padding-top: 58.4px;
  }
  .top-block.goods .top-block__inner__title::before {
    width: 54.4px;
    height: 47.2px;
  }
}
.top-block.goods .top-block__inner__list__item__link__inner__content::before {
  border-color: transparent #ddc086 #ddc086 transparent;
}
.top-block.goods .top-block__inner__list__item__link__inner__content__title::before {
  background-color: #ddc086;
}
@media screen and (min-width: 1025px) {
  .top-block.goods .top-block__inner__list__item__link:hover .top-block__inner__list__item__link__inner__content::before {
    border-color: transparent #f19ec2 #f19ec2 transparent;
  }
  .top-block.goods .top-block__inner__list__item__link:hover .top-block__inner__list__item__link__inner__content__title::before {
    background-color: #f19ec2;
  }
}
.top-block.goods .slick-prev, .top-block.goods .slick-next {
  background-color: #7ecef4;
}
@media screen and (min-width: 1025px) {
  .top-block.goods .slick-prev:hover, .top-block.goods .slick-next:hover {
    background-color: #345;
  }
}
.top-block.goods .top-block__inner__btn-wrapper__btn::before {
  background-image: url(../img/common/arrow_beige.svg);
}

.top-instagram {
  padding: 100px 100px 120px;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .top-instagram {
    padding: 80px 80px 100px;
  }
}
@media screen and (max-width: 1300px) {
  .top-instagram {
    padding: 80px 50px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-instagram {
    padding: 60px 50px 60px;
  }
}
@media screen and (max-width: 834px) {
  .top-instagram {
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-instagram {
    padding: 35px 20px 20px;
  }
}
.top-instagram__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-instagram__inner {
    padding-bottom: 50px;
  }
}
.top-instagram__inner__title {
  margin-bottom: 45px;
  padding-left: 52px;
  font-size: 32px;
  line-height: 41px;
  color: #345;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/top/icon_instagram.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 0 1px;
}
@media screen and (max-width: 1500px) {
  .top-instagram__inner__title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .top-instagram__inner__title {
    margin-bottom: 30px;
    padding-left: 44px;
    font-size: 28px;
    line-height: 37px;
    background-size: 36px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-instagram__inner__title {
    margin-bottom: 25px;
    padding-top: 44px;
    padding-left: 0.06em;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    background-size: 34px auto;
    background-position: 50% 0;
  }
}
@media screen and (max-width: 350px) {
  .top-instagram__inner__title {
    margin-bottom: 15px;
  }
}
.top-instagram__inner__title .en {
  font-size: 1.2em;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-block;
  vertical-align: -5%;
}
.top-instagram__inner__insta-link {
  width: 75px;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .top-instagram__inner__insta-link {
    width: 60px;
    top: -15px;
  }
}
@media screen and (max-width: 834px) {
  .top-instagram__inner__insta-link {
    width: 50px;
    top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .top-instagram__inner__insta-link {
    width: 40px;
    top: auto;
    bottom: -5px;
  }
}
@media screen and (min-width: 1025px) {
  .top-instagram__inner__insta-link:hover {
    transform: translateY(-5px);
  }
}
.top-instagram__inner__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .top-instagram__inner__list {
    margin-top: -30px;
  }
}
@media screen and (max-width: 834px) {
  .top-instagram__inner__list {
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .top-instagram__inner__list {
    margin: -4px -15px 0;
  }
}
.top-instagram__inner__list__item {
  width: calc((100% - 150px) / 6);
}
@media screen and (max-width: 1600px) {
  .top-instagram__inner__list__item {
    width: calc((100% - 100px) / 6);
  }
}
@media screen and (max-width: 1300px) {
  .top-instagram__inner__list__item {
    width: calc((100% - 50px) / 6);
  }
}
@media screen and (max-width: 1024px) {
  .top-instagram__inner__list__item {
    margin-top: 30px;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .top-instagram__inner__list__item {
    margin-top: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-instagram__inner__list__item {
    margin-top: 4px;
    width: calc((100% - 8px) / 3);
  }
}
.top-instagram__inner__list__item__link {
  display: block;
  overflow: hidden;
  aspect-ratio: 24/32;
}
@media screen and (min-width: 1025px) {
  .top-instagram__inner__list__item__link:hover {
    transform: translateY(-5px);
  }
}
.top-instagram__inner__list__item__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-block02 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.top-block02::after {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url(../img/common/bottom_onek01.svg), url(../img/common/bottom_onek02.svg);
  background-repeat: no-repeat;
  background-size: 173px auto, 185px auto;
  background-position: left 15% bottom -1px, right calc(50% - 500px) bottom -1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .top-block02::after {
    background-position: left 40px bottom -1px, right 80px bottom -1px;
  }
}
@media screen and (max-width: 834px) {
  .top-block02::after {
    background-position: left 30px bottom -1px, right 10% bottom -1px;
    background-size: 20% auto, 22% auto;
  }
}
@media screen and (max-width: 599px) {
  .top-block02::after {
    background-position: left 15px bottom -1px, right 30px bottom -1px;
    background-size: 27% auto, 30% auto;
  }
}
.top-block02__item {
  padding: 80px 90px 200px;
  width: 50%;
}
@media screen and (max-width: 1400px) {
  .top-block02__item {
    padding: 80px 100px 160px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-block02__item {
    padding: 60px 30px 160px;
  }
}
@media screen and (max-width: 599px) {
  .top-block02__item {
    padding: 35px 0 100px;
  }
}
.top-block02__item__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 1400px) {
  .top-block02__item__inner {
    max-width: 100%;
  }
}
.top-block02__item__inner__title {
  margin-bottom: 15px;
  padding-left: 94px;
  font-size: 36px;
  line-height: 48px;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  background-repeat: no-repeat;
  background-position: left 0 bottom 4px;
}
@media screen and (max-width: 1600px) {
  .top-block02__item__inner__title {
    padding-left: 79.9px;
    font-size: 32px;
    line-height: 43.2px;
  }
}
@media screen and (max-width: 1400px) {
  .top-block02__item__inner__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-block02__item__inner__title {
    margin-bottom: 18px;
    padding-left: 0.12em;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
    background-position: 52% 0;
  }
}
.top-block02__item__inner__title.spot {
  background-image: url(../img/top/onek04.svg);
  background-size: 75px auto;
}
@media screen and (max-width: 1600px) {
  .top-block02__item__inner__title.spot {
    background-size: 67.5px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-block02__item__inner__title.spot {
    padding-top: 50px;
    background-size: 60px auto;
  }
}
.top-block02__item__inner__title.play {
  background-image: url(../img/top/onek05.svg);
  background-size: 79px auto;
}
@media screen and (max-width: 1600px) {
  .top-block02__item__inner__title.play {
    background-size: 71.1px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-block02__item__inner__title.play {
    padding-top: 50px;
    background-size: 63.2px auto;
  }
}
.top-block02__item__inner__title .en {
  margin-left: 10px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  vertical-align: 45%;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .top-block02__item__inner__title .en {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .top-block02__item__inner__title .en {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .top-block02__item__inner__title .en {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    display: block;
  }
}
.top-block02__item__inner .top-block__inner__list__item {
  padding: 15px 10px;
}
@media screen and (max-width: 1500px) {
  .top-block02__item__inner .top-block__inner__list__item {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 1400px) {
  .top-block02__item__inner .top-block__inner__list__item {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-block02__item__inner .top-block__inner__list__item {
    padding: 10px;
  }
}
.top-block02__item__inner .top-block__inner__list__item__link__inner__content {
  padding: 25px 30px 40px;
}
.top-block02__item__inner .top-block__inner__btn-wrapper {
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .top-block02__item__inner .top-block__inner__list__item__link__inner__content__title {
    font-size: 17px;
  }
}
.top-block02__item.spot {
  background-color: #ffb800;
}
@media screen and (max-width: 1400px) {
  .top-block02__item.spot {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-block02__item.spot {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-block02__item.spot {
    padding-bottom: 50px;
  }
}
.top-block02__item.spot .top-block__inner__list__item__link__inner__content::before {
  border-color: transparent #ffb800 #ffb800 transparent;
}
.top-block02__item.spot .top-block__inner__list__item__link__inner__content__title::before {
  background-color: #ffb800;
}
@media screen and (min-width: 1025px) {
  .top-block02__item.spot .top-block__inner__list__item__link:hover .top-block__inner__list__item__link__inner__content::before {
    border-color: transparent #7ecef4 #7ecef4 transparent;
  }
  .top-block02__item.spot .top-block__inner__list__item__link:hover .top-block__inner__list__item__link__inner__content__title::before {
    background-color: #7ecef4;
  }
}
.top-block02__item.spot .slick-prev, .top-block02__item.spot .slick-next {
  background-color: #c3d600;
}
@media screen and (min-width: 1025px) {
  .top-block02__item.spot .slick-prev:hover, .top-block02__item.spot .slick-next:hover {
    background-color: #345;
  }
}
.top-block02__item.spot .top-block__inner__btn-wrapper__btn::before {
  background-image: url(../img/common/arrow_yellow.svg);
}
.top-block02__item.play {
  background-color: #7ecef4;
}
.top-block02__item.play .top-block__inner__list__item__link__inner__content::before {
  border-color: transparent #7ecef4 #7ecef4 transparent;
}
.top-block02__item.play .top-block__inner__list__item__link__inner__content__title::before {
  background-color: #7ecef4;
}
@media screen and (min-width: 1025px) {
  .top-block02__item.play .top-block__inner__list__item__link:hover .top-block__inner__list__item__link__inner__content::before {
    border-color: transparent #c3d600 #c3d600 transparent;
  }
  .top-block02__item.play .top-block__inner__list__item__link:hover .top-block__inner__list__item__link__inner__content__title::before {
    background-color: #c3d600;
  }
}
.top-block02__item.play .slick-prev, .top-block02__item.play .slick-next {
  background-color: #f19ec2;
}
@media screen and (min-width: 1025px) {
  .top-block02__item.play .slick-prev:hover, .top-block02__item.play .slick-next:hover {
    background-color: #345;
  }
}
.top-block02__item.play .top-block__inner__btn-wrapper__btn::before {
  background-image: url(../img/common/arrow_blue.svg);
}

/*--------------------------------------------------------
blog
----------------------------------------------------------*/
@media screen and (max-width: 834px) {
  .index-list {
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .index-list {
    margin: 0;
  }
}
.index-list__item {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .index-list__item {
    margin-top: 30px;
  }
}
.index-list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 834px) {
  .index-list__item {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
  .index-list__item:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .index-list__item {
    width: 100%;
  }
  .index-list__item:first-child {
    margin-top: 0;
  }
}
.index-list__item__link {
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 34, 68, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 834px) {
  .index-list__item__link {
    height: 100%;
    display: block;
    box-shadow: 0 0 3px 1px rgba(0, 34, 68, 0.1);
  }
}
.index-list__item__link::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #c3d600;
  background-image: url(../img/common/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 28% auto;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 1100px) {
  .index-list__item__link::after {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .index-list__item__link::after {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .index-list__item__link:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 8px 4px rgba(0, 34, 68, 0.08);
  }
  .index-list__item__link:hover::after {
    background-color: #f19ec2;
  }
}
.index-list__item__link__photo {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .index-list__item__link__photo {
    width: 44%;
  }
}
@media screen and (max-width: 834px) {
  .index-list__item__link__photo {
    width: 100%;
    height: auto;
  }
}
.index-list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-list__item__link__content {
  width: 50%;
  padding: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .index-list__item__link__content {
    width: 56%;
    padding: 40px;
  }
}
@media screen and (max-width: 834px) {
  .index-list__item__link__content {
    padding: 25px 30px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .index-list__item__link__content {
    padding: 20px 25px 35px;
  }
}
.index-list__item__link__content__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.index-list__item__link__content__inner__title {
  font-size: 26px;
  line-height: 1.5;
  color: #345;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background: linear-gradient(to right, rgba(241, 158, 194, 0.7), rgba(241, 158, 194, 0.7));
  background-repeat: no-repeat;
  background-position: left 0 bottom 4px;
  background-size: 100% 22%;
  display: inline;
}
@media screen and (max-width: 1100px) {
  .index-list__item__link__content__inner__title {
    font-size: 23px;
  }
}
@media screen and (max-width: 834px) {
  .index-list__item__link__content__inner__title {
    font-size: 20px;
    background-position: left 0 bottom 2px;
    background-size: 100% 26%;
  }
}
.index-list__item__link__content__inner__text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
  color: #345;
  text-align: justify;
}
@media screen and (max-width: 1100px) {
  .index-list__item__link__content__inner__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 834px) {
  .index-list__item__link__content__inner__text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.7;
  }
}

.blog-detail {
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 34, 68, 0.1);
}
@media screen and (max-width: 834px) {
  .blog-detail {
    box-shadow: 0 0 3px 1px rgba(0, 34, 68, 0.1);
  }
}
@media screen and (max-width: 350px) {
  .blog-detail {
    margin: 0 -15px;
  }
}
.blog-detail__inner {
  padding: 0 80px 120px;
}
@media screen and (max-width: 1024px) {
  .blog-detail__inner {
    padding: 0 60px 80px;
  }
}
@media screen and (max-width: 834px) {
  .blog-detail__inner {
    padding: 0 50px 60px;
  }
}
@media screen and (max-width: 599px) {
  .blog-detail__inner {
    padding: 0 30px 40px;
  }
}
@media screen and (max-width: 350px) {
  .blog-detail__inner {
    padding: 0 20px 30px;
  }
}
.blog-detail__inner__box {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

.blog-detail-img {
  aspect-ratio: 120/44;
  overflow: hidden;
}
.blog-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-detail-sns {
  margin: 30px 30px 0;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .blog-detail-sns {
    margin: 20px 20px 0;
  }
}
@media screen and (max-width: 834px) {
  .blog-detail-sns {
    margin: 15px 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .blog-detail-sns {
    margin: 10px 10px 0;
  }
}
.blog-detail-sns__item {
  margin-left: 10px;
  width: 40px;
}
@media screen and (max-width: 834px) {
  .blog-detail-sns__item {
    width: 30px;
  }
}
@media screen and (max-width: 599px) {
  .blog-detail-sns__item {
    margin-left: 5px;
  }
}
.blog-detail-sns__item:first-child {
  margin-left: 0;
}
.blog-detail-sns__link {
  line-height: 0.1;
  display: block;
}
@media screen and (min-width: 1025px) {
  .blog-detail-sns__link:hover {
    transform: translateY(3px);
  }
}

.blog-detail-date {
  margin-top: 80px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1;
  color: #9ab;
  font-family: "roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .blog-detail-date {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .blog-detail-date {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .blog-detail-date {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.blog-detail-date span {
  margin-left: 0.3em;
  font-weight: 400;
}

.blog-detail-title {
  margin-bottom: 45px;
  padding-bottom: 40px;
  font-size: 36px;
  line-height: 1.4;
  color: #345;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
}
.blog-detail-title::before {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #f19ec2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-detail-title::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #c3d600;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .blog-detail-title {
    margin-bottom: 40px;
    padding-bottom: 35px;
    font-size: 34px;
  }
}
@media screen and (max-width: 834px) {
  .blog-detail-title {
    margin-bottom: 35px;
    padding-bottom: 30px;
    font-size: 30px;
  }
  .blog-detail-title::before {
    width: 60px;
    height: 3px;
  }
  .blog-detail-title::after {
    width: 30px;
    height: 3px;
  }
}
@media screen and (max-width: 599px) {
  .blog-detail-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 22px;
  }
  .blog-detail-title::before {
    width: 50px;
    height: 2px;
  }
  .blog-detail-title::after {
    width: 25px;
    height: 2px;
  }
}

.blog-btn-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .blog-btn-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .blog-btn-wrapper {
    margin-top: 25px;
  }
}
.blog-btn-wrapper .btn-base {
  width: 300px;
}
@media screen and (max-width: 834px) {
  .blog-btn-wrapper .btn-base {
    width: 260px;
  }
}
@media screen and (max-width: 599px) {
  .blog-btn-wrapper .btn-base {
    width: 220px;
  }
}/*# sourceMappingURL=style.css.map */