@charset "UTF-8";
/*!
global > color
------------------------------
*/
:root {
  --color_default: #000000;
  --color_blue_pale:#edf5ff;
  --color_blue_default:#7fb8fd;
  --color_blue_dark: #1b2a48;
  --color_navy_pale:#ced5eb;
  --color_navy_default: #1c2951;
  --color_navy_dark: #0f162b;
  --color_yellow_pale: #f4f0d8;
  --color_yellow_default: #d0bd3a;
  --color_yellow_dark: #a29230;
  --color_gray_pale: #f5f5f5;
  --color_gray_default: #dddddd;
  --color_gray_dark:#c0bebe;
  --color_white_default: #fff;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-md: 90%;
  --width-content-xl: 1130px;
  --width-content-s: 840px;
  --width-content: 1000px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" , sans-serif;
  font-weight: 400;
  --font-family-YuGo: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" , sans-serif;
  --font-size-10: 0.625rem;
  --font-size-12: 0.75rem;
  --font-size-14: 0.875rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-22: 1.375rem;
  --font-size-24: 1.5rem;
  --font-size-26: 1.625rem;
  --font-size-28: 1.75rem;
  --font-size-30: 1.875rem;
  --font-size-40: 2.5rem;
  --font-size-50: 3.125rem;
  --font-size-60: 3.75rem;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  vertical-align: bottom;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-16);
  line-height: 1.8;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 77px;
}

/*!
utility > utility
------------------------------
*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Informakerの装飾パーツ
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.edit-area,
.cke_editable {
  line-height: 1.8;
  /*================================================
  ページサマリー
  ================================================*/
  /*================================================
  ソーシャルボタン
  ================================================*/
  /*================================================
  絵文字
  ================================================*/
  /*================================================
  見出し
  ================================================*/
  /*================================================
  小見出し
  ================================================*/
  /*================================================
  上付き、下付き文字
  ================================================*/
  /*================================================
  リスト(数字)
  ================================================*/
  /*================================================
  区切り線
  ================================================*/
  /*================================================
  リスト(点)
  ================================================*/
  /*================================================
  リスト(チェック)
  ================================================*/
  /*-----------------------------------------------------------文字サイズ*/
  /*================================================
  リンクボタン
  ================================================*/
  /*================================================
  画像
  ================================================*/
  /*================================================
  テキスト入り画像
  ================================================*/
  /*================================================
  囲い
  ================================================*/
  /*================================================
  table
  ================================================*/
  /*================================================
  アンカーリンク
  ================================================*/
  /*================================================
  Google Map
  ================================================*/
}
.edit-area .pagesummary,
.cke_editable .pagesummary {
  margin: 0 0 30px 0;
  background: var(--color_gray_pale);
  border: 1px solid var(--color_yellow_default);
}
.edit-area .pagesummary span.tit,
.cke_editable .pagesummary span.tit {
  display: inline-block;
  font-size: var(--font-size-14);
  position: relative;
  background-color: var(--color_yellow_default);
  padding: 5px 0;
  min-width: 100px;
  text-align: center;
  color: var(--color_navy_default);
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .edit-area .pagesummary span.tit,
  .cke_editable .pagesummary span.tit {
    min-width: 150px;
    font-size: var(--font-size-16);
  }
}
.edit-area .pagesummary ul,
.cke_editable .pagesummary ul {
  position: relative;
  margin-left: 0px;
  padding-inline-start: 0;
  list-style: none;
  padding: 5%;
}
@media screen and (min-width: 1000px) {
  .edit-area .pagesummary ul,
  .cke_editable .pagesummary ul {
    padding: 15px 5%;
  }
}
.edit-area .pagesummary ul li,
.cke_editable .pagesummary ul li {
  display: inline-block;
  padding-left: 0;
}
.edit-area .pagesummary ul li::before,
.cke_editable .pagesummary ul li::before {
  content: none;
}
.edit-area .pagesummary ul li a,
.cke_editable .pagesummary ul li a {
  display: inline-block;
  text-decoration: none;
  color: var(--color_navy_default);
  font-size: var(--font-size-14);
  transition: 0.2s;
  border-bottom: none;
  position: relative;
  margin-right: 20px;
}
.edit-area .pagesummary ul li a::after,
.cke_editable .pagesummary ul li a::after {
  content: "/";
  position: absolute;
  right: -15px;
  color: var(--color_yellow_default);
}
.edit-area .pagesummary ul li a:hover,
.cke_editable .pagesummary ul li a:hover {
  color: var(--color_yellow_dark);
  transition: all 0.4s;
}
@media screen and (min-width: 1000px) {
  .edit-area .pagesummary ul li a,
  .cke_editable .pagesummary ul li a {
    font-size: var(--font-size-16);
  }
}
.edit-area .detail_news_social,
.cke_editable .detail_news_social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.edit-area .detail_news_social ul,
.cke_editable .detail_news_social ul {
  display: flex;
  justify-content: center;
}
.edit-area .detail_news_social ul li,
.cke_editable .detail_news_social ul li {
  margin-left: 10px;
  list-style-type: none;
  padding-left: 0;
}
.edit-area .detail_news_social ul li::before,
.cke_editable .detail_news_social ul li::before {
  content: none;
}
.edit-area .detail_news_social ul li a,
.cke_editable .detail_news_social ul li a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.1s ease;
}
.edit-area .detail_news_social ul li a.fb,
.cke_editable .detail_news_social ul li a.fb {
  background: #1a63ac url(../common/logo_fb.png) no-repeat center;
  background-size: auto 18px;
}
.edit-area .detail_news_social ul li a.tw,
.cke_editable .detail_news_social ul li a.tw {
  background: #000 url(../common/logo_x.png) no-repeat center;
  background-size: auto 15px;
}
.edit-area .detail_news_social ul li a.line,
.cke_editable .detail_news_social ul li a.line {
  background: #00b900 url(../common/logo_line.png) no-repeat center;
  background-size: auto 20px;
}
.edit-area img.ico_20,
.cke_editable img.ico_20 {
  width: 20px !important;
  height: 20px !important;
  padding: 0 4px !important;
  vertical-align: middle !important;
  margin-bottom: 3px !important;
}
.edit-area h2.h2_title01,
.cke_editable h2.h2_title01 {
  font-weight: normal;
  font-size: var(--font-size-20);
  padding: 15px 0 0 50px;
  border-radius: 5px 0 0 0;
  position: relative;
  margin-bottom: 10px;
  color: var(--color_navy_default);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .edit-area h2.h2_title01,
  .cke_editable h2.h2_title01 {
    font-size: var(--font-size-24);
  }
}
.edit-area h2.h2_title01::before,
.cke_editable h2.h2_title01::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid var(--color_yellow_default);
  transform: rotate(-45deg);
}
.edit-area h3.h3_title01,
.cke_editable h3.h3_title01 {
  font-size: var(--font-size-16);
  color: var(--color_navy_default);
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
  padding-left: 30px;
  letter-spacing: 0.05em;
}
.edit-area h3.h3_title01::before,
.cke_editable h3.h3_title01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: var(--color_gray_default);
}
.edit-area h3.h3_title01::after,
.cke_editable h3.h3_title01::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: url(../common/ico_h3.png) no-repeat;
  background-size: contain;
}
.edit-area sub,
.cke_editable sub {
  font-size: 75.5%;
  vertical-align: bottom;
}
.edit-area sup,
.cke_editable sup {
  font-size: 75.5%;
  vertical-align: top;
}
.edit-area ol,
.edit-area ol.list_num01,
.cke_editable ol,
.cke_editable ol.list_num01 {
  position: relative;
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}
.edit-area ol > li,
.edit-area ol.list_num01 > li,
.cke_editable ol > li,
.cke_editable ol.list_num01 > li {
  position: relative;
  padding: 3px 0 4px 30px;
  margin-bottom: 10px;
  list-style: none !important;
}
.edit-area ol > li:before,
.edit-area ol.list_num01 > li:before,
.cke_editable ol > li:before,
.cke_editable ol.list_num01 > li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  background: var(--color_navy_default);
  color: var(--color_white_default);
  font-weight: bold;
  text-align: center;
  font-size: var(--font-size-12);
}
.edit-area ol.list_num01 > li:before,
.cke_editable ol.list_num01 > li:before {
  background: var(--color_yellow_default);
}
.edit-area .div_hr01,
.cke_editable .div_hr01 {
  border-top: 4px solid var(--color_gray_pale);
}
.edit-area ul,
.cke_editable ul {
  position: relative;
}
.edit-area ul > li,
.cke_editable ul > li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 28px;
  position: relative;
}
.edit-area ul > li::before,
.cke_editable ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  box-sizing: border-box;
  display: inline-block;
  background: var(--color_navy_default);
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.edit-area ul.list_check,
.cke_editable ul.list_check {
  list-style: none;
  padding: 0;
  position: relative;
  margin-left: 0 !important;
}
.edit-area ul.list_check > li,
.cke_editable ul.list_check > li {
  position: relative;
  margin-bottom: 10px;
  list-style: none !important;
}
.edit-area ul.list_check > li::before,
.cke_editable ul.list_check > li::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  left: 6px;
  height: 15px;
  width: 8px;
  transform: rotate(45deg);
  border-bottom: solid 4px var(--color_yellow_default);
  border-right: solid 4px var(--color_yellow_default);
  /*打ち消し*/
  border-radius: 0;
  background: none;
}
.edit-area span.op_large,
.edit-area span.op_mideamu,
.edit-area span.op_small,
.cke_editable span.op_large,
.cke_editable span.op_mideamu,
.cke_editable span.op_small {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
.edit-area span.op_large,
.cke_editable span.op_large {
  font-size: var(--font-size-18);
}
.edit-area span.op_mideamu,
.cke_editable span.op_mideamu {
  font-size: var(--font-size-16);
}
.edit-area span.op_small,
.cke_editable span.op_small {
  font-size: var(--font-size-14);
}
.edit-area .link_btn,
.cke_editable .link_btn {
  border: 2px solid var(--color_yellow_default);
  background: var(--color_yellow_pale);
  display: inline-block;
  text-decoration: none;
  color: var(--color_default);
  padding: 15px 40px 15px 30px;
  border-radius: 50px;
  position: relative;
  margin: 5px 0;
  cursor: pointer;
  transition: all 0.4s;
  font-size: var(--font-size-14);
}
@media screen and (min-width: 1000px) {
  .edit-area .link_btn,
  .cke_editable .link_btn {
    font-size: var(--font-size-16);
    padding: 15px 50px 15px 50px;
  }
}
.edit-area .link_btn:hover,
.cke_editable .link_btn:hover {
  background: var(--color_yellow_default);
  transition: all 0.4s;
  color: var(--color_default);
}
.edit-area .link_btn::after,
.cke_editable .link_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../common/ico_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.edit-area .link_btn.link_btn-secondary,
.cke_editable .link_btn.link_btn-secondary { /*黄色変更*/
  background: var(--color_navy_pale);
  color: var(--color_default);
  border: 2px solid var(--color_navy_default);
}
.edit-area .link_btn.link_btn-secondary:hover,
.cke_editable .link_btn.link_btn-secondary:hover {
  background: var(--color_navy_default);
  transition: all 0.4s;
  color: var(--color_white_default);
}
.edit-area .link_btn.link_btn-secondary:hover::after,
.cke_editable .link_btn.link_btn-secondary:hover::after {
  transition: all 0.4s;
  background-image: url(../common/ico_blank_white.png);
}
.edit-area .link_btn.link_btn-dark,
.cke_editable .link_btn.link_btn-dark { /*青変更*/
  background: var(--color_gray_pale);
  color: var(--color_default);
  border: 2px solid var(--color_gray_default);
}
.edit-area .link_btn.link_btn-dark:hover,
.cke_editable .link_btn.link_btn-dark:hover {
  background: var(--color_gray_default);
  transition: all 0.4s;
}
.edit-area .link_btn.link_btn-large,
.cke_editable .link_btn.link_btn-large {
  display: block;
  padding: 30px 40px 30px 20px;
  border-radius: 5px;
  background-color: var(--color_yellow_default);
  border: 0;
  text-align: center;
}
.edit-area .link_btn.link_btn-large::after,
.cke_editable .link_btn.link_btn-large::after {
  background-image: url(../common/ico_arrow_black.png);
}
.edit-area .link_btn.link_btn-large:hover,
.cke_editable .link_btn.link_btn-large:hover {
  background-color: var(--color_yellow_pale);
}
.edit-area .link_btn.link_btn-small,
.cke_editable .link_btn.link_btn-small {
  color: #000;
  box-sizing: border-box;
  border: 0;
  background: var(--color_yellow_default);
  color: var(--color_default);
  padding: 18px 40px 18px 30px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .edit-area .link_btn.link_btn-small,
  .cke_editable .link_btn.link_btn-small {
    padding: 18px 50px 18px 40px;
  }
}
.edit-area .link_btn.link_btn-small:hover,
.cke_editable .link_btn.link_btn-small:hover {
  background-color: var(--color_yellow_pale);
}
.edit-area .link_btn.link_btn-small::after,
.cke_editable .link_btn.link_btn-small::after {
  width: 14px;
  height: 14px;
  background-image: url(../common/ico_arrow_black.png);
}
.edit-area .link_btn.link_btn-secondary.link_btn-small,
.cke_editable .link_btn.link_btn-secondary.link_btn-small {
  background-color: var(--color_navy_default);
  color: var(--color_white_default);
}
.edit-area .link_btn.link_btn-secondary.link_btn-small::after,
.cke_editable .link_btn.link_btn-secondary.link_btn-small::after {
  background-image: url(../common/ico_arrow_white.png);
}
.edit-area .link_btn.link_btn-secondary.link_btn-small:hover,
.cke_editable .link_btn.link_btn-secondary.link_btn-small:hover {
  background-color: var(--color_navy_pale);
  color: var(--color_default);
}
.edit-area .link_btn.link_btn-secondary.link_btn-small:hover::after,
.cke_editable .link_btn.link_btn-secondary.link_btn-small:hover::after {
  background-image: url(../common/ico_arrow_black.png);
}
.edit-area .link_btn.link_btn-secondary.link_btn-large,
.cke_editable .link_btn.link_btn-secondary.link_btn-large {
  background-color: var(--color_navy_default);
  color: var(--color_white_default);
}
.edit-area .link_btn.link_btn-secondary.link_btn-large::after,
.cke_editable .link_btn.link_btn-secondary.link_btn-large::after {
  background-image: url(../common/ico_arrow_white.png);
}
.edit-area .link_btn.link_btn-secondary.link_btn-large:hover,
.cke_editable .link_btn.link_btn-secondary.link_btn-large:hover {
  background-color: var(--color_navy_pale);
  color: var(--color_default);
}
.edit-area .link_btn.link_btn-secondary.link_btn-large:hover::after,
.cke_editable .link_btn.link_btn-secondary.link_btn-large:hover::after {
  background-image: url(../common/ico_arrow_black.png);
}
.edit-area .link_btn.link_btn-dark.link_btn-large,
.cke_editable .link_btn.link_btn-dark.link_btn-large {
  background-color: var(--color_gray_default);
}
.edit-area .link_btn.link_btn-dark.link_btn-large:hover,
.cke_editable .link_btn.link_btn-dark.link_btn-large:hover {
  background-color: var(--color_gray_pale);
}
.edit-area .link_btn.link_btn-dark.link_btn-small,
.cke_editable .link_btn.link_btn-dark.link_btn-small {
  background-color: var(--color_gray_default);
}
.edit-area .link_btn.link_btn-dark.link_btn-small:hover,
.cke_editable .link_btn.link_btn-dark.link_btn-small:hover {
  background-color: var(--color_gray_pale);
}
.edit-area img,
.cke_editable img {
  max-width: 100%;
  vertical-align: bottom;
}
.edit-area .newsImg03 ul,
.edit-area .newsImg02 ul,
.edit-area .newsImg01 ul,
.cke_editable .newsImg03 ul,
.cke_editable .newsImg02 ul,
.cke_editable .newsImg01 ul {
  margin-left: 0 !important;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.edit-area .newsImg03 ul li,
.edit-area .newsImg02 ul li,
.edit-area .newsImg01 ul li,
.cke_editable .newsImg03 ul li,
.cke_editable .newsImg02 ul li,
.cke_editable .newsImg01 ul li {
  list-style: none !important;
  text-align: center;
  font-size: var(--font-size-12);
  color: var(--color_default);
  position: inherit !important;
  padding-left: 0;
}
.edit-area .newsImg03 ul li::before,
.edit-area .newsImg02 ul li::before,
.edit-area .newsImg01 ul li::before,
.cke_editable .newsImg03 ul li::before,
.cke_editable .newsImg02 ul li::before,
.cke_editable .newsImg01 ul li::before {
  content: none !important;
}
.edit-area .newsImg03 ul li img,
.edit-area .newsImg02 ul li img,
.edit-area .newsImg01 ul li img,
.cke_editable .newsImg03 ul li img,
.cke_editable .newsImg02 ul li img,
.cke_editable .newsImg01 ul li img {
  width: 100%;
  height: auto !important;
}
.edit-area .newsImg03 li,
.cke_editable .newsImg03 li {
  width: 32%;
}
.edit-area .newsImg02 li,
.cke_editable .newsImg02 li {
  width: 49%;
}
.edit-area .newsImg01 li,
.cke_editable .newsImg01 li {
  width: 100%;
}
.edit-area .lay-grid,
.cke_editable .lay-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.edit-area .lay-grid > .col-1, .edit-area .lay-grid > .col-2, .edit-area .lay-grid > .col-3, .edit-area .lay-grid > .col-4, .edit-area .lay-grid > .col-5, .edit-area .lay-grid > .col-6, .edit-area .lay-grid > .col-7, .edit-area .lay-grid > .col-8, .edit-area .lay-grid > .col-9, .edit-area .lay-grid > .col-10, .edit-area .lay-grid > .col-11, .edit-area .lay-grid > .col-12,
.cke_editable .lay-grid > .col-1,
.cke_editable .lay-grid > .col-2,
.cke_editable .lay-grid > .col-3,
.cke_editable .lay-grid > .col-4,
.cke_editable .lay-grid > .col-5,
.cke_editable .lay-grid > .col-6,
.cke_editable .lay-grid > .col-7,
.cke_editable .lay-grid > .col-8,
.cke_editable .lay-grid > .col-9,
.cke_editable .lay-grid > .col-10,
.cke_editable .lay-grid > .col-11,
.cke_editable .lay-grid > .col-12 {
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0;
  padding: 0px 0px 5px;
}
@media screen and (min-width: 1000px) {
  .edit-area .lay-grid > .col-1, .edit-area .lay-grid > .col-2, .edit-area .lay-grid > .col-3, .edit-area .lay-grid > .col-4, .edit-area .lay-grid > .col-5, .edit-area .lay-grid > .col-6, .edit-area .lay-grid > .col-7, .edit-area .lay-grid > .col-8, .edit-area .lay-grid > .col-9, .edit-area .lay-grid > .col-10, .edit-area .lay-grid > .col-11, .edit-area .lay-grid > .col-12,
  .cke_editable .lay-grid > .col-1,
  .cke_editable .lay-grid > .col-2,
  .cke_editable .lay-grid > .col-3,
  .cke_editable .lay-grid > .col-4,
  .cke_editable .lay-grid > .col-5,
  .cke_editable .lay-grid > .col-6,
  .cke_editable .lay-grid > .col-7,
  .cke_editable .lay-grid > .col-8,
  .cke_editable .lay-grid > .col-9,
  .cke_editable .lay-grid > .col-10,
  .cke_editable .lay-grid > .col-11,
  .cke_editable .lay-grid > .col-12 {
    padding: 5px 0;
  }
}
.edit-area .lay-grid > .col-1 img, .edit-area .lay-grid > .col-2 img, .edit-area .lay-grid > .col-3 img, .edit-area .lay-grid > .col-4 img, .edit-area .lay-grid > .col-5 img, .edit-area .lay-grid > .col-6 img, .edit-area .lay-grid > .col-7 img, .edit-area .lay-grid > .col-8 img, .edit-area .lay-grid > .col-9 img, .edit-area .lay-grid > .col-10 img, .edit-area .lay-grid > .col-11 img, .edit-area .lay-grid > .col-12 img,
.cke_editable .lay-grid > .col-1 img,
.cke_editable .lay-grid > .col-2 img,
.cke_editable .lay-grid > .col-3 img,
.cke_editable .lay-grid > .col-4 img,
.cke_editable .lay-grid > .col-5 img,
.cke_editable .lay-grid > .col-6 img,
.cke_editable .lay-grid > .col-7 img,
.cke_editable .lay-grid > .col-8 img,
.cke_editable .lay-grid > .col-9 img,
.cke_editable .lay-grid > .col-10 img,
.cke_editable .lay-grid > .col-11 img,
.cke_editable .lay-grid > .col-12 img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
.edit-area .lay-grid > div.col-1, .edit-area .lay-grid > div.col-2, .edit-area .lay-grid > div.col-3, .edit-area .lay-grid > div.col-4, .edit-area .lay-grid > div.col-5, .edit-area .lay-grid > div.col-6, .edit-area .lay-grid > div.col-7, .edit-area .lay-grid > div.col-8, .edit-area .lay-grid > div.col-9, .edit-area .lay-grid > div.col-10, .edit-area .lay-grid > div.col-11, .edit-area .lay-grid > div.col-12,
.cke_editable .lay-grid > div.col-1,
.cke_editable .lay-grid > div.col-2,
.cke_editable .lay-grid > div.col-3,
.cke_editable .lay-grid > div.col-4,
.cke_editable .lay-grid > div.col-5,
.cke_editable .lay-grid > div.col-6,
.cke_editable .lay-grid > div.col-7,
.cke_editable .lay-grid > div.col-8,
.cke_editable .lay-grid > div.col-9,
.cke_editable .lay-grid > div.col-10,
.cke_editable .lay-grid > div.col-11,
.cke_editable .lay-grid > div.col-12 {
  padding: 5px 0;
}
@media screen and (min-width: 1000px) {
  .edit-area .lay-grid > div.col-1, .edit-area .lay-grid > div.col-2, .edit-area .lay-grid > div.col-3, .edit-area .lay-grid > div.col-4, .edit-area .lay-grid > div.col-5, .edit-area .lay-grid > div.col-6, .edit-area .lay-grid > div.col-7, .edit-area .lay-grid > div.col-8, .edit-area .lay-grid > div.col-9, .edit-area .lay-grid > div.col-10, .edit-area .lay-grid > div.col-11, .edit-area .lay-grid > div.col-12,
  .cke_editable .lay-grid > div.col-1,
  .cke_editable .lay-grid > div.col-2,
  .cke_editable .lay-grid > div.col-3,
  .cke_editable .lay-grid > div.col-4,
  .cke_editable .lay-grid > div.col-5,
  .cke_editable .lay-grid > div.col-6,
  .cke_editable .lay-grid > div.col-7,
  .cke_editable .lay-grid > div.col-8,
  .cke_editable .lay-grid > div.col-9,
  .cke_editable .lay-grid > div.col-10,
  .cke_editable .lay-grid > div.col-11,
  .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
.edit-area .lay-grid > .col-1,
.cke_editable .lay-grid > .col-1 {
  width: calc(8.3333333333% - 5px);
}
.edit-area .lay-grid > .col-2,
.cke_editable .lay-grid > .col-2 {
  width: calc(16.6666666667% - 5px);
}
.edit-area .lay-grid > .col-3,
.cke_editable .lay-grid > .col-3 {
  width: calc(25% - 5px);
}
.edit-area .lay-grid > .col-4,
.cke_editable .lay-grid > .col-4 {
  width: calc(33.3333333333% - 5px);
}
.edit-area .lay-grid > .col-5,
.cke_editable .lay-grid > .col-5 {
  width: calc(41.6666666667% - 5px);
}
.edit-area .lay-grid > .col-6,
.cke_editable .lay-grid > .col-6 {
  width: calc(50% - 5px);
}
.edit-area .lay-grid > .col-7,
.cke_editable .lay-grid > .col-7 {
  width: calc(58.3333333333% - 5px);
}
.edit-area .lay-grid > .col-8,
.cke_editable .lay-grid > .col-8 {
  width: calc(66.6666666667% - 5px);
}
.edit-area .lay-grid > .col-9,
.cke_editable .lay-grid > .col-9 {
  width: calc(75% - 5px);
}
.edit-area .lay-grid > .col-10,
.cke_editable .lay-grid > .col-10 {
  width: calc(83.3333333333% - 5px);
}
.edit-area .lay-grid > .col-11,
.cke_editable .lay-grid > .col-11 {
  width: calc(91.6666666667% - 5px);
}
.edit-area .lay-grid > .col-12,
.cke_editable .lay-grid > .col-12 {
  width: calc(100% - 5px);
}
@media screen and (min-width: 840px) {
  .edit-area .lay-grid > .col-12,
  .cke_editable .lay-grid > .col-12 {
    width: calc(100% - 0px);
  }
}
@media screen and (min-width: 1000px) {
  .edit-area .lay-grid > .col-lg-1, .edit-area .lay-grid > .col-lg-2, .edit-area .lay-grid > .col-lg-3, .edit-area .lay-grid > .col-lg-4, .edit-area .lay-grid > .col-lg-5, .edit-area .lay-grid > .col-lg-6, .edit-area .lay-grid > .col-lg-7, .edit-area .lay-grid > .col-lg-8, .edit-area .lay-grid > .col-lg-9, .edit-area .lay-grid > .col-lg-10, .edit-area .lay-grid > .col-lg-11, .edit-area .lay-grid > .col-lg-12,
  .cke_editable .lay-grid > .col-lg-1,
  .cke_editable .lay-grid > .col-lg-2,
  .cke_editable .lay-grid > .col-lg-3,
  .cke_editable .lay-grid > .col-lg-4,
  .cke_editable .lay-grid > .col-lg-5,
  .cke_editable .lay-grid > .col-lg-6,
  .cke_editable .lay-grid > .col-lg-7,
  .cke_editable .lay-grid > .col-lg-8,
  .cke_editable .lay-grid > .col-lg-9,
  .cke_editable .lay-grid > .col-lg-10,
  .cke_editable .lay-grid > .col-lg-11,
  .cke_editable .lay-grid > .col-lg-12 {
    box-sizing: border-box;
  }
  .edit-area .lay-grid > .col-lg-1,
  .cke_editable .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-2,
  .cke_editable .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-3,
  .cke_editable .lay-grid > .col-lg-3 {
    width: calc(25% - 5px);
  }
  .edit-area .lay-grid > .col-lg-4,
  .cke_editable .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-5,
  .cke_editable .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-6,
  .cke_editable .lay-grid > .col-lg-6 {
    width: calc(50% - 5px);
  }
  .edit-area .lay-grid > .col-lg-7,
  .cke_editable .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-8,
  .cke_editable .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-9,
  .cke_editable .lay-grid > .col-lg-9 {
    width: calc(75% - 5px);
  }
  .edit-area .lay-grid > .col-lg-10,
  .cke_editable .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-11,
  .cke_editable .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-12,
  .cke_editable .lay-grid > .col-lg-12 {
    width: calc(100% - 5px);
  }
  .edit-area .lay-grid .card-box__item--lg-last,
  .cke_editable .lay-grid .card-box__item--lg-last {
    order: 1;
  }
}
.edit-area .card-box figcaption,
.cke_editable .card-box figcaption {
  font-size: var(--font-size-12);
  color: var(--color_default);
  text-align: center;
}
.edit-area .div_info01,
.cke_editable .div_info01 {
  background: var(--color_gray_pale);
  box-sizing: border-box;
  padding: 20px;
  border-radius: 5px;
}
.edit-area .div_info02,
.cke_editable .div_info02 {
  border: 2px solid var(--color_navy_default);
  box-sizing: border-box;
  padding: 16px;
  background-color: var(--color_white_default);
  border-radius: 5px;
}
.edit-area table,
.cke_editable table {
  width: 100%;
  border-collapse: collapse;
}
.edit-area table tr th,
.cke_editable table tr th {
  background: #f0f0f0;
  padding: 10px;
  border: 1px solid var(--color_gray_default);
  font-size: var(--font-size-14);
  font-weight: bold;
}
.edit-area table tr td,
.cke_editable table tr td {
  padding: 10px;
  border: 1px solid var(--color_gray_default);
  background: var(--color_white_default);
  font-size: var(--font-size-14);
}
.edit-area a,
.cke_editable a {
  color: var(--color_yellow_default);
  text-decoration: underline;
  transition: all 0.4s;
}
.edit-area a:hover,
.cke_editable a:hover {
  color: var(--color_yellow_dark);
  transition: all 0.4s;
}
.edit-area .g-map,
.cke_editable .g-map {
  width: 100% !important;
  height: 300px;
}

/* ------------------------------管理画面専用の記述(点線出したり) */
.cke_editable {
  max-width: var(--width-content);
  margin: 0 auto;
}
.cke_editable .lay-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cke_editable .lay-grid > .col-1, .cke_editable .lay-grid > .col-2, .cke_editable .lay-grid > .col-3, .cke_editable .lay-grid > .col-4, .cke_editable .lay-grid > .col-5, .cke_editable .lay-grid > .col-6, .cke_editable .lay-grid > .col-7, .cke_editable .lay-grid > .col-8, .cke_editable .lay-grid > .col-9, .cke_editable .lay-grid > .col-10, .cke_editable .lay-grid > .col-11, .cke_editable .lay-grid > .col-12 {
  padding: 5px 0;
  border-radius: 4px;
  box-sizing: border-box;
  border: dashed 1px #dedacd;
  border-radius: 4px;
}
.cke_editable .lay-grid > .col-1 img, .cke_editable .lay-grid > .col-2 img, .cke_editable .lay-grid > .col-3 img, .cke_editable .lay-grid > .col-4 img, .cke_editable .lay-grid > .col-5 img, .cke_editable .lay-grid > .col-6 img, .cke_editable .lay-grid > .col-7 img, .cke_editable .lay-grid > .col-8 img, .cke_editable .lay-grid > .col-9 img, .cke_editable .lay-grid > .col-10 img, .cke_editable .lay-grid > .col-11 img, .cke_editable .lay-grid > .col-12 img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
@media screen and (min-width: 1000px) {
  .cke_editable .lay-grid > div.col-1, .cke_editable .lay-grid > div.col-2, .cke_editable .lay-grid > div.col-3, .cke_editable .lay-grid > div.col-4, .cke_editable .lay-grid > div.col-5, .cke_editable .lay-grid > div.col-6, .cke_editable .lay-grid > div.col-7, .cke_editable .lay-grid > div.col-8, .cke_editable .lay-grid > div.col-9, .cke_editable .lay-grid > div.col-10, .cke_editable .lay-grid > div.col-11, .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
.cke_editable .lay-grid > .col-1 {
  width: calc(8.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-2 {
  width: calc(16.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-3 {
  width: calc(25% - 5px);
}
.cke_editable .lay-grid > .col-4 {
  width: calc(33.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-5 {
  width: calc(41.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-6 {
  width: calc(50% - 5px);
}
.cke_editable .lay-grid > .col-7 {
  width: calc(58.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-8 {
  width: calc(66.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-9 {
  width: calc(75% - 5px);
}
.cke_editable .lay-grid > .col-10 {
  width: calc(83.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-11 {
  width: calc(91.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-12 {
  width: calc(100% - 5px);
}
@media screen and (min-width: 1000px) {
  .cke_editable .lay-grid > .col-lg-1, .cke_editable .lay-grid > .col-lg-2, .cke_editable .lay-grid > .col-lg-3, .cke_editable .lay-grid > .col-lg-4, .cke_editable .lay-grid > .col-lg-5, .cke_editable .lay-grid > .col-lg-6, .cke_editable .lay-grid > .col-lg-7, .cke_editable .lay-grid > .col-lg-8, .cke_editable .lay-grid > .col-lg-9, .cke_editable .lay-grid > .col-lg-10, .cke_editable .lay-grid > .col-lg-11, .cke_editable .lay-grid > .col-lg-12 {
    box-sizing: border-box;
    border: dashed 1px #dedacd;
    border-radius: 4px;
  }
  .cke_editable .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-3 {
    width: calc(25% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-6 {
    width: calc(50% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-9 {
    width: calc(75% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-12 {
    width: calc(100% - 5px);
  }
  .cke_editable .lay-grid .card-box__item--lg-last {
    order: 1;
  }
}
.cke_editable .card-box figcaption {
  font-size: var(--font-size-12);
  color: var(--color_default);
  text-align: center;
}
.cke_editable .ckeditor_divline {
  width: 100%;
  height: auto;
  padding-top: 2.17%;
  background: url(../common/ckeditor_divline.gif) no-repeat;
  background-size: contain;
}

/*!
component > title
------------------------------
*/
.c-title-level2 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 840px) {
  .c-title-level2 {
    font-size: 22px;
  }
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: 90%;
  margin: 0 auto;
}

main {
  width: 100%;
  padding-top: 77px;
}
@media screen and (min-width: 1000px) {
  main {
    padding-top: 0px;
  }
}

.l-container {
  max-width: var(--width-content-s);
}
@media screen and (min-width: 1000px) {
  .l-container {
    max-width: var(--width-content);
  }
}

@media screen and (min-width: 840px) {
  .onlyPc {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .onlyPc {
    display: inline-block;
  }
}

@media screen and (min-width: 840px) {
  .onlySp {
    display: inline-block;
  }
}
@media screen and (min-width: 1130px) {
  .onlySp {
    display: none;
  }
}

.text_center {
  text-align: center;
}
@media screen and (min-width: 840px) {
  .text_center_Sp {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .text_center_Pc {
    text-align: center;
  }
}

.float_L {
  float: left;
}
@media screen and (min-width: 840px) {
  .float_L_Sp {
    float: left;
  }
}
@media screen and (min-width: 1000px) {
  .float_L_Pc {
    float: left;
  }
}

.float_R {
  float: right;
}
@media screen and (min-width: 840px) {
  .float_R_Sp {
    float: right;
  }
}
@media screen and (min-width: 1000px) {
  .float_R_Pc {
    float: right;
  }
}

.clearfix::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}

/* margin設定　・・・・・・・・・・・・・・・・・・・・・・・ */
.mt0 {
  margin-top: 0px !important;
}
@media screen and (min-width: 840px) {
  .mt0_Sp {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt0_Pc {
    margin-top: 0px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 840px) {
  .mb0_Sp {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb0_Pc {
    margin-bottom: 0px !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media screen and (min-width: 840px) {
  .mr0_Sp {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr0_Pc {
    margin-right: 0px !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media screen and (min-width: 840px) {
  .ml0_Sp {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml0_Pc {
    margin-left: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (min-width: 840px) {
  .mt5_Sp {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt5_Pc {
    margin-top: 5px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (min-width: 840px) {
  .mb5_Sp {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb5_Pc {
    margin-bottom: 5px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (min-width: 840px) {
  .mr5_Sp {
    margin-right: 5px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr5_Pc {
    margin-right: 5px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (min-width: 840px) {
  .ml5_Sp {
    margin-left: 5px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml5_Pc {
    margin-left: 5px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (min-width: 840px) {
  .mt10_Sp {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt10_Pc {
    margin-top: 10px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 840px) {
  .mb10_Sp {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb10_Pc {
    margin-bottom: 10px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (min-width: 840px) {
  .mr10_Sp {
    margin-right: 10px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr10_Pc {
    margin-right: 10px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 840px) {
  .ml10_Sp {
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml10_Pc {
    margin-left: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (min-width: 840px) {
  .mt15_Sp {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt15_Pc {
    margin-top: 15px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 840px) {
  .mb15_Sp {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb15_Pc {
    margin-bottom: 15px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (min-width: 840px) {
  .mr15_Sp {
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr15_Pc {
    margin-right: 15px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 840px) {
  .ml15_Sp {
    margin-left: 15px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml15_Pc {
    margin-left: 15px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (min-width: 840px) {
  .mt20_Sp {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt20_Pc {
    margin-top: 20px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 840px) {
  .mb20_Sp {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb20_Pc {
    margin-bottom: 20px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (min-width: 840px) {
  .mr20_Sp {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr20_Pc {
    margin-right: 20px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (min-width: 840px) {
  .ml20_Sp {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml20_Pc {
    margin-left: 20px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (min-width: 840px) {
  .mt25_Sp {
    margin-top: 25px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt25_Pc {
    margin-top: 25px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 840px) {
  .mb25_Sp {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb25_Pc {
    margin-bottom: 25px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (min-width: 840px) {
  .mr25_Sp {
    margin-right: 25px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr25_Pc {
    margin-right: 25px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (min-width: 840px) {
  .ml25_Sp {
    margin-left: 25px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml25_Pc {
    margin-left: 25px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 840px) {
  .mt30_Sp {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt30_Pc {
    margin-top: 30px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 840px) {
  .mb30_Sp {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb30_Pc {
    margin-bottom: 30px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (min-width: 840px) {
  .mr30_Sp {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr30_Pc {
    margin-right: 30px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (min-width: 840px) {
  .ml30_Sp {
    margin-left: 30px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml30_Pc {
    margin-left: 30px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (min-width: 840px) {
  .mt35_Sp {
    margin-top: 35px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt35_Pc {
    margin-top: 35px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (min-width: 840px) {
  .mb35_Sp {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb35_Pc {
    margin-bottom: 35px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (min-width: 840px) {
  .mr35_Sp {
    margin-right: 35px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr35_Pc {
    margin-right: 35px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (min-width: 840px) {
  .ml35_Sp {
    margin-left: 35px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml35_Pc {
    margin-left: 35px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 840px) {
  .mt40_Sp {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt40_Pc {
    margin-top: 40px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 840px) {
  .mb40_Sp {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb40_Pc {
    margin-bottom: 40px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (min-width: 840px) {
  .mr40_Sp {
    margin-right: 40px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr40_Pc {
    margin-right: 40px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (min-width: 840px) {
  .ml40_Sp {
    margin-left: 40px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml40_Pc {
    margin-left: 40px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (min-width: 840px) {
  .mt45_Sp {
    margin-top: 45px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt45_Pc {
    margin-top: 45px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (min-width: 840px) {
  .mb45_Sp {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb45_Pc {
    margin-bottom: 45px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (min-width: 840px) {
  .mr45_Sp {
    margin-right: 45px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr45_Pc {
    margin-right: 45px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (min-width: 840px) {
  .ml45_Sp {
    margin-left: 45px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml45_Pc {
    margin-left: 45px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (min-width: 840px) {
  .mt50_Sp {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt50_Pc {
    margin-top: 50px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 840px) {
  .mb50_Sp {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb50_Pc {
    margin-bottom: 50px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 840px) {
  .mr50_Sp {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr50_Pc {
    margin-right: 50px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (min-width: 840px) {
  .ml50_Sp {
    margin-left: 50px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml50_Pc {
    margin-left: 50px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (min-width: 840px) {
  .mt55_Sp {
    margin-top: 55px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt55_Pc {
    margin-top: 55px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (min-width: 840px) {
  .mb55_Sp {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb55_Pc {
    margin-bottom: 55px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media screen and (min-width: 840px) {
  .mr55_Sp {
    margin-right: 55px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr55_Pc {
    margin-right: 55px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media screen and (min-width: 840px) {
  .ml55_Sp {
    margin-left: 55px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml55_Pc {
    margin-left: 55px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (min-width: 840px) {
  .mt60_Sp {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt60_Pc {
    margin-top: 60px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 840px) {
  .mb60_Sp {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb60_Pc {
    margin-bottom: 60px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (min-width: 840px) {
  .mr60_Sp {
    margin-right: 60px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr60_Pc {
    margin-right: 60px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (min-width: 840px) {
  .ml60_Sp {
    margin-left: 60px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml60_Pc {
    margin-left: 60px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media screen and (min-width: 840px) {
  .mt65_Sp {
    margin-top: 65px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt65_Pc {
    margin-top: 65px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (min-width: 840px) {
  .mb65_Sp {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb65_Pc {
    margin-bottom: 65px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media screen and (min-width: 840px) {
  .mr65_Sp {
    margin-right: 65px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr65_Pc {
    margin-right: 65px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media screen and (min-width: 840px) {
  .ml65_Sp {
    margin-left: 65px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml65_Pc {
    margin-left: 65px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (min-width: 840px) {
  .mt70_Sp {
    margin-top: 70px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt70_Pc {
    margin-top: 70px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (min-width: 840px) {
  .mb70_Sp {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb70_Pc {
    margin-bottom: 70px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media screen and (min-width: 840px) {
  .mr70_Sp {
    margin-right: 70px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr70_Pc {
    margin-right: 70px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media screen and (min-width: 840px) {
  .ml70_Sp {
    margin-left: 70px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml70_Pc {
    margin-left: 70px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media screen and (min-width: 840px) {
  .mt75_Sp {
    margin-top: 75px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt75_Pc {
    margin-top: 75px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (min-width: 840px) {
  .mb75_Sp {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb75_Pc {
    margin-bottom: 75px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media screen and (min-width: 840px) {
  .mr75_Sp {
    margin-right: 75px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr75_Pc {
    margin-right: 75px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media screen and (min-width: 840px) {
  .ml75_Sp {
    margin-left: 75px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml75_Pc {
    margin-left: 75px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (min-width: 840px) {
  .mt80_Sp {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt80_Pc {
    margin-top: 80px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 840px) {
  .mb80_Sp {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb80_Pc {
    margin-bottom: 80px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (min-width: 840px) {
  .mr80_Sp {
    margin-right: 80px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr80_Pc {
    margin-right: 80px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (min-width: 840px) {
  .ml80_Sp {
    margin-left: 80px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml80_Pc {
    margin-left: 80px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media screen and (min-width: 840px) {
  .mt85_Sp {
    margin-top: 85px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt85_Pc {
    margin-top: 85px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (min-width: 840px) {
  .mb85_Sp {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb85_Pc {
    margin-bottom: 85px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media screen and (min-width: 840px) {
  .mr85_Sp {
    margin-right: 85px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr85_Pc {
    margin-right: 85px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media screen and (min-width: 840px) {
  .ml85_Sp {
    margin-left: 85px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml85_Pc {
    margin-left: 85px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (min-width: 840px) {
  .mt90_Sp {
    margin-top: 90px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt90_Pc {
    margin-top: 90px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (min-width: 840px) {
  .mb90_Sp {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb90_Pc {
    margin-bottom: 90px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media screen and (min-width: 840px) {
  .mr90_Sp {
    margin-right: 90px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr90_Pc {
    margin-right: 90px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media screen and (min-width: 840px) {
  .ml90_Sp {
    margin-left: 90px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml90_Pc {
    margin-left: 90px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media screen and (min-width: 840px) {
  .mt95_Sp {
    margin-top: 95px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt95_Pc {
    margin-top: 95px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (min-width: 840px) {
  .mb95_Sp {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb95_Pc {
    margin-bottom: 95px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media screen and (min-width: 840px) {
  .mr95_Sp {
    margin-right: 95px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr95_Pc {
    margin-right: 95px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media screen and (min-width: 840px) {
  .ml95_Sp {
    margin-left: 95px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml95_Pc {
    margin-left: 95px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 840px) {
  .mt100_Sp {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mt100_Pc {
    margin-top: 100px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 840px) {
  .mb100_Sp {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mb100_Pc {
    margin-bottom: 100px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 840px) {
  .mr100_Sp {
    margin-right: 100px !important;
  }
}
@media screen and (min-width: 1000px) {
  .mr100_Pc {
    margin-right: 100px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (min-width: 840px) {
  .ml100_Sp {
    margin-left: 100px !important;
  }
}
@media screen and (min-width: 1000px) {
  .ml100_Pc {
    margin-left: 100px !important;
  }
}

.w0per {
  width: 0% !important;
}
@media screen and (min-width: 840px) {
  .w0per_Sp {
    width: 0% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w0per_Pc {
    width: 0% !important;
  }
}

.w0 {
  width: 0px !important;
}
@media screen and (min-width: 840px) {
  .w0_Sp {
    width: 0px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w0_Pc {
    width: 0px !important;
  }
}

.w5per {
  width: 5% !important;
}
@media screen and (min-width: 840px) {
  .w5per_Sp {
    width: 5% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w5per_Pc {
    width: 5% !important;
  }
}

.w5 {
  width: 5px !important;
}
@media screen and (min-width: 840px) {
  .w5_Sp {
    width: 5px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w5_Pc {
    width: 5px !important;
  }
}

.w10per {
  width: 10% !important;
}
@media screen and (min-width: 840px) {
  .w10per_Sp {
    width: 10% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w10per_Pc {
    width: 10% !important;
  }
}

.w10 {
  width: 10px !important;
}
@media screen and (min-width: 840px) {
  .w10_Sp {
    width: 10px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w10_Pc {
    width: 10px !important;
  }
}

.w15per {
  width: 15% !important;
}
@media screen and (min-width: 840px) {
  .w15per_Sp {
    width: 15% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w15per_Pc {
    width: 15% !important;
  }
}

.w15 {
  width: 15px !important;
}
@media screen and (min-width: 840px) {
  .w15_Sp {
    width: 15px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w15_Pc {
    width: 15px !important;
  }
}

.w20per {
  width: 20% !important;
}
@media screen and (min-width: 840px) {
  .w20per_Sp {
    width: 20% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w20per_Pc {
    width: 20% !important;
  }
}

.w20 {
  width: 20px !important;
}
@media screen and (min-width: 840px) {
  .w20_Sp {
    width: 20px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w20_Pc {
    width: 20px !important;
  }
}

.w25per {
  width: 25% !important;
}
@media screen and (min-width: 840px) {
  .w25per_Sp {
    width: 25% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w25per_Pc {
    width: 25% !important;
  }
}

.w25 {
  width: 25px !important;
}
@media screen and (min-width: 840px) {
  .w25_Sp {
    width: 25px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w25_Pc {
    width: 25px !important;
  }
}

.w30per {
  width: 30% !important;
}
@media screen and (min-width: 840px) {
  .w30per_Sp {
    width: 30% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w30per_Pc {
    width: 30% !important;
  }
}

.w30 {
  width: 30px !important;
}
@media screen and (min-width: 840px) {
  .w30_Sp {
    width: 30px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w30_Pc {
    width: 30px !important;
  }
}

.w35per {
  width: 35% !important;
}
@media screen and (min-width: 840px) {
  .w35per_Sp {
    width: 35% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w35per_Pc {
    width: 35% !important;
  }
}

.w35 {
  width: 35px !important;
}
@media screen and (min-width: 840px) {
  .w35_Sp {
    width: 35px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w35_Pc {
    width: 35px !important;
  }
}

.w40per {
  width: 40% !important;
}
@media screen and (min-width: 840px) {
  .w40per_Sp {
    width: 40% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w40per_Pc {
    width: 40% !important;
  }
}

.w40 {
  width: 40px !important;
}
@media screen and (min-width: 840px) {
  .w40_Sp {
    width: 40px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w40_Pc {
    width: 40px !important;
  }
}

.w45per {
  width: 45% !important;
}
@media screen and (min-width: 840px) {
  .w45per_Sp {
    width: 45% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w45per_Pc {
    width: 45% !important;
  }
}

.w45 {
  width: 45px !important;
}
@media screen and (min-width: 840px) {
  .w45_Sp {
    width: 45px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w45_Pc {
    width: 45px !important;
  }
}

.w50per {
  width: 50% !important;
}
@media screen and (min-width: 840px) {
  .w50per_Sp {
    width: 50% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w50per_Pc {
    width: 50% !important;
  }
}

.w50 {
  width: 50px !important;
}
@media screen and (min-width: 840px) {
  .w50_Sp {
    width: 50px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w50_Pc {
    width: 50px !important;
  }
}

.w55per {
  width: 55% !important;
}
@media screen and (min-width: 840px) {
  .w55per_Sp {
    width: 55% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w55per_Pc {
    width: 55% !important;
  }
}

.w55 {
  width: 55px !important;
}
@media screen and (min-width: 840px) {
  .w55_Sp {
    width: 55px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w55_Pc {
    width: 55px !important;
  }
}

.w60per {
  width: 60% !important;
}
@media screen and (min-width: 840px) {
  .w60per_Sp {
    width: 60% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w60per_Pc {
    width: 60% !important;
  }
}

.w60 {
  width: 60px !important;
}
@media screen and (min-width: 840px) {
  .w60_Sp {
    width: 60px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w60_Pc {
    width: 60px !important;
  }
}

.w65per {
  width: 65% !important;
}
@media screen and (min-width: 840px) {
  .w65per_Sp {
    width: 65% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w65per_Pc {
    width: 65% !important;
  }
}

.w65 {
  width: 65px !important;
}
@media screen and (min-width: 840px) {
  .w65_Sp {
    width: 65px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w65_Pc {
    width: 65px !important;
  }
}

.w70per {
  width: 70% !important;
}
@media screen and (min-width: 840px) {
  .w70per_Sp {
    width: 70% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w70per_Pc {
    width: 70% !important;
  }
}

.w70 {
  width: 70px !important;
}
@media screen and (min-width: 840px) {
  .w70_Sp {
    width: 70px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w70_Pc {
    width: 70px !important;
  }
}

.w75per {
  width: 75% !important;
}
@media screen and (min-width: 840px) {
  .w75per_Sp {
    width: 75% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w75per_Pc {
    width: 75% !important;
  }
}

.w75 {
  width: 75px !important;
}
@media screen and (min-width: 840px) {
  .w75_Sp {
    width: 75px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w75_Pc {
    width: 75px !important;
  }
}

.w80per {
  width: 80% !important;
}
@media screen and (min-width: 840px) {
  .w80per_Sp {
    width: 80% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w80per_Pc {
    width: 80% !important;
  }
}

.w80 {
  width: 80px !important;
}
@media screen and (min-width: 840px) {
  .w80_Sp {
    width: 80px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w80_Pc {
    width: 80px !important;
  }
}

.w85per {
  width: 85% !important;
}
@media screen and (min-width: 840px) {
  .w85per_Sp {
    width: 85% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w85per_Pc {
    width: 85% !important;
  }
}

.w85 {
  width: 85px !important;
}
@media screen and (min-width: 840px) {
  .w85_Sp {
    width: 85px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w85_Pc {
    width: 85px !important;
  }
}

.w90per {
  width: 90% !important;
}
@media screen and (min-width: 840px) {
  .w90per_Sp {
    width: 90% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w90per_Pc {
    width: 90% !important;
  }
}

.w90 {
  width: 90px !important;
}
@media screen and (min-width: 840px) {
  .w90_Sp {
    width: 90px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w90_Pc {
    width: 90px !important;
  }
}

.w95per {
  width: 95% !important;
}
@media screen and (min-width: 840px) {
  .w95per_Sp {
    width: 95% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w95per_Pc {
    width: 95% !important;
  }
}

.w95 {
  width: 95px !important;
}
@media screen and (min-width: 840px) {
  .w95_Sp {
    width: 95px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w95_Pc {
    width: 95px !important;
  }
}

.w100per {
  width: 100% !important;
}
@media screen and (min-width: 840px) {
  .w100per_Sp {
    width: 100% !important;
  }
}
@media screen and (min-width: 1000px) {
  .w100per_Pc {
    width: 100% !important;
  }
}

.w100 {
  width: 100px !important;
}
@media screen and (min-width: 840px) {
  .w100_Sp {
    width: 100px !important;
  }
}
@media screen and (min-width: 1000px) {
  .w100_Pc {
    width: 100px !important;
  }
}

.mc {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 840px) {
  .mc_Sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1000px) {
  .mc_Pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/*!
layout > header
------------------------------
*/
body.active {
  overflow: hidden;
}

#Header {
  background-color: var(--color_white_default);
  padding: 17px 0 0;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  #Header {
    padding: 26px 0;
    height: auto;
    position: inherit;
  }
}
#Header .header_inner {
  position: relative;
  background: var(--color_white_default);
}
@media screen and (min-width: 1000px) {
  #Header .header_inner {
    width: var(--width-content-xl);
    margin: 0 auto;
  }
}
#Header .header_inner p.logo {
  position: absolute;
  left: 5%;
  z-index: 10000;
}
#Header .header_inner p.logo a {
  width: 180px;
  height: 45px;
  display: block;
  background: url(../common/logo.png) no-repeat;
  background-size: contain;
  font-size: 0;
}
@media screen and (min-width: 1000px) {
  #Header .header_inner p.logo a {
    width: 242px;
    height: 58px;
  }
}
#Header .header_inner #nav {
  padding-top: 60px;
  position: relative;
}
#Header .header_inner #nav ul.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease 0.4s;
  z-index: 1000;
  padding: 30px 0 0;
  background-color: var(--color_navy_default);
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav ul.header__nav {
    top: 10px;
    right: calc(5% + 60px);
    left: inherit;
    transform: translateX(0%);
    transition: none;
    height: auto;
    padding: 0 0;
    background-color: transparent;
    width: auto;
    margin-top: 5px;
  }
}
#Header .header_inner #nav ul.header__nav > li.nav-items__item {
  width: 90%;
  margin: 0px auto 15px;
  padding: 20px 30px 20px 30px;
  background-color: var(--color_yellow_default);
  border-radius: 5px 5px;
  position: relative;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav ul.header__nav > li.nav-items__item {
    margin-right: 0;
    text-align: center;
    font-size: var(--font-size-16);
    width: auto;
    padding: 0;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    float: left;
    width: 130px;
    transition: all 0.4s;
  }
  #Header .header_inner #nav ul.header__nav > li.nav-items__item:hover {
    cursor: pointer;
    color: var(--color_yellow_dark);
    transition: all 0.4s;
  }
}
#Header .header_inner #nav ul.header__nav > li.nav-items__item > span.plus {
  display: block;
  position: absolute;
  top: 16px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: var(--color_white_default);
  border-radius: 50px;
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav ul.header__nav > li.nav-items__item > span.plus {
    display: none;
  }
}
#Header .header_inner #nav ul.header__nav > li.nav-items__item > span.plus::after, #Header .header_inner #nav ul.header__nav > li.nav-items__item > span.plus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background: var(--color_navy_default);
  transition: all 0.4s;
}
#Header .header_inner #nav ul.header__nav > li.nav-items__item > span.plus::after {
  margin-left: -5px;
  margin-top: -1px;
  transform: rotate(90deg);
}
#Header .header_inner #nav ul.header__nav > li.nav-items__item ul.sub_nav {
  visibility: hidden;
  transition: all 0.4s;
  opacity: 0;
  height: 0;
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav ul.header__nav > li.nav-items__item ul.sub_nav {
    visibility: inherit;
    height: auto;
    display: none;
    width: 180px;
    background-color: var(--color_yellow_default);
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    margin-left: -20px;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav ul.header__nav > li.nav-items__item ul.sub_nav > li:nth-of-type(2) {
    margin-top: 10px;
  }
  #Header .header_inner #nav ul.header__nav > li.nav-items__item ul.sub_nav > li:nth-of-type(2) > a {
    position: relative;
  }
  #Header .header_inner #nav ul.header__nav > li.nav-items__item ul.sub_nav > li:nth-of-type(2) > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    background: var(--color_yellow_dark);
    width: 100%;
    height: 1px;
  }
}
#Header .header_inner #nav ul.header__nav > li.nav-items__item ul.sub_nav > li > a {
  display: block;
  font-size: var(--font-size-12);
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid var(--color_yellow_dark);
  position: relative;
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav ul.header__nav > li.nav-items__item ul.sub_nav > li > a {
    padding: 5px 0 5px 0px;
    box-sizing: border-box;
    border-bottom: 0;
    transition: all 0.4s;
    text-align: left;
    color: var(--color_navy_default);
  }
  #Header .header_inner #nav ul.header__nav > li.nav-items__item ul.sub_nav > li > a:hover {
    transition: all 0.4s;
    color: var(--color_white_default);
  }
}
#Header .header_inner #nav ul.header__nav > li.nav-items__item ul.sub_nav > li > a::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  background: url(../common/ico_arrow_black.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav ul.header__nav > li.nav-items__item ul.sub_nav > li > a::before {
    content: none;
  }
}
#Header .header_inner #nav ul.header__nav > li.nav-items__item.is-open ul.sub_nav {
  display: block;
  border-top: 1px solid var(--color_yellow_dark);
  margin-top: 20px;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  height: auto;
}
#Header .header_inner #nav ul.header__nav > li.nav-items__item.is-open span.plus::after {
  opacity: 0;
  background-color: #fff;
  transition: all 0.4s;
}
#Header .header_inner #nav ul.header__nav > li.btn_white_line {
  width: 90%;
  margin: 0px auto;
  padding: 15px 0;
  border: 2px solid var(--color_white_default);
  border-radius: 40px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav ul.header__nav > li.btn_white_line {
    display: none;
  }
}
#Header .header_inner #nav ul.header__nav > li.btn_white_line > a {
  display: block;
  color: var(--color_white_default);
  position: relative;
  font-size: var(--font-size-14);
}
#Header .header_inner #nav ul.header__nav > li.btn_white_line > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  margin-top: 2px;
  width: 16px;
  height: 16px;
  background: url(../common/ico_arrow_white.png) no-repeat;
  background-size: contain;
}
#Header .header_inner #nav ul.header__nav.active {
  transform: translateX(0);
}
#Header .header_inner #nav .hamburger {
  position: absolute;
  right: 5%;
  top: 8px;
  background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
  transition: ease 0.4s;
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav .hamburger {
    display: none;
  }
}
#Header .header_inner #nav .hamburger > span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: var(--color_navy_default);
}
#Header .header_inner #nav .hamburger > span:nth-child(2) {
  margin-top: 7px;
}
#Header .header_inner #nav .hamburger > span:nth-child(3) {
  margin-top: 7px;
}
#Header .header_inner #nav .hamburger.active {
  margin-top: 10px;
}
#Header .header_inner #nav .hamburger.active > span {
  display: block;
  width: 26px;
  height: 3px;
  background-color: var(--color_navy_default);
  transition: ease 0.2s;
}
#Header .header_inner #nav .hamburger.active > span:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 0;
}
#Header .header_inner #nav .hamburger.active > span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -3px;
}
#Header .header_inner #nav .hamburger.active > span:nth-child(3) {
  display: none;
}
#Header .header_inner #nav .language {
  position: absolute;
  right: calc(5% + 35px);
  top: 5px;
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav .language {
    right: 5%;
    top: 10px;
  }
}
#Header .header_inner #nav .language a {
  display: block;
  width: 29px;
  height: 29px;
  background-color: var(--color_navy_default);
  color: var(--color_white_default);
  border-radius: 50%;
  font-size: var(--font-size-12);
  box-sizing: border-box;
  text-align: center;
  line-height: 29px;
  transition: all 0.4s;
}
#Header .header_inner #nav .language a:hover {
  transition: all 0.4s;
  background-color: var(--color_yellow_default);
}
@media screen and (min-width: 1000px) {
  #Header .header_inner #nav .language a {
    width: 36px;
    height: 36px;
    font-size: var(--font-size-14);
    line-height: 36px;
  }
}

/*!
layout > footer
------------------------------
*/
#Footer {
  background: var(--color_navy_default);
  padding: 40px 0 20px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #Footer {
    min-height: 260px;
  }
}
#Footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 29.35%;
  background: url(../common/img_circle.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  #Footer:after {
    padding-top: 260px;
    background-position: center center;
  }
}
#Footer .footer_inner {
  width: var(--width-content-md);
  margin: 0 auto;
  position: inherit;
  z-index: 10000;
}
@media screen and (min-width: 1000px) {
  #Footer .footer_inner {
    display: flex;
    flex-wrap: wrap;
    width: var(--width-content-xl);
  }
}
#Footer .footer_inner .footer_left {
  color: var(--color_white_default);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #Footer .footer_inner .footer_left {
    text-align: left;
    width: 30%;
  }
}
#Footer .footer_inner .footer_left p.logo a {
  display: block;
  width: 220px;
  padding-top: 80px;
  background: url(../common/logo_white.png) no-repeat;
  background-size: contain;
  font-size: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #Footer .footer_inner .footer_left p.logo a {
    padding-top: 70px;
    margin: 0;
  }
}
#Footer .footer_inner .footer_left p.mail {
  transition: all 0.4s;
}
#Footer .footer_inner .footer_left p.mail:hover {
  color: var(--color_yellow_default);
  transition: all 0.4s;
}
#Footer .footer_inner .footer_right {
  display: none;
}
@media screen and (min-width: 1000px) {
  #Footer .footer_inner .footer_right {
    display: block;
    width: 70%;
  }
}
#Footer .footer_inner .footer_right ul {
  display: flex;
  justify-content: end;
}
#Footer .footer_inner .footer_right ul li {
  margin-left: 30px;
}
#Footer .footer_inner .footer_right ul li a {
  color: var(--color_white_default);
  font-size: var(--font-size-14);
  font-weight: bold;
}
#Footer .footer_inner .footer_right ul li a:hover {
  color: var(--color_yellow_default);
  transition: all 0.4s;
}
#Footer .footer_inner .copy {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid var(--color_white_default);
  text-align: center;
  font-size: var(--font-size-12);
  color: var(--color_white_default);
}
@media screen and (min-width: 1000px) {
  #Footer .footer_inner .copy {
    width: 100%;
  }
}

/*!
page > top > top (common)
------------------------------
*/
#MainImage {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}
#MainImage h1 {
  display: none;
}
#MainImage .img_sp {
  width: var(--width-content-md);
  margin: 0 auto;
  height: 50%;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  /* アニメーションスタートの遅延時間を決めるCSS*/
}
#MainImage .img_sp .delay-time00 {
  background: url(../images/img_top_main01_Sp.png) no-repeat;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 50%;
  background-size: contain;
}
#MainImage .img_sp .delay-time02 {
  background: url(../images/img_top_main02_Sp.png) no-repeat;
  width: 100%;
  padding-top: 50%;
  background-size: contain;
}
#MainImage .img_sp .delay-time04 {
  background: url(../images/img_top_main03_Sp.png) no-repeat;
  width: 95%;
  background-size: contain;
  position: absolute;
  transform: translateY(-50%);
  /*英語版専用記述 */
  padding-top: 27%;
  left: 4%;
  top: 35%;
}
#MainImage .img_sp .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#MainImage .img_sp .delay-time02 {
  animation-delay: 0.2s;
}
#MainImage .img_sp .delay-time04 {
  animation-delay: 0.4s;
}
@media screen and (min-width: 1000px) {
  #MainImage .img_sp {
    display: none;
  }
}
@media screen and (min-width: 840px) {
  #MainImage .img_pc {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #MainImage .img_pc {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: var(--width-content-xl);
    position: relative;
    /* アニメーションスタートの遅延時間を決めるCSS*/
  }
  #MainImage .img_pc .box {
    width: 32.3333333333%;
    padding: 20px;
    height: 460px;
    margin: 0 1% 0px 0;
    background: #666;
    color: #fff;
    box-sizing: border-box;
  }
  #MainImage .img_pc .delay-time00 {
    background: url(../images/img_top_main01_Pc.png) no-repeat;
    border-radius: 5px 0 0 5px;
  }
  #MainImage .img_pc .delay-time02 {
    background: url(../images/img_top_main02_Pc.png) no-repeat;
  }
  #MainImage .img_pc .delay-time04 {
    margin-right: 0;
    background: url(../images/img_top_main03_Pc.png) no-repeat;
    border-radius: 0px 5px 5px 0;
  }
  #MainImage .img_pc .delay-time06 {
    background: url(../images/img_top_main04_Pc.png) no-repeat;
    position: absolute;
    right: 30px;
    /*英語版専用記述 */
    width: 45%;
    top: 60px;
    background-size: contain;
  }
  #MainImage .img_pc .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #MainImage .img_pc .delay-time02 {
    animation-delay: 0.2s;
  }
  #MainImage .img_pc .delay-time04 {
    animation-delay: 0.4s;
  }
  #MainImage .img_pc .delay-time06 {
    animation-delay: 0.6s;
  }
}

#Research {
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  #Research {
    position: relative;
    padding-bottom: 0px;
    overflow: hidden;
  }
}
#Research .l-container {
  margin-bottom: 110px;
}
@media screen and (min-width: 1000px) {
  #Research .research_text {
    width: 460px;
    padding-top: 72px;
    /*英語版*/
    line-height: 35px;
  }
}
#Research .research_text h2 {
  font-size: var(--font-size-40);
  line-height: 1;
  font-weight: 300;
  color: var(--color_navy_default);
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  #Research .research_text h2 {
    font-size: var(--font-size-60);
    text-align: left;
    margin-bottom: 40px;
  }
}
#Research .research_text h2 span {
  display: block;
  font-size: var(--font-size-14);
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #Research .research_text h2 span {
    font-size: var(--font-size-20);
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
  }
}
#Research .research_img {
  background: var(--color_navy_default);
  height: 200px;
  margin-top: 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  #Research .research_img {
    width: 660px;
    position: absolute;
    left: 60%;
    top: 0;
    margin-top: 0;
    height: 100%;
    border-radius: 10px;
  }
}
#Research .research_img div {
  width: 42%;
  height: 110%;
  margin-top: -60px;
}
@media screen and (min-width: 1000px) {
  #Research .research_img div {
    height: 510px;
    width: 360px;
    margin-top: 0;
  }
}
#Research .research_img div.drone {
  background: url(../images/img_top_drone.png) no-repeat rgb(242, 247, 255);
  background-size: 150%;
  background-position: bottom 25px left;
  border-radius: 10px;
  margin-left: 5%;
}
@media screen and (min-width: 1000px) {
  #Research .research_img div.drone {
    margin-left: -130px;
    margin-top: 72px;
  }
}
#Research .research_img div.silkworm {
  background: url(../images/img_top_silkworm.png) no-repeat;
  background-size: cover;
  background-position: left -30px center;
  border-radius: 10px;
  margin-right: 5%;
}
@media screen and (min-width: 1000px) {
  #Research .research_img div.silkworm {
    margin-top: 72px;
  }
}

#Menu {
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  #Menu {
    position: relative;
    margin-bottom: 100px;
  }
  #Menu::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    background: var(--color_gray_pale);
    height: 234px;
    z-index: -100;
  }
}
@media screen and (min-width: 1000px) {
  #Menu ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  #Menu ul > li {
    width: 460px;
  }
}
#Menu ul > li > a {
  display: block;
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #Menu ul > li > a {
    padding: 40px;
  }
}
#Menu ul > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -2%;
  top: 3%;
  background: var(--color_yellow_default);
  border-radius: 10px;
  z-index: -1;
  transition: all 0.4s;
}
#Menu ul > li > a h2 {
  font-size: var(--font-size-40);
  line-height: 1;
  font-weight: 300;
  color: var(--color_white_default);
  margin-bottom: 20px;
  border-bottom: 2px solid var(--color_white_default);
  padding-bottom: 20px;
}
#Menu ul > li > a h2 span {
  display: block;
  font-size: var(--font-size-14);
  margin-top: 10px;
}
#Menu ul > li > a .btn_white {
  display: block;
  font-weight: bold;
  position: relative;
  padding-right: 50px;
  line-height: 40px;
  color: var(--color_white_default);
  text-align: right;
  margin-top: 48px;
  transition: all 0.4s;
}
#Menu ul > li > a .btn_white::after {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../common/ico_circle_white.png) no-repeat;
  background-size: contain;
  transition: all 0.4s;
}
#Menu ul > li > a:hover .btn_white {
  color: var(--color_yellow_default);
  transition: all 0.4s;
}
#Menu ul > li > a:hover .btn_white::after {
  right: -2%;
  transition: all 0.4s;
  background: url(../common/ico_circle_yellow.png) no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}
#Menu ul > li > a:hover::after {
  background: var(--color_navy_default);
  transition: all 0.4s;
}
#Menu ul > li.people a {
  background-image: url(../images/img_top_people.jpg);
  background-color: hsla(225, 49%, 21%, 0.7);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: bottom right;
}
@media screen and (min-width: 1000px) {
  #Menu ul > li.people a {
    background-size: 160%;
  }
}
#Menu ul > li.publication a {
  background-image: url(../images/img_top_book.jpg);
  background-color: hsla(225, 49%, 21%, 0.6);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: bottom left;
}
@media screen and (min-width: 1000px) {
  #Menu ul > li.publication a {
    background-size: 110%;
    background-position: top -50px left;
  }
}

#Recruitment {
  padding-bottom: 46px;
  position: relative;
}
#Recruitment::after {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 51.36%;
  bottom: 0;
  right: 0;
  background: url(../common/img_wave.png) no-repeat;
  background-size: 170%;
  background-position: right -50px top 30px;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  #Recruitment::after {
    background-size: 80%;
    padding-top: 250px;
    background-position: right -50px top 0px;
  }
}
#Recruitment .recruitment_inner h2 {
  font-size: var(--font-size-40);
  line-height: 1;
  font-weight: 300;
  color: var(--color_navy_default);
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  #Recruitment .recruitment_inner h2 {
    font-size: var(--font-size-60);
    margin-bottom: 40px;
  }
}
#Recruitment .recruitment_inner h2 span {
  display: block;
  font-size: var(--font-size-14);
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  #Recruitment .recruitment_inner h2 span {
    font-size: var(--font-size-20);
    font-weight: bold;
    margin-top: 20px;
  }
}
#Recruitment .recruitment_inner .btn_yellow {
  margin-top: 46px;
}
@media screen and (min-width: 1000px) {
  #Recruitment .recruitment_inner .btn_yellow a {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  #Recruitment .recruitment_inner .text {
    max-width: 570px;
    text-align: center;
    margin: 0 auto;
    /*英語版*/
    line-height: 35px;
  }
}

/*ボタンテキスト*/
.btn_yellow {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .btn_yellow {
    margin-top: 40px;
  }
}
.btn_yellow a {
  display: block;
  background: var(--color_yellow_default);
  padding: 24px 0;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  z-index: 100000;
}
@media screen and (min-width: 1000px) {
  .btn_yellow a {
    width: 320px;
    line-height: 1.8;
    transition: all 0.4s;
  }
  .btn_yellow a:hover {
    background: var(--color_navy_default);
    transition: all 0.4s;
    color: #fff;
  }
  .btn_yellow a:hover::before {
    transition: all 0.4s;
    background: url(../common/ico_arrow_white.png) no-repeat;
    background-size: contain;
  }
}
.btn_yellow a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  margin-top: 2px;
  width: 18px;
  height: 18px;
  background: url(../common/ico_arrow_black.png) no-repeat;
  background-size: contain;
}

/*!
page > top > top (common)
------------------------------
*/
#titleArea {
  min-height: 200px;
  padding: 0 5%;
  background: url(../common/img_wave.png) no-repeat var(--color_navy_default);
  background-size: 140%;
  background-position: right -100px top 50px;
}
@media screen and (min-width: 1000px) {
  #titleArea {
    padding: 0;
    background-size: 70%;
    min-height: 310px;
    background-position: right top 90px;
  }
}
#titleArea .pageTitle {
  color: var(--color_white_default);
  font-size: var(--font-size-30);
  padding-top: 50px;
}
@media screen and (min-width: 1000px) {
  #titleArea .pageTitle {
    width: var(--width-content);
    margin: 0 auto;
    font-size: var(--font-size-50);
    padding-top: 80px;
  }
}

#Contents {
  min-height: 500px;
  width: var(--width-content-md);
  background: var(--color_white_default);
  margin: -55px auto 0;
  border-radius: 5px 5px 0 0;
  padding: 15px;
}
@media screen and (min-width: 1000px) {
  #Contents {
    width: var(--width-content);
    padding: 15px 35px;
    margin: -86px auto 0;
  }
}

#pageNav {
  background: var(--color_gray_pale);
}
#pageNav ul {
  width: var(--width-content-md);
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #pageNav ul {
    width: var(--width-content-xl);
  }
}
#pageNav ul li {
  color: var(--color_navy_default);
  display: inline-block;
  font-size: var(--font-size-14);
  margin-right: 40px;
}
#pageNav ul li a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 100000;
}
#pageNav ul li a::before {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--color_yellow_default);
  border-radius: 50%;
}
#pageNav ul li a:hover {
  color: var(--color_yellow_dark);
  transition: all 0.4s;
}

#titleNews {
  border-bottom: 1px solid var(--color_navy_default);
  padding-bottom: 20px;
  color: var(--color_navy_default);
  margin-bottom: 20px;
}
#titleNews .day {
  font-size: var(--font-size-14);
}
@media screen and (min-width: 1000px) {
  #titleNews .day {
    font-size: var(--font-size-16);
  }
}
#titleNews .title {
  font-size: var(--font-size-20);
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  #titleNews .title {
    font-size: var(--font-size-30);
  }
}

/*!
page > top > top (common)
------------------------------
*/
#News {
  margin-bottom: 50px;
}
#News .news_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid var(--color_gray_default);
  padding: 24px 0;
}
#News .news_title h2 {
  font-size: var(--font-size-40);
  line-height: 1;
  font-weight: 300;
  color: var(--color_navy_default);
}
@media screen and (min-width: 1000px) {
  #News .news_title h2 {
    font-size: var(--font-size-60);
  }
}
#News .news_title h2 span {
  display: block;
  font-size: var(--font-size-14);
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  #News .news_title h2 span {
    font-size: var(--font-size-20);
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
    font-weight: bold;
  }
}
#News .news_title p.bn_news {
  margin-top: 20px;
}
#News .news_title p.bn_news a {
  display: block;
  font-weight: bold;
  position: relative;
  padding-right: 50px;
  line-height: 40px;
}
#News .news_title p.bn_news a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../common/ico_circle_yellow.png) no-repeat;
  background-size: contain;
  transition: all 0.4s;
}
#News .news_title p.bn_news a:hover {
  transition: all 0.4s;
  color: var(--color_yellow_dark);
}
#News .news_title p.bn_news a:hover::after {
  right: -5px;
  transition: all 0.4s;
}
#News .news_article li a {
  padding: 24px 0;
  display: block;
  border-bottom: 1px solid var(--color_gray_default);
}
@media screen and (min-width: 1000px) {
  #News .news_article li a {
    display: flex;
    flex-wrap: wrap;
  }
  #News .news_article li a:hover .title {
    transition: all 0.4s;
    color: var(--color_yellow_dark);
  }
}
@media screen and (min-width: 1000px) {
  #News .news_article li a.t_link_lift:hover {
    cursor: inherit;
  }
  #News .news_article li a.t_link_lift:hover .title {
    transition: none;
    color: var(--color_default);
  }
}
@media screen and (min-width: 1000px) {
  #News .news_article li a .news_detail {
    display: table;
    width: 220px;
  }
}
#News .news_article li a .news_detail span.day {
  display: inline-block;
  font-size: var(--font-size-14);
  width: 80px;
  font-family: var(--font-family-YuGo);
  letter-spacing: 0.05rem;
  vertical-align: middle;
}
#News .news_article li a .news_detail span.day.new {
  position: relative;
}
#News .news_article li a .news_detail span.day.new::after {
  content: "NEW";
  color: var(--color_yellow_default);
  font-size: var(--font-size-12);
  position: absolute;
  left: 0;
  top: -15px;
}
#News .news_article li a .news_detail span.cate {
  display: inline-block;
  font-size: var(--font-size-10);
  padding: 5px 15px;
  background-color: var(--color_gray_pale);
  line-height: var(--font-size-10);
  border: 1px solid var(--color_gray_default);
  box-sizing: border-box;
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  #News .news_article li a .news_detail span.cate {
    max-width: 90px;
    line-height: 1.5;
  }
}
#News .news_article li a .news_text {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  #News .news_article li a .news_text {
    display: table;
    width: calc(100% - 220px);
    margin-top: 0;
  }
}
#News .news_article li a .news_text::after {
  content: "";
  clear: both;
  display: table;
}
#News .news_article li a .news_text span.thumb {
  display: block;
  float: left;
  margin-right: 20px;
}
#News .news_article li a .news_text span.thumb img {
  width: 80px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
#News .news_article li a .news_text .title {
  display: block;
}
#News .news_article li.none_text {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 1000px) {
  #News .news_article li.none_text {
    font-size: var(--font-size-20);
  }
}

#newsPaging {
  text-align: center;
  margin-bottom: 50px;
}
#newsPaging > p {
  display: inline-block;
  margin-right: 20px;
  color: var(--color_gray_dark);
  position: relative;
  transition: all 0.4s;
}
#newsPaging > p:hover {
  color: var(--color_yellow_default);
  transition: all 0.4s;
  cursor: pointer;
}
#newsPaging > p::after {
  content: "/";
  position: absolute;
  right: -14px;
  color: var(--color_gray_dark);
}
#newsPaging > p:last-child::after {
  content: none;
}
#newsPaging > p.active {
  color: var(--color_yellow_default);
}

/*!
page > top > top (common)
------------------------------
*/
/* ==========================================================================
パスワードページのみ使用
========================================================================== */
#form_main .c_password {
  text-align: center;
}
#form_main .c_password .password_text {
  font-size: var(--font-size-18);
  margin-bottom: 30px;
}
@media screen and (min-width: 840px) {
  #form_main .c_password .password_text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
#form_main .c_password .password_input {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
}
@media screen and (min-width: 840px) {
  #form_main .c_password .password_input {
    max-width: 600px;
  }
}
#form_main .c_password .password_input .input_wrap {
  flex-grow: 1;
}
#form_main .c_password .password_input .input_wrap input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-right: 10px;
  border: 1px solid var(--color_gray_dark);
}
#form_main .c_password .password_input .password_bn {
  width: 80px;
  display: inline-block;
  margin-left: 10px;
}
#form_main .c_password .password_input .password_bn a {
  display: block;
  padding: 0px 15px;
  background-color: var(--color_navy_default);
  color: #fff;
  font-size: 0.875rem;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 49px;
  text-decoration: none;
}
#form_main .c_password .password_input .password_bn a:hover {
  background-color: var(--color_default);
  transition: all 0.3s;
}
#form_main .c_password .password_err {
  background-color: var(--color_gray_pale);
  margin: 30px auto 0;
  padding: 20px 40px;
  max-width: 600px;
}/*# sourceMappingURL=style.css.map */