@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic&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;
  }
}
/* タブレット・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 {
    width: 1600px;
    -webkit-print-color-adjust: exact;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 0;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
/*--------------------------------------------------------

	リセット : 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: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.7;
  font-size: 1.5rem;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  /*任意でフォントサイズを指定*/
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

/*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 {
  -ms-touch-action: manipulation;
  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;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
/*a:not([class]) {
    color: $cl-base;
}*/
/*a:not([class]):active {
    color: $cl-base;
}*/
/*a:not([class]):visited {
    color: $cl-base;
}*/
/*すべての要素の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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -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;
  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,
::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;
  }
}
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

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

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.mr-05 {
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.base-anchor {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .base-anchor {
    margin-bottom: 20px;
  }
}
.base-anchor__item {
  border-left: 1px solid #dddddd;
  display: inline-block;
}
.base-anchor__item:last-child {
  border-right: 1px solid #dddddd;
}
.base-anchor__link {
  padding: 10px 70px;
  display: block;
  color: #000;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .base-anchor__link:hover {
    color: #ffa21c;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .base-anchor__link {
    padding: 10px 45px;
  }
}
@media screen and (max-width: 599px) {
  .base-anchor__link {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
.base-anchor__link.active {
  color: #ffa21c;
  font-weight: bold;
  position: relative;
}
.base-anchor__link.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffa21c;
}

/*---------------------------------------
animation
----------------------------------------*/
@media screen and (min-width: 1025px) {
  .d0_1 {
    animation-delay: 0.1s;
  }
  .d0_2 {
    animation-delay: 0.2s;
  }
  .d0_3 {
    animation-delay: 0.3s;
  }
  .d0_4 {
    animation-delay: 0.4s;
  }
  .d0_5 {
    animation-delay: 0.5s;
  }
  .d0_6 {
    animation-delay: 0.6s;
  }
  .d0_7 {
    animation-delay: 0.7s;
  }
  .d0_8 {
    animation-delay: 0.8s;
  }
  .d0_9 {
    animation-delay: 0.9s;
  }
  .d1_0 {
    animation-delay: 1s;
  }
  .d1_1 {
    animation-delay: 1.1s;
  }
  .d1_2 {
    animation-delay: 1.2s;
  }
  .d1_3 {
    animation-delay: 1.3s;
  }
  .d1_4 {
    animation-delay: 1.4s;
  }
  .d1_5 {
    animation-delay: 1.5s;
  }
  .d1_6 {
    animation-delay: 1.6s;
  }
  .d1_7 {
    animation-delay: 1.7s;
  }
  .d1_8 {
    animation-delay: 1.8s;
  }
  .d1_9 {
    animation-delay: 1.9s;
  }
  .d2_0 {
    animation-delay: 2s;
  }
  .d2_1 {
    animation-delay: 2.1s;
  }
  .d2_2 {
    animation-delay: 2.2s;
  }
  .d2_3 {
    animation-delay: 2.3s;
  }
  .d2_4 {
    animation-delay: 2.4s;
  }
  .d2_5 {
    animation-delay: 2.5s;
  }
  .d2_6 {
    animation-delay: 2.6s;
  }
  .d2_7 {
    animation-delay: 2.7s;
  }
  .d2_8 {
    animation-delay: 2.8s;
  }
  .d2_9 {
    animation-delay: 2.9s;
  }
  .d3_0 {
    animation-delay: 3s;
  }
  .d3_5 {
    animation-delay: 3.5s;
  }
  .d4_0 {
    animation-delay: 4s;
  }
}
@keyframes katakata {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes swing2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes swing3 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-0.8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(0.8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes swing4 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0.8deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-0.8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 15px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .breadcrumbs {
    padding: 15px 30px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs li {
  position: relative;
  color: #000;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
.breadcrumbs li:not(:last-child) {
  padding-right: 35px;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: 14px;
}
.breadcrumbs li a {
  color: #fd862e;
  text-decoration: underline;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}

.file-btn {
  width: 100%;
  padding: 23px 30px 23px 70px;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 1.5;
  color: #000;
  display: block;
  background-image: url(../img/common/icon_links.png);
  background-size: 25px auto;
  background-position: 25px 48%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .file-btn:hover {
    color: #ffa21c;
    background-color: #f8f9fb;
    border: 1px solid #a6bbe5;
  }
}
@media screen and (max-width: 1024px) {
  .file-btn {
    padding: 20px 30px 20px 64px;
    background-position: 23px 48%;
  }
}
@media screen and (max-width: 599px) {
  .file-btn {
    font-size: 1.4rem;
    padding: 15px 30px 15px 45px;
    background-size: 18px auto;
    background-position: 15px 48%;
  }
}
.file-btn::before {
  margin-top: -5px;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.file-btn.pdf {
  background-image: url(../img/common/icon_pdf.png);
  background-size: 24px auto;
}
@media screen and (max-width: 599px) {
  .file-btn.pdf {
    background-size: 18px auto;
  }
}
.file-btn.xlsx {
  background-image: url(../img/common/icon_elsx.png);
  background-size: 24px auto;
}
@media screen and (max-width: 599px) {
  .file-btn.xlsx {
    background-size: 18px auto;
  }
}
.file-btn.docx {
  background-image: url(../img/common/icon_word.png);
  background-size: 24px auto;
}
@media screen and (max-width: 599px) {
  .file-btn.docx {
    background-size: 18px auto;
  }
}

.base-btn {
  display: block;
  position: relative;
  border-radius: 100px;
  background-color: #51b6e0;
  margin: 0 auto;
  padding: 14px 25px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .base-btn {
    padding: 13px 20px;
  }
}
.base-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .base-btn:hover {
    background-color: #ffa21c;
    border-color: transparent;
    color: #fff;
  }
  .base-btn:hover::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.base-btn--blue {
  background-color: #ffa21c;
}
@media screen and (min-width: 1025px) {
  .base-btn--blue:hover {
    background-color: #51b6e0;
  }
}
.base-btn--back::after {
  left: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (min-width: 1025px) {
  .base-btn--back:hover::after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}

.footer {
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer-inner {
  display: flex;
  position: relative;
  border-top: 1px solid #e2e2e2;
  padding: 35px 0;
  margin: 0 60px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .footer-inner {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    display: grid;
  }
}
@media screen and (max-width: 599px) {
  .footer-inner {
    padding: 32px 0 30px;
  }
}
.footer-inner__logo {
  max-width: 364px;
  margin-right: 70px;
}
@media screen and (max-width: 1400px) {
  .footer-inner__logo {
    max-width: 320px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-inner__logo {
    max-width: 300px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer-inner__logo {
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-inner__logo a:hover {
    opacity: 0.6;
  }
}
.footer-inner__info {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 599px) {
  .footer-inner__info {
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer-inner__info__address {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .footer-inner__info__address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-inner__info__address {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
.footer-inner__info__tel {
  position: relative;
  padding: 0 0 0 38px;
  margin-right: 13px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .footer-inner__info__tel {
    padding: 0 0 0 34px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-inner__info__tel {
    padding: 0 0 0 30px;
    margin-right: 0;
    font-size: 2.1rem;
  }
}
.footer-inner__info__tel::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 31px;
  height: 31px;
  background-image: url(../img/common/icon_tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .footer-inner__info__tel::before {
    top: 5px;
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 599px) {
  .footer-inner__info__tel::before {
    width: 23px;
    height: 23px;
  }
}
.footer-inner__info__tel a {
  color: #009944;
}
.footer-inner__info__fax {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .footer-inner__info__fax {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-inner__info__fax {
    display: block;
    font-size: 1.3rem;
  }
}
.footer-inner__btn {
  position: absolute;
  top: 45px;
  right: 0;
  width: 187px;
  height: 44px;
  display: inline-block;
  background-color: #003748;
  border-radius: 5px;
  padding: 0 15px 0 10px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer-inner__btn {
    top: 43px;
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .footer-inner__btn {
    position: inherit;
    top: 0;
    width: 140px;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
.footer-inner__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/top/arrow_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 1025px) {
  .footer-inner__btn:hover {
    color: #003748;
    background-color: #fff;
    border: solid 1px #003748;
  }
  .footer-inner__btn:hover::before {
    transform: translateY(-50%) rotate(-90deg);
    background-image: url(../img/top/arrow_gray.png);
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .pagetop {
    right: 10px;
    bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .pagetop {
    bottom: 68px;
    width: 40px;
    height: 40px;
  }
}

.copyright {
  background-color: #003748;
  text-align: center;
  padding: 18px 15px;
  color: #fff;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.03em;
}

/*ヘッダー*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-logo {
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .header-logo a:hover {
    opacity: 0.6;
  }
}
.header-logo img {
  max-width: 364px;
}
@media screen and (max-width: 1024px) {
  .header-logo img {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .header-logo img {
    width: 69%;
  }
}
@media screen and (max-width: 599px) {
  .header-logo {
    margin-top: 16px;
    margin-left: 10px;
  }
}

.header-boshu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header-boshu {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(17, 34, 51, 0.8);
    box-sizing: border-box;
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-boshu.inview-b.fadein {
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 599px) {
  .header-boshu {
    height: 60px;
    padding: 0;
  }
}
.header-boshu .btn {
  display: block;
  width: 150px;
  height: 150px;
  background: linear-gradient(45deg, rgba(255, 144, 0, 0.95), rgba(255, 172, 11, 0.95));
  border-radius: 150px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .header-boshu .btn {
    display: block;
    width: 300px;
    height: 60px;
    background: linear-gradient(45deg, #ff9000, #ffac0b);
    border-radius: 5px;
    margin: 0 auto;
    color: #fff;
    line-height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .header-boshu .btn {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (min-width: 1025px) {
  .header-boshu .btn:hover {
    opacity: 0.8;
  }
}
.header-boshu .btn span {
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .header-boshu .btn span {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.header-boshu .btn span::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 27px;
  background-image: url(../img/common/icon_pencil.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .header-boshu .btn span::before {
    top: 50%;
    left: -33px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
  }
}
.header-boshu .btn span::after {
  content: "≫";
  position: absolute;
  top: 28px;
  right: 39px;
  font-size: 0.9rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .header-boshu .btn span::after {
    top: 56%;
    right: -16px;
    transform: translateY(-50%);
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  .header-boshu .btn span::after {
    font-size: 1rem;
  }
}

.content {
  background-color: #f4f5f9;
  z-index: 1;
  position: relative;
}

.content-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 50px 160px;
}
@media screen and (max-width: 1024px) {
  .content-inner {
    padding: 60px 40px 120px;
  }
}
@media screen and (max-width: 599px) {
  .content-inner {
    padding: 45px 20px 70px;
  }
}

.pagetitle {
  margin-top: 100px;
  padding-top: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  background: #ffac16;
  background: linear-gradient(to right, #ff990e 0%, #ffac16 100%);
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    min-height: 240px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    margin-top: 75px;
    min-height: 160px;
    padding-top: 10px;
  }
}
.pagetitle__box {
  text-align: center;
  position: relative;
}
.pagetitle__text01 {
  margin-bottom: 12px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .pagetitle__text01 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text01 {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
}
.pagetitle__title {
  margin-bottom: 10px;
  font-size: 4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title {
    font-size: 3rem;
    margin-bottom: 3px;
  }
}
.pagetitle__en {
  font-size: 1.3rem;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
}
.pagetitle__img {
  position: absolute;
  top: -130px;
  left: -180px;
  width: 353px;
}
@media screen and (max-width: 1024px) {
  .pagetitle__img {
    width: 230px;
    top: -100px;
    left: -100px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__img {
    width: 140px;
    top: -55px;
    left: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle__img--entry {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__img--entry {
    width: 110px;
    left: -10px;
  }
}

/*--------------------------------------------------------
pagination
----------------------------------------------------------*/
.pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination__prev, .pagination__next {
  display: block;
  position: relative;
  color: #444;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .pagination__prev, .pagination__next {
    font-size: 2rem;
    font-weight: 500;
  }
}
.pagination__prev:hover, .pagination__next:hover {
  opacity: 0.7;
}
.pagination__prev {
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .pagination__prev {
    margin-right: 10px;
  }
}
.pagination__next {
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .pagination__next {
    margin-left: 10px;
  }
}
.pagination__num, .pagination__while {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
}
.pagination__num {
  background-color: #e3e3e3;
  color: #444;
  font-size: 1.6rem;
  line-height: 43px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .pagination__num {
    font-size: 1.5rem;
    line-height: 40px;
  }
}
.pagination__num:hover, .pagination__num.current {
  background-color: #ffa21c;
  color: #fff;
}
.pagination__while {
  color: #444;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 43px;
}
@media screen and (max-width: 599px) {
  .pagination__while {
    width: 15px;
    font-size: 1.6rem;
  }
}

#nav-open {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-color: #ffa21c;
  z-index: 100;
  border-radius: 5px;
}
@media screen and (min-width: 1025px) {
  #nav-open {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #nav-open {
    top: 13px;
    right: 12px;
    width: 50px;
    height: 50px;
  }
}
#nav-open.active {
  background-color: rgba(255, 255, 255, 0.3);
}
#nav-open > span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
}
#nav-open > span > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  transition: all 0.3s ease;
}
#nav-open > span > span::before, #nav-open > span > span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#nav-open > span > span::before {
  top: -7px;
}
#nav-open > span > span::after {
  bottom: -7px;
}
#nav-open.active > span > span {
  background-color: transparent;
}
#nav-open.active > span > span::before, #nav-open.active > span > span::after {
  top: 0;
}
#nav-open.active > span > span::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#nav-open.active > span > span::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

#nav-content {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  background-color: rgba(255, 162, 28, 0.95);
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  #nav-content {
    display: none;
  }
}

#nav-input {
  display: none;
}
#nav-input:checked ~ #nav-content {
  pointer-events: auto;
  opacity: 1;
}

/*--------------------------------------------------------
_tab
----------------------------------------------------------*/
.tab-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .tab-wrap {
    padding: 0;
  }
}

.tab-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 24.975%;
  padding: 15px;
  border-top: 3px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid transparent;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .tab-label {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .tab-label {
    border-top: 2px solid transparent;
    padding: 5px 3px;
    font-size: 1.2rem;
  }
}

.tab-content {
  width: 100%;
  display: none;
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .tab-content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .tab-content {
    margin-top: 15px;
  }
}

.tab-switch:checked + .tab-label {
  border-bottom-color: transparent;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.tab-switch:checked + .tab-label.all {
  border-top-color: #ffa21c;
}
.tab-switch:checked + .tab-label.info {
  border-top-color: #ffad41;
}
.tab-switch:checked + .tab-label.yobou {
  border-top-color: #67ce7b;
}
.tab-switch:checked + .tab-label.check {
  border-top-color: #ff9c9c;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

.tab-switch {
  display: none;
}

.base-table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.base-table thead th {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #ffa21c;
  border: 1px solid #ddd;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .base-table thead th {
    padding: 10px;
    font-size: 14px;
  }
}
.base-table th {
  padding: 18px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #e5e9f3;
  border: 1px solid #ddd;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .base-table th {
    padding: 10px;
    font-size: 14px;
  }
}
.base-table td {
  padding: 18px;
  font-size: 15px;
  line-height: 1.3em;
  color: #000;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .base-table td {
    padding: 10px;
    font-size: 14px;
  }
}

.base-title01 {
  font-size: 3.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  padding: 3px 0 3px 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .base-title01 {
    font-size: 2.7rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .base-title01 {
    margin-bottom: 25px;
    font-size: 2.1rem;
    padding: 3px 0 3px 20px;
  }
}
.base-title01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffa21c;
  width: 4px;
  height: 100%;
  border-radius: 100px;
}

.text-base {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .text-base {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

#form input,
#form textarea,
#form select {
  width: 100%;
  border: 1px solid #d6d6d6;
  background-color: #f3f3f3;
  padding: 10px;
  resize: vertical;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.6rem;
  /* Edge */
}
#form input::placeholder,
#form textarea::placeholder,
#form select::placeholder {
  color: #8e96ab;
  font-size: 1.5rem;
}
#form input::-ms-input-placeholder,
#form textarea::-ms-input-placeholder,
#form select::-ms-input-placeholder {
  color: #8e96ab;
}
@media screen and (max-width: 599px) {
  #form input,
  #form textarea,
  #form select {
    font-size: 1.6rem;
  }
}
#form input[type=text],
#form input[type=tel],
#form input[type=email] {
  -webkit-appearance: none;
  border-radius: 0;
}
#form input[type=radio] {
  width: auto;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
#form input[type=file] {
  border: none;
  padding: 0;
}
#form select {
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  cursor: pointer;
  background-image: url(../img/common/icon_select.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
}
#form select optgroup {
  color: #000;
}
#form select::-ms-expand {
  display: none;
}
#form textarea {
  margin-top: 5px;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  #form textarea {
    -webkit-appearance: none;
  }
}

.form-tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 55px;
  border-top: 1px solid #dddddd;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .form-tbl {
    margin-bottom: 0;
    border-top: none;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl {
    font-size: 1.5rem;
  }
}
.form-tbl th {
  width: 220px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  font-weight: 400;
  padding: 27px 10px 27px 27px;
  background-color: #faedda;
  border-bottom: 1px solid #dddddd;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .form-tbl th {
    width: 100%;
    display: block;
    line-height: 1.3;
    padding: 15px 25px;
    border-bottom: none;
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl th {
    font-size: 1.5rem;
    padding: 15px 15px 15px 25px;
  }
}
.form-tbl th::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 0;
  width: 15px;
  height: 3px;
  background-color: #ffa21c;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 1024px) {
  .form-tbl th::before {
    top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl th::before {
    top: 23px;
  }
}
.form-tbl td {
  padding: 27px 0 27px 30px;
  border-bottom: 1px solid #ddd;
}
.form-tbl td.bg-oubo {
  background-color: #fef9f1;
}
@media screen and (max-width: 1024px) {
  .form-tbl td.bg-oubo {
    background-color: transparent;
  }
}
@media screen and (max-width: 1024px) {
  .form-tbl td {
    display: block;
    border-bottom: none;
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl td {
    padding: 15px 0 35px;
  }
}
.form-tbl--conf td {
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .form-tbl--conf td {
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl--conf td {
    font-size: 1.4rem;
    padding: 15px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .form-tbl--conf {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl--conf {
    margin-bottom: 20px;
  }
}

.form-tbl-wd400 input {
  max-width: 400px;
}
@media screen and (max-width: 599px) {
  .form-tbl-wd400 input {
    width: 100%;
  }
}
.form-tbl-wd400 span {
  margin-left: 10px;
  font-size: 1.5rem;
  vertical-align: bottom;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .form-tbl-wd400 span {
    margin-top: 3px;
    margin-left: 0;
  }
}

.form-must {
  margin-left: 8px;
  padding: 2px 8px 3px;
  font-size: 1.2rem;
  line-height: 1.4;
  background-color: #e64747;
  color: #fff;
  display: inline-block;
  vertical-align: text-bottom;
}
.form-must--mgnone {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .form-must {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  .form-must {
    padding: 3px 8px;
  }
}

/*ラジオボタン リスト*/
.form-radio-list {
  display: flex;
}
.form-radio-list > li input[type=radio] {
  display: none;
}
.form-radio-list > li label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  padding-right: 40px;
}
.form-radio-list > li label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: #e4e4e4;
  border-radius: 50%;
}
.form-radio-list > li input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  top: 14px;
  left: 6px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-radius: 50%;
  background: #ffa21c;
}

/*生年月日*/
.form-birth-list {
  display: flex;
}
@media screen and (max-width: 599px) {
  .form-birth-list {
    flex-wrap: wrap;
  }
}
.form-birth-list__year {
  width: 100%;
  max-width: 160px;
  margin-right: 25px;
  display: flex;
  align-items: flex-end;
}
.form-birth-list__year span {
  margin-left: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .form-birth-list__year {
    max-width: 80%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.form-birth-list__month {
  width: 100%;
  max-width: 120px;
  margin-right: 25px;
  display: flex;
  align-items: flex-end;
}
.form-birth-list__month span {
  margin-left: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .form-birth-list__month {
    max-width: 80%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.form-birth-list__day {
  width: 100%;
  max-width: 120px;
  display: flex;
  align-items: flex-end;
}
.form-birth-list__day span {
  margin-left: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .form-birth-list__day {
    max-width: 80%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*住所*/
.form-address-list > li {
  margin-bottom: 14px;
}
.form-address-list > li:last-child {
  margin-bottom: 0;
}
.form-address-list__select select {
  max-width: 140px;
}

/*同意するボックス*/
.form-policy {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .form-policy {
    margin-bottom: 30px;
  }
}
.form-policy__text01 {
  margin-bottom: 35px;
  text-align: center;
}
.form-policy__text01 a {
  color: #ffa21c;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .form-policy__text01 a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .form-policy__text01 {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 599px) {
  .form-policy__text01 {
    margin-bottom: 22px;
  }
}
.form-policy__btn {
  text-align: center;
}
.form-policy__btn input[type=checkbox] {
  display: none;
}
.form-policy__btn label {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 18px;
  background-color: #faedda;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .form-policy__btn label {
    max-width: 350px;
  }
}
@media screen and (max-width: 599px) {
  .form-policy__btn label {
    padding: 18px 30px 18px 40px;
    line-height: 1.4;
  }
}
.form-policy__btn label:before {
  position: absolute;
  content: "";
  top: 35px;
  left: 98px;
  width: 20px;
  height: 20px;
  margin-top: -14px;
  background: #f8f8f8;
  border: 1px solid #cacaca;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .form-policy__btn label:before {
    left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .form-policy__btn label:before {
    top: 33px;
    left: 15px;
  }
}
.form-policy__btn input[type=checkbox]:checked + label {
  background-color: #ffcf88;
}
.form-policy__btn input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "";
  top: 30px;
  left: 103px;
  width: 10px;
  height: 14px;
  border-right: 3px solid #ffa21c;
  border-bottom: 3px solid #ffa21c;
  margin-top: -8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .form-policy__btn input[type=checkbox]:checked + label:after {
    left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .form-policy__btn input[type=checkbox]:checked + label:after {
    top: 28px;
    left: 20px;
  }
}
.form-policy__btn input[type=checkbox]:checked + label:before {
  background: #fff;
}

.form-btn {
  margin: 0 auto;
  display: block;
  position: relative;
}
.form-btn input[type=submit] {
  max-width: 300px;
  margin: 0 auto;
  -webkit-appearance: none;
  appearance: none;
  border: none !important;
  box-sizing: border-box;
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  background: linear-gradient(to right, #ff6e0e 0%, #ff8916 100%);
  padding: 24px 20px 24px 35px !important;
  border-radius: 5px;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .form-btn input[type=submit]:hover {
    transform: translateX(3px);
    background: linear-gradient(to right, #ff6905 0%, #f37a00 100%);
  }
}
.form-btn__corrected {
  width: 180px;
  margin: 20px auto 0;
  padding: 17px 25px 17px 17px;
  background-color: #bbb;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 3px;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .form-btn__corrected:hover {
    transform: translateX(-3px);
    background-color: #aaaaaa;
  }
}
@media screen and (max-width: 1024px) {
  .form-btn__corrected {
    position: relative;
    margin: 15px auto 0;
    padding: 15px;
  }
}
.form-error {
  margin-bottom: 30px;
  padding: 20px;
  color: #dd0000;
  background-color: rgb(255, 233, 233);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .form-error {
    padding: 25px;
  }
}
@media screen and (max-width: 599px) {
  .form-error {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 1.4rem;
  }
}

.form-error-text {
  margin-bottom: 6px;
  color: #dd0000;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .form-error-text {
    font-size: 1.4rem;
    font-weight: 300;
  }
}

.form-send {
  margin-top: 20px;
  text-align: center;
}
.form-send__catch {
  margin-bottom: 20px;
  font-size: 2.3rem;
  color: #fd862e;
}
@media screen and (max-width: 599px) {
  .form-send__catch {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.form-send__btn {
  max-width: 260px;
  margin: 40px auto 0;
}
@media screen and (max-width: 599px) {
  .form-send__btn {
    margin: 20px auto 0;
  }
}
.form-send__btn a {
  display: block;
  position: relative;
  border-radius: 100px;
  background-color: #ffa21c;
  margin: 0 auto;
  padding: 14px 25px;
  color: #fff !important;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .form-send__btn a {
    padding: 13px 20px;
  }
}
.form-send__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .form-send__btn a:hover {
    transform: translateX(2px);
  }
}

.inview-b.fadein {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(100px);
}
@media screen and (max-width: 599px) {
  .inview-b.fadein {
    transform: translateY(30px);
  }
}
.inview-b.fadein--on {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 1025px) {
  .deley01 {
    transition-delay: 0.2s;
  }
  .deley02 {
    transition-delay: 0.4s;
  }
  .deley03 {
    transition-delay: 0.6s;
  }
  .deley04 {
    transition-delay: 0.8s;
  }
  .deley05 {
    transition-delay: 1s;
  }
}
/*プレビュー表示用*/
#admin-show-preview {
  padding: 20px;
  top: 20px;
  right: 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  background: #499843;
  position: fixed;
  z-index: 3000;
}

#wysiwyg,
#wysiwyg2 {
  width: 100%;
  text-align: justify;
  /*各テンプレートを囲むbox【必須】*/
  /*キャッチコピーの処理*/
  /*背景グレー*/
  /*サイトカラー*/
  /*リスト*/
  /*写真　テキスト*/
  /*写真*/
  /*youtube*/
  /*ファイルリンクリスト*/
}
#wysiwyg .box,
#wysiwyg2 .box {
  margin-bottom: 40px;
  /*デフォルトの処理*/
  font-size: 1.5rem;
  line-height: 1.9;
  word-break: break-all;
  /*以下テンプレート外*/
}
#wysiwyg .box:before, #wysiwyg .box:after,
#wysiwyg2 .box:before,
#wysiwyg2 .box:after {
  content: "";
  display: table;
}
#wysiwyg .box:after,
#wysiwyg2 .box:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  #wysiwyg .box,
  #wysiwyg2 .box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .box,
  #wysiwyg2 .box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #wysiwyg .box,
  #wysiwyg2 .box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .box,
  #wysiwyg2 .box {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#wysiwyg .box a,
#wysiwyg2 .box a {
  color: #ffa21c;
  text-decoration: underline;
}
#wysiwyg .box a:hover,
#wysiwyg2 .box a:hover {
  text-decoration: none;
}
#wysiwyg .box img,
#wysiwyg2 .box img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#wysiwyg .box .left,
#wysiwyg2 .box .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#wysiwyg .box .center,
#wysiwyg2 .box .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wysiwyg .box .right,
#wysiwyg2 .box .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#wysiwyg .box h1,
#wysiwyg2 .box h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
#wysiwyg .box h2,
#wysiwyg2 .box h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
#wysiwyg .box h3,
#wysiwyg2 .box h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #000000;
}
#wysiwyg .box h4,
#wysiwyg2 .box h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #000000;
}
#wysiwyg .box h5,
#wysiwyg2 .box h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg .box h6,
#wysiwyg2 .box h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg .box ul,
#wysiwyg2 .box ul {
  padding-left: 1em;
}
#wysiwyg .box ul li,
#wysiwyg2 .box ul li {
  list-style: disc;
}
#wysiwyg .box ol,
#wysiwyg2 .box ol {
  margin: 0;
  padding-left: 1em;
}
#wysiwyg .box ol li,
#wysiwyg2 .box ol li {
  list-style-type: decimal;
}
#wysiwyg .box blockquote,
#wysiwyg2 .box blockquote {
  padding-left: 1em;
}
#wysiwyg .box table,
#wysiwyg2 .box table {
  font-size: 100%;
  border-collapse: collapse;
}
#wysiwyg .box hr,
#wysiwyg2 .box hr {
  display: block;
}
#wysiwyg .box em,
#wysiwyg2 .box em {
  font-style: italic !important;
}
#wysiwyg .box strong,
#wysiwyg2 .box strong {
  font-weight: bold !important;
}
#wysiwyg .box em strong,
#wysiwyg .box strong em,
#wysiwyg2 .box em strong,
#wysiwyg2 .box strong em {
  font-style: italic !important;
  font-weight: bold !important;
}
#wysiwyg .box .pageindex-wrapper__item__nav,
#wysiwyg2 .box .pageindex-wrapper__item__nav {
  margin-top: 0;
}
#wysiwyg .box .pageindex-wrapper__item__nav__item,
#wysiwyg2 .box .pageindex-wrapper__item__nav__item {
  list-style: none;
}
#wysiwyg .box .pageindex-wrapper__item__nav__item a,
#wysiwyg2 .box .pageindex-wrapper__item__nav__item a {
  text-decoration: none;
  color: #ffa21c;
}
#wysiwyg .title-sec01,
#wysiwyg2 .title-sec01 {
  position: relative;
  padding: 5px 0 15px 20px;
  color: #282c3e;
  font-size: 2.7rem;
  font-weight: 400;
  -webkit-text-stroke: 0.2px #000;
  border-bottom: 2px solid #ddd;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .title-sec01,
  #wysiwyg2 .title-sec01 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-sec01,
  #wysiwyg2 .title-sec01 {
    font-size: 1.9rem;
    padding: 5px 0 15px 17px;
  }
}
#wysiwyg .title-sec01::before,
#wysiwyg2 .title-sec01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: calc(100% - 10px);
  margin: auto 0;
  background-color: #ffa21c;
  border-radius: 5px;
}
#wysiwyg .title-sec02,
#wysiwyg2 .title-sec02 {
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .title-sec02,
  #wysiwyg2 .title-sec02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-sec02,
  #wysiwyg2 .title-sec02 {
    font-size: 1.7rem;
  }
}
#wysiwyg .title-sec02::before,
#wysiwyg2 .title-sec02::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #ffa21c;
}
#wysiwyg .title-sec03,
#wysiwyg2 .title-sec03 {
  position: relative;
  padding: 0 0 15px 35px;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  line-height: 1.3;
  font-size: 2.1rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .title-sec03,
  #wysiwyg2 .title-sec03 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-sec03,
  #wysiwyg2 .title-sec03 {
    font-size: 1.6rem;
    padding: 0 0 13px 27px;
  }
}
#wysiwyg .title-sec03::after,
#wysiwyg2 .title-sec03::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  height: 4px;
  border-radius: 4px;
  width: 21px;
  background-color: #ffa21c;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .title-sec03::after,
  #wysiwyg2 .title-sec03::after {
    top: 11px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-sec03::after,
  #wysiwyg2 .title-sec03::after {
    width: 16px;
    top: 9px;
  }
}
#wysiwyg .title-sec04,
#wysiwyg2 .title-sec04 {
  position: relative;
  padding: 0 0 0 28px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .title-sec04,
  #wysiwyg2 .title-sec04 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-sec04,
  #wysiwyg2 .title-sec04 {
    font-size: 1.6rem;
    padding: 0 0 0 24px;
  }
}
#wysiwyg .title-sec04::before,
#wysiwyg2 .title-sec04::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 5px solid #ffa21c;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .title-sec04::before,
  #wysiwyg2 .title-sec04::before {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-sec04::before,
  #wysiwyg2 .title-sec04::before {
    width: 15px;
    height: 15px;
    border: 4px solid #ffa21c;
  }
}
#wysiwyg .title-sec05,
#wysiwyg2 .title-sec05 {
  position: relative;
  padding: 12px 10px 12px 28px;
  background-color: #faedda;
  border-radius: 5px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-sec05,
  #wysiwyg2 .title-sec05 {
    font-size: 1.5rem;
    padding: 12px 10px 12px 25px;
  }
}
#wysiwyg .title-sec05::before,
#wysiwyg2 .title-sec05::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  height: calc(100% - 16px);
  border-left: 3px solid #ffa21c;
  border-radius: 10px;
}
#wysiwyg .title-sec06,
#wysiwyg2 .title-sec06 {
  position: relative;
  padding: 12px 10px 12px 30px;
  background-color: #ffa21c;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-sec06,
  #wysiwyg2 .title-sec06 {
    font-size: 1.5rem;
    padding: 12px 10px 12px 25px;
  }
}
#wysiwyg .title-sec06::before,
#wysiwyg2 .title-sec06::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 18px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-sec06::before,
  #wysiwyg2 .title-sec06::before {
    width: 15px;
  }
}
#wysiwyg .copy-gothic,
#wysiwyg2 .copy-gothic {
  margin-bottom: -15px;
  font-size: 20px;
  line-height: 1.5;
  color: #ffa21c;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy-gothic,
  #wysiwyg2 .copy-gothic {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
#wysiwyg .copy-mincho,
#wysiwyg2 .copy-mincho {
  margin-bottom: -15px;
  font-size: 20px;
  line-height: 1.5;
  color: #ffa21c;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy-mincho,
  #wysiwyg2 .copy-mincho {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
#wysiwyg .box-bg02,
#wysiwyg2 .box-bg02 {
  padding: 27px 30px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .box-bg02,
  #wysiwyg2 .box-bg02 {
    padding: 18px 20px;
  }
}
#wysiwyg .box-bg01,
#wysiwyg2 .box-bg01 {
  padding: 27px 30px;
  background-color: #faedda;
}
@media screen and (max-width: 599px) {
  #wysiwyg .box-bg01,
  #wysiwyg2 .box-bg01 {
    padding: 18px 20px;
  }
}
#wysiwyg .list-wrapper,
#wysiwyg2 .list-wrapper {
  padding: 0 !important;
  list-style: none;
}
#wysiwyg .list-wrapper li,
#wysiwyg2 .list-wrapper li {
  list-style: none !important;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 1.5rem;
  line-height: 1.5em;
  word-break: break-all;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .list-wrapper li,
  #wysiwyg2 .list-wrapper li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper li,
  #wysiwyg2 .list-wrapper li {
    margin-top: 7px;
    padding-left: 18px;
    font-size: 1.4rem;
  }
}
#wysiwyg .list-wrapper li:first-child,
#wysiwyg2 .list-wrapper li:first-child {
  margin-top: 0;
}
#wysiwyg .list-wrapper li::before,
#wysiwyg2 .list-wrapper li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #ffa21c;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .list-wrapper li::before,
  #wysiwyg2 .list-wrapper li::before {
    top: 6px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper li::before,
  #wysiwyg2 .list-wrapper li::before {
    left: 2px;
    width: 7px;
    height: 7px;
  }
}
#wysiwyg .list-wrapper.column2,
#wysiwyg2 .list-wrapper.column2 {
  margin-top: -5px;
  column-count: 2;
  column-gap: 40px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper.column2,
  #wysiwyg2 .list-wrapper.column2 {
    column-count: 1;
    column-gap: 0;
  }
}
#wysiwyg .list-wrapper.column2 > li,
#wysiwyg2 .list-wrapper.column2 > li {
  break-inside: avoid-column;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper.column2 > li,
  #wysiwyg2 .list-wrapper.column2 > li {
    margin-top: 15px;
  }
}
#wysiwyg .list-wrapper.column2 > li:first-child,
#wysiwyg2 .list-wrapper.column2 > li:first-child {
  margin-top: 0;
}
#wysiwyg .list-wrapper.column3,
#wysiwyg2 .list-wrapper.column3 {
  margin-top: -5px;
  column-count: 3;
  column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .list-wrapper.column3,
  #wysiwyg2 .list-wrapper.column3 {
    column-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper.column3,
  #wysiwyg2 .list-wrapper.column3 {
    column-count: 1;
    column-gap: 0;
  }
}
#wysiwyg .list-wrapper.column3 > li,
#wysiwyg2 .list-wrapper.column3 > li {
  break-inside: avoid-column;
}
@media screen and (max-width: 768px) {
  #wysiwyg .list-wrapper.column3 > li,
  #wysiwyg2 .list-wrapper.column3 > li {
    margin-top: 15px;
  }
}
#wysiwyg .list-wrapper.column3 > li:first-child,
#wysiwyg2 .list-wrapper.column3 > li:first-child {
  margin-top: 0;
}
#wysiwyg .img-right,
#wysiwyg2 .img-right {
  margin: 7px 0 30px 30px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-right,
  #wysiwyg2 .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
    text-align: center;
    display: block;
  }
}
#wysiwyg .img-left,
#wysiwyg2 .img-left {
  margin: 7px 30px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-left,
  #wysiwyg2 .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .text-right,
#wysiwyg2 .text-right {
  width: calc(67% - 30px);
  float: right;
}
@media screen and (max-width: 599px) {
  #wysiwyg .text-right,
  #wysiwyg2 .text-right {
    width: auto;
    float: none;
  }
}
#wysiwyg .text-left,
#wysiwyg2 .text-left {
  width: calc(67% - 30px);
  float: left;
}
@media screen and (max-width: 599px) {
  #wysiwyg .text-left,
  #wysiwyg2 .text-left {
    width: auto;
    float: none;
  }
}
#wysiwyg .photo-3,
#wysiwyg2 .photo-3 {
  padding: 0 !important;
  list-style: none;
}
#wysiwyg .photo-3 li,
#wysiwyg2 .photo-3 li {
  list-style: none !important;
  width: calc((99.9% - 20px) / 3);
  text-align: center;
  float: left;
  margin-bottom: 15px;
}
#wysiwyg .photo-3 li:not(:nth-child(3n)),
#wysiwyg2 .photo-3 li:not(:nth-child(3n)) {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 li,
  #wysiwyg2 .photo-3 li {
    width: calc((99.9% - 10px) / 3);
    margin-bottom: 10px;
  }
  #wysiwyg .photo-3 li:not(:nth-child(3n)),
  #wysiwyg2 .photo-3 li:not(:nth-child(3n)) {
    margin-right: 5px;
  }
}
#wysiwyg .photo-2,
#wysiwyg2 .photo-2 {
  padding: 0 !important;
  list-style: none;
}
#wysiwyg .photo-2 li,
#wysiwyg2 .photo-2 li {
  list-style: none !important;
  width: calc((100% - 10px) / 2);
  text-align: center;
  float: left;
  margin-bottom: 15px;
}
#wysiwyg .photo-2 li:not(:nth-child(2n)),
#wysiwyg2 .photo-2 li:not(:nth-child(2n)) {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 li,
  #wysiwyg2 .photo-2 li {
    width: calc((100% - 5px) / 2);
    margin-bottom: 10px;
  }
  #wysiwyg .photo-2 li:not(:nth-child(2n)),
  #wysiwyg2 .photo-2 li:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}
#wysiwyg .photo-1,
#wysiwyg2 .photo-1 {
  width: 100%;
  text-align: center;
}
#wysiwyg .caption,
#wysiwyg2 .caption {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .caption,
  #wysiwyg2 .caption {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
#wysiwyg .table,
#wysiwyg2 .table {
  width: 100%;
  border: 1px solid #d3d2d2;
  border-collapse: collapse;
}
#wysiwyg .table thead th,
#wysiwyg2 .table thead th {
  padding: 10px 10px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #ffa21c;
  border: 1px solid #d3d2d2;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table thead th,
  #wysiwyg2 .table thead th {
    padding: 7px 5px 5px;
    font-size: 1.3rem;
  }
}
#wysiwyg .table th,
#wysiwyg2 .table th {
  padding: 15px 10px;
  line-height: 1.5em;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  background-color: #faedda;
  border: 1px solid #d3d2d2;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table th,
  #wysiwyg2 .table th {
    padding: 7px 7px 7px;
    font-size: 1.3rem;
  }
}
#wysiwyg .table td,
#wysiwyg2 .table td {
  padding: 15px;
  line-height: 1.5em;
  word-break: break-all;
  vertical-align: middle;
  border: 1px solid #d3d2d2;
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table td,
  #wysiwyg2 .table td {
    padding: 7px 7px 7px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .js-scrollable,
  #wysiwyg2 .js-scrollable {
    overflow-x: scroll;
    position: relative;
  }
  #wysiwyg .js-scrollable .scroll-hint,
  #wysiwyg2 .js-scrollable .scroll-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-image: url(../img/common/swipe_icon.png);
    background-color: rgba(0, 0, 0, 0.4);
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    display: none;
  }
  #wysiwyg .js-scrollable .scroll-hint--show,
  #wysiwyg2 .js-scrollable .scroll-hint--show {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .js-scrollable table,
  #wysiwyg2 .js-scrollable table {
    width: 700px;
  }
}
#wysiwyg .youtube-wrapper,
#wysiwyg2 .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  position: relative;
}
#wysiwyg .youtube-wrapper--m,
#wysiwyg2 .youtube-wrapper--m {
  max-width: 600px;
}
#wysiwyg .youtube-wrapper::before,
#wysiwyg2 .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
#wysiwyg .youtube-wrapper iframe,
#wysiwyg2 .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#wysiwyg .list-file,
#wysiwyg2 .list-file {
  margin: 0;
  padding: 0 !important;
}
#wysiwyg .list-file li,
#wysiwyg2 .list-file li {
  margin-top: 20px;
  padding: 6px 0 0 45px;
  min-height: 54px;
  font-size: 1.5rem;
  line-height: 1.5em;
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .list-file li,
  #wysiwyg2 .list-file li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-file li,
  #wysiwyg2 .list-file li {
    padding: 6px 0 0 32px;
    margin-top: 15px;
    padding-top: 0;
    min-height: 45px;
    font-size: 1.5rem;
    line-height: 1.3em;
    background-size: 25px auto;
    background-position: 0 3px;
  }
}
#wysiwyg .list-file li:first-child,
#wysiwyg2 .list-file li:first-child {
  margin-top: 0;
}
#wysiwyg .list-file li.li-pdf,
#wysiwyg2 .list-file li.li-pdf {
  background-image: url(../img/common/icon_pdf.svg);
}
#wysiwyg .list-file li.li-xls,
#wysiwyg2 .list-file li.li-xls {
  background-image: url(../img/common/icon_excel.svg);
}
#wysiwyg .list-file li.li-doc,
#wysiwyg2 .list-file li.li-doc {
  background-image: url(../img/common/icon_word.svg);
}
#wysiwyg .list-file li a,
#wysiwyg2 .list-file li a {
  color: #ffa21c;
}
#wysiwyg .list-file li a:hover,
#wysiwyg2 .list-file li a:hover {
  text-decoration: none;
}
#wysiwyg .list-file li p,
#wysiwyg2 .list-file li p {
  font-size: 1.5rem;
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-file li p,
  #wysiwyg2 .list-file li p {
    margin-top: 3px;
    font-size: 1.4rem;
  }
}
#wysiwyg .list-file.column2,
#wysiwyg2 .list-file.column2 {
  display: flex;
  flex-wrap: wrap;
}
#wysiwyg .list-file.column2 > li,
#wysiwyg2 .list-file.column2 > li {
  width: calc((100% - 30px) / 2);
  margin-left: 30px;
}
#wysiwyg .list-file.column2 > li:nth-child(2),
#wysiwyg2 .list-file.column2 > li:nth-child(2) {
  margin-top: 0;
}
#wysiwyg .list-file.column2 > li:nth-child(2n+1),
#wysiwyg2 .list-file.column2 > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-file.column2 > li,
  #wysiwyg2 .list-file.column2 > li {
    width: 100%;
    margin-left: 0;
  }
  #wysiwyg .list-file.column2 > li:nth-child(2),
  #wysiwyg2 .list-file.column2 > li:nth-child(2) {
    margin-top: 15px;
  }
}
#wysiwyg .list-file.column3,
#wysiwyg2 .list-file.column3 {
  display: flex;
  flex-wrap: wrap;
}
#wysiwyg .list-file.column3 > li,
#wysiwyg2 .list-file.column3 > li {
  width: calc((100% - 60px) / 3);
  margin-left: 30px;
}
#wysiwyg .list-file.column3 > li:nth-child(2), #wysiwyg .list-file.column3 > li:nth-child(3),
#wysiwyg2 .list-file.column3 > li:nth-child(2),
#wysiwyg2 .list-file.column3 > li:nth-child(3) {
  margin-top: 0;
}
#wysiwyg .list-file.column3 > li:nth-child(3n+1),
#wysiwyg2 .list-file.column3 > li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .list-file.column3 > li,
  #wysiwyg2 .list-file.column3 > li {
    width: calc((100% - 30px) / 2);
  }
  #wysiwyg .list-file.column3 > li:nth-child(3),
  #wysiwyg2 .list-file.column3 > li:nth-child(3) {
    margin-top: 15px;
  }
  #wysiwyg .list-file.column3 > li:nth-child(3n+1),
  #wysiwyg2 .list-file.column3 > li:nth-child(3n+1) {
    margin-left: 30px;
  }
  #wysiwyg .list-file.column3 > li:nth-child(2n+1),
  #wysiwyg2 .list-file.column3 > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-file.column3 > li,
  #wysiwyg2 .list-file.column3 > li {
    width: 100%;
    margin-left: 0;
  }
  #wysiwyg .list-file.column3 > li:nth-child(2), #wysiwyg .list-file.column3 > li:nth-child(3),
  #wysiwyg2 .list-file.column3 > li:nth-child(2),
  #wysiwyg2 .list-file.column3 > li:nth-child(3) {
    margin-top: 15px;
  }
}
#wysiwyg .icon-link,
#wysiwyg2 .icon-link {
  position: relative;
  display: inline-block;
  padding: 12px 50px 12px 20px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 3px;
  background-color: #ffa21c;
  margin-bottom: 5px;
}
#wysiwyg .icon-link::before,
#wysiwyg2 .icon-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1025px) {
  #wysiwyg .icon-link:hover,
  #wysiwyg2 .icon-link:hover {
    background-color: #ffa21c;
  }
}
#wysiwyg .icon-link__text,
#wysiwyg2 .icon-link__text {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
#wysiwyg .icon-link__text::before, #wysiwyg .icon-link__text::after,
#wysiwyg2 .icon-link__text::before,
#wysiwyg2 .icon-link__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
#wysiwyg .icon-link__text::before,
#wysiwyg2 .icon-link__text::before {
  width: 22px;
  height: 22px;
  background-color: #ffa21c;
  top: 3px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .icon-link__text::before,
  #wysiwyg2 .icon-link__text::before {
    top: 0;
  }
}
#wysiwyg .icon-link__text::after,
#wysiwyg2 .icon-link__text::after {
  content: "";
  top: 11px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  #wysiwyg .icon-link__text::after,
  #wysiwyg2 .icon-link__text::after {
    top: 8px;
  }
}
#wysiwyg .icon-link__text:hover,
#wysiwyg2 .icon-link__text:hover {
  color: #ffa21c;
  text-decoration: none !important;
}

/*--------------------------------------------------------
top
----------------------------------------------------------*/
main {
  background-image: url(../img/top/main_bg01.png), url(../img/top/main_bg02.png);
  background-position: top left, top 590px left;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}
@media screen and (max-width: 1400px) {
  main {
    background-position: top left, top 41.5vw left;
    background-size: 56vw, 38vw;
  }
}
@media screen and (max-width: 1024px) {
  main {
    background-position: top -7vh left, top 60vh left;
    background-size: 570px, 32vw;
  }
}
@media screen and (max-width: 768px) {
  main {
    background-position: top -7vh left, top 56vh left;
  }
}
@media screen and (max-width: 599px) {
  main {
    background-image: url(../img/top/main_bg01_sp.png), url(../img/top/main_bg02_sp.png);
    background-position: top 0.5vw left, top left;
    background-size: 97.2vw, 100vw;
  }
}

.top-main {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .top-main {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    margin-bottom: 94px;
  }
}
.top-main__text {
  z-index: 1;
  position: absolute;
  top: 306px;
  left: 80px;
}
@media screen and (max-width: 1400px) {
  .top-main__text {
    top: 22vw;
    left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__text {
    position: static;
    display: block;
    width: 100%;
    padding: 110px 30px 0;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__text {
    padding: 40vw 23px 0;
    margin: 0 auto 8.4vw;
  }
}
.top-main__text__en02 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-main__text__en02 {
    display: block;
    position: absolute;
    top: 70px;
    right: 15px;
    width: 26vw;
    height: 10vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__text__en02 {
    top: 19.3vw;
    right: 3.3vw;
    width: 47.6vw;
    height: 18.3vw;
  }
}
.top-main__text__en {
  margin-bottom: 66px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .top-main__text__en {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__text__en {
    font-size: 1.1rem;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__text__en {
    font-size: 1.022rem;
    line-height: 1.8;
    margin-bottom: 6.8vw;
  }
}
.top-main__text__title {
  min-width: 687px;
  width: 40vw;
  margin-bottom: 51px;
}
@media screen and (max-width: 1400px) {
  .top-main__text__title {
    min-width: auto;
    width: 50vw;
    margin-bottom: 3.8vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__text__title {
    min-width: auto;
    max-width: 600px;
    width: 75vw;
    margin-bottom: 4.6vw;
  }
}
@media screen and (max-width: 599px) {
  .top-main__text__title {
    max-width: 360px;
    width: 100%;
    margin-bottom: 6.62vw;
  }
}
.top-main__text__sub-title {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.95;
}
@media screen and (max-width: 1024px) {
  .top-main__text__sub-title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-main__text__sub-title {
    font-size: 1.6rem;
    line-height: 1.65;
  }
}
.top-main__img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  width: 800px;
  padding-top: 60px;
  margin: 0 60px 0 auto;
}
@media screen and (max-width: 1400px) {
  .top-main__img {
    width: 50vw;
    padding-top: 100px;
    margin: 0 30px 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__img {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .top-main__img {
    gap: 13px;
    padding: 0 23px;
  }
}
.top-main__img img {
  width: 100%;
}
.top-main__img__en {
  position: absolute;
  bottom: 51px;
  left: -360px;
  width: 405px;
  height: 156px;
}
@media screen and (max-width: 1400px) {
  .top-main__img__en {
    bottom: 30px;
    left: -16vw;
    width: 26vw;
    height: 10vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__img__en {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__img__inner {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-main__img__inner {
    width: 100%;
  }
}

.top-anchor {
  max-width: 1180px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1400px) {
  .top-anchor {
    max-width: 1138px;
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-anchor {
    gap: 20px;
    padding: 0 30px;
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 768px) {
  .top-anchor {
    gap: 15px;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 599px) {
  .top-anchor {
    max-width: 400px;
    padding: 0 22px;
    margin: 0 auto 33px;
  }
}
.top-anchor__item {
  width: calc((100% - 132px) / 4);
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-anchor__item {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .top-anchor__item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 768px) {
  .top-anchor__item {
    width: calc((100% - 45px) / 4);
  }
}
@media screen and (max-width: 599px) {
  .top-anchor__item {
    width: calc((100% - 15px) / 2);
  }
}
.top-anchor__item__link {
  position: relative;
  display: flex;
  place-items: center;
  width: 100%;
  height: 0;
  border-radius: 150px;
  padding-top: 100%;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .top-anchor__item__link:hover {
    opacity: 0.8;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 1024px) {
  .top-anchor__item__link {
    box-shadow: none !important;
  }
}
.top-anchor__item__link__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: 0;
  padding-top: calc(100% - 30px);
  border-radius: 150px;
}
@media screen and (max-width: 1400px) {
  .top-anchor__item__link__inner {
    width: calc(100% - 2.3vw);
    padding-top: calc(100% - 2.3vw);
  }
}
@media screen and (max-width: 599px) {
  .top-anchor__item__link__inner {
    width: calc(100% - 20px);
    padding-top: calc(100% - 20px);
  }
}
@media screen and (max-width: 320px) {
  .top-anchor__item__link__inner {
    width: calc(100% - 12px);
    padding-top: calc(100% - 12px);
  }
}
.top-anchor__item__link__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/top/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .top-anchor__item__link__inner::before {
    bottom: 10px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .top-anchor__item__link__inner:hover::before {
    transform: translateX(-50%) translateY(3px);
  }
}
.top-anchor__item__link__inner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3.3rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-anchor__item__link__inner__text {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-anchor__item__link__inner__text {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 320px) {
  .top-anchor__item__link__inner__text {
    font-size: 2rem;
  }
}
.top-anchor__item__link__inner__text .new {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top-anchor__item__link__inner__text .new {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-anchor__item__link__inner__text .new {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .top-anchor__item__link__inner__text .new {
    font-size: 1.4rem;
  }
}
.top-anchor__item__link__inner__text .en {
  display: block;
  color: #003748;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .top-anchor__item__link__inner__text .en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-anchor__item__link__inner__text .en {
    font-size: 1.1rem;
  }
}
.top-anchor .mission .top-anchor__item__link {
  background-color: rgba(107, 145, 242, 0.35);
  box-shadow: 0 0 45px 0 rgb(183, 198, 239);
}
@media screen and (max-width: 599px) {
  .top-anchor .mission .top-anchor__item__link {
    background-color: rgba(107, 145, 242, 0.2);
  }
}
.top-anchor .mission .top-anchor__item__link__inner {
  background-color: #6b91f2;
}
.top-anchor .life .top-anchor__item__link {
  background-color: rgba(107, 202, 36, 0.35);
  box-shadow: 0 0 45px 0 rgb(199, 235, 173);
}
@media screen and (max-width: 599px) {
  .top-anchor .life .top-anchor__item__link {
    background-color: rgba(107, 202, 36, 0.2);
  }
}
.top-anchor .life .top-anchor__item__link__inner {
  background-color: #6bca24;
}
.top-anchor .workplace .top-anchor__item__link {
  background-color: rgba(38, 192, 208, 0.35);
  box-shadow: 0 0 45px 0 rgb(173, 230, 237);
}
@media screen and (max-width: 599px) {
  .top-anchor .workplace .top-anchor__item__link {
    background-color: rgba(38, 192, 208, 0.2);
  }
}
.top-anchor .workplace .top-anchor__item__link__inner {
  background-color: #26c0d0;
}
.top-anchor .myself .top-anchor__item__link {
  background-color: rgba(253, 127, 174, 0.35);
  box-shadow: 0 0 45px 0 rgb(254, 208, 225);
}
@media screen and (max-width: 599px) {
  .top-anchor .myself .top-anchor__item__link {
    background-color: rgba(253, 127, 174, 0.2);
  }
}
.top-anchor .myself .top-anchor__item__link__inner {
  background-color: #fd7fae;
}

.top-lead {
  padding: 0 40px;
  margin-bottom: 140px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-lead {
    padding: 0 30px;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead {
    padding: 0 20px;
    margin-bottom: 92px;
  }
}
.top-lead__title {
  margin-bottom: 30px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .top-lead__title {
    margin-bottom: 25px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-lead__title {
    margin-bottom: 20px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__title {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.top-lead__title span {
  margin-left: -0.3em;
  margin-right: -0.2em;
}
.top-lead__text {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .top-lead__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__text {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.9;
  }
}

.top-boshu {
  z-index: 5;
  position: relative;
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  display: flex;
  margin: 0 auto 195px;
}
@media screen and (max-width: 1024px) {
  .top-boshu {
    display: block;
    padding: 0 30px;
    margin: 0 auto 145px;
  }
}
@media screen and (max-width: 599px) {
  .top-boshu {
    padding: 0;
    margin: 0;
  }
}
.top-boshu__en {
  z-index: 2;
  position: absolute;
  top: -58px;
  left: 82px;
}
@media screen and (max-width: 1400px) {
  .top-boshu__en {
    top: -58px;
    left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-boshu__en {
    top: -40px;
    left: 50px;
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .top-boshu__en {
    top: -36px;
    left: 13px;
    width: 46.8%;
  }
}
.top-boshu__title {
  display: grid;
  place-items: center;
  width: 240px;
  min-height: 340px;
  background: linear-gradient(45deg, #fe9e1a, #feb022);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-boshu__title {
    width: 100%;
    min-height: auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-boshu__title {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 32px 20px 22px;
  }
}
.top-boshu__title__inner__sub-title {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 3px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .top-boshu__title__inner__sub-title {
    margin-top: 0;
    margin-bottom: 4px;
  }
}
.top-boshu__title__inner__title {
  margin-bottom: 8px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .top-boshu__title__inner__title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-boshu__title__inner__title {
    margin-bottom: 4px;
    font-size: 2.5rem;
  }
}
.top-boshu__title__inner__en {
  margin-bottom: 47px;
  color: #010101;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 1.33rem;
}
@media screen and (max-width: 1024px) {
  .top-boshu__title__inner__en {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
.top-boshu__link-block {
  background-color: #f4f5f9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: calc(100% - 240px);
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-boshu__link-block {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    padding: 35px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-boshu__link-block {
    background-color: #f0f1f6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 35px 20px 50px;
  }
}
.top-boshu__link-block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .top-boshu__link-block__list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-boshu__link-block__list {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.top-boshu__link-block__list__item {
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .top-boshu__link-block__list__item {
    width: 100%;
  }
}
.top-boshu__link-block__list__item a {
  position: relative;
  display: block;
  height: 100%;
  padding: 26.21px 50px 26.21px 22px;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .top-boshu__link-block__list__item a {
    padding: 19px 40px 19px 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-boshu__link-block__list__item a {
    font-size: 1.4rem;
  }
}
.top-boshu__link-block__list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  width: 20px;
  height: 20px;
  background-image: url(../img/top/arrow_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-boshu__link-block__list__item a::before {
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-boshu__link-block__list__item a::before {
    right: 10px;
  }
}
.top-boshu__link-block__list__item a .new {
  margin-left: 7px;
  color: #d10000;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .top-boshu__link-block__list__item a .new {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  .top-boshu__link-block__list__item a .new {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .top-boshu__link-block__list__item a:hover {
    opacity: 0.8;
    color: #ffa21c;
    transform: translateX(2px);
  }
}
.top-boshu__btn {
  position: relative;
  width: 187px;
  height: 44px;
  display: inline-block;
  background-color: #003748;
  border-radius: 5px;
  padding: 0 15px 0 10px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.4rem;
  line-height: 42px;
  text-align: center;
}
.top-boshu__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/top/arrow_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.top-section {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .top-section {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .top-section {
    margin-bottom: 0;
  }
}
.top-section.mission {
  z-index: 4;
}
.top-section.mission::before {
  content: "";
  width: 740px;
  height: 930px;
  position: absolute;
  right: 0;
  top: -320px;
  z-index: -1;
  background-image: url(../img/top/mission_bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .top-section.mission::before {
    top: -270px;
    width: 640px;
    height: 804px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section.mission::before {
    top: -220px;
    width: 540px;
    height: 679px;
  }
}
@media screen and (max-width: 599px) {
  .top-section.mission::before {
    top: -45px;
    width: 340px;
    height: 427px;
  }
}
.top-section.mission::after {
  content: "";
  width: 730px;
  height: 850px;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: -1;
  background-image: url(../img/top/mission_bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .top-section.mission::after {
    width: 630px;
    height: 734px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section.mission::after {
    width: 530px;
    height: 617px;
  }
}
@media screen and (max-width: 768px) {
  .top-section.mission::after {
    top: 60%;
  }
}
@media screen and (max-width: 599px) {
  .top-section.mission::after {
    width: 380px;
    height: 442px;
    top: 70%;
    left: -40px;
  }
}
.top-section.life {
  z-index: 3;
  background-image: url(../img/top/life_bg3.png), url(../img/top/life_bg2.png);
  background-repeat: no-repeat;
  background-position: right 0 bottom 0, left 0 top 20%;
}
.top-section.life::before {
  content: "";
  width: 760px;
  height: 740px;
  position: absolute;
  right: 0;
  top: -240px;
  z-index: -1;
  background-image: url(../img/top/life_bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .top-section.life::before {
    width: 660px;
    height: 643px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section.life::before {
    width: 560px;
    height: 545px;
    top: -190px;
  }
}
@media screen and (max-width: 599px) {
  .top-section.life::before {
    width: 410px;
    height: 399px;
    top: -100px;
    right: -40px;
  }
}
@media screen and (max-width: 1400px) {
  .top-section.life {
    background-size: 490px auto, 810px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-section.life {
    background-size: 390px auto, 710px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-section.life {
    background-size: 290px auto, 610px auto;
  }
}
.top-section.work {
  z-index: 2;
  background-image: url(../img/top/work_bg2.png);
  background-repeat: no-repeat;
  background-position: right 0 top 5%;
}
.top-section.work::before {
  content: "";
  width: 630px;
  height: 830px;
  position: absolute;
  left: 0;
  top: -380px;
  z-index: -1;
  background-image: url(../img/top/work_bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .top-section.work::before {
    width: 530px;
    height: 698px;
    top: -340px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section.work::before {
    width: 430px;
    height: 567px;
    top: -240px;
  }
}
@media screen and (max-width: 599px) {
  .top-section.work::before {
    width: 280px;
    height: 369px;
    top: -60px;
  }
}
.top-section.work::after {
  content: "";
  width: 770px;
  height: 830px;
  position: absolute;
  right: 0;
  bottom: -220px;
  z-index: -1;
  background-image: url(../img/top/work_bg3.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .top-section.work::after {
    width: 670px;
    height: 722px;
    bottom: -160px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section.work::after {
    width: 520px;
    height: 561px;
    bottom: -100px;
  }
}
@media screen and (max-width: 599px) {
  .top-section.work::after {
    width: 320px;
    height: 345px;
    bottom: 0;
  }
}
@media screen and (max-width: 1400px) {
  .top-section.work {
    background-size: 570px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-section.work {
    background-size: 470px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-section.work {
    background-size: 370px auto;
  }
}
.top-section.myself {
  z-index: 1;
  background-image: url(../img/top/myself_bg3.png), url(../img/top/myself_bg2.png), url(../img/top/myself_bg1.png);
  background-repeat: no-repeat;
  background-position: left 0 top 43%, right 0 top 13%, left 0 top 0;
}
.top-section.myself::before {
  content: "";
  width: 1000px;
  height: 660px;
  position: absolute;
  right: 0;
  bottom: -130px;
  z-index: -1;
  background-image: url(../img/top/myself_bg4.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .top-section.myself::before {
    width: 900px;
    height: 594px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section.myself::before {
    width: 800px;
    height: 528px;
    bottom: -90px;
  }
}
@media screen and (max-width: 599px) {
  .top-section.myself::before {
    width: 500px;
    height: 330px;
    bottom: 0;
  }
}
@media screen and (max-width: 1400px) {
  .top-section.myself {
    background-size: 580px auto, 390px auto, 510px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-section.myself {
    background-size: 480px auto, 290px auto, 410px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-section.myself {
    background-size: 330px auto, 140px auto, 260px auto;
  }
}
.top-section__inner {
  border-radius: 5px;
  padding: 150px 30px;
  margin: 0 60px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .top-section__inner {
    margin: 0 30px;
    padding: 135px 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section__inner {
    padding: 90px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__inner {
    border-radius: 0;
    margin: 0;
    padding: 55px 20px;
  }
}
.mission .top-section__inner {
  background-color: rgba(8, 71, 234, 0.6);
}
.life .top-section__inner {
  background-color: rgba(74, 174, 0, 0.68);
}
.work .top-section__inner {
  background-color: rgba(0, 176, 202, 0.75);
}
.myself .top-section__inner {
  background-color: rgba(253, 83, 147, 0.75);
}
.top-section__inner__block {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.top-section__en {
  z-index: 1;
  position: absolute;
  top: -55px;
  left: 100px;
}
@media screen and (max-width: 1400px) {
  .top-section__en {
    left: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__en {
    left: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .mission .top-section__en {
    top: -35px;
    width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .mission .top-section__en {
    top: 157px;
    width: 203px;
  }
}
@media screen and (max-width: 1024px) {
  .life .top-section__en {
    top: -60px;
    width: 360px;
  }
}
@media screen and (max-width: 599px) {
  .life .top-section__en {
    top: 147px;
    width: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .work .top-section__en {
    top: -30px;
    width: 380px;
  }
}
@media screen and (max-width: 599px) {
  .work .top-section__en {
    top: 157px;
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .myself .top-section__en {
    top: -55px;
    width: 280px;
  }
}
@media screen and (max-width: 599px) {
  .myself .top-section__en {
    top: 150px;
    width: 180px;
  }
}
.top-section__title {
  margin-bottom: 55px;
  color: #fff;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .top-section__title {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section__title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__title {
    margin-bottom: 50px;
  }
}
.top-section__title__l {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 7.2rem;
  line-height: 1.4;
  letter-spacing: -1.1rem;
}
@media screen and (max-width: 1024px) {
  .top-section__title__l {
    font-size: 5.3rem;
    letter-spacing: -0.3rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__title__l {
    margin-bottom: 6px;
    font-size: 3.8rem;
  }
}
.top-section__title__en {
  display: block;
}
.top-section__title__en__inner {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.24rem;
  letter-spacing: 0.04rem;
}
.top-section__title__en__inner::after {
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  flex-grow: 1;
  margin-left: 17px;
}
@media screen and (max-width: 599px) {
  .top-section__title__en__inner::after {
    margin-left: 7px;
  }
}
.top-section__mission-area {
  background-color: #fff;
  border-radius: 5px;
  padding: 120px 70px;
}
@media screen and (max-width: 1400px) {
  .top-section__mission-area {
    padding: 90px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section__mission-area {
    padding: 55px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__mission-area {
    padding: 55px 20px 20px;
  }
}
.top-section__mission-area__box {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .top-section__mission-area__box {
    gap: 30px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .top-section__mission-area__box {
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__mission-area__box {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
.top-section__mission-area__box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-section__mission-area__box:last-child {
    flex-direction: column-reverse;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.top-section__mission-area__box__text {
  width: calc(100% - 495px);
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .top-section__mission-area__box__text {
    width: calc(65% - 45px);
  }
}
@media screen and (max-width: 1024px) {
  .top-section__mission-area__box__text {
    width: calc(65% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .top-section__mission-area__box__text {
    width: 100%;
  }
}
.top-section__mission-area__box__text__title {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3.5rem;
  line-height: 1.45;
}
@media screen and (max-width: 1024px) {
  .top-section__mission-area__box__text__title {
    font-size: 2.85rem;
    letter-spacing: -0.065rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__mission-area__box__text__title {
    margin-bottom: 15px;
    font-size: 2.15rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .top-section__mission-area__box__text__title {
    font-size: 1.9rem;
  }
}
.top-section__mission-area__box__img {
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .top-section__mission-area__box__img {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .top-section__mission-area__box__img {
    width: 100%;
  }
}
.top-section__life-area {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.top-section__life-area__inner {
  padding: 150px 70px 120px;
}
@media screen and (max-width: 1400px) {
  .top-section__life-area__inner {
    padding: 150px 50px 90px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section__life-area__inner {
    padding: 130px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__life-area__inner {
    padding: 130px 20px 20px;
  }
}
.top-section__life-area__img {
  position: relative;
  width: 100%;
  height: 240px;
  background-image: url(../img/top/life-img01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .top-section__life-area__img {
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__life-area__img {
    height: 160px;
  }
}
.top-section__life-area__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 90px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .top-section__life-area__img::before {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__life-area__img::before {
    width: 80%;
    height: 50px;
  }
}
.top-section__life-area__title {
  position: absolute;
  top: 196px;
  width: 100%;
  color: #30a70e;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 4.1rem;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 1024px) {
  .top-section__life-area__title {
    top: 166px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__life-area__title {
    top: 130px;
    font-size: 2.7rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 320px) {
  .top-section__life-area__title {
    font-size: 2.5rem;
  }
}
.top-section__life-area__title rt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .top-section__life-area__title rt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__life-area__title rt {
    font-size: 1.2rem;
  }
}
.top-section__life-area__box {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .top-section__life-area__box {
    gap: 30px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .top-section__life-area__box {
    margin-bottom: 40px;
  }
}
.top-section__life-area__box__text {
  width: calc(100% - 495px);
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .top-section__life-area__box__text {
    width: calc(65% - 45px);
  }
}
@media screen and (max-width: 1024px) {
  .top-section__life-area__box__text {
    width: 100%;
  }
}
.top-section__life-area__box__text__title {
  margin-bottom: 25px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .top-section__life-area__box__text__title {
    font-size: 2.85rem;
    letter-spacing: -0.065rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-section__life-area__box__text__title {
    margin-bottom: 15px;
    font-size: 2.15rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .top-section__life-area__box__text__title {
    font-size: 1.9rem;
  }
}
.top-section__life-area__box__map {
  width: 450px;
  height: 360px;
}
@media screen and (max-width: 1400px) {
  .top-section__life-area__box__map {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .top-section__life-area__box__map {
    width: 100%;
    height: 330px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__life-area__box__map {
    height: 240px;
  }
}
.top-section__life-area__box__map iframe {
  width: 100%;
  height: 100%;
}
.top-section__life-area__map {
  width: 100%;
}
.top-section__work-area {
  background-color: #fff;
  border-radius: 5px;
}
.top-section__work-area__inner {
  padding: 120px 70px;
}
@media screen and (max-width: 1400px) {
  .top-section__work-area__inner {
    padding: 90px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section__work-area__inner {
    padding: 55px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__work-area__inner {
    padding: 55px 20px 20px;
  }
}
.top-section__work-area__box {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .top-section__work-area__box {
    gap: 30px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .top-section__work-area__box {
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__work-area__box {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
.top-section__work-area__box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-section__work-area__box:last-child {
    flex-direction: column-reverse;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.top-section__work-area__box__text {
  width: calc(100% - 495px);
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .top-section__work-area__box__text {
    width: calc(65% - 45px);
  }
}
@media screen and (max-width: 1024px) {
  .top-section__work-area__box__text {
    width: calc(65% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .top-section__work-area__box__text {
    width: 100%;
  }
}
.top-section__work-area__box__text__title {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3.5rem;
  line-height: 1.45;
}
@media screen and (max-width: 1024px) {
  .top-section__work-area__box__text__title {
    font-size: 2.85rem;
    letter-spacing: -0.065rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__work-area__box__text__title {
    margin-bottom: 15px;
    font-size: 2.15rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .top-section__work-area__box__text__title {
    font-size: 1.9rem;
  }
}
.top-section__work-area__box__img {
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .top-section__work-area__box__img {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .top-section__work-area__box__img {
    width: 100%;
  }
}
.top-section__work-area__img {
  display: flex;
}
.top-section__work-area__img li {
  width: 33.3333333333%;
}
.top-section__myself-area {
  background-color: #fff;
  border-radius: 5px;
  padding: 120px 70px;
}
@media screen and (max-width: 1400px) {
  .top-section__myself-area {
    padding: 90px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area {
    padding: 55px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area {
    padding: 55px 20px 20px;
  }
}
.top-section__myself-area__title {
  margin-bottom: 50px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3.5rem;
  line-height: 1.45;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__title {
    font-size: 2.85rem;
    letter-spacing: -0.065rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__title {
    margin-bottom: 25px;
    font-size: 2.15rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .top-section__myself-area__title {
    font-size: 1.9rem;
  }
}
.top-section__myself-area__voice {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  margin-bottom: 186px;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__voice {
    gap: 20px 25px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__voice {
    gap: 20px;
    margin-bottom: 100px;
  }
}
.top-section__myself-area__voice__item {
  position: relative;
  width: calc((100% - 30px) / 2);
  border: solid 1px #f25e95;
  border-radius: 5px;
  padding: 48px 30px 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__voice__item {
    padding: 40px 25px 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-section__myself-area__voice__item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__voice__item {
    padding: 20px;
    margin-top: 43px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.top-section__myself-area__voice__item__sub-title {
  position: absolute;
  top: -20px;
  left: 28px;
  height: 43px;
  background-color: #fd7fae;
  border-radius: 5px;
  padding: 0 30px;
  color: #fff;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 2rem;
  line-height: 42px;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__voice__item__sub-title {
    left: 20px;
    padding: 0 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__voice__item__sub-title {
    top: -43px;
    left: -1px;
    width: calc(100% + 2px);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 15px;
    font-size: 1.6rem;
  }
}
.top-section__myself-area__voice__item__sub-title span {
  color: #000;
}
.top-section__myself-area__voice__item__title {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 15px;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__voice__item__title {
    gap: 20px;
  }
}
.top-section__myself-area__voice__item__title__img {
  width: 100px;
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__voice__item__title__img {
    width: 100%;
  }
}
.top-section__myself-area__voice__item__title__text {
  width: calc(100% - 125px);
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 2.5rem;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__voice__item__title__text {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__voice__item__title__text {
    width: 100%;
    font-size: 2.1rem;
    text-align: center;
  }
}
.top-section__myself-area__voice__item__title__text span {
  color: #f25e95;
}
.top-section__myself-area__voice__item .text-base {
  line-height: 1.75;
}
.top-section__myself-area__message {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message {
    margin-bottom: 60px;
  }
}
.top-section__myself-area__message__en {
  z-index: 1;
  position: absolute;
  top: -95px;
  left: 5px;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__en {
    top: -65px;
    width: 220px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__en {
    top: -45px;
    width: 160px;
  }
}
.top-section__myself-area__message__box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 45px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-section__myself-area__message__box {
    gap: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__box {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.top-section__myself-area__message__box:last-child {
  margin-bottom: 0;
}
.top-section__myself-area__message__box__img {
  position: relative;
  width: 450px;
}
@media screen and (max-width: 1400px) {
  .top-section__myself-area__message__box__img {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box__img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .top-section__myself-area__message__box__img {
    width: 100%;
  }
}
.top-section__myself-area__message__box__img__profile {
  position: absolute;
  bottom: -46px;
  left: 16px;
  width: 190px;
  height: 190px;
  border-radius: 150px;
  background-color: rgba(253, 127, 174, 0.3);
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .top-section__myself-area__message__box__img__profile {
    left: 10px;
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box__img__profile {
    left: -30px;
    bottom: -30px;
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .top-section__myself-area__message__box__img__profile {
    top: -40px;
    right: -25px;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__box__img__profile {
    top: -30px;
    right: -15px;
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 320px) {
  .top-section__myself-area__message__box__img__profile {
    width: 100px;
    height: 100px;
  }
}
.top-section__myself-area__message__box__img__profile__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background-color: #fd7fae;
  border-radius: 150px;
}
@media screen and (max-width: 1400px) {
  .top-section__myself-area__message__box__img__profile__inner {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box__img__profile__inner {
    width: 125px;
    height: 125px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__box__img__profile__inner {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 320px) {
  .top-section__myself-area__message__box__img__profile__inner {
    width: 90px;
    height: 90px;
  }
}
.top-section__myself-area__message__box__img__profile__inner__text {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 3.3rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box__img__profile__inner__text {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section__myself-area__message__box__img__profile__inner__text {
    font-size: 2.3rem;
  }
}
.top-section__myself-area__message__box__img__profile__inner__text .position {
  position: relative;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.65rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box__img__profile__inner__text .position {
    margin-bottom: 10px;
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__box__img__profile__inner__text .position {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .top-section__myself-area__message__box__img__profile__inner__text .position {
    font-size: 1.1rem;
  }
}
.top-section__myself-area__message__box__img__profile__inner__text .position::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box__img__profile__inner__text .position::after {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__box__img__profile__inner__text .position::after {
    width: 60px;
  }
}
.top-section__myself-area__message__box__img__profile__inner__text .name {
  display: block;
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box__img__profile__inner__text .name {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__box__img__profile__inner__text .name {
    margin-bottom: 2px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 320px) {
  .top-section__myself-area__message__box__img__profile__inner__text .name {
    font-size: 1.6rem;
  }
}
.top-section__myself-area__message__box__img__profile__inner__text .en {
  display: block;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box__img__profile__inner__text .en {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__box__img__profile__inner__text .en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .top-section__myself-area__message__box__img__profile__inner__text .en {
    font-size: 0.9rem;
  }
}
.top-section__myself-area__message__box__img__profile.blue {
  background-color: rgba(25, 94, 160, 0.3);
}
.top-section__myself-area__message__box__img__profile.blue .top-section__myself-area__message__box__img__profile__inner {
  background-color: #195ea0;
}
.top-section__myself-area__message__box__img__profile.blue .en {
  color: rgba(255, 255, 255, 0.5);
}
.top-section__myself-area__message__box__text {
  width: calc(100% - 495px);
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .top-section__myself-area__message__box__text {
    width: calc(100% - 445px);
  }
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box__text {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 768px) {
  .top-section__myself-area__message__box__text {
    width: 100%;
  }
}
.top-section__myself-area__message__box__text__title {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 2.5rem;
  line-height: 1.45;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__box__text__title {
    font-size: 2.6rem;
    letter-spacing: -0.065rem;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__box__text__title {
    margin-bottom: 15px;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.6;
  }
}
@media screen and (max-width: 320px) {
  .top-section__myself-area__message__box__text__title {
    font-size: 1.9rem;
  }
}
.top-section__myself-area__message__curriculum {
  text-align: left;
  margin-bottom: 65px;
  background-color: #ffeef4;
  border-radius: 5px;
  padding: 35px 30px;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__message__curriculum {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__curriculum {
    padding: 0;
    background-color: #fff;
  }
}
.top-section__myself-area__message__curriculum__title {
  margin-bottom: 13px;
  font-size: 2rem;
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__curriculum__title {
    font-size: 1.8rem;
  }
}
.top-section__myself-area__message__curriculum__title::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #fd7fae;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.top-section__myself-area__message__curriculum__example {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__curriculum__example {
    margin-top: 30px;
    background-color: #ffeef4;
  }
}
.top-section__myself-area__message__curriculum__example > dt {
  background-color: #fd7fae;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  padding: 5px;
}
.top-section__myself-area__message__curriculum__example > dd {
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__curriculum__example > dd {
    padding: 15px;
  }
}
.top-section__myself-area__message__curriculum__example__list {
  margin-bottom: 20px;
}
.top-section__myself-area__message__curriculum__example__list > li {
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__curriculum__example__list > li {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
.top-section__myself-area__message__curriculum__example__list > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #fd7fae;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__message__curriculum__example__list > li::before {
    top: 6px;
  }
}
.top-section__myself-area__box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border-bottom: solid 1px #dfe3ec;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__box {
    gap: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__box {
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.top-section__myself-area__box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-section__myself-area__box__img {
  width: 400px;
}
@media screen and (max-width: 1400px) {
  .top-section__myself-area__box__img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .top-section__myself-area__box__img {
    width: 100%;
  }
}
.top-section__myself-area__box__text {
  display: grid;
  place-items: center;
  width: calc(100% - 440px);
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .top-section__myself-area__box__text {
    width: calc(60% - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__box__text {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .top-section__myself-area__box__text {
    width: 100%;
  }
}
.top-section__myself-area__box__text__inner__title {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 2.7rem;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .top-section__myself-area__box__text__inner__title {
    font-size: 2.3rem;
    letter-spacing: -0.065rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section__myself-area__box__text__inner__title {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-section__myself-area__box__text__inner__title {
    margin-bottom: 15px;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.6;
  }
}
.top-section__myself-area__box__text__inner__img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.top-section__myself-area__box__text__inner__img li {
  width: calc((100% - 10px) / 2);
}

/*--------------------------------------------------------
guideline
----------------------------------------------------------*/
/*募集要項一覧*/
.guideline-sec {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .guideline-sec {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .guideline-sec {
    margin-bottom: 50px;
  }
}
.guideline-sec:last-child {
  margin-bottom: 0;
}

.guideline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .guideline-list {
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .guideline-list {
    gap: 12px;
  }
}
.guideline-list > li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 599px) {
  .guideline-list > li {
    width: 100%;
  }
}
.guideline-list > li > a {
  min-height: 78px;
  display: block;
  background-color: #fff;
  padding: 20px 45px 20px 25px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  background-image: url(../img/common/icon_arrow_orange.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 20px top 50%;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .guideline-list > li > a:hover {
    opacity: 0.8;
    color: #ffa21c;
    transform: translateX(2px);
  }
}
@media screen and (max-width: 1024px) {
  .guideline-list > li > a {
    font-size: 1.6rem;
    padding: 20px 42px 20px 25px;
    background-position: right 15px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .guideline-list > li > a {
    min-height: 70px;
    padding: 20px 40px 20px 20px;
    border-radius: 3px;
  }
}

/*募集要項詳細*/
.guideline-detail {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .guideline-detail {
    background-color: transparent;
    border-radius: 0;
  }
}
.guideline-detail__title {
  background: linear-gradient(to right, #ff990e 0%, #ffac16 100%);
  font-size: 2.3rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  padding: 24px 20px 24px 40px;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .guideline-detail__title {
    font-size: 2.2rem;
    padding: 22px 20px 22px 40px;
  }
}
@media screen and (max-width: 599px) {
  .guideline-detail__title {
    font-size: 1.7rem;
    padding: 18px 15px 18px 26px;
    border-radius: 3px;
    margin-bottom: 20px;
  }
}
.guideline-detail__title::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 599px) {
  .guideline-detail__title::before {
    width: 18px;
    top: 28px;
  }
}
.guideline-detail__inner {
  padding: 50px 40px 90px;
}
@media screen and (max-width: 1024px) {
  .guideline-detail__inner {
    padding: 40px 30px 80px;
  }
}
@media screen and (max-width: 599px) {
  .guideline-detail__inner {
    padding: 0;
  }
}

.guideline-detail-free {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .guideline-detail-free {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .guideline-detail-free {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .guideline-detail-free__photo {
    text-align: center;
  }
}
.guideline-detail-free__photo img {
  max-width: 400px;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .guideline-detail-free__photo img {
    max-width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .guideline-detail-free__photo img {
    max-width: 100%;
    margin: 30px 0 0;
  }
}

.guideline-detail-table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
}
.guideline-detail-table tr {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 599px) {
  .guideline-detail-table tr {
    display: block;
    width: 100%;
  }
}
.guideline-detail-table th {
  background-color: #faedda;
  font-weight: 400;
  text-align: left;
  padding: 27px 25px;
  width: 200px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .guideline-detail-table th {
    width: 160px;
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .guideline-detail-table th {
    padding: 10px 10px 10px 20px;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #c7c7c7;
  }
}
.guideline-detail-table th::before {
  content: "";
  position: absolute;
  top: 39px;
  left: 0;
  width: 15px;
  height: 3px;
  background-color: #ffa21c;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 1024px) {
  .guideline-detail-table th::before {
    top: 31px;
    width: 13px;
  }
}
@media screen and (max-width: 599px) {
  .guideline-detail-table th::before {
    top: 21px;
  }
}
.guideline-detail-table td {
  padding: 27px;
}
@media screen and (max-width: 1024px) {
  .guideline-detail-table td {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .guideline-detail-table td {
    display: block;
    width: 100%;
    padding: 15px 0 20px;
  }
}

.guideline-detail-contact {
  margin-bottom: 50px;
  background-color: #f4f5f9;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .guideline-detail-contact {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .guideline-detail-contact {
    background-color: #fff;
    flex-wrap: wrap;
    padding: 20px;
  }
}
.guideline-detail-contact > dt {
  width: 200px;
  background: linear-gradient(to right, #ff990e 0%, #ffac16 100%);
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 20px 10px;
}
@media screen and (max-width: 599px) {
  .guideline-detail-contact > dt {
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.guideline-detail-contact > dd {
  padding: 20px 0 20px 30px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .guideline-detail-contact > dd {
    width: 100%;
    padding: 0;
    line-height: 1.7;
  }
}

.guideline-detail-btn {
  max-width: 300px;
  margin: 0 auto;
}
.guideline-detail-btn > a {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  background: linear-gradient(to right, #ff6e0e 0%, #ff8916 100%);
  padding: 24px 20px 25px;
  border-radius: 5px;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .guideline-detail-btn > a:hover {
    transform: translateX(3px);
  }
}
.guideline-detail-btn > a span {
  padding: 1px 10px 1px 30px;
  background-image: url(../img/guideline/icon_pen.png);
  background-size: 21px auto;
  background-repeat: no-repeat;
}
.guideline-detail-btn > a span:after {
  content: " ≫";
}

.guideline-bikou {
  margin-bottom: 40px;
}
.guideline-bikou__title {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
  border-bottom: 1px dotted #cacaca;
  padding: 2px 0 15px 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .guideline-bikou__title {
    font-weight: 400;
    font-size: 1.7rem;
  }
}
.guideline-bikou__title::before {
  content: "";
  width: 4px;
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffa21c;
  border-radius: 5px;
  display: block;
}

/*--------------------------------------------------------
entry
----------------------------------------------------------*/
.entry-form {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 60px 40px 90px;
}
@media screen and (max-width: 1024px) {
  .entry-form {
    padding: 50px 30px 90px;
  }
}
@media screen and (max-width: 599px) {
  .entry-form {
    padding: 30px 20px 50px;
  }
}/*# sourceMappingURL=style.css.map */