@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,400,500,700");
/*****
200604追加
本番化の際に、ファイルパスの書き換えが必要
例）
テスト：url(/corp_2018/img/img_home_mainvisual.jpg)
本番：url(/img/img_home_mainvisual.jpg)
*****/
/* ==========================================================================
Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

:focus {
  outline: 0;
}

img,
a img {
  border: none;
}

a {
  outline: 0;
  cursor: pointer;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.mktoForm input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
.mktoForm input[type="radio"] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/* Base
----------------------------------------------------------------- */
html {
  height: 100%;
  line-height: 1.6;
  overflow-y: scroll;
}

body {
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
}
@media only screen and (min-width: 48em) {
  body {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    line-height: 1.75;
  }
}

a {
  text-decoration: none;
  color: #00a4b2;
  transition: color 0.1s 0s ease;
}
@media only screen and (max-width: 47.9375em) {
  a {
    word-break: break-all;
  }
}
@media only screen and (min-width: 48em) {
  a {
    word-break: break-all;
  }
}
@media only screen and (min-width: 61.25em) {
  a {
    word-break: inherit;
  }
}
@media only screen and (min-width: 61.25em) {
  a:hover {
    color: #82d2d9;
  }
}
@media only screen and (min-width: 61.25em) {
  a[href^="tel"] {
    pointer-events: none;
    cursor: text;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: normal;
}

/* ==========================================================================
Layout
========================================================================== */
.l-root-container {
  position: relative;
  background-color: #fff;
}

.l-header {
  position: relative;
  height: 54px;
  z-index: 10;
  background-color: #fff;
}
@media only screen and (min-width: 61.25em) {
  .l-header {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
  }
}
.l-header.is-position-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 61.25em) {
  .browser-is-ie .l-header {
    display: block;
    height: 80px;
  }
}

@media only screen and (min-width: 61.25em) {
  .l-header--has_border {
    padding-bottom: 4px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header--has_border:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #f39800;
    background: linear-gradient(to right, #f39800 0%, #f27100 100%);
  }
}

.l-header__inner {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    position: absolute;
    z-index: 9;
    height: 500px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__inner {
    position: absolute;
    z-index: 9;
    height: 500px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__inner {
    position: static;
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow-x: inherit;
    overflow-y: inherit;
  }
}
.l-header__inner.is-visible {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 61.25em) {
  .browser-is-ie .l-header__inner {
    position: relative;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__main-area {
    background-color: #fff;
    padding-right: 19px;
    padding-bottom: 30px;
    padding-left: 19px;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__main-area {
    background-color: #fff;
    padding-right: 19px;
    padding-bottom: 30px;
    padding-left: 19px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__main-area {
    background-color: #fff;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
}

.l-header__logo {
  box-sizing: border-box;
  height: 100%;
  z-index: 10;
  background: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__logo {
    position: relative;
    height: 54px;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__logo {
    position: relative;
    height: 54px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__logo {
    border-bottom: none;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 61.25em) {
  .browser-is-ie .l-header__logo {
    float: left;
    height: 100%;
  }
}
.l-header__logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f39800;
  background: linear-gradient(to right, #f39800 0%, #f27100 100%);
}
@media only screen and (min-width: 61.25em) {
  .l-header__logo:before {
    display: none;
  }
}
.l-header__logo a {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__logo a {
    box-sizing: border-box;
    height: 100%;
    width: 128px;
    padding-top: 12px;
    padding-left: 19px;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__logo a {
    box-sizing: border-box;
    height: 100%;
    width: 128px;
    padding-top: 12px;
    padding-left: 19px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__logo a {
    height: 100%;
    width: 211px;
    padding-top: 22px;
    padding-left: 40px;
  }
}

.l-header__label {
  display: none;
}
@media only screen and (min-width: 61.25em) {
  .l-header__label {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e4df;
  }
}
@media only screen and (min-width: 87.5em) {
  .l-header__label {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.l-header__label img {
  display: block;
}

@media only screen and (min-width: 61.25em) {
  .l-header__menu-list {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__menu-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e4df;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__menu-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e4df;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-item {
    border: none;
    text-align: center;
  }
}
@media only screen and (min-width: 87.5em) {
  .l-header__menu-item {
    width: 135px;
  }
}
.l-header__menu-item > a {
  display: block;
  position: relative;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__menu-item > a {
    font-size: 16px;
    font-size: 1rem;
    color: #00a4b2;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__menu-item > a {
    font-size: 16px;
    font-size: 1rem;
    color: #00a4b2;
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-item > a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #000;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 11px;
    padding-left: 11px;
    transition: color 0.3s ease;
  }
}
@media only screen and (min-width: 87.5em) {
  .l-header__menu-item > a {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-item > a:hover {
    color: #666;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-item > a:hover .l-header__menu-icon svg {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-item > a.is-visible {
    background-color: #f2f2f2;
    color: #000000;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-item > a.is-visible:hover {
    background-color: #f2f2f2;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-item > a.is-visible:hover .l-header__menu-icon svg {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-item > a.is-visible .l-header__menu-icon svg {
    fill: #000;
  }
}
.l-header__menu-item.is-current a {
  color: #f38900;
}

.l-header__menu-icon svg {
  fill-rule: evenodd;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__menu-icon svg {
    fill: #00a4b2;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__menu-icon svg {
    fill: #00a4b2;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-icon svg {
    transition: all 0.3s ease;
    opacity: 1;
    fill: #fff;
  }
}
a.is-visible .l-header__menu-icon svg {
  transform: rotate(180deg);
}

@media only screen and (max-width: 47.9375em) {
  .l-header__menu-icon--type_arrow {
    position: absolute;
    top: 8px;
    right: 0;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__menu-icon--type_arrow {
    position: absolute;
    top: 8px;
    right: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-icon--type_arrow {
    position: relative;
    top: -2px;
    right: auto;
    margin-left: 8px;
  }
}
.l-header__menu-icon--type_arrow svg {
  fill: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 47.9375em) {
  .l-header__menu-icon--type_arrow svg {
    width: 11px;
    height: 6px;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__menu-icon--type_arrow svg {
    width: 11px;
    height: 6px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__menu-icon--type_arrow svg {
    width: 9px;
    height: 5px;
  }
}

.l-header__menu-icon--type_blank {
  position: relative;
  top: -3px;
  margin-left: 4px;
}
.l-header__menu-icon--type_blank svg {
  fill: rgba(0, 0, 0, 0.9);
  width: 8px;
  height: 6px;
}

.is-current .l-header__dropdown-area a {
  color: #00a4b2;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__dropdown-area {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__dropdown-area {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__dropdown-area {
    background-color: #f2f2f2;
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    visibility: hidden;
    overflow: hidden;
    transition: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__dropdown-area.is-visible {
    visibility: visible;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__dropdown-area.l-header__dropdown-area--show_sp {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__dropdown-area-inner {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__dropdown-area-inner {
    max-width: 1400px;
    margin-top: 52px;
    margin-right: auto;
    margin-bottom: 38px;
    margin-left: auto;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 87.5em) {
  .l-header__dropdown-area-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 979px) {
  .l-header__dropdown-area-inner {
    margin-bottom: 28px;
  }
}

.l-header__icon-close {
  position: absolute;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__icon-close {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__icon-close {
    display: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__icon-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #999999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
}
.l-header__icon-close svg {
  display: block;
  fill: #f2f2f2;
  fill-rule: evenodd;
  width: 10px;
  height: 10px;
}

.l-header__icon {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 57px;
  height: 54px;
  cursor: pointer;
  z-index: 11;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__icon {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__icon {
    display: block;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-header__icon {
    display: none;
  }
}

.l-header__icon-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-header__icon-line {
  position: absolute;
  left: 50%;
  width: 21px;
  height: 3px;
  margin-top: 21px;
  margin-left: -11px;
  background-color: #000;
}

.l-header__icon-line--position_top {
  transition: transform 0.2s 0s ease;
}
.is-move .l-header__icon-line--position_top {
  transform: translate3d(0, 6px, 0);
}
.is-close .l-header__icon-line--position_top {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}

.l-header__icon-line--position_middle {
  top: 6px;
}
.is-close .l-header__icon-line--position_middle {
  opacity: 0;
}

.l-header__icon-line--position_bottom {
  top: 12px;
  transition: transform 0.2s 0s ease;
}
.is-move .l-header__icon-line--position_bottom {
  transform: translate3d(0, -6px, 0);
}
.is-close .l-header__icon-line--position_bottom {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

.l-header__overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__overlay {
    visibility: hidden;
    z-index: 8;
    opacity: 0;
    transition: all 0.4s 0s ease;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__overlay {
    visibility: hidden;
    z-index: 8;
    opacity: 0;
    transition: all 0.4s 0s ease;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__overlay.is-visible {
    visibility: visible;
    opacity: 0.45;
  }
}
@media only screen and (min-width: 48em) {
  .l-header__overlay.is-visible {
    visibility: visible;
    opacity: 0.45;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e4df;
}

.l-footer__inner {
  position: relative;
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__inner {
    widows: 100%;
    padding-top: 45px;
    padding-bottom: 105px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__inner {
    display: -ms-flexbox;
    display: flex;
    padding-top: 75px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 87.5em) {
  .l-footer__inner {
    width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 48em) {
  .l-footer__site-map {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-block {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-block {
    max-width: 240px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-footer__site-map-block {
    padding-right: 82px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-block:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-block:last-child {
    padding-right: 0;
  }
}

.l-footer__site-map-item {
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-item {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-item {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 8px;
  }
}
.l-footer__site-map-item a {
  color: #000;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-item a {
    white-space: nowrap;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-item a:hover {
    color: #666;
  }
  .l-footer__site-map-item a:hover svg {
    fill: #666;
  }
}
.l-footer__site-map-item svg {
  position: relative;
  width: 8px;
  height: 6px;
  top: -2px;
  fill: #000;
  fill-rule: evenodd;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-item svg {
    margin-left: 3px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-item svg {
    margin-left: 7px;
    transition: fill 0.3s ease;
  }
}
.l-footer__site-map-block--lv_2 .l-footer__site-map-item a:before {
  content: "-";
  margin-right: 5px;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-block--lv_2 {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-block--lv_2 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-item--type_bold {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-item--type_bold {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-item--type_bold:last-child {
    margin-bottom: 0;
  }
}
.l-footer__site-map-item--type_bold > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}

.l-footer__site-map-item--type_corp {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-item--type_corp {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__site-map-item--type_corp {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 48em) {
  .l-footer__site-map-item--mb_large {
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__site-map-item--mb_small {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__company {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__company {
    width: 350px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-footer__company {
    padding-right: 90px;
  }
}

.l-footer__company-name {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  margin-bottom: 8px;
}

.l-footer__company-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .l-footer__company-info {
    display: block;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-footer__company-info {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .l-footer__company-info p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-footer__company-info p {
    margin-bottom: 0;
  }
}
.l-footer__company-info img {
  display: block;
  margin-left: 15px;
}
@media only screen and (min-width: 48em) {
  .l-footer__company-info img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-footer__company-info img {
    display: none;
  }
}

.l-footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__copy {
    width: 100%;
    position: absolute;
    bottom: 46px;
  }
}

.l-content-container {
  position: relative;
}

.l-breadcrumbs {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .l-breadcrumbs {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .l-breadcrumbs {
    display: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 87.5em) {
  .l-breadcrumbs {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.l-breadcrumbs__inner {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 61.25em) {
  .l-breadcrumbs__inner {
    width: 100%;
  }
}

.l-breadcrumbs__item {
  margin-right: 15px;
  padding-right: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(/common/svg/arrow_right_white.svg);
}
.l-breadcrumbs--color_inverted .l-breadcrumbs__item {
  color: #000;
  background-image: url(/common/svg/arrow_right_gray.svg);
}
.l-breadcrumbs__item:last-child {
  background: none;
}
.l-breadcrumbs__item > a {
  transition: color 0.1s 0s ease;
  color: #fff;
}
@media only screen and (min-width: 61.25em) {
  .l-breadcrumbs__item > a:hover {
    color: #fff;
  }
}
.l-breadcrumbs--color_inverted .l-breadcrumbs__item > a {
  color: #000;
}
.l-breadcrumbs__item > span {
  margin-right: 15px;
  margin-left: 10px;
}
.l-breadcrumbs__item path {
  fill: #999;
}

.l-contact-block {
  position: relative;
  box-sizing: border-box;
  background: #f39800;
  background: linear-gradient(to right, #f39800 0%, #f27100 100%);
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-block {
    padding-top: 53px;
    padding-right: 6.25%;
    padding-bottom: 47px;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-block {
    padding-top: 57px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-contact-block {
    height: 270px;
  }
}

.l-contact-block__inner {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 48em) {
  .l-contact-block__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-contact-block__inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contact-block__column {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-block__column {
    width: 41.6%;
  }
}
@media only screen and (min-width: 61.25em) {
  .l-contact-block__column {
    width: 400px;
  }
}
.l-contact-block__column:last-child {
  margin-bottom: 0;
}

.l-contact-block__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-block__heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-block__heading {
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contact-block__module {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-block__module {
    margin-bottom: 40px;
  }
}
.l-contact-block__module:last-child {
  margin-bottom: 0;
}

.l-contact-block__text, .l-contact-block__link > a {
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-block__text, .l-contact-block__link > a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.45;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-block__text, .l-contact-block__link > a {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

.l-contact-block__link {
  text-align: center;
}
.l-contact-block__link > a svg {
  position: relative;
  top: -1px;
  margin-left: 9px;
  width: 6px;
  height: 10px;
  fill: #fff;
  fill-rule: evenodd;
}
@media only screen and (min-width: 48em) {
  .l-contact-block__link > a svg {
    transition: all 0.4s 0s;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-block__link > a:hover svg {
    transform: translateX(5px);
    fill: #fff;
  }
}

.l-contact-block__tel {
  color: #fff;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-block__tel {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-block__tel {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contact-block__tel span {
    margin-right: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .l-contact-block__tel span {
    margin-right: 13px;
  }
}
.l-contact-block__tel span svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.l-contact-block__tel a[href^="tel"] {
  color: #fff;
}

@media only screen and (max-width: 47.9375em) {
  .l-page-top {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .l-page-top {
    opacity: 0;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: opacity 0.8s 0s ease;
  }
}
.l-page-top > a {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  box-sizing: border-box;
  padding-top: 13px;
}
.l-page-top > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  z-index: -1;
  transition: transform 0.4s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-page-top > a:hover:before {
  transform: scale(1.1, 1.1);
}
.l-page-top > a:hover svg {
  fill: #fff;
}
.l-page-top svg {
  fill: #999;
  transition: fill 0.4s ease;
}
.l-page-top.is-visible {
  opacity: 1;
}

/* ==========================================================================
Object
========================================================================== */
.c-heading-1, .p-heading-copy__main-copy {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-1, .p-heading-copy__main-copy {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-1, .p-heading-copy__main-copy {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-heading-1, .p-heading-copy__main-copy {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.c-heading-1--on_visual {
  color: #fff;
}

.c-heading-2 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 17px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 17px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-heading-2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 35px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-section-heading-block .c-heading-2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-section-heading-block .c-heading-2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-section-heading-block .c-heading-2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-2.c-heading-2--align_center {
    text-align: center;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-2.c-heading-2--align_center {
    text-align: center;
  }
}
.c-heading-2.c-heading-2--margin_small {
  margin-bottom: 10px;
}
@media only screen and (min-width: 61.25em) {
  .c-heading-2.c-heading-2--margin_small {
    margin-bottom: 25px;
  }
}

.c-heading-3, .p-article-button-module__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 61.25em) {
  .c-heading-3, .p-article-button-module__heading {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3.c-heading-3--center, .c-heading-3--center.p-article-button-module__heading {
    text-align: center;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-3.c-heading-3--center, .c-heading-3--center.p-article-button-module__heading {
    text-align: center;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-3--margin-top {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-3--margin-top {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-heading-3--margin-top {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-3--type_patner {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-3--type_patner {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.c-heading-4 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 12px;
}
@media only screen and (min-width: 61.25em) {
  .c-heading-4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-4.c-heading-4--align_center {
    text-align: center;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-4.c-heading-4--align_center {
    text-align: center;
  }
}

.c-content-block {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.c-content-block--type_partner .c-content-block:last-of-type {
  padding-bottom: 80px;
}

.c-content-block--bg_inverted {
  background-color: #f5f5f5;
}

.c-content-block--has_border {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e4df;
}

.c-content-block--no_stripe .c-content-block__inner {
  padding-top: 0;
}

.c-content-block--has_pager .c-content-block__inner {
  padding-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-content-block--has_padding {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-block--has_padding {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-content-block--has_padding {
    padding-top: 80px;
  }
}

.c-content-block--has_margin {
  margin-bottom: 80px;
}

.c-content-block__inner {
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  .c-content-block__inner {
    width: 100%;
    padding-top: 45px;
    padding-right: 6.25%;
    padding-bottom: 50px;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-block__inner {
    width: 100%;
    padding-top: 45px;
    padding-right: 6.25%;
    padding-bottom: 50px;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-content-block__inner {
    max-width: 1400px;
    padding-top: 75px;
    padding-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 87.5em) {
  .c-content-block__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-content-block--type_blog .c-content-block__inner {
    padding-top: 37px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-block--type_blog .c-content-block__inner {
    padding-top: 37px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-content-block--type_blog .c-content-block__inner {
    max-width: 800px;
    padding-top: 110px;
    padding-right: 0;
    padding-left: 0;
  }
}
.c-content-block--type_case .c-content-block__inner {
  padding-top: 0;
}
@media only screen and (min-width: 61.25em) {
  .c-content-block--type_case .c-content-block__inner {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 80em) {
  .c-content-block--type_case .c-content-block__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.c-content-block--type_case .c-content-block__inner:first-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-content-block--type_case .c-content-block__inner:first-child {
    padding-top: 37px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-block--type_case .c-content-block__inner:first-child {
    padding-top: 37px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-content-block--type_case .c-content-block__inner:first-child {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-content-block--type_ir .c-content-block__inner {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-block--type_ir .c-content-block__inner {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-content-block--type_ir .c-content-block__inner {
    padding-top: 110px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-content-block--type_partner .c-content-block__inner {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-block--type_partner .c-content-block__inner {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-content-block--type_partner .c-content-block__inner {
    padding-top: 80px;
    padding-right: auto;
    padding-bottom: 0;
    padding-left: auto;
  }
}

@media only screen and (min-width: 61.25em) {
  .c-content-block__inner--size_small {
    width: 800px;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
  }
}

.c-content-block__inner--type_partner {
  padding-right: 0;
  padding-left: 0;
}

.c-content-section-1 {
  margin-bottom: 35px;
}
@media only screen and (min-width: 61.25em) {
  .c-content-section-1 {
    margin-bottom: 70px;
  }
}
.c-content-section-1:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-content-section-2 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-section-2 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-content-section-2 {
    margin-bottom: 50px;
  }
}
.c-content-section-2:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-content-section-3 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .c-content-section-3 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-content-section-3 {
    margin-bottom: 50px;
  }
}
.c-content-section-3:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .c-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-flex-container--margin_bottom {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .c-flex-container--margin_bottom {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-flex-container--margin_bottom {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 48em) {
  .c-flex-container--column_2 {
    display: block;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-flex-container--column_2 {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 48em) {
  .c-flex-container--space_between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (min-width: 48em) {
  .c-flex-container--flex_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 48em) {
  .c-flex-container--type_panel {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-flex-container--type_panel {
    margin-right: auto;
    margin-bottom: -40px;
    margin-left: auto;
  }
}

.c-flex-container--type_support {
  margin-bottom: 35px;
}
@media only screen and (min-width: 61.25em) {
  .c-flex-container--type_support {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .c-flex-container--type_mkto {
    margin-bottom: 25px;
  }
}

.c-button-1 {
  box-sizing: border-box;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  border-width: 1px;
  border-style: solid;
  border-color: #00a4b2;
  text-align: center;
  font-weight: bold;
  transition: transform 1s 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s 1s ease;
  width: 100%;
}
.c-button-1 > a {
  overflow: hidden;
  position: relative;
  display: block;
  color: #00a4b2;
  transition: color 0.2s 0s ease;
  font-size: 16px;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1 > a {
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1 > a {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
  }
}
.c-button-1 > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #00a4b2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), right 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
@media only screen and (min-width: 48em) {
  .c-button-1 > a:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1 > a:hover:after {
    right: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1 > a:hover svg {
    transform: translateX(5px);
    fill: #fff;
  }
}
@media only screen and (max-width: 47.9375em) {
  .browser-is-ie .c-button-1 > a {
    padding-top: 11px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .browser-is-ie .c-button-1 > a {
    padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .browser-is-ie .c-button-1 > a svg {
    top: 0;
  }
}
.c-button-1 span {
  display: block;
  position: relative;
  z-index: 2;
}
.c-button-1 svg {
  position: relative;
  top: -1px;
  margin-left: 9px;
  width: 6px;
  height: 10px;
  fill: #00a4b2;
  fill-rule: evenodd;
}
@media only screen and (min-width: 48em) {
  .c-button-1 svg {
    transition: all 0.4s 0s;
  }
}
.c-button-1.is-incomplete {
  opacity: 0.15;
  border-color: #000;
  background-color: transparent;
}
.c-button-1.is-incomplete > a {
  color: #000;
  pointer-events: none;
}
.c-button-1.is-incomplete svg {
  fill: #000;
}

.c-button-1--type_fill {
  border-color: #00a4b2;
  background-color: #00a4b2;
}
.c-button-1--type_fill > a {
  color: #fff;
}
.c-button-1--type_fill > a:after {
  background-color: #fff;
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_fill > a:hover {
    color: #00a4b2;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_fill > a:hover:after {
    background-color: #fff;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_fill > a:hover svg path {
    fill: #00a4b2;
  }
}
.c-button-1--type_fill svg {
  fill: #fff;
}

.c-button-1--type_blank > a:hover svg {
  transform: translateX(0);
}
.c-button-1--type_blank svg {
  top: -3px;
  width: 8px;
  height: 6px;
}

.c-button-1--type_form {
  border-color: #00a4b2;
  background-color: #00a4b2;
}
.c-button-1--type_form > a {
  color: #fff;
}
.c-button-1--type_form > a:after {
  background-color: #fff9e5;
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_form > a:hover {
    color: #00a4b2;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_form > a:hover:after {
    background-color: #fff9e5;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_form > a:hover svg path {
    fill: #00a4b2;
  }
}
.c-button-1--type_form svg {
  fill: #fff;
}

.c-button-1--type_contact {
  border-color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_contact {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_contact {
    margin-bottom: 10px;
  }
}
.c-button-1--type_contact > a {
  padding-top: 13px;
  padding-bottom: 12px;
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .c-button-1--type_contact > a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_contact > a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-button-1--type_contact > a:after {
  background-color: #fff;
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_contact > a:hover {
    color: #00a4b2;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_contact > a:hover:after {
    background-color: #fff;
  }
}
@media only screen and (min-width: 48em) {
  .c-button-1--type_contact > a:hover svg path {
    fill: #00a4b2;
  }
}
.c-button-1--type_contact svg {
  fill: #fff;
}

.c-button-1--type_partner {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 61.25em) {
  .c-button-1--type_partner {
    border: 1px solid #00a4b2;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-button-1--type_partner > a {
  padding-top: 7px;
  padding-bottom: 7px;
  border-right: none;
  border-left: none;
}
.c-button-1--type_partner > a:hover svg {
  transform: translateX(0);
}
.c-button-1--type_partner svg {
  top: 1px;
  width: 14px;
  height: 14px;
}

.c-page-nav {
  position: relative;
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .c-page-nav {
    padding-top: 8px;
    padding-right: 6.25%;
    padding-bottom: 10px;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .c-page-nav {
    padding-top: 8px;
    padding-right: 6.25%;
    padding-bottom: 10px;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-page-nav {
    padding: 0;
  }
}

.c-page-nav__trigger {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 61.25em) {
  .c-page-nav__trigger {
    display: none;
  }
}
.c-page-nav__trigger:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: #00a4b2;
}
.c-page-nav__trigger.is-visible span:after {
  display: none;
}
.c-page-nav__trigger span {
  color: #00a4b2;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 24px;
  line-height: 2.4;
}
.c-page-nav__trigger span:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 4px;
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
}
.c-page-nav__trigger span:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 8px;
  display: block;
  width: 2px;
  height: 10px;
  background: #fff;
}

@media only screen and (max-width: 47.9375em) {
  .c-page-nav__list-block {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}
@media only screen and (min-width: 48em) {
  .c-page-nav__list-block {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-page-nav__list-block {
    height: auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-page-nav__list-block.is-visible {
    height: auto;
  }
}
@media only screen and (min-width: 48em) {
  .c-page-nav__list-block.is-visible {
    height: auto;
  }
}

@media only screen and (min-width: 61.25em) {
  .c-page-nav__list {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 48em) {
  .c-page-nav__item {
    margin-right: 28px;
  }
}
.c-page-nav__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-page-nav__item a {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    padding-left: 4px;
  }
}
@media only screen and (min-width: 48em) {
  .c-page-nav__item a {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 4px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-page-nav__item a {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .c-page-nav__item a:hover svg path {
    fill: #82d2d9;
  }
}
.c-page-nav__item svg {
  width: 10px;
  height: 6px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 47.9375em) {
  .c-page-nav__item svg {
    margin-right: 11px;
  }
}
@media only screen and (min-width: 48em) {
  .c-page-nav__item svg {
    margin-right: 11px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-page-nav__item svg {
    margin-right: 8px;
  }
}
.c-page-nav__item svg path {
  fill: #00a4b2;
  fill-rule: evenodd;
  transition: fill 0.1s ease;
}

.c-local-nav {
  z-index: 9;
  background-color: #000;
}
@media only screen and (max-width: 47.9375em) {
  .c-local-nav {
    overflow: hidden;
    height: 37px;
  }
}
@media only screen and (min-width: 48em) {
  .c-local-nav {
    overflow: hidden;
    height: 37px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-local-nav {
    overflow: auto;
    height: auto;
  }
}
.c-local-nav.is-position-fixed {
  position: fixed;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-local-nav.is-position-fixed {
    top: 54px;
  }
}
@media only screen and (min-width: 48em) {
  .c-local-nav.is-position-fixed {
    top: 54px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-local-nav.is-position-fixed {
    top: 84px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-local-nav__inner {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 48em) {
  .c-local-nav__inner {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.c-local-nav__slider {
  background-color: #000;
}
@media only screen and (max-width: 47.9375em) {
  .c-local-nav__slider {
    display: table;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .c-local-nav__slider {
    display: table;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-local-nav__slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-local-nav__item {
    display: table-cell;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 48em) {
  .c-local-nav__item {
    display: table-cell;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-local-nav__item {
    display: block;
    padding-top: 9px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
  }
}
.c-local-nav__item:first-child {
  padding-left: 0;
}
.c-local-nav__item:last-child {
  padding-right: 0;
}
.c-local-nav__item.is-current a {
  color: #fff;
}
.c-local-nav__item a {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .c-local-nav__item a {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 7px;
    padding-bottom: 6px;
  }
}
@media only screen and (min-width: 48em) {
  .c-local-nav__item a {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 7px;
    padding-bottom: 6px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-local-nav__item a {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-local-nav__item a:hover {
    color: #fff;
  }
}

.c-local-nav__item__heading {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-local-nav__item__heading {
    padding-right: 27px;
  }
}
@media only screen and (min-width: 48em) {
  .c-local-nav__item__heading {
    padding-right: 27px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-local-nav__item__heading {
    padding-right: 45px;
  }
}
.c-local-nav__item__heading:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.55);
}
@media only screen and (max-width: 47.9375em) {
  .c-local-nav__item__heading:after {
    top: 11px;
    right: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .c-local-nav__item__heading:after {
    top: 11px;
    right: 7px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-local-nav__item__heading:after {
    right: 16px;
    top: 10px;
  }
}

.c-list {
  margin-bottom: 12px;
}
@media only screen and (min-width: 61.25em) {
  .c-list {
    margin-bottom: 17px;
  }
}
.c-list:last-child {
  margin-bottom: 0;
}
.c-list > li:last-child {
  margin-bottom: 0;
}

.c-list--type_disc > li {
  margin-bottom: 2px;
  padding-left: 11px;
  background-image: url("/common/svg/icon_disc.svg");
  background-position: 0 0.7em;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 61.25em) {
  .c-list--type_disc > li {
    background-position: 0 0.75em;
    padding-left: 13px;
  }
}

.device-is-mobile .c-list--type_decimal {
  margin-left: 5px;
}
@media only screen and (min-width: 61.25em) {
  .device-is-mobile .c-list--type_decimal {
    margin-left: 0;
  }
}
.c-list--type_decimal > li {
  margin-left: 17px;
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  list-style-type: decimal;
}
@media only screen and (min-width: 61.25em) {
  .c-list--type_decimal > li {
    padding-left: 5px;
  }
}
.c-list--type_decimal > li > span {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
}

.c-list--type_annotation > li {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-list--type_annotation > li:before {
  content: '※';
  margin-right: 7px;
}

.c-list--type_number-annotation > li {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-list--type_number-annotation span {
  position: absolute;
  top: 0;
  left: 0;
}

.c-list--padding_small > li {
  margin-bottom: 0;
}

.c-list--padding_large > li {
  margin-bottom: 10px;
}

.c-pagination {
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-pagination {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .c-pagination {
    margin-top: 20px;
  }
}

.c-pagination__inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.c-pagination__list {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .c-pagination__list {
    display: none;
  }
}
.c-pagination__list:first-child {
  display: inline-block;
}
@media only screen and (min-width: 61.25em) {
  .c-pagination__list:nth-child(2) {
    display: inline-block;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-pagination__list:nth-child(3) {
    display: inline-block;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-pagination__list:nth-child(4) {
    display: inline-block;
  }
}
.c-pagination__list:last-child {
  display: inline-block;
}
.c-pagination__list > a {
  box-sizing: border-box;
  display: block;
  padding-top: 3px;
  transition: all 0.2s 0s ease;
}
.c-pagination__list.is-current {
  display: inline-block;
}
.c-pagination__list.is-current > a {
  color: #fff;
  background-color: #00a4b2;
  border-color: #00a4b2;
}

.c-pagination__list--type_box {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .c-pagination__list--type_box {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 48em) {
  .c-pagination__list--type_box {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.c-pagination__list--type_box > a {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 48em) {
  .c-pagination__list--type_box > a:hover {
    background-color: #00a4b2;
    color: #fff;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-pagination__list--type_dot {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 48em) {
  .c-pagination__list--type_dot {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.c-pagination__list--type_dot span {
  position: relative;
  top: -5px;
  letter-spacing: 1px;
}

.c-pagination__list--type_prev {
  padding-right: 3px;
}
.c-pagination__list--type_prev > a {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 48em) {
  .c-pagination__list--type_prev > a:hover {
    color: #82d2d9;
  }
}

.c-pagination__list--type_next {
  padding-left: 3px;
}
.c-pagination__list--type_next > a {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 48em) {
  .c-pagination__list--type_next > a:hover {
    color: #82d2d9;
  }
}

.c-content-inner-block--has_border-top {
  border-top: 1px solid #cad0d9;
  padding-top: 80px;
  margin-top: 80px;
}

/* 段落p 相当の見出しデザイン
  ※ _p-news-detail-content.scssでextend
*/
.c-sentence {
  margin-bottom: 12px;
}
@media only screen and (min-width: 61.25em) {
  .c-sentence {
    margin-bottom: 17px;
  }
}
.c-sentence:last-child {
  margin-bottom: 0;
}

.c-sentence--type_recruit {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

.c-sentence--type_news-bottom {
  margin-top: 60px;
  margin-bottom: 15px;
  text-align: center;
}

.c-sentence--has_top-margin {
  margin-top: 30px;
}

.c-image {
  margin-top: 7px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 61.25em) {
  .c-image {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.c-image img {
  display: block;
  width: 100%;
}
.c-image:last-child {
  margin-bottom: 0;
}

.c-image--type_border {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.c-image--type_message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.c-image--type_message img {
  width: auto;
}

.c-image--type_awp {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 61.25em) {
  .c-image--type_awp {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

@media only screen and (min-width: 61.25em) {
  .c-image--type_sales img {
    width: auto;
  }
}
@media only screen and (min-width: 48em) {
  .c-image--type_sales img {
    width: 100%;
  }
}

.c-image__text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 61.25em) {
  .c-image__text {
    margin-top: 9px;
  }
}

.c-image__text--align_center {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-2 + .c-image {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-2 + .c-image {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-heading-2 + .c-image {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-4 + .c-image {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 48em) {
  .c-heading-4 + .c-image {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-heading-4 + .c-image {
    margin-top: 48px;
  }
}

.c-table {
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e4df;
}
.c-table th, .c-table td {
  box-sizing: border-box;
  vertical-align: top;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e4df;
}
@media only screen and (min-width: 61.25em) {
  .c-table th, .c-table td {
    padding-left: 20px;
  }
}
.c-table th {
  padding-right: 10px;
  background-color: #f7f6f0;
}
@media only screen and (max-width: 47.9375em) {
  .c-table th {
    width: 30%;
  }
}
@media only screen and (min-width: 48em) {
  .c-table th {
    min-width: 180px;
    width: 22.5%;
  }
}
@media only screen and (min-width: 61.25em) {
  .c-table th {
    padding-right: 20px;
  }
}
.c-table td p {
  margin-bottom: 7px;
}
.c-table td p:last-child {
  margin-bottom: 0;
}
.c-table td strong {
  font-weight: bold;
}

.c-table--has_margin {
  margin-top: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .c-table--ir_stock th {
    width: 33%;
  }
}
@media only screen and (min-width: 48em) {
  .c-table--ir_stock th {
    width: 28%;
  }
}

.p-heading-block {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .p-heading-block {
    height: 150px;
  }
}
@media only screen and (min-width: 48em) {
  .p-heading-block {
    height: 150px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-heading-block {
    height: 400px;
    padding-top: 171px;
    text-align: center;
  }
}
.p-heading-block.p-heading-block--color_inverted {
  background-color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .p-heading-block.p-heading-block--color_inverted {
    height: auto;
  }
}
@media only screen and (min-width: 48em) {
  .p-heading-block.p-heading-block--color_inverted {
    height: auto;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-heading-block.p-heading-block--color_inverted {
    height: 270px;
    padding-top: 110px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-heading-block.p-heading-block--has_nav {
    height: auto;
    padding-top: 0;
  }
}
.p-heading-block.p-heading-block--inline {
  height: auto;
  padding-top: 0;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .p-heading-block.p-heading-block--inline {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .p-heading-block.p-heading-block--inline {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-heading-block.p-heading-block--inline {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-heading-block.p-heading-block--ir_top {
    margin-bottom: 0;
  }
}

.p-heading-block__bg {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: transform 0.3s cubic-bezier(0.13, 0.49, 0.55, 0.81);
  top: -50px;
  height: 250px;
}
@media only screen and (min-width: 61.25em) {
  .p-heading-block__bg {
    top: -100px;
    height: 700px;
  }
}
.p-heading-block__bg.p-heading-block__bg--type_company {
  background-image: url(/company/img/img_company_heading.jpg);
}
.p-heading-block__bg.p-heading-block__bg--type_ir {
  background-image: url(/ir/img/img_ir_heading.jpg);
}
.p-heading-block__bg.p-heading-block__bg--type_seminarinfo {
  background-image: url(/seminarinfo/img/img_seminarinfo_heading.jpg);
}
.p-heading-block__bg.p-heading-block__bg--type_recruit {
  background-image: url(/recruit/img/img_recruit_heading.jpg);
}
.p-heading-block__bg.p-heading-block__bg--type_partner {
  background-image: url(/partner/img/img_partner_heading.jpg);
}
.p-heading-block__bg.p-heading-block__bg--type_privacy {
  background-image: url(/privacy/img/img_privacy_heading.jpg);
}
.p-heading-block__bg.p-heading-block__bg--type_supportsite {
  background-image: url(/supportsite/img/img_supportsite_heading.jpg);
}

.p-heading-block__inner {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 6.25%;
  padding-left: 6.25%;
}
@media only screen and (min-width: 61.25em) {
  .p-heading-block__inner {
    max-width: 1400px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-heading-block__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-heading-block--color_inverted .p-heading-block__inner {
  display: block;
  padding-top: 43px;
  padding-bottom: 43px;
}
@media only screen and (min-width: 61.25em) {
  .p-heading-block--color_inverted .p-heading-block__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-heading-block--inline .p-heading-block__inner {
  padding: 0;
}

@media only screen and (min-width: 61.25em) {
  .p-heading-block__inner--size_small {
    width: 800px;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-heading-block__copy-area {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 61.25em) {
  .p-heading-block--has_nav .p-heading-block__copy-area {
    padding-top: 75px;
    padding-bottom: 98px;
  }
}

.p-heading-block__copy-area--left {
  text-align: left;
}

.p-heading-block__copy-area--has_visual {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 61.25em) {
  .p-heading-block__copy-area--has_margin {
    margin-bottom: 30px;
  }
}

.p-heading-block__copy-en {
  margin-top: 10px;
  display: block;
  font-family: "Montserrat", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
.p-heading-block--color_inverted .p-heading-block__copy-en {
  color: #379da1;
}
.p-heading-block--inline .p-heading-block__copy-en {
  color: #379da1;
}

.p-heading-copy {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-heading-copy {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .p-heading-copy {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-heading-copy {
    margin-bottom: 75px;
  }
}
.p-heading-block--color_inverted .p-heading-copy {
  text-align: center;
}

.p-heading-copy--color_inverted .p-heading-copy__main-copy {
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .p-heading-copy--align_center .p-heading-copy__main-copy {
    text-align: center;
  }
}
@media only screen and (min-width: 48em) {
  .p-heading-copy--align_center .p-heading-copy__main-copy {
    text-align: center;
  }
}

.p-heading-copy__sub-copy {
  display: block;
  font-family: "Montserrat", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #379da1;
}
@media only screen and (max-width: 47.9375em) {
  .p-heading-copy__sub-copy {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-heading-copy__sub-copy {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-heading-copy__sub-copy {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-heading-copy--color_inverted .p-heading-copy__sub-copy {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-leading-block {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.p-leading-block__inner {
  box-sizing: border-box;
  width: 100%;
  padding-right: 6.25%;
  padding-bottom: 37px;
  padding-left: 6.25%;
}
@media only screen and (min-width: 61.25em) {
  .p-leading-block__inner {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-leading-block__inner {
    width: 1400px;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-leading-block__inner.p-leading-block__inner--no_margin {
  padding-bottom: 0;
}

.p-lead-text {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-lead-text {
    margin-bottom: 22px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 48em) {
  .p-lead-text {
    text-align: center;
    margin-bottom: 22px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-lead-text {
    margin-bottom: 25px;
    line-height: 1.75;
  }
}

@media only screen and (min-width: 48em) {
  .p-lead-text--type_partner {
    text-align: center;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-lead-text--type_partner {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-page-anchor {
    text-align: center;
  }
}

.p-page-anchor__item {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-page-anchor__item {
    margin-bottom: 11px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 48em) {
  .p-page-anchor__item {
    margin-bottom: 11px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-page-anchor__item {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
    line-height: 1.75;
  }
}
.p-page-anchor__item a {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-page-anchor__item a {
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media only screen and (min-width: 48em) {
  .p-page-anchor__item a {
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-page-anchor__item a {
    margin-left: 0;
    text-indent: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-page-anchor__item a:hover svg {
    fill: #82d2d9;
  }
}
.p-page-anchor__item svg {
  width: 10px;
  height: 6px;
  position: relative;
  top: -2px;
  fill: #00a4b2;
  fill-rule: evenodd;
}
@media only screen and (max-width: 47.9375em) {
  .p-page-anchor__item svg {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .p-page-anchor__item svg {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-page-anchor__item svg {
    margin-right: 9px;
    transition: color 0.1s 0s ease;
  }
}

.p-page-anchor--direction_column {
  margin-bottom: 28px;
}
@media only screen and (min-width: 61.25em) {
  .p-page-anchor--direction_column {
    text-align: left;
  }
}
.p-page-anchor--direction_column .p-page-anchor__item {
  display: list-item;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-section-heading-block {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .p-section-heading-block {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-section-heading-block {
    margin-bottom: 37px;
  }
}

.p-section-heading-block__number {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  color: #379da1;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-section-heading-block__number {
    font-size: 30px;
    font-size: 1.875rem;
    margin-right: 5px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 48em) {
  .p-section-heading-block__number {
    font-size: 30px;
    font-size: 1.875rem;
    margin-right: 5px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-section-heading-block__number {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-status-info-module.p-status-info-module--type_heading {
    display: inline;
  }
}

.p-status-info-module__inner {
  color: #000;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  background-repeat: no-repeat;
}
.p-status-info-module--full .p-status-info-module__inner {
  padding-top: 1px;
  padding-left: 20px;
  background-position: 0 0.2em;
  background-image: url("/common/svg/icon_full.svg");
  background-size: 13px auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-status-info-module--full .p-status-info-module__inner {
    padding-left: 20px;
    background-position: 0 0.18em;
  }
}
.p-status-info-module--available .p-status-info-module__inner {
  padding-left: 24px;
  color: #ff4c4c;
  background-position: 0 0.1em;
  background-image: url("/common/svg/icon_available.svg");
  background-size: 16px auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-status-info-module--type_heading .p-status-info-module__inner {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-status-info-module--type_heading .p-status-info-module__inner {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-status-info-module--type_heading .p-status-info-module__inner {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-link-blank:hover svg {
    fill: #82d2d9;
  }
}
.p-link-blank svg {
  position: relative;
  top: -2px;
  margin-right: 3px;
  margin-left: 7px;
  fill: #00a4b2;
}

.p-link-pdf {
  position: relative;
}
.p-link-pdf:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 24px;
  margin-left: 7px;
  background-repeat: no-repeat;
  background-image: url("/common/svg/icon_pdf.svg");
}
@media only screen and (max-width: 47.9375em) {
  .p-link-pdf:after {
    background-position: 0 0.2em;
  }
}
@media only screen and (min-width: 48em) {
  .p-link-pdf:after {
    background-position: 0 0.4em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .browser-is-ie .p-link-pdf:after {
    background-position: 0 0.3em;
  }
}

.p-annotation-block {
  margin-bottom: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 18px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff4c4c;
}
@media only screen and (min-width: 61.25em) {
  .p-annotation-block {
    margin-bottom: 17px;
    padding-top: 25px;
    padding-bottom: 22px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.p-annotation-block:last-child {
  margin-bottom: 0;
}

.p-annotation-block__heading {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ff4c4c;
}
@media only screen and (min-width: 61.25em) {
  .p-annotation-block__heading {
    margin-bottom: 7px;
  }
}

.p-annotation-text {
  margin-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-annotation-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-annotation-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-annotation-text:before {
  content: "※";
  margin-right: 7px;
}

.p-product-table-wrap {
  overflow-x: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 61.25em) {
  .p-product-table-wrap {
    margin-bottom: 40px;
  }
}
.p-product-table-wrap::-webkit-scrollbar {
  height: 5px;
}
.p-product-table-wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.p-product-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.p-product-table {
  min-width: 1400px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e4df;
}
.p-product-table th {
  white-space: nowrap;
  line-height: 1.25;
  vertical-align: top;
  padding-top: 17px;
  padding-right: 20px;
  padding-bottom: 16px;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-product-table td {
  line-height: 1.7;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 14px;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-product-table--size_small {
  min-width: 800px;
}

.p-product-table__scroll-guide {
  display: none;
}
.p-product-table__scroll-guide.is-show {
  display: table-cell;
}

.p-product-table__row {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e6e4df;
}

.p-product-table__head-desc {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: 5px;
}

.p-product-table__row--no_border {
  border-top: none;
}
.p-article-wp-area .p-product-table__row--no_border {
  border-top: none;
}
.p-product-table__row--no_border th {
  padding-top: 0;
}

.p-table {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-table {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-table {
    margin-bottom: 32px;
  }
}
.p-table th {
  white-space: nowrap;
  line-height: 1.25;
  vertical-align: top;
  padding-top: 17px;
  padding-right: 20px;
  padding-bottom: 16px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-table th {
    display: block;
    padding-bottom: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .p-table th {
    padding-bottom: 16px;
  }
}
.p-table td {
  line-height: 1.7;
  padding-right: 20px;
  padding-bottom: 14px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-table td {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .p-table td {
    display: block;
    padding-top: 13px;
  }
}
.p-table tr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e6e4df;
}

.p-product-table--column_2 {
  min-width: 0;
}

.p-lower-pages-list {
  box-sizing: border-box;
  max-width: 800px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e4df;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 18px;
  padding-bottom: 20px;
  padding-left: 18px;
}
@media only screen and (min-width: 61.25em) {
  .p-lower-pages-list {
    padding-top: 32px;
    padding-right: 39px;
    padding-bottom: 36px;
    padding-left: 39px;
  }
}

@media only screen and (min-width: 48em) {
  .p-lower-pages-list__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-lower-pages-list__item {
  margin-top: 20px;
}
@media only screen and (min-width: 48em) {
  .p-lower-pages-list__item {
    width: 48%;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-lower-pages-list__item {
    width: 340px;
    margin-top: 30px;
  }
}
.p-lower-pages-list__item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 48em) {
  .p-lower-pages-list__item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-lower-pages-list__item:nth-child(2n) {
    margin-left: 4%;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-lower-pages-list__item:nth-child(2n) {
    margin-left: 40px;
  }
}

.p-lower-pages-list__title {
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-lower-pages-list__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 17px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 48em) {
  .p-lower-pages-list__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 17px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-lower-pages-list__title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 28px;
    line-height: 1.5;
  }
}

.p-lower-pages-list__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (min-width: 61.25em) {
  .p-lower-pages-list__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-lower-pages-list__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.p-lower-pages-list__parent-link {
  display: inline-block;
  margin-top: 22px;
}
.p-lower-pages-list__parent-link:hover svg {
  fill: #82d2d9;
}
.p-lower-pages-list__parent-link svg {
  position: relative;
  top: -1px;
  margin-right: 9px;
  width: 5px;
  height: 8px;
  fill: #00a4b2;
  fill-rule: evenodd;
  transition: fill ease 0.2s;
  -webkit-transition: fill ease 0.2s;
}

@media only screen and (min-width: 48em) {
  .p-lower-pages-grid {
    display: -ms-flexbox;
    display: flex;
  }
}

.p-lower-pages-grid__list {
  box-sizing: border-box;
}
@media only screen and (min-width: 48em) {
  .p-lower-pages-grid__list {
    width: 33.3%;
    padding-left: 12px;
  }
}
.p-lower-pages-grid__list:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 48em) {
  .p-lower-pages-grid__list:last-child {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-lower-pages-grid__item {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 48em) {
  .p-lower-pages-grid__item {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-lower-pages-grid__item {
    text-align: left;
    margin-bottom: 2px;
  }
}
.p-lower-pages-grid__item:last-child {
  margin-bottom: 0;
}
.p-lower-pages-grid__item a {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-lower-pages-grid__item a {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .p-lower-pages-grid__item a {
    display: block;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-lower-pages-grid__item a {
    display: inline;
  }
}
.p-lower-pages-grid__item a:before {
  position: absolute;
  top: -2px;
  left: -9px;
  color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-lower-pages-grid__item a:before {
    content: "-";
  }
}
@media only screen and (min-width: 48em) {
  .p-lower-pages-grid__item a:before {
    content: "-";
  }
}
@media only screen and (min-width: 61.25em) {
  .p-lower-pages-grid__item a:before {
    content: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-lower-pages-grid__item a span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.p-lower-pages-grid__item--type_title {
  margin-top: 8px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-lower-pages-grid__item--type_disc {
  padding-left: 13px;
}
@media only screen and (min-width: 61.25em) {
  .p-lower-pages-grid__item--type_disc {
    margin-bottom: 2px;
    background-image: url("/xpoint/common/svg/icon_disc.svg");
    background-repeat: no-repeat;
    background-size: 6px 6px;
    background-position: 0 0.66em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: normal;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-dropdown-list {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 48em) {
  .p-dropdown-list {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-list {
    width: 200px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-dropdown-list__item {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 48em) {
  .p-dropdown-list__item {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-list__item {
    text-align: left;
    margin-bottom: 2px;
  }
}
.p-dropdown-list__item a {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-dropdown-list__item a {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .p-dropdown-list__item a {
    display: block;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-list__item a {
    display: inline;
  }
}
.p-dropdown-list__item a:before {
  position: absolute;
  top: -2px;
  left: -9px;
  color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-dropdown-list__item a:before {
    content: "-";
  }
}
@media only screen and (min-width: 48em) {
  .p-dropdown-list__item a:before {
    content: "-";
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-list__item a:before {
    content: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-list__item a span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.p-dropdown-grid-panel {
  box-sizing: border-box;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border-width: 1px;
  border-color: #e6e4df;
  border-style: solid;
}
@media only screen and (max-width: 47.9375em) {
  .p-dropdown-grid-panel {
    display: inline;
    border: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-dropdown-grid-panel {
    display: inline;
    border: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 80em) {
  .p-dropdown-grid-panel {
    transition: box-shadow 0.2s ease;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-grid-panel:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.23);
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-grid-panel:hover .p-dropdown-grid-panel__heading {
    color: #82d2d9;
  }
}
.p-dropdown-grid-panel a {
  display: block;
  height: 100%;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-dropdown-grid-panel a {
    display: block;
  }
}
@media only screen and (min-width: 48em) {
  .p-dropdown-grid-panel a {
    display: block;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-grid-panel a {
    display: inline;
  }
}
.p-dropdown-grid-panel a:before {
  position: absolute;
  top: 0;
  left: 4px;
  color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-dropdown-grid-panel a:before {
    content: "-";
  }
}
@media only screen and (min-width: 48em) {
  .p-dropdown-grid-panel a:before {
    content: "-";
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-grid-panel a:before {
    content: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-grid-panel a span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-grid-panel.p-dropdown-grid-panel--column_4 {
    width: 23.2%;
    margin-right: 2.4%;
  }
  .p-dropdown-grid-panel.p-dropdown-grid-panel--column_4:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-dropdown-grid-panel.p-dropdown-grid-panel--column_4 {
    width: 21.8%;
    margin-right: 4.26%;
  }
  .p-dropdown-grid-panel.p-dropdown-grid-panel--column_4:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 979px) {
  .p-dropdown-grid-panel.p-dropdown-grid-panel--column_4 {
    width: 100%;
  }
}

.p-dropdown-grid-panel__grid {
  position: relative;
  box-sizing: border-box;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e4df;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .p-dropdown-grid-panel__grid {
    padding-top: 0;
    padding-right: 0;
    padding-left: 1em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-dropdown-grid-panel__grid {
    padding-top: 0;
    padding-right: 0;
    padding-left: 1em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-grid-panel__grid {
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 17px;
    padding-left: 23px;
  }
}
@media only screen and (min-width: 80em) {
  .p-dropdown-grid-panel__grid {
    padding-top: 25px;
    padding-right: 29px;
    padding-bottom: 23px;
    padding-left: 29px;
  }
}
.p-dropdown-grid-panel__grid:last-child {
  border-bottom: none;
}
.p-dropdown-grid-panel__grid.p-dropdown-grid-panel__grid--type_image {
  padding: 0;
}

@media screen and (max-width: 979px) {
  .p-dropdown-grid-panel__grid--resp {
    display: none;
  }
}

.p-dropdown-grid-panel__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 110px;
  max-height: 110px;
  overflow: hidden;
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-grid-panel__image {
    max-height: 203px;
  }
}
.p-dropdown-grid-panel__image img {
  display: block;
  width: auto;
}

.p-dropdown-grid-panel__heading {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  margin-bottom: 7px;
}
@media only screen and (min-width: 61.25em) {
  .p-dropdown-grid-panel__heading {
    line-height: 1.65;
    transition: color 0.2s ease;
  }
}
@media screen and (max-width: 979px) {
  .p-dropdown-grid-panel__heading {
    line-height: 2;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-dropdown-grid-panel__heading svg {
  position: relative;
  top: -2px;
  margin-left: 10px;
  fill: #00a4b2;
  fill-rule: evenodd;
}
a:hover .p-dropdown-grid-panel__heading svg {
  fill: #82d2d9;
}
@media screen and (max-width: 979px) {
  a:hover .p-dropdown-grid-panel__heading svg {
    fill: #00a4b2;
  }
}

.p-dropdown-grid-panel__info {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.p-dropdown-grid-panel__info:after {
  display: block;
  content: "";
  clear: both;
}
.p-dropdown-grid-panel__info > dt {
  display: block;
  clear: left;
  float: left;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e4df;
  padding-right: 14px;
  margin-right: 14px;
}
.p-dropdown-grid-panel__info > dd {
  display: block;
  float: left;
}

.p-dropdown-grid-panel__text {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 979px) {
  .p-dropdown-grid-panel__text {
    display: none;
  }
}

.p-dropdown-grid-panel__point {
  font-size: 14px;
  font-size: 0.875rem;
  min-height: 20px;
  color: #333;
  padding-left: 28px;
  line-height: 1.4;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("/common/svg/icon_check_gray.svg");
}

@media only screen and (min-width: 61.25em) {
  .p-theme-categories {
    display: -ms-flexbox;
    display: flex;
  }
}

.p-theme-categories__heading {
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-theme-categories__heading {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-theme-categories__heading {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-theme-categories__heading {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
    -webkit-font-feature-settings: 'palt' 1;
            font-feature-settings: 'palt' 1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    border-right-style: solid;
    border-right-color: #e6e6e6;
    border-right-width: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-theme-categories__heading {
    width: 133px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-theme-categories__heading br {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-theme-categories__heading br {
    display: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-theme-categories__heading br {
    display: block;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-theme-categories__icon {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-theme-categories__icon {
    display: none;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-theme-categories__icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-theme-categories__icon svg {
  fill-rule: evenodd;
}

@media only screen and (min-width: 61.25em) {
  .p-theme-categories__icon--type_subject {
    width: 53px;
    margin-top: 28px;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-theme-categories__icon--type_subject {
    width: 73px;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-theme-categories__icon--type_scene {
    width: 51px;
    margin-top: 18px;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-theme-categories__icon--type_scene {
    width: 71px;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-theme-categories__icon--type_industry {
    width: 51px;
    margin-top: 37px;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-theme-categories__icon--type_industry {
    width: 71px;
  }
}
.p-theme-categories__icon--type_industry .cls-1 {
  fill: #fff;
  stroke: #000;
  stroke-width: 2px;
}

@media only screen and (min-width: 61.25em) {
  .p-theme-categories-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-left: 60px;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-lead-parent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    min-width: 75px;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-lead-parent--type_anchor {
    position: relative;
    margin-right: 60px;
  }
  .p-lead-parent--type_anchor:after {
    content: "";
    display: block;
    position: absolute;
    top: -52px;
    right: -60px;
    height: 148px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e4df;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-lead-parent__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-lead-parent__text {
    display: inline;
    padding-right: 61px;
    padding-left: 31px;
  }
}

@media screen and (max-width: 979px) {
  .p-lead-parent__link {
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-lead-parent__link:before {
    content: "";
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: #e6e4df;
  }
}
.p-lead-parent__link a:hover svg {
  fill: #82d2d9;
}
.p-lead-parent__link svg {
  position: relative;
  top: -1px;
  margin-left: 9px;
  width: 6px;
  height: 10px;
  fill: #00a4b2;
  fill-rule: evenodd;
}

@media screen and (max-width: 979px) {
  .p-lead-parent__link--type_resp1 {
    display: none;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-lead-parent__link--type_resp2 {
    display: none;
  }
}

.p-function-banner + .p-function-banner {
  margin-top: 22px;
}
@media only screen and (min-width: 61.25em) {
  .p-function-banner + .p-function-banner {
    margin-top: 40px;
  }
}
.p-function-banner a {
  display: block;
}
@media only screen and (min-width: 61.25em) {
  .p-function-banner a {
    height: 58px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 61.25em) {
  .p-function-categories__heading {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 30px;
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-function-categories__body {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-plan-categories {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-plan-categories__banner {
    width: 48.2%;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-plan-categories__banner {
    width: 665px;
  }
}
.p-plan-categories__banner + .p-plan-categories__banner {
  margin-top: 22px;
}
@media only screen and (min-width: 61.25em) {
  .p-plan-categories__banner + .p-plan-categories__banner {
    margin-top: 0;
  }
}
.p-plan-categories__banner a {
  display: block;
}
@media only screen and (min-width: 61.25em) {
  .p-plan-categories__banner a {
    height: 58px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }
}

.p-main-area {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-main-area {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .p-main-area {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-main-area {
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-main-area--type_ir {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-main-area--type_ir {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-main-area--type_ir {
    padding-right: 0;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-sub-area {
    width: 340px;
  }
}

.p-sub-heading-1 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-sub-heading-1 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 48em) {
  .p-sub-heading-1 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-sub-heading-1 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 17px;
  }
}

.p-sub-category__item {
  padding-left: 28px;
  background-position: 0 0.3em;
  background-repeat: no-repeat;
  background-image: url(/common/svg/icon_folder.svg);
}
@media only screen and (max-width: 47.9375em) {
  .p-sub-category__item {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 48em) {
  .p-sub-category__item {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-sub-category__item {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-section-column-2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .p-section-column-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 48em) {
  .p-section-column-2--no_margin {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48em) {
  .p-section-column-2__image > *:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-section-column-2__image {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .p-section-column-2__image {
    min-width: 460px;
    width: 460px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-section-column-2__image img {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (min-width: 48em) {
  .p-section-column-2__image--size_330 {
    width: 330px;
    min-width: 330px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-section-column-2__image--has_margin {
    margin-bottom: 20px;
  }
}

.p-section-column-2__image--border img {
  border: solid 1px #e6e4df;
}

@media only screen and (max-width: 47.9375em) {
  .p-section-column-2__text {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .p-section-column-2__text {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .p-section-column-2__image + .p-section-column-2__text {
    margin-left: 0;
    margin-right: 40px;
  }
}
.p-section-column-2__text > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 48em) {
  .p-section-column-2--has_caption {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media only screen and (min-width: 48em) {
  .p-section-column-2--has_caption .p-section-column-2__image {
    min-width: auto;
    width: 48%;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-section-column-2--has_caption .p-section-column-2__image {
    width: 380px;
    min-width: 380px;
  }
}
@media only screen and (min-width: 48em) {
  .p-section-column-2--has_caption img {
    margin-bottom: 7px;
  }
}

.p-section-column-2__caption {
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 48em) {
  .p-section-column-2--type_reverse {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media only screen and (min-width: 48em) {
  .p-section-column-2--type_reverse .p-section-column-2__text {
    margin-right: 0;
    margin-left: 40px;
  }
}

.p-grid-panel-module {
  box-sizing: border-box;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border-width: 1px;
  border-color: #e6e4df;
  border-style: solid;
}
@media only screen and (max-width: 47.9375em) {
  .p-grid-panel-module {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-grid-panel-module {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 80em) {
  .p-grid-panel-module {
    margin-bottom: 40px;
    transition: box-shadow 0.2s ease;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-grid-panel-module:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.23);
  }
}
@media only screen and (min-width: 61.25em) {
  .p-grid-panel-module:hover .p-grid-panel-module__heading {
    color: #82d2d9;
  }
}
.p-grid-panel-module a {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-grid-panel-module.p-grid-panel-module--column_2 {
    width: 100%;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 48em) {
  .p-grid-panel-module.p-grid-panel-module--column_2 {
    width: 46%;
    margin-right: 8%;
  }
}
@media only screen and (min-width: 48em) {
  .p-grid-panel-module.p-grid-panel-module--column_2:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-grid-panel-module.p-grid-panel-module--column_3 {
    width: 48%;
    margin-right: 4%;
  }
}
@media only screen and (min-width: 80em) {
  .p-grid-panel-module.p-grid-panel-module--column_3 {
    width: 30%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 48em) {
  .p-grid-panel-module.p-grid-panel-module--column_3:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 80em) {
  .p-grid-panel-module.p-grid-panel-module--column_3:nth-child(2n) {
    margin-right: 5%;
  }
}
@media only screen and (min-width: 80em) {
  .p-grid-panel-module.p-grid-panel-module--column_3:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-grid-panel-module.p-grid-panel-module--column_4 {
    width: 48%;
    margin-right: 4%;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-grid-panel-module.p-grid-panel-module--column_4 {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-grid-panel-module.p-grid-panel-module--column_4 {
    width: 21.8%;
    margin-right: 4.26%;
  }
}
@media only screen and (min-width: 48em) {
  .p-grid-panel-module.p-grid-panel-module--column_4:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-grid-panel-module.p-grid-panel-module--column_4:nth-child(2n) {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-grid-panel-module.p-grid-panel-module--column_4:nth-child(2n) {
    margin-right: 4.26%;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-grid-panel-module.p-grid-panel-module--column_4:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-grid-panel-module.p-grid-panel-module--column_4:nth-child(4n) {
    margin-right: 0;
  }
}

.p-grid-panel-module__grid {
  position: relative;
  box-sizing: border-box;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-grid-panel-module__grid {
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 23px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-grid-panel-module__grid {
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 23px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-grid-panel-module__grid {
    padding-top: 25px;
    padding-right: 28px;
    padding-bottom: 23px;
    padding-left: 28px;
  }
}
.p-grid-panel-module__grid:last-child {
  border-bottom: none;
}
.p-grid-panel-module__grid.p-grid-panel-module__grid--type_image {
  padding: 0;
}

.p-grid-panel-module__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 170px;
  max-height: 170px;
  overflow: hidden;
  overflow: hidden;
}
@media only screen and (min-width: 61.25em) {
  .p-grid-panel-module__image {
    max-height: 203px;
  }
}
.p-grid-panel-module__image img {
  display: block;
  width: auto;
  max-width: 100%;
}

.p-grid-panel-module__heading {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  margin-bottom: 7px;
}
@media only screen and (min-width: 61.25em) {
  .p-grid-panel-module__heading {
    line-height: 1.65;
    transition: color 0.2s ease;
  }
}
.p-grid-panel-module__heading:last-child {
  margin-bottom: 0;
}
.p-grid-panel-module__heading svg {
  position: relative;
  top: -2px;
  margin-left: 10px;
  fill: #00a4b2;
  fill-rule: evenodd;
}
a:hover .p-grid-panel-module__heading svg {
  fill: #82d2d9;
}

.p-grid-panel-module__info {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.p-grid-panel-module__info:after {
  display: block;
  content: "";
  clear: both;
}
.p-grid-panel-module__info > dt {
  display: block;
  clear: left;
  float: left;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e4df;
  padding-right: 14px;
  margin-right: 14px;
}
.p-grid-panel-module__info > dd {
  display: block;
  float: left;
}

.p-grid-panel-module__text {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 3px;
}

.p-grid-panel-module__point {
  font-size: 14px;
  font-size: 0.875rem;
  min-height: 20px;
  color: #333;
  padding-left: 28px;
  line-height: 1.4;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("/common/svg/icon_check_gray.svg");
}

.p-panel-module1 {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #cad0d9;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 47.9375em) {
  .p-panel-module1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-panel-module1 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    transition: box-shadow 0.2s ease;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-panel-module1 {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .p-panel-module1:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.23);
  }
}
@media only screen and (min-width: 48em) {
  .p-panel-module1:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-panel-module1:nth-child(2n) {
    margin-right: 3.5%;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-panel-module1:nth-child(3n) {
    margin-right: 0;
  }
}
.p-panel-module1 a {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-panel-module1 a {
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-panel-module1 a {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 23px;
    padding-left: 25px;
  }
}

.p-panel-module1__heading {
  color: #00a4b2;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-panel-module1__heading {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 48em) {
  .p-panel-module1__heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 10px;
    transition: color 0.2s ease;
  }
}
@media only screen and (min-width: 48em) {
  a:hover .p-panel-module1__heading {
    color: #82d2d9;
  }
}

.p-panel-module1__text {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-panel-module1__text {
    line-height: 1.7;
  }
}
@media only screen and (min-width: 48em) {
  .p-panel-module1__text {
    line-height: 1.8;
  }
}

.p-panel-module2 {
  box-sizing: border-box;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border-width: 1px;
  border-color: #e6e4df;
  border-style: solid;
  height: 100px;
}
@media only screen and (max-width: 47.9375em) {
  .p-panel-module2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-panel-module2 {
    width: 47.5%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 80em) {
  .p-panel-module2 {
    margin-bottom: 40px;
    transition: box-shadow 0.2s ease;
  }
}
@media only screen and (min-width: 48em) {
  .p-panel-module2:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-panel-module2:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-panel-module2:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.23);
  }
}
@media only screen and (min-width: 61.25em) {
  .p-panel-module2:hover .p-grid-panel-module__heading {
    color: #82d2d9;
  }
}
.p-panel-module2 a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-panel-module2__image {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 80px;
  padding-right: 10px;
  padding-left: 10px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e4df;
}
@media only screen and (min-width: 61.25em) {
  .p-panel-module2__image {
    width: 140px;
  }
}
.p-panel-module2__image img {
  display: block;
  width: auto;
}

.p-panel-module2__text {
  padding-top: 34px;
  padding-left: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media only screen and (min-width: 48em) {
  .p-panel-module2__text {
    -ms-flex: 1;
        flex: 1;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-panel-module2__text {
    transition: color 0.2s ease;
  }
}
.p-panel-module2__text svg {
  display: inline;
  position: relative;
  top: -2px;
  margin-left: 10px;
  fill: #00a4b2;
  fill-rule: evenodd;
}
a:hover .p-panel-module2__text svg {
  fill: #82d2d9;
}

.p-news-panel {
  box-sizing: border-box;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border-width: 1px;
  border-color: #e6e4df;
  border-style: solid;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-panel {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-panel {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-news-panel {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-news-panel {
    width: 660px;
  }
}

.p-news-panel__item {
  position: relative;
  box-sizing: border-box;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e4df;
}
@media only screen and (min-width: 61.25em) {
  .p-news-panel__item {
    transition: box-shadow 0.2s ease;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-news-panel__item:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.23);
  }
}
.p-news-panel__item a {
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-panel__item a {
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-panel__item a {
    padding-top: 21px;
    padding-right: 30px;
    padding-bottom: 26px;
    padding-left: 30px;
  }
}
.p-news-panel__item:last-child {
  border-bottom: none;
}

.p-news-panel__info {
  display: -ms-flexbox;
  display: flex;
}

.p-news-panel__date {
  display: block;
  color: #333;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  white-space: nowrap;
}

.p-news-panel__place {
  position: relative;
  display: block;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-panel__place {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-panel__place {
    margin-left: 33px;
  }
}
.p-news-panel__place:after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-panel__place:after {
    height: 11px;
    top: 10px;
    left: -10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-panel__place:after {
    height: 14px;
    top: 8px;
    left: -17px;
  }
}

.p-news-panel__title {
  font-size: 16px;
  font-size: 1rem;
}

.p-home-mainvisual {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .p-home-mainvisual {
    height: 600px;
  }
}

.p-home-mainvisual__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 135%;
  background-repeat: no-repeat;
  background-position: 57% 0;
  background-image: url(/img/img_home_mainvisual.jpg);
  background-size: cover;
}
@media only screen and (min-width: 48em) {
  .p-home-mainvisual__bg {
    background-position: 50% 50%;
  }
}

@media only screen and (min-width: 48em) {
  .p-home-mainvisual__bg--type_home {
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0.13, 0.49, 0.55, 0.81);
  }
}

.p-home-mainvisual__inner {
  box-sizing: border-box;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home-mainvisual__inner {
    padding-top: 78px;
    padding-bottom: 48px;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}

.p-home-mainvisual__text-area {
  width: 100%;
  margin: auto;
  letter-spacing: 0.01em;
  color: #000;
}
@media only screen and (min-width: 48em) {
  .p-home-mainvisual__text-area {
    width: 1400px;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}

.p-home-mainvisual__copy-en {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: 400;
  color: #f27c00;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .p-home-mainvisual__copy-en {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.75;
    text-align: left;
  }
}
.p-home-mainvisual__copy-en span {
  display: block;
  font-weight: 500;
}
@media only screen and (min-width: 48em) {
  .p-home-mainvisual__copy-en span {
    display: inline;
  }
}

.p-home-mainvisual__main-copy {
  margin-bottom: 11px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}
@media only screen and (min-width: 48em) {
  .p-home-mainvisual__main-copy {
    margin-bottom: 23px;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.36;
    text-align: left;
  }
}

.p-home-mainvisual__sub-copy {
  margin-bottom: 25px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (min-width: 48em) {
  .p-home-mainvisual__sub-copy {
    margin-bottom: 35px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
  }
}

.p-home-mainvisual__button {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .p-home-mainvisual__button {
    max-width: 470px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
  }
}
/***** 2020604追加(home bnr) *****/
.p-home-bnr__area {
  position: relative;
  width: 100%;
  text-align:center;
  padding-bottom: 20px;
  
}
.p-home-bnr__block {
  display: block;
  max-width: 560px;
  margin: auto;
}
.p-home-bnr__block img{
  box-shadow: 0 0 20px rgba(0,0,0,.26);
  width: 100%;
}
.p-home-bnr__txt{
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 10px;
}

@media only screen and (min-width: 48em) {
  .p-home-bnr__txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/***** 2020604追加(home bnr) end *****/


@media only screen and (max-width: 47.9375em) {
  .p-home-module {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-module {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-home-module {
    width: 47%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 87.5em) {
  .p-home-module {
    width: 660px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home-module--margin_bottom {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 48em) {
  .p-home-module--margin_bottom {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-home-module--margin_bottom {
    margin-bottom: 0;
  }
}

.p-seminar-module__date {
  display: block;
  margin-bottom: 2px;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
}
@media only screen and (min-width: 61.25em) {
  .p-seminar-module__date {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-seminar-module__title {
  margin-bottom: 9px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 61.25em) {
  .p-seminar-module__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-seminar-module__info-block {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-seminar-module__info-block:after {
  display: block;
  content: "";
  clear: both;
}

.p-seminar-module__location {
  display: inline;
}
.p-seminar-module__location dt {
  display: inline;
  font-weight: bold;
}
.p-seminar-module__location dd {
  display: inline;
}

.p-seminar-module__status {
  display: inline;
  position: relative;
  margin-left: 13px;
  padding-left: 16px;
}
.p-seminar-module__status:before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #e6e4df;
  content: "";
}

@media only screen and (min-width: 48em) {
  .p-index-button-module__inner {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-article-area--type_seminar {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-area--type_seminar {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-area--type_seminar {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-article-area__inner {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-area__inner {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-area__inner {
    margin-bottom: 75px;
  }
}

.p-article-wp-area section > img {
  box-sizing: border-box;
  width: 100%;
}
.p-article-wp-area h2 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
.p-article-wp-area h2 > span {
  font-weight: bold;
  color: #379da1;
}
.p-article-wp-area h3 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.p-article-wp-area h4 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area h4 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.p-article-wp-area p {
  margin-bottom: 7px;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area p {
    margin-bottom: 15px;
  }
}
.p-article-wp-area .p-article-wp-area__tel-em {
  font-weight: bold;
  color: #ff0000;
}
.p-article-wp-area ul, .p-article-wp-area ol {
  margin-bottom: 15px;
}
.p-article-wp-area ul > li {
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 0 0.75em;
  background-image: url(/common/svg/icon_disc.svg);
  background-size: 6px auto;
}
.p-article-wp-area ul.p-page-anchor--direction_column > li {
  padding-left: 0;
  background: none;
}
.p-article-wp-area > ol > li {
  list-style-type: decimal;
  list-style-position: inside;
}
.p-article-wp-area img {
  display: block;
  max-width: 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area img {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-wp-area img.alignright {
    float: right;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-wp-area img.alignright + .alignright {
    clear: both;
  }
}
.p-article-wp-area table {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-wp-area table {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-wp-area table {
    margin-bottom: 26px;
  }
}
.p-article-wp-area table tr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e6e4df;
}
.p-article-wp-area table tr th {
  white-space: nowrap;
  line-height: 1.25;
  vertical-align: top;
  padding-top: 17px;
  padding-right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 48em) {
  .p-article-wp-area table tr th {
    padding-bottom: 16px;
  }
}
.p-article-wp-area__support-table .p-article-wp-area table tr th {
  padding-top: 17px;
  padding-right: 20px;
  padding-bottom: 16px;
}
.p-article-wp-area table tr td {
  line-height: 1.7;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 14px;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-article-wp-area__support-table .p-article-wp-area table tr td {
  padding-top: 17px;
  padding-right: 5px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area__support-table .p-article-wp-area table tr td {
    padding-top: 13px;
    padding-right: 20px;
    padding-left: 0;
  }
}
.p-article-wp-area__support-table .p-article-wp-area table tr td span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area__support-table .p-article-wp-area table tr td span {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.p-article-wp-area table tr th.p-article-wp-area__th-has_border {
  position: relative;
}
.p-article-wp-area table tr th.p-article-wp-area__th-has_border:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -6%;
  width: 1px;
  height: 100%;
  border-left: 1px solid #e6e4df;
}
.p-article-wp-area table tr td.p-article-wp-area__th-has_border {
  position: relative;
}
.p-article-wp-area table tr td.p-article-wp-area__th-has_border:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -24%;
  width: 1px;
  height: 100%;
  border-left: 1px solid #e6e4df;
}
.p-article-wp-area table.p-article-wp-area__support-table {
  table-layout: fixed;
}
.p-article-wp-area table.p-article-wp-area__support-table tr th {
  padding-top: 17px;
  padding-right: 0;
  padding-bottom: 16px;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area table.p-article-wp-area__support-table tr th {
    padding-right: 20px;
  }
}
.p-article-wp-area table.p-article-wp-area__support-table tr th:first-child {
  width: 55.55%;
}
.p-article-wp-area table.p-article-wp-area__support-table tr th:last-child {
  width: 44.44%;
}
.p-article-wp-area table.p-article-wp-area__support-table tr td {
  padding-top: 17px;
  padding-right: 5px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area table.p-article-wp-area__support-table tr td {
    width: auto;
    padding-top: 13px;
    padding-right: 20px;
    padding-left: 0;
  }
}
.p-article-wp-area table.p-article-wp-area__support-table tr td span {
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area table.p-article-wp-area__support-table tr td span {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.p-article-wp-area video {
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 61.25em) {
  .p-article-wp-area video {
    margin-bottom: 17px;
  }
}
.p-article-wp-area > *:last-child {
  margin-bottom: 0;
}
.p-article-wp-area .p-annotation-text {
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-article-wp-area--has_margin {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-wp-area--has_margin {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-article-heading-block {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-heading-block {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-heading-block {
    margin-bottom: 45px;
  }
}

.p-article-heading-block__name {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading-block__name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-heading-block__name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-heading-block__name {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}

.p-article-heading-block__title {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading-block__title {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 17px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-heading-block__title {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 17px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-heading-block__title {
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 45px;
  }
}

.p-article-heading-block__event {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-article-heading-block__event span:first-of-type {
  margin-right: 15px;
}

.p-article-heading-block__point {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-article-heading-block__point svg {
  position: relative;
  top: 4px;
  margin-right: 7px;
  fill: #cad0d9;
  fill-rule: evenodd;
}

@media only screen and (max-width: 47.9375em) {
  .p-article-heading-block__info {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-heading-block__info {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-article-heading-block__info-item {
    display: inline;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-heading-block__info-item {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-heading-block__info-item {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-article-heading-block__info-item:first-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading-block__info-item:first-child {
    padding-right: 9px;
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-heading-block__info-item:first-child {
    padding-right: 9px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-heading-block__info-item:first-child {
    padding-right: 17px;
  }
}
.p-article-heading-block__info-item:last-child {
  border-right: none;
}
.p-article-heading-block__info-item span {
  margin-right: 12px;
}
.p-article-heading-block__info-item span:last-child {
  margin-right: 0;
}

.p-article-heading-block__info-link {
  line-height: 1.4;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading-block__info-link {
    display: inline;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-heading-block__info-link {
    display: block;
  }
}

.p-article-heading-block__info-link--type_category {
  padding-top: 3px;
  padding-left: 27px;
  background-image: url(/common/svg/icon_folder.svg);
  background-position: 0 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading-block__info-link--type_category {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-heading-block__info-link--type_category {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-heading-block__info-link--type_category {
    padding-left: 30px;
  }
}

.p-article-heading-block__info-link--type_news {
  margin-bottom: 2px;
  padding-top: 3px;
  padding-right: 40px;
  padding-left: 36px;
  background-image: url(/common/svg/icon_folder.svg);
  background-position: 9px 50%;
}
@media only screen and (min-width: 61.25em) {
  .p-article-heading-block__info-link--type_news {
    padding-left: 49px;
    background-position: 20px 50%;
  }
}

.p-article-heading-block__info-link--type_status {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading-block__info-link--type_status {
    padding-left: 13px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-heading-block__info-link--type_status {
    padding-top: 3px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-heading-block__info-link--type_status {
    padding-top: 4px;
    padding-left: 20px;
  }
}

.p-article-heading-block__sns {
  display: -ms-flexbox;
  display: flex;
}
.p-article-heading-block__sns li {
  margin-right: 5px;
}
.p-article-heading-block__sns span {
  vertical-align: baseline !important;
}

@media only screen and (max-width: 47.9375em) {
  .p-article-leading-block {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-leading-block {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-leading-block {
    margin-bottom: 65px;
  }
}

.p-article-block {
  margin-bottom: 35px;
}
@media only screen and (min-width: 61.25em) {
  .p-article-block {
    margin-bottom: 75px;
  }
}
.p-article-block:last-child {
  margin-bottom: 0;
}

.p-article-edit-area {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading-block + .p-article-edit-area {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-heading-block + .p-article-edit-area {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-heading-block + .p-article-edit-area {
    margin-top: 65px;
  }
}
.p-article-edit-area > h2 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > h2 + h3 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > h2 + h3 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > h2 + h3 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > h2 + table {
    margin-top: 50px;
  }
}
.p-article-edit-area > h3, .p-article-edit-area > div > div h4 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > h3, .p-article-edit-area > div > div h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > h3, .p-article-edit-area > div > div h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > h3, .p-article-edit-area > div > div h4 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
}
.p-article-edit-area > div > div h4 {
  margin-top: 40px;
  margin-bottom: 25px;
}
.p-article-edit-area > h4 {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > h4 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > p {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > p {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > p {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > p + h2 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > p + h2 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > p + h2 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > p + h3 {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > p + h3 {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > p + h3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > p + h4 {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > p + h4 {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > p + h4 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > p + ul, .p-article-edit-area > p + ol {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > p + ul, .p-article-edit-area > p + ol {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > ul + h2, .p-article-edit-area > ul + h3, .p-article-edit-area > ul + h4, .p-article-edit-area > ol + h2, .p-article-edit-area > ol + h3, .p-article-edit-area > ol + h4 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > ul + h2, .p-article-edit-area > ul + h3, .p-article-edit-area > ul + h4, .p-article-edit-area > ol + h2, .p-article-edit-area > ol + h3, .p-article-edit-area > ol + h4 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > ul + p, .p-article-edit-area > ol + p {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > ul + p, .p-article-edit-area > ol + p {
    margin-top: 26px;
  }
}
.p-article-edit-area > ul > li {
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 0 0.75em;
  background-image: url(/common/svg/icon_disc.svg);
  background-size: 6px auto;
}
.p-article-edit-area > ol > li {
  list-style-type: decimal;
  list-style-position: inside;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area a img {
    width: 100%;
    height: 100%;
  }
}
.p-article-edit-area img {
  display: block;
  max-width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.p-article-edit-area img.alignright {
  float: right;
  margin-left: 50px;
}
.p-article-edit-area > p > img {
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > p > img {
    width: 100%;
    height: auto;
  }
}
.p-article-edit-area > table {
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e4df;
}
.p-article-edit-area > table th, .p-article-edit-area > table td {
  box-sizing: border-box;
  vertical-align: top;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e4df;
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > table th, .p-article-edit-area > table td {
    padding-left: 20px;
  }
}
.p-article-edit-area > table th {
  padding-right: 10px;
  background-color: #f7f6f0;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-edit-area > table th {
    width: 30%;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-edit-area > table th {
    min-width: 180px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-edit-area > table th {
    padding-right: 20px;
  }
}
.p-article-edit-area > table td p {
  margin-bottom: 7px;
}
.p-article-edit-area > table td p:last-child {
  margin-bottom: 0;
}

.p-article-edit-area__emphasis {
  font-weight: bold;
}

.p-article-button-module {
  border-style: solid;
  border-color: #e6e4df;
  border-width: 3px;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-button-module {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-button-module {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-button-module {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 75px;
  }
}
.p-article-button-module:last-child {
  margin-bottom: 0;
}

.p-article-button-module__heading {
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-button-module__heading {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-article-button-module__heading {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-article-button-module__heading {
    margin-bottom: 14px;
  }
}

.p-article-button-module__inner {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.p-social-button-module {
  background-color: #f7f6f0;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 13px;
  padding-left: 18px;
}
@media only screen and (min-width: 61.25em) {
  .p-social-button-module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 24px;
    padding-right: 30px;
    padding-bottom: 22px;
    padding-left: 30px;
  }
}

.p-social-button-module__text {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-social-button-module__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-social-button-module__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-social-button-module__text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.p-social-button-module__button-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
}

.p-social-button-module__button {
  margin-right: 6px;
}
.p-social-button-module__button:last-child {
  margin-right: 0;
}
.p-social-button-module__button img {
  display: block;
}
.p-social-button-module__button span {
  vertical-align: baseline !important;
}

.p-sentence-copy {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-sentence-copy {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 11px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 48em) {
  .p-sentence-copy {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 17px;
    line-height: 1.75;
  }
}

.p-video-container {
  margin-bottom: 12px;
}
@media only screen and (min-width: 61.25em) {
  .p-video-container {
    margin-bottom: 17px;
  }
}
.p-video-container video {
  width: 100%;
  max-width: 100%;
}

.p-return-button svg {
  margin-right: 15px;
  position: relative;
  top: -1px;
  width: 6px;
  height: 10px;
  fill: #00a4b2;
}
@media only screen and (min-width: 61.25em) {
  .p-return-button svg {
    transform: translateX(5px);
    transition: transform ease 0.2s, fill ease 0.1s;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-return-button a:hover svg {
    fill: #82d2d9;
    transform: translateX(0);
  }
}

.p-product-sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 47.9375em) {
  .p-product-sort {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .p-product-sort {
    margin-bottom: 40px;
  }
}
.p-product-sort .p-product-sort__item {
  height: 90px;
  border-left: 1px solid #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-product-sort .p-product-sort__item {
    width: 100%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 48em) {
  .p-product-sort .p-product-sort__item {
    width: 25%;
  }
}
.p-product-sort .p-product-sort__item:last-of-type {
  border-right: 1px solid #e6e4df;
}
.p-product-sort a {
  display: block;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.p-product-sort img {
  display: block;
  height: auto;
}
@media only screen and (max-width: 40em) {
  .p-product-sort img {
    width: 80%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-product-sort img {
    width: 70%;
  }
}

.p-news-list {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-list {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-list {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-news-list {
    margin-bottom: 60px;
  }
}

.p-news-list__item {
  position: relative;
  box-sizing: border-box;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e4df;
}
@media only screen and (min-width: 61.25em) {
  .p-news-list__item {
    transition: box-shadow 0.2s ease;
  }
}
.p-news-list__item a {
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-list__item a {
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-list__item a {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-news-list__item a {
    display: -ms-flexbox;
    display: flex;
  }
}

.p-news-list__info {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 61.25em) {
  .p-news-list__info {
    width: 37.5%;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-news-list__info--ir {
    width: 15%;
  }
}

.p-news-list__date {
  display: block;
  color: #333;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  white-space: nowrap;
}

.p-news-list__category {
  position: relative;
  display: block;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-list__category {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-list__category {
    margin-left: 33px;
  }
}
.p-news-list__category:after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-news-list__category:after {
    height: 11px;
    top: 10px;
    left: -10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-news-list__category:after {
    height: 14px;
    top: 8px;
    left: -17px;
  }
}

.p-news-list__title {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 61.25em) {
  .p-news-list__title {
    -ms-flex: 1;
        flex: 1;
    line-height: 1.75;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-google-map-container {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-google-map-container {
    margin-top: 19px;
  }
}

.p-google-map-container__inner {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-google-map-container__inner {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-google-map-container__inner {
    margin-bottom: 20px;
  }
}
.p-google-map-container__inner > iframe {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-google-map-container__inner > iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 48em) {
  .p-google-map-container__inner > iframe {
    height: 600px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-google-map-container__text {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .p-google-map-container__text {
    margin-bottom: 11px;
  }
}

.p-copy-section {
  margin-bottom: 35px;
  padding-top: 35px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e4df;
}
@media only screen and (min-width: 61.25em) {
  .p-copy-section {
    margin-bottom: 75px;
    padding-top: 75px;
  }
}
.p-copy-section:last-child {
  margin-bottom: 0;
}

.p-copy-section__heading {
  display: block;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #379da1;
}
@media only screen and (min-width: 61.25em) {
  .p-copy-section__heading {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-copy-section__heading.p-copy-section__heading--margin_medium {
    margin-bottom: 25px;
  }
}

.p-vision-box {
  border-style: solid;
  border-width: 3px;
  border-color: #e6e4df;
}
@media only screen and (min-width: 61.25em) {
  .p-vision-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.p-vision-box__item {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: #e6e4df;
}
@media only screen and (min-width: 61.25em) {
  .p-vision-box__item {
    box-sizing: border-box;
    width: 33.3%;
    padding-top: 40px;
    padding-bottom: 50px;
    border-style: solid;
    border-width: 0 3px 0 0;
    border-color: #e6e4df;
  }
}
.p-vision-box__item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 61.25em) {
  .p-vision-box__item:last-child {
    border-right: none;
  }
}

.p-vision-box__number {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  color: #379da1;
  line-height: 1;
}
@media only screen and (min-width: 61.25em) {
  .p-vision-box__number {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.p-vision-box__text {
  display: block;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.p-img-style {
  display: block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 30px;
}

@media only screen and (max-width: 47.9375em) {
  .p-contact-info {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-contact-info {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-contact-info {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-contact-info__address {
  display: inline-block;
}
.p-contact-info__address img {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact-info__address img {
    width: 250px;
  }
}

.p-director-note {
  line-height: 2;
}

.p-director-note__pos {
  float: left;
  width: 170px;
}
@media only screen and (max-width: 47.9375em) {
  .p-director-note__pos {
    display: block;
    width: 100%;
  }
}

.p-domestic-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
  padding-top: 43px;
  padding-right: 6.25%;
  padding-left: 6.25%;
}
@media only screen and (min-width: 61.25em) {
  .p-domestic-nav {
    padding-top: 110px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: -30px;
    width: 800px;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-domestic-nav.p-domestic-nav--ir_top {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 45px;
}
.p-domestic-nav > li {
  box-sizing: border-box;
  border-style: solid;
  border-color: #e6e4df;
  border-width: 0 0 0 1px;
  width: 33.33%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 61.25em) {
  .p-domestic-nav > li {
    width: 20%;
    margin-bottom: 30px;
  }
}
.p-domestic-nav > li:nth-child(3n) {
  border-width: 0 1px 0 1px;
}
@media only screen and (min-width: 61.25em) {
  .p-domestic-nav > li:nth-child(3n) {
    border-width: 0 0 0 1px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-domestic-nav > li:nth-child(5) {
    border-width: 0 1px 0 1px;
  }
}
.p-domestic-nav > li:last-child {
  border-width: 0 1px 0 1px;
}
.p-domestic-nav a {
  display: block;
  position: relative;
  height: 32px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
@media only screen and (min-width: 61.25em) {
  .p-domestic-nav a {
    line-height: 1.75;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-domestic-nav a.is-current {
  color: #333;
  pointer-events: none;
}
.p-domestic-nav a span {
  width: 100%;
  position: absolute;
  top: 50%;
  display: block;
  text-align: center;
  transform: translateY(-50%);
}

.p-partner-catelist {
  border-top: 1px solid #e6e4df;
  border-bottom: 1px solid #e6e4df;
}
.p-partner-catelist:not(:first-of-type) {
  margin-top: -1px;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-catelist {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-catelist {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-catelist {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-partner-catelist.is-hide {
  display: none;
}

.p-partner-catelist__term {
  box-sizing: border-box;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-catelist__term {
    width: 100%;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-catelist__term {
    width: 100%;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-catelist__term {
    width: 22%;
    position: relative;
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    clear: left;
    float: left;
  }
}
.p-partner-catelist__term svg {
  fill: #00a4b2;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-catelist__term svg {
    width: 10px;
    height: 6px;
    margin-right: 4px;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-catelist__term svg {
    width: 10px;
    height: 6px;
    margin-right: 4px;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-catelist__term svg {
    width: 10px;
    height: 6px;
    margin-right: 4px;
    margin-bottom: 2px;
  }
}
.p-partner-catelist__term > a svg {
  fill: #00a4b2;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-catelist__term > a svg {
    width: 10px;
    height: 6px;
    margin-right: 4px;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-catelist__term > a svg {
    width: 10px;
    height: 6px;
    margin-right: 4px;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-catelist__term > a svg {
    width: 10px;
    height: 6px;
    margin-right: 4px;
    margin-bottom: 2px;
  }
}
.p-partner-catelist__term > a:hover svg {
  fill: #82d2d9;
}
@media screen and (max-width: 979px) {
  .p-partner-catelist__term > a:hover svg {
    fill: #00a4b2;
  }
}

.p-partner-catelist__term--no_link {
  padding-left: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .p-partner-catelist__desc {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-catelist__desc {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-catelist__desc {
    width: 75%;
    position: relative;
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    float: left;
    line-height: 1.75;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    border: 1px solid #e6e4df;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-partner-checkbox__section {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-checkbox__section {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__section:first-of-type {
    padding-right: 8%;
    padding-left: 3%;
  }
}
@media only screen and (min-width: 80em) {
  .p-partner-checkbox__section:first-of-type {
    padding-right: 13%;
    padding-left: 3%;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-checkbox__section:nth-of-type(2) {
    padding-right: 0;
    padding-left: 9%;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__section:nth-of-type(2) {
    min-width: 140px;
    border-left: 1px solid #e6e4df;
  }
}
@media only screen and (min-width: 80em) {
  .p-partner-checkbox__section:nth-of-type(2) {
    padding-right: 0;
    padding-left: 9%;
  }
}

.p-partner-checkbox__label {
  display: inline-block;
  width: auto;
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-checkbox__label {
    margin-top: 10px;
    margin-right: 12px;
    margin-bottom: 0;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-checkbox__label {
    margin-top: 15px;
    margin-right: 12px;
    margin-bottom: 0;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__label {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    cursor: pointer;
  }
}
.p-partner-checkbox__label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  border: 2px solid #c9c9c9;
}
.browser-is-ie .p-partner-checkbox__label input, .device-is-mobile .p-partner-checkbox__label input {
  display: none;
}

@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__label--all {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }

  .p-partner-checkbox__label--tohoku {
    position: absolute;
    top: 51px;
    right: 85px;
    z-index: 5;
  }

  .p-partner-checkbox__label--kanto {
    position: absolute;
    top: 295px;
    right: 9px;
    z-index: 5;
  }

  .p-partner-checkbox__label--chubu {
    position: absolute;
    top: 105px;
    right: 126px;
    z-index: 5;
  }

  .p-partner-checkbox__label--kansai {
    position: absolute;
    top: 295px;
    left: 218px;
    z-index: 5;
  }

  .p-partner-checkbox__label--chugoku {
    position: absolute;
    top: 135px;
    left: 85px;
    z-index: 5;
  }

  .p-partner-checkbox__label--shikoku {
    position: absolute;
    top: 295px;
    left: 111px;
    z-index: 5;
  }

  .p-partner-checkbox__label--kyushu {
    position: absolute;
    top: 295px;
    left: -2px;
    z-index: 5;
  }
}
.p-partner-checkbox__text {
  margin-left: 2px;
  padding-top: 3px;
}

.p-partner-checkbox__input:checked + .p-partner-checkbox__text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #00a4b2;
  border-right: 3px solid #00a4b2;
  transition: width 0.2s ease-in 0s;
}

@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__label-pref {
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    border-radius: 2px;
    box-shadow: 0 2px 0 #bfbfbf;
    cursor: pointer;
  }
  .is-checked.p-partner-checkbox__label-pref {
    background-color: #333;
  }
}

.p-partner-checkbox__label-pref {
  position: relative;
  margin-top: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-checkbox__label-pref {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-right: 12px;
    margin-bottom: 0;
    padding-left: 20px;
    line-height: 1.5;
  }
  .p-partner-checkbox__label-pref:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    border: 2px solid #c9c9c9;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-checkbox__label-pref {
    display: inline-block;
    margin-top: 10px;
    margin-right: 12px;
    margin-bottom: 0;
    padding-left: 20px;
    line-height: 1.5;
  }
  .p-partner-checkbox__label-pref:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    border: 2px solid #c9c9c9;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__label-pref {
    display: inline-block !important;
    margin: 0;
    padding: 0;
  }
  .p-partner-checkbox__label-pref:before {
    content: none;
  }
}
.browser-is-ie .p-partner-checkbox__label-pref input, .device-is-mobile .p-partner-checkbox__label-pref input {
  display: none;
}

.p-partner-checkbox__text,
.p-partner-checkbox__text-sp {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__label-pref .p-partner-checkbox__text-sp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 23px;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__label-pref .p-partner-checkbox__text-sp--long {
    width: 35px;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__label-pref .p-partner-checkbox__text-sp--vertical {
    width: 14px;
  }
}

.p-partner-checkbox__input-sp:checked +
.p-partner-checkbox__text-sp:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #00a4b2;
  border-right: 3px solid #00a4b2;
  transition: width 0.2s ease-in 0s;
}
@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__input-sp:checked +
  .p-partner-checkbox__text-sp:after {
    content: none;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-partner-checkbox__label-pref--hokkaido {
    position: absolute;
    top: -2px;
    right: 0;
    width: 76px;
    height: 52px;
    background-color: #044b7f;
  }

  .p-partner-checkbox__label-pref--aomori, .p-partner-checkbox__label-pref--fukushima {
    width: 76px;
    height: 26px;
    background-color: #8c347d;
  }

  .p-partner-checkbox__label-pref--iwate, .p-partner-checkbox__label-pref--akita, .p-partner-checkbox__label-pref--miyagi, .p-partner-checkbox__label-pref--yamagata {
    width: 37px;
    height: 26px;
    background-color: #8c347d;
  }

  .p-partner-checkbox__label-pref--aomori {
    position: absolute;
    top: 59px;
    right: 0;
  }

  .p-partner-checkbox__label-pref--iwate {
    position: absolute;
    top: 88px;
    right: 0;
  }

  .p-partner-checkbox__label-pref--akita {
    position: absolute;
    top: 88px;
    right: 39px;
  }

  .p-partner-checkbox__label-pref--miyagi {
    position: absolute;
    top: 117px;
    right: 0;
  }

  .p-partner-checkbox__label-pref--yamagata {
    position: absolute;
    top: 117px;
    right: 39px;
  }

  .p-partner-checkbox__label-pref--fukushima {
    position: absolute;
    top: 146px;
    right: 0;
  }

  .p-partner-checkbox__label-pref--tochigi, .p-partner-checkbox__label-pref--gunma, .p-partner-checkbox__label-pref--ibaraki, .p-partner-checkbox__label-pref--saitama, .p-partner-checkbox__label-pref--chiba, .p-partner-checkbox__label-pref--tokyo, .p-partner-checkbox__label-pref--kanagawa {
    width: 37px;
    height: 26px;
    background-color: #c4062a;
  }

  .p-partner-checkbox__label-pref--tochigi {
    position: absolute;
    top: 175px;
    right: 0;
  }

  .p-partner-checkbox__label-pref--gunma {
    position: absolute;
    top: 175px;
    right: 39px;
  }

  .p-partner-checkbox__label-pref--ibaraki {
    position: absolute;
    top: 204px;
    right: 0;
  }

  .p-partner-checkbox__label-pref--saitama {
    position: absolute;
    top: 204px;
    right: 39px;
  }

  .p-partner-checkbox__label-pref--chiba {
    position: absolute;
    top: 233px;
    right: 0;
  }

  .p-partner-checkbox__label-pref--tokyo {
    position: absolute;
    top: 233px;
    right: 39px;
  }

  .p-partner-checkbox__label-pref--kanagawa {
    position: absolute;
    top: 262px;
    right: 39px;
  }

  .p-partner-checkbox__label-pref--nigata, .p-partner-checkbox__label-pref--nagano, .p-partner-checkbox__label-pref--yamanashi, .p-partner-checkbox__label-pref--shizuoka, .p-partner-checkbox__label-pref--toyama, .p-partner-checkbox__label-pref--gifu, .p-partner-checkbox__label-pref--aichi, .p-partner-checkbox__label-pref--ishikawa, .p-partner-checkbox__label-pref--fukui {
    width: 37px;
    height: 26px;
    background-color: #e76239;
  }

  .p-partner-checkbox__label-pref--nigata {
    position: absolute;
    top: 146px;
    right: 78px;
  }

  .p-partner-checkbox__label-pref--nagano {
    position: absolute;
    top: 175px;
    right: 78px;
  }

  .p-partner-checkbox__label-pref--yamanashi {
    position: absolute;
    top: 204px;
    right: 78px;
  }

  .p-partner-checkbox__label-pref--shizuoka {
    position: absolute;
    top: 233px;
    right: 78px;
  }

  .p-partner-checkbox__label-pref--toyama {
    position: absolute;
    top: 175px;
    right: 117px;
  }

  .p-partner-checkbox__label-pref--gifu {
    position: absolute;
    top: 204px;
    right: 117px;
  }

  .p-partner-checkbox__label-pref--aichi {
    position: absolute;
    top: 233px;
    right: 117px;
  }

  .p-partner-checkbox__label-pref--ishikawa {
    position: absolute;
    top: 146px;
    right: 156px;
  }

  .p-partner-checkbox__label-pref--fukui {
    position: absolute;
    top: 175px;
    right: 156px;
  }

  .p-partner-checkbox__label-pref--shiga, .p-partner-checkbox__label-pref--mie, .p-partner-checkbox__label-pref--kyoto, .p-partner-checkbox__label-pref--osaka, .p-partner-checkbox__label-pref--nara, .p-partner-checkbox__label-pref--wakayama {
    width: 37px;
    height: 26px;
    background-color: #f38f00;
  }

  .p-partner-checkbox__label-pref--hyogo {
    width: 26px;
    height: 55px;
    background-color: #f38f00;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .p-partner-checkbox__label-pref--shiga {
    position: absolute;
    top: 204px;
    right: 156px;
  }

  .p-partner-checkbox__label-pref--mie {
    position: absolute;
    top: 233px;
    right: 156px;
  }

  .p-partner-checkbox__label-pref--kyoto {
    position: absolute;
    top: 175px;
    right: 195px;
  }

  .p-partner-checkbox__label-pref--osaka {
    position: absolute;
    top: 204px;
    right: 195px;
  }

  .p-partner-checkbox__label-pref--nara {
    position: absolute;
    top: 233px;
    right: 195px;
  }

  .p-partner-checkbox__label-pref--wakayama {
    position: absolute;
    top: 262px;
    right: 195px;
  }

  .p-partner-checkbox__label-pref--hyogo {
    position: absolute;
    top: 175px;
    right: 234px;
  }

  .p-partner-checkbox__label-pref--tottori, .p-partner-checkbox__label-pref--okayama, .p-partner-checkbox__label-pref--shimane, .p-partner-checkbox__label-pref--hiroshima {
    width: 37px;
    height: 26px;
    background-color: #107e7d;
  }

  .p-partner-checkbox__label-pref--yamaguchi {
    width: 26px;
    height: 55px;
    background-color: #107e7d;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .p-partner-checkbox__label-pref--tottori {
    position: absolute;
    top: 175px;
    right: 262px;
  }

  .p-partner-checkbox__label-pref--okayama {
    position: absolute;
    top: 204px;
    right: 262px;
  }

  .p-partner-checkbox__label-pref--shimane {
    position: absolute;
    top: 175px;
    right: 301px;
  }

  .p-partner-checkbox__label-pref--hiroshima {
    position: absolute;
    top: 204px;
    right: 301px;
  }

  .p-partner-checkbox__label-pref--yamaguchi {
    position: absolute;
    top: 175px;
    right: 340px;
  }

  .p-partner-checkbox__label-pref--kagawa, .p-partner-checkbox__label-pref--tokushima, .p-partner-checkbox__label-pref--ehime, .p-partner-checkbox__label-pref--kochi {
    width: 37px;
    height: 26px;
    background-color: #6ab823;
  }

  .p-partner-checkbox__label-pref--kagawa {
    position: absolute;
    top: 233px;
    right: 262px;
  }

  .p-partner-checkbox__label-pref--tokushima {
    position: absolute;
    top: 262px;
    right: 262px;
  }

  .p-partner-checkbox__label-pref--ehime {
    position: absolute;
    top: 233px;
    right: 301px;
  }

  .p-partner-checkbox__label-pref--kochi {
    position: absolute;
    top: 262px;
    right: 301px;
  }

  .p-partner-checkbox__label-pref--fokuoka, .p-partner-checkbox__label-saga, .p-partner-checkbox__label-pref--nagasaki, .p-partner-checkbox__label-pref--okinawa {
    width: 24px;
    height: 55px;
    background-color: #00a4b2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .p-partner-checkbox__label-pref--oita, .p-partner-checkbox__label-pref--miyazaki, .p-partner-checkbox__label-pref--kumamoto, .p-partner-checkbox__label-pref--kagoshima {
    width: 37px;
    height: 26px;
    background-color: #00a4b2;
  }

  .p-partner-checkbox__label-pref--fokuoka {
    position: absolute;
    top: 175px;
    right: 375px;
  }

  .p-partner-checkbox__label-saga {
    position: absolute;
    top: 175px;
    right: 401px;
  }

  .p-partner-checkbox__label-pref--nagasaki {
    position: absolute;
    top: 175px;
    right: 427px;
  }

  .p-partner-checkbox__label-pref--oita {
    position: absolute;
    top: 233px;
    right: 375px;
  }

  .p-partner-checkbox__label-pref--miyazaki {
    position: absolute;
    top: 262px;
    right: 375px;
  }

  .p-partner-checkbox__label-pref--kumamoto {
    position: absolute;
    top: 233px;
    right: 414px;
  }

  .p-partner-checkbox__label-pref--kagoshima {
    position: absolute;
    top: 262px;
    right: 414px;
  }

  .p-partner-checkbox__label-pref--okinawa {
    position: absolute;
    top: 88px;
    right: 427px;
  }
}
.p-partner-list {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-list {
    margin: auto;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-list {
    margin: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-list > li {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #e6e4df;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-list > li {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #e6e4df;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-list > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: -1px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px solid #e6e4df;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e6e4df;
  }
}
.p-partner-list .is-hide {
  display: none;
}

.p-partner-list__item-none {
  text-align: center;
  font-weight: bold;
  transition: background-color ease-out 2s 1s, font-size 3s;
}

.p-partner-list__img {
  display: block;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #e6e4df;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-list__img {
    width: 50%;
    height: 100px;
    margin: auto;
    line-height: 100px;
  }
  .p-partner-list__img > img {
    max-width: 90%;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-list__img {
    width: 50%;
    height: 100px;
    margin: auto;
    line-height: 100px;
  }
  .p-partner-list__img > img {
    max-width: 90%;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-list__img {
    width: 200px;
    min-width: 200px;
    height: 100px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 100px;
  }
  .p-partner-list__img:hover {
    opacity: .7;
    transition: all 0.3s ease;
  }
  .p-partner-list__img > img {
    max-width: 100%;
    vertical-align: middle;
  }
}

.p-partner-list__img--image_none {
  outline: none;
}

.p-partner-list__detail {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-list__detail {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-list__detail {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-list__detail {
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 26px;
  }
}

.p-partner-list__link {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-partner-list__link svg {
  position: relative;
  top: -2px;
  margin-left: 10px;
  fill: #00a4b2;
  fill-rule: evenodd;
}
.p-partner-list__link:hover svg {
  fill: #82d2d9;
}
@media screen and (max-width: 979px) {
  .p-partner-list__link:hover svg {
    fill: #00a4b2;
  }
}

.p-partner-list__compatible {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-left: auto;
}
.p-partner-list__compatible > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 90px;
  border-left: 1px solid #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-list__compatible > li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-list__compatible > li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-list__compatible > li {
    width: 100px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 80em) {
  .p-partner-list__compatible > li {
    width: 160px;
  }
}
.p-partner-list__compatible > li:last-of-type {
  border-right: 1px solid #e6e4df;
}

.p-partner-reclist {
  border-top: 1px solid #e6e4df;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-reclist {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-reclist {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-reclist {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-partner-reclist--bottom_border {
  border-bottom: 1px solid #e6e4df;
}

.p-partner-reclist__term {
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-reclist__term {
    width: 100%;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-reclist__term {
    width: 100%;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-reclist__term {
    width: 22%;
    position: relative;
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    clear: left;
    float: left;
  }
}
.p-partner-reclist__term > a svg {
  fill: #00a4b2;
}
@media only screen and (max-width: 47.9375em) {
  .p-partner-reclist__term > a svg {
    width: 10px;
    height: 6px;
    margin-left: 4px;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-reclist__term > a svg {
    width: 10px;
    height: 6px;
    margin-left: 4px;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-reclist__term > a svg {
    width: 12px;
    height: 8px;
    margin-left: 6px;
    margin-bottom: 2px;
  }
}
.p-partner-reclist__term > a:hover svg {
  fill: #82d2d9;
}
@media screen and (max-width: 979px) {
  .p-partner-reclist__term > a:hover svg {
    fill: #00a4b2;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-partner-reclist__desc {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 48em) {
  .p-partner-reclist__desc {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-reclist__desc {
    width: 75%;
    position: relative;
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    float: left;
    line-height: 1.75;
  }
}

.p-partner-filter {
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 61.25em) {
  .p-partner-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    border-right: 1px solid #e6e4df;
    border-bottom: 1px solid #e6e4df;
    border-left: 1px solid #e6e4df;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-partner-filter__nallowbtn {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .p-partner-filter__nallowbtn {
    width: 300px;
    margin: auto;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-partner-filter__nallowbtn {
    width: 300px;
    margin: 0;
  }
}
.p-partner-filter__nallowbtn:hover {
  color: #fff;
}

.p-partner-filter__cancelbtn {
  width: auto;
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #00a4b2;
  cursor: pointer;
}
@media only screen and (min-width: 61.25em) {
  .p-partner-filter__cancelbtn {
    position: absolute;
    top: 45%;
    left: 2.5%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 80em) {
  .p-partner-filter__cancelbtn {
    position: absolute;
    top: 45%;
    left: 10%;
  }
}
.p-partner-filter__cancelbtn:hover {
  color: #82d2d9;
}
.p-partner-filter__cancelbtn svg {
  margin-bottom: -2px;
  padding-right: 7px;
  fill: #00A4B2;
}
.p-partner-filter__cancelbtn:hover svg {
  opacity: .7;
}

.p-division {
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .p-division--japan {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}
@media only screen and (min-width: 48em) {
  .p-division--japan {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-division--japan {
    position: relative;
    overflow: visible;
    width: 450px;
    height: 320px !important;
  }
  .p-division--japan:before {
    content: "";
    position: absolute;
    top: 88px;
    width: 50px;
    height: 68px;
    background-image: url("/common/svg/deco_partner_map.svg");
  }
}

.p-division--hr {
  padding-bottom: 7px;
  border-bottom: 1px solid #c9c9c9;
}
@media only screen and (min-width: 61.25em) {
  .p-division--hr {
    border-bottom: none;
  }
}

.p-division__hr {
  padding-bottom: 7px;
  border-bottom: 1px dashed #c9c9c9;
}
@media only screen and (min-width: 61.25em) {
  .p-division__hr {
    border-bottom: none;
  }
}
@media only screen and (min-width: 48em) {
  .p-division__hr {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-division__hr {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-contact-button-module {
  margin-top: 12px;
}
@media only screen and (min-width: 61.25em) {
  .p-contact-button-module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 17px;
    margin-bottom: -20px;
  }
}

.p-contact-button-module__item {
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 61.25em) {
  .p-contact-button-module__item {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
  }
}
.p-contact-button-module__item:nth-child(2n) {
  margin-right: 0;
}

.p-heading-en {
  display: inline-block;
  color: #f27c00;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-heading-en {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .p-heading-en {
    margin-bottom: 8px;
  }
}

.p-marketo-form form {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form form {
    margin-top: 40px;
  }
}
.p-marketo-form form .mktoOffset {
  width: 0 !important;
}
@media only screen and (max-width: 480px) {
  .p-marketo-form form .mktoRequiredField label.mktoLabel {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .p-marketo-form form .mktoRequiredField .mktoCheckboxList {
    width: auto;
  }
}
.p-marketo-form form .mktoRequiredField .mktoCheckboxList > input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
.p-marketo-form form .mktoButtonRow {
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.p-marketo-form form .mktoButtonRow > span {
  margin-left: 0 !important;
}
@media only screen and (max-width: 480px) {
  .p-marketo-form form .mktoFormCol .mktoRequiredField label.mktoLabel {
    width: auto;
  }
}
@media only screen and (min-width: 481px) {
  .p-marketo-form form .mktoFormCol:nth-of-type(2) .mktoOffset {
    width: 20px !important;
  }
}

.p-marketo-form--align_left form {
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (min-width: 61.25em) {
  .p-marketo-form--type_trial > form {
    width: 352px !important;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form--type_trial > form input[type=text],
  .p-marketo-form--type_trial > form input[type=email],
  .p-marketo-form--type_trial > form input[type=tel],
  .p-marketo-form--type_trial > form textarea.mktoField {
    width: 253px !important;
  }
}
@media only screen and (min-width: 481px) {
  .p-marketo-form--type_trial .mktoFormRow:nth-of-type(3) input[type=text] {
    width: 135px !important;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form--type_trial .mktoFormRow:nth-of-type(3) input[type=text] {
    width: 111px !important;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-marketo-form--type_demo > form {
    width: 352px !important;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form--type_demo > form input[type=text],
  .p-marketo-form--type_demo > form input[type=email],
  .p-marketo-form--type_demo > form input[type=tel],
  .p-marketo-form--type_demo > form textarea.mktoField {
    width: 253px !important;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-marketo-form--column_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media only screen and (min-width: 61.25em) {
  .p-marketo-form__column > form {
    min-width: 411px !important;
  }
}
.p-marketo-form__column > img {
  display: block;
  max-width: 100%;
  margin-bottom: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form__column > img {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-marketo-form__column.p-marketo-form__column--type_flexible {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form__column.p-marketo-form__column--type_flexible {
    -ms-flex: 1;
        flex: 1;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form__column.p-marketo-form__column--type_image {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form__column.p-marketo-form__column--type_form {
    max-width: 30%;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form__column.p-marketo-form__column--type_functions {
    max-width: 300px;
  }
}
.p-marketo-form__column + .p-marketo-form__column {
  margin-top: 30px;
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form__column + .p-marketo-form__column {
    margin-top: 0;
    margin-right: 50px;
  }
}
.p-marketo-form__column + .p-marketo-form__column.p-marketo-form__column--type_image {
  margin-top: 0;
  margin-right: 0;
}

.p-marketo-form__text {
  margin-bottom: 12px;
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form__text {
    margin-bottom: 17px;
  }
}

.p-marketo-form--type_box {
  box-sizing: border-box;
  position: relative;
  border-style: solid;
  border-color: #f39800;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-marketo-form--type_box {
    border-width: 3px;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--type_box {
    padding-top: 45px;
    padding-bottom: 28px;
    padding-right: 55px;
    padding-left: 55px;
    border-width: 5px;
  }
}
.p-marketo-form--type_box:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f39800 transparent transparent transparent;
  background-color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .p-marketo-form--type_box:after {
    bottom: -3px;
    right: -3px;
    border-width: 20px 20px 0 0;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--type_box:after {
    bottom: -5px;
    right: -5px;
    border-width: 40px 40px 0 0;
  }
}
.p-marketo-form--type_box > form {
  padding: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-marketo-form--type_box > form {
    width: 100% !important;
  }
}

.p-marketo-form--button_origin > form .mktoButtonRow {
  display: block;
  box-sizing: border-box;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  border-width: 1px;
  border-style: solid;
  border-color: #00a4b2;
  text-align: center;
  font-weight: bold;
  transition: transform 1s 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s 1s ease;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--button_origin > form .mktoButtonRow {
    margin-top: 17px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap {
  margin-left: 0 !important;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
  background-color: #00a4b2;
  transition: color 0.2s 0s ease;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap:hover {
    color: #00a4b2;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap:hover:after {
    right: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap:hover > .mktoButton {
    color: #00a4b2;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap:hover > .mktoButton:after {
    background-image: url(/common/svg/arrow_right_blue.svg);
    transform: translateX(5px);
  }
}
.p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap > .mktoButton {
  display: inline;
  width: 100%;
  position: relative;
  padding: 0;
  background: transparent !important;
  border: none !important;
  line-height: 1.75;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-shadow: none !important;
  transition: color ease 0.2s;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap > .mktoButton {
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap > .mktoButton {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .browser-is-ie .p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap > .mktoButton {
    padding-top: 12px;
    padding-bottom: 5px;
  }
}
.p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap > .mktoButton:active {
  box-shadow: none;
}
.p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap > .mktoButton:after {
  display: inline-block;
  content: "";
  position: relative;
  top: -1px;
  margin-left: 9px;
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/common/svg/arrow_right_white.svg);
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--button_origin > form .mktoButtonRow > .mktoButtonWrap > .mktoButton:after {
    transition: all 0.4s 0s;
  }
}
.p-marketo-form--button_origin > form .mktoButtonRow.is-incomplete {
  opacity: 0.15;
  border-color: #000;
  background-color: transparent;
}
.p-marketo-form--button_origin > form .mktoButtonRow.is-incomplete > a {
  color: #000;
  pointer-events: none;
}
.p-marketo-form--button_origin > form .mktoButtonRow.is-incomplete svg {
  fill: #000;
}

.p-marketo-form--type_box > form .mktoButtonRow,
.p-marketo-form--type_button > form .mktoButtonRow {
  display: block;
  box-sizing: border-box;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  border-width: 1px;
  border-style: solid;
  border-color: #00a4b2;
  text-align: center;
  font-weight: bold;
  transition: transform 1s 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s 1s ease;
  width: 100%;
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form--type_box > form .mktoButtonRow,
  .p-marketo-form--type_button > form .mktoButtonRow {
    margin-top: 17px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap,
.p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap {
  margin-left: 0 !important;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff;
  background-color: #00a4b2;
  transition: color 0.2s 0s ease;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap:after,
.p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap:hover,
  .p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap:hover:after,
  .p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap:hover:after {
    right: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap:hover > .mktoButton,
  .p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap:hover > .mktoButton {
    color: #00a4b2;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap:hover > .mktoButton:after,
  .p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap:hover > .mktoButton:after {
    background-image: url(/common/svg/arrow_right_blue.svg);
    transform: translateX(5px);
  }
}
.p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap > .mktoButton,
.p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap > .mktoButton {
  display: inline;
  width: 100%;
  position: relative;
  padding: 0;
  background: transparent !important;
  border: none !important;
  line-height: 1.75;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-shadow: none !important;
  transition: color ease 0.2s;
  z-index: 2;
}
.p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap > .mktoButton:active,
.p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap > .mktoButton:active {
  box-shadow: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap > .mktoButton,
  .p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap > .mktoButton {
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap > .mktoButton,
  .p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap > .mktoButton {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .browser-is-ie .p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap > .mktoButton, .browser-is-ie
  .p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap > .mktoButton {
    padding-top: 12px;
    padding-bottom: 5px;
  }
}
.p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap > .mktoButton:after,
.p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap > .mktoButton:after {
  display: inline-block;
  content: "";
  position: relative;
  top: -1px;
  margin-left: 9px;
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/common/svg/arrow_right_white.svg);
  background-size: 6px 10px;
}
@media only screen and (min-width: 48em) {
  .p-marketo-form--type_box > form .mktoButtonRow > .mktoButtonWrap > .mktoButton:after,
  .p-marketo-form--type_button > form .mktoButtonRow > .mktoButtonWrap > .mktoButton:after {
    transition: all 0.4s 0s;
  }
}
.p-marketo-form--type_box > form .mktoButtonRow.is-incomplete,
.p-marketo-form--type_button > form .mktoButtonRow.is-incomplete {
  opacity: 0.15;
  border-color: #000;
  background-color: transparent;
}
.p-marketo-form--type_box > form .mktoButtonRow.is-incomplete > a,
.p-marketo-form--type_button > form .mktoButtonRow.is-incomplete > a {
  color: #000;
  pointer-events: none;
}
.p-marketo-form--type_box > form .mktoButtonRow.is-incomplete svg,
.p-marketo-form--type_button > form .mktoButtonRow.is-incomplete svg {
  fill: #000;
}

.p-marketo-form--type_image {
  margin-bottom: 24px;
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form--type_image {
    margin-bottom: 30px;
  }
}
.p-marketo-form--type_image:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 61.25em) {
  .p-marketo-form--type_seminar > form {
    width: 411px !important;
  }
}
.p-marketo-form--type_seminar > form .mktoFormRow .mktoHtmlText.mktoHasWidth {
  width: auto !important;
}
.p-marketo-form--type_seminar > form .mktoButtonRow {
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form--type_seminar > form .mktoButtonRow {
    margin-right: 0;
    margin-left: 55px;
  }
}

.p-marketo-form__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.9375em) {
  .p-marketo-form__heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 17px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 48em) {
  .p-marketo-form__heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 17px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form__heading {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 50px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 61.25em) {
  .p-marketo-form__heading {
    margin-bottom: 25px;
  }
}

.p-error-text {
  padding-right: 6.25%;
  padding-bottom: 50px;
  padding-left: 6.25%;
}
@media only screen and (min-width: 61.25em) {
  .p-error-text {
    text-align: center;
    padding-right: 6.25%;
    padding-bottom: 80px;
    padding-left: 6.25%;
  }
}

.p-error-link {
  display: block;
  width: 100%;
  margin-right: 6.25%;
  margin-bottom: 50px;
  margin-left: 6.25%;
}
@media only screen and (min-width: 48em) {
  .p-error-link {
    width: 600px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    padding: 20px;
  }
}

.p-error-link__list > li {
  margin-bottom: 5px;
}
@media only screen and (min-width: 48em) {
  .p-error-link__list {
    -ms-columns: 3 165px;
    -webkit-columns: 3 165px;
            columns: 3 165px;
    -ms-column-gap: 50px;
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
  .p-error-link__list > li {
    display: inline-block;
    width: 165px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 48em) {
  .u-show-sp {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .u-show-pc {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .u-show-pc {
    display: block;
  }
}
@media only screen and (min-width: 61.25em) {
  .u-show-pc {
    display: block;
  }
}

/* ==========================================================================
Form
========================================================================== */
.f-form-button-block {
  background: #fff9e5;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-button-block {
    margin-right: 6%;
    margin-left: 6%;
    padding-top: 25px;
    padding-right: 6%;
    padding-bottom: 30px;
    padding-left: 6%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-button-block {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-button-block--type_comfirm {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-button-block--type_comfirm {
    margin-bottom: 42px;
  }
}

.f-form-button-block__text {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-button-block__text {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-button-block__text {
    margin-bottom: 20px;
  }
}
.f-form-button-block__text > a {
  transition: color 0.4s 0s ease;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 8px;
  display: inline-block;
  color: #00a4b2;
  background: url("/common/img/icon_blank_white.svg") no-repeat 0 0.5em;
}
.f-form-button-block__text > a:hover {
  color: #82d2d9;
}
.f-form-button-block__text > a:hover path {
  fill: #82d2d9;
}
.f-form-button-block__text > span {
  color: #c70007;
}
.f-form-button-block__text svg {
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.f-form-button-block__text path {
  transition: fill 0.4s 0s ease;
  fill: #00a4b2;
  fill-rule: evenodd;
}
@media only screen and (min-width: 48em) {
  .f-form-button-block__text br {
    display: none;
  }
}

.f-form-button-block__error-message {
  display: none;
  font-weight: normal;
  color: #e60000;
  font-size: 14px;
  font-size: 0.875rem;
  background: url(/entry/img/icon_caution.svg) no-repeat 0 0.25em;
}
.is-error .f-form-button-block__error-message {
  display: block;
}
.f-form-button-block__error-message > svg {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.f-form-button-block__error-message > svg > path {
  fill: #c70007;
  fill-rule: evenodd;
}

.f-form-button-block__check-box {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-button-block__check-box {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-button-block__check-box {
    margin-bottom: 20px;
  }
}
.f-form-button-block__check-box.f-form-check.f-form-check--color_privacy > label:before {
  top: 6px;
}
.f-form-button-block__check-box.f-form-check.f-form-check--color_privacy > label:after {
  top: 14px;
}

@media only screen and (min-width: 48em) {
  .f-form-button-block__button {
    width: 315px;
    margin: auto;
  }
}
.is-ancomplete .f-form-button-block__button {
  opacity: 0.5;
}
.is-ancomplete .f-form-button-block__button a:hover {
  cursor: default;
}
@media only screen and (min-width: 48em) {
  .is-ancomplete .f-form-button-block__button a:hover span {
    color: #fff;
  }
}
@media only screen and (min-width: 48em) {
  .is-ancomplete .f-form-button-block__button a:hover span:after {
    background-image: url(/common/img/icon_arrow_right_red.svg);
  }
}
.is-ancomplete .f-form-button-block__button a:after {
  display: none;
}

@media only screen and (min-width: 48em) {
  .f-form-button-block__inner {
    margin-right: auto;
    margin-left: auto;
    width: 315px;
  }
}

.f-form-check > label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
}
.f-form-check > label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  box-sizing: border-box;
  color: #CDCDCD;
  transition: all 0.2s ease;
  top: 7px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-check > label:before {
    top: 6px;
  }
}
.f-form-check > label:after {
  content: "";
  position: absolute;
  display: block;
  color: transparent;
  transition: all 0.2s ease;
  top: 15px;
  width: 3px;
  height: 7px;
  left: 6px;
  border: solid 3px currentColor;
  border-left: 0;
  border-top: 0;
  transform: translateY(-40%) rotate(30deg);
}
@media only screen and (max-width: 47.9375em) {
  .f-form-check > label:after {
    top: 14px;
  }
}
.f-form-check > input {
  display: none;
}
.f-form-check > input:checked + label:before {
  color: #00a4b2;
}
.f-form-check > input:checked + label:after {
  color: #00a4b2;
  transform: translateY(-50%) rotate(45deg);
}
.f-form-check > ul {
  padding-left: 28px;
  margin-top: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-check > ul {
    margin-bottom: 10px;
  }
}
.f-form-check > .f-form-input-annotation {
  padding-left: 28px;
  margin-top: 5px;
  margin-bottom: 0;
}
.f-form-check > .f-form-textarea {
  margin-top: 10px;
}

.f-form-check-item {
  margin-bottom: 5px;
}
.f-form-text-line-block .f-form-check-item {
  padding-right: 35px;
}

.f-form-container {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-container {
    width: 100%;
    padding-top: 37px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-container {
    width: 700px;
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-content-block {
    margin-top: 0;
    margin-right: 6%;
    margin-bottom: 35px;
    margin-left: 6%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-content-block {
    margin-bottom: 35px;
  }
}

.f-form-content-block__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-content-block__heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-content-block__heading {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 32px;
  }
}

.f-form-counter {
  position: fixed;
  min-width: 120px;
  box-sizing: border-box;
  z-index: 2000;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  color: #fff;
  transition: transform 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 47.9375em) {
  .f-form-counter {
    transform: translateY(-100%);
  }
}
@media only screen and (min-width: 48em) {
  .f-form-counter {
    transform: none;
    width: auto;
    background: #2c3a44;
    top: 130px;
    left: auto;
    margin: 0 0 0 730px;
    padding: 20px 20px 15px 20px;
    color: #fff;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-counter.is-show {
    transform: translateY(0);
  }
}
.f-form-counter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #2c3a44;
  opacity: 0.8;
}
@media only screen and (min-width: 48em) {
  .f-form-counter:before {
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
    top: 50%;
    left: -10px;
    margin: -3px 0 0 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2c3a44;
    border-left: 10px solid transparent;
  }
}
.f-form-counter p {
  position: relative;
  z-index: 1000;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-counter p br {
    display: none;
  }
}
.f-form-counter span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}

.f-form-error-message {
  display: none;
  font-weight: normal;
  color: #e60000;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 0 15px;
  line-height: 1.25;
  background: url(/entry/img/icon_caution.svg) no-repeat 0 0.25em;
}
.is-error .f-form-error-message {
  display: block;
}
.f-form-error-message svg {
  fill: #c70007;
  fill-rule: evenodd;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.f-form-footer {
  width: 100%;
  background-color: #000;
  position: absolute;
  bottom: 0;
}

.f-form-footer__inner {
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 9px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-footer__inner {
    width: 100%;
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-footer__inner {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-head-block {
    margin-right: 6%;
    margin-bottom: 30px;
    margin-left: 6%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-head-block {
    margin-bottom: 65px;
  }
}

.f-form-head-block__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-head-block__heading {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-head-block__heading {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 65px;
  }
}
.f-form-head-block__heading.f-form-head-block__heading--type_thanks {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .f-form-head-block__heading.f-form-head-block__heading--type_thanks {
    margin-bottom: 45px;
  }
}

.f-form-head-block__text-area {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-head-block__text-area {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-head-block__text-area {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-header {
    margin: 0 6% 20px 6%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-header {
    margin: 0 0 64px 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-header__logo {
    width: 200px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-header__logo img {
    display: block;
    width: 100%;
  }
}

.f-form-holiday-check {
  margin-bottom: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .f-form-input-annotation {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 4px;
    margin-bottom: 5px;
    text-indent: -15px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-annotation {
    margin-top: 4px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 14px;
    font-size: 0.875rem;
    text-indent: -18px;
    margin-left: 18px;
  }
}

.f-form-input-inner-text {
  margin-right: 10px;
  margin-left: 10px;
  white-space: nowrap;
}
.f-form-input-inner-text:first-child {
  margin-left: 0;
}
.f-form-content-block--type_check .f-form-input-inner-text {
  margin-left: 0;
}

@media only screen and (min-width: 48em) {
  .f-form-input-block {
    min-height: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-block:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-block:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-input-block__head {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-block__head {
    margin-bottom: 15px;
  }
}
.f-form-content-block--type_check .f-form-input-block__head {
  margin-bottom: 27px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-content-block--type_check .f-form-input-block__head {
    margin-bottom: 14px;
  }
}

.f-form-input-block__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-block__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-block__heading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.f-form-input-block__body--type_postal-code {
  width: 200px;
}

.f-form-input-block__body-item {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-block__body-item {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.f-form-input-block__body-item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-block__body-item:last-child {
    margin-bottom: 0;
  }
}
.is-check .f-form-input-block__body-item {
  margin-left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .is-check .f-form-input-block__body-item {
    margin-bottom: 0;
  }
}
.f-form-input-block__body-item > .f-form-input-inner-text {
  line-height: 2.5;
}
.is-check .f-form-input-block__body-item > .f-form-input-inner-text {
  line-height: 1.75;
}

@media only screen and (min-width: 48em) {
  .f-form-input-inner-block:last-child {
    margin: 0;
  }
}
.f-form-input-inner-block.f-form-input-inner-block--width_1col {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block.f-form-input-inner-block--width_2col {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--width_2col {
    width: 340px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_postal-code {
    width: 48%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_postal-code {
    width: 164px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_tell-number {
    width: 31%;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_tell-number {
    width: 102px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_school-number {
    width: 100px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_school-number {
    width: 140px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_scale {
    width: 100px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--type_scale {
    width: 339px;
  }
}
.f-form-input-inner-block.f-form-input-inner-block--type_doc {
  width: 100%;
}
.f-form-input-inner-block.f-form-input-inner-block--size_small {
  width: 75px;
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block.f-form-input-inner-block--size_medium {
    width: 200px;
  }
}
.f-form-input-inner-block.f-form-input-inner-block--type_listing {
  display: inline-block;
  margin-left: 29px;
}

.f-form-input-inner-block__head {
  min-height: 25px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block__head {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block__head {
    margin-bottom: 20px;
  }
}

.f-form-input-inner-block__heading {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-inner-block__heading {
    font-size: 16px;
    font-size: 1rem;
  }
}

.f-form-input-inner-block__body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.f-form-input-inner-block__body--type_calendar {
  position: relative;
}
.f-form-input-inner-block__body--type_calendar svg {
  position: absolute;
  top: 11px;
  right: 14px;
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block__body--type_calendar svg:hover {
    cursor: text;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-inner-block__body--type_calendar svg:hover + .f-form-input-text--type_calendar {
    background-color: #fff;
  }
}
.f-form-input-inner-block__body--type_calendar path {
  fill-rule: evenodd;
}

.f-form-input-text {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e4df;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-right: 14px;
  padding-left: 14px;
  box-sizing: border-box;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-input-text:hover {
    cursor: default;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-input-text:hover {
    background-color: #fff;
  }
}
.is-success .f-form-input-text {
  background: #fff;
}
.is-error .f-form-input-text {
  background: #FAE1E1;
  border-color: #F5AEAE;
}
.f-form-input-text[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.f-form-input-text[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.f-form-input-text[type="number"] {
  -moz-appearance: textfield;
}
.f-form-input-text[type="text"]::-webkit-input-placeholder {
  color: #b2b2b2;
}
.f-form-input-text:-ms-input-placeholder {
  color: #b2b2b2;
}
.f-form-input-text::-moz-placeholder {
  color: #b2b2b2;
}

.f-form-input-text--type_calendar {
  background-image: url("/contact/img/icon_calendar.svg");
  background-repeat: no-repeat;
  background-position: right 14px top 11px;
}
@media only screen and (min-width: 48em) {
  .f-form-input-text--type_calendar {
    width: 339px;
  }
}

@media only screen and (min-width: 48em) {
  .f-form-line-block {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }
  .f-form-line-block--vertical-position_center {
    -ms-flex-align: center;
        align-items: center;
  }
  .f-form-line-block--space_between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-number-line {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 48em) {
  .f-form-pc-margin-m {
    margin-bottom: 36px;
  }
}
.f-form-content-block--type_check .f-form-pc-margin-m {
  margin-bottom: 71px;
}

@media only screen and (min-width: 48em) {
  .f-form-pc-margin-s {
    margin-bottom: 15px;
  }
}

.f-form-postal-code-link > a {
  background: url(/common/img/icon_arrow_right_red.svg) no-repeat 100% 50%;
  display: inline-block;
  padding-right: 16px;
}

.f-form-radio-item {
  margin-bottom: 5px;
}
.f-form-text-line-block .f-form-radio-item {
  padding-right: 35px;
}

.f-form-radio > input {
  display: none;
}
.f-form-radio > input:checked + label:before {
  color: #00a4b2;
}
.f-form-radio > input:checked + label:after {
  color: #00a4b2;
}
.f-form-radio > label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 26px;
  margin-bottom: 5px;
}
.f-form-text-line-block .f-form-radio > label {
  margin-bottom: 0;
}
.f-form-radio > label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid currentColor;
  box-sizing: border-box;
  color: #CDCDCD;
  transition: all 0.2s ease;
  border-radius: 50%;
  top: 6px;
}
.f-form-radio > label:after {
  content: "";
  position: absolute;
  display: block;
  color: transparent;
  transition: all 0.2s ease;
  left: 4px;
  width: 10px;
  height: 10px;
  background: currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  top: 10px;
}
.f-form-radio > ul {
  padding-left: 28px;
  margin-top: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-radio > ul {
    margin-bottom: 10px;
  }
}
.f-form-radio > .f-form-input-annotation {
  padding-left: 28px;
  margin-top: 5px;
  margin-bottom: 0;
}

.f-form-required {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
}
.f-form-required > span {
  display: block;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  background: #c70007;
  white-space: nowrap;
}
.f-form-required.f-form-required--type_lead-text {
  position: relative;
  top: -2px;
}
.f-form-required.f-form-required--type_form {
  margin-left: 15px;
}

@media only screen and (max-width: 47.9375em) {
  .f-form-return-link {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-return-link {
    margin-bottom: 80px;
  }
}
.f-form-return-link > a {
  padding: 0 0 0 12px;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1.25;
  background: url(/common/img/icon_arrow_left_red.svg) no-repeat 0 50%;
  background-size: 6px auto;
}

.f-form-school-text {
  margin: 0 10px;
}

.f-form-select {
  display: block;
  position: relative;
  background: #fff;
  width: 100%;
}
.f-form-select > select {
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-right: 14px;
  padding-left: 14px;
  background: transparent;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e4df;
  border-radius: 0;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-select > select {
    font-size: 16px;
    font-size: 1rem;
    height: 44px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-select > select {
    font-size: 16px;
    font-size: 1rem;
  }
}
.f-form-select > select::-ms-expand {
  display: none;
}
.f-form-select > select > option {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.is-error .f-form-select > select {
  border-color: #F5AEAE;
}
.f-form-select:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  margin: -2px 0 0 0;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.is-success .f-form-select {
  background: #fff;
}
.is-error .f-form-select {
  background: #FAE1E1;
}

.f-form-select--type_service {
  width: 339px;
}

@media only screen and (max-width: 47.9375em) {
  .f-form-sp-margin-m {
    margin: 0 0 35px 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .f-form-sp-margin-s {
    margin-bottom: 12px;
  }
}

.f-form-state-line-block {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.f-form-state-line-block--vertical-position_center {
  -ms-flex-align: center;
      align-items: center;
}
.f-form-state-line-block--space_between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.f-form-success-icon {
  display: none;
  margin: 0 0 0 15px;
}
.is-success .f-form-success-icon {
  display: block;
}
.f-form-success-icon path {
  fill: #63a656;
  fill-rule: evenodd;
}

.f-form-text-line-block {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.f-form-text-line-block--vertical-position_center {
  -ms-flex-align: center;
      align-items: center;
}
.browser-is-ie .f-form-text-line-block--vertical-position_center {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.f-form-text-line-block--space_between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (min-width: 48em) {
  .f-form-text-line-block--space_between_pc {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-text-line-block--type_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
@media only screen and (max-width: 47.9375em) {
  .f-form-text-line-block--sp-vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.f-form-text-line-block.is-check {
  display: block;
}

.f-form-textarea {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e4df;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-right: 14px;
  padding-left: 14px;
  box-sizing: border-box;
  transition: all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-textarea {
    height: 180px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-textarea {
    height: 200px;
    max-width: 700px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.browser-is-ie .f-form-textarea {
  overflow: auto;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-textarea:hover {
    cursor: default;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-textarea:hover {
    background-color: #fff;
  }
}
.is-success .f-form-textarea {
  background-color: #fff;
}
.is-error .f-form-textarea {
  background-color: #FAE1E1;
  border-color: #F5AEAE;
}

.f-form-thanks-button {
  text-align: center;
}
.f-form-thanks-button > a {
  font-size: 16px;
  font-size: 1rem;
}

.f-form-thanks-text {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-thanks-text br {
    display: none;
  }
}

.f-form-thanks-text--type_document {
  margin-bottom: 35px;
}

.f-form-link-block {
  margin-top: 13px;
}
@media only screen and (max-width: 47.9375em) {
  .f-form-link-block {
    margin-right: 6%;
    margin-left: 6%;
  }
}
.f-form-link-block > a {
  color: #00a4b2;
  font-size: 14px;
  font-size: 0.875rem;
}

.ui-datepicker {
  box-sizing: border-box;
  padding-right: 3px;
  padding-left: 3px;
}
.ui-datepicker.ui-widget {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
  width: 263px;
  padding-right: 4px;
  padding-left: 5px;
}
.ui-datepicker .ui-widget-header.ui-widget-header {
  background-color: transparent;
  border: none;
  padding-top: 3px;
  margin-bottom: 2px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-month {
  margin-left: 12px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-prev, .ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-next {
  top: 4px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-prev:hover, .ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-next:hover {
  top: 4px;
  background-color: transparent;
  border: none;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-prev {
  left: -5px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-prev:hover {
  left: -5px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-next {
  right: -7px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-datepicker-next:hover {
  right: -7px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-icon {
  width: 6px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -4px;
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
  background-image: url("/contact/img/icon_calendar-arrow_left.svg");
}
.ui-datepicker .ui-widget-header.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
  background-image: url("/contact/img/icon_calendar-arrow_right.svg");
}
.ui-datepicker .ui-widget-content {
  border: none;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 20px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 9px;
  padding-bottom: 7px;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable.ui-state-disabled {
  opacity: 0.15;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
  background-color: transparent;
  border: none;
  text-align: center;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
}
.ui-datepicker a.ui-state-default {
  font-size: 13.33px;
  font-size: 0.83313rem;
  background-color: transparent;
  color: #000;
  border: none;
  text-align: center;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
  width: 35px;
}
.ui-datepicker a.ui-state-default.ui-state-highlight {
  background-color: #0f131a;
  color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane.ui-widget-content {
  margin-top: 0;
}
.ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button.ui-state-default {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 13.33px;
  font-size: 0.83313rem;
  font-weight: normal;
  border: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  margin-top: 0;
  margin-right: 2px;
  margin-bottom: 7px;
  margin-left: 2px;
  padding-top: 6px;
  padding-right: 13px;
  padding-bottom: 7px;
  padding-left: 13px;
  opacity: 1;
}
.ui-datepicker .ui-datepicker-buttonpane.ui-widget-content button.ui-state-default[data-handler="today"] {
  display: none;
}

.f-form-document-download-button {
  margin-bottom: 11px;
}

.f-form-listing-inner-block {
  display: inline-block;
  margin-left: 29px;
}

.f-form-listing-inner-block__text {
  margin-right: 10px;
}

.f-form-listing-inner-block__input {
  display: inline-block;
}

.f-form-listing-inner-block__input--size_small {
  width: 75px;
}

@media only screen and (max-width: 47.9375em) {
  .f-form-listing-inner-block__input--size_medium {
    width: 150px;
  }
}
@media only screen and (min-width: 48em) {
  .f-form-listing-inner-block__input--size_medium {
    width: 200px;
  }
}

/* ==========================================================================
Print
========================================================================== */
@media print {
  .l-root-container {
    width: 172mm !important;
    margin: auto !important;
  }

  .l-header {
    height: 10mm !important;
    z-index: inherit !important;
  }

  .l-main-content-block {
    background: none !important;
  }

  .l-main-content-column {
    width: 70% !important;
  }

  .l-sub-content-column {
    width: 20% !important;
  }

  .p-popup-panel {
    display: none;
  }
}
/* ==========================================================================
Vendor
========================================================================== */
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs__container * {
  box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs__container:focus {
  outline: none;
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  background: url("/common/svg/icon_mejs_controls.svg") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}

.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}

.mejs__overlay-loading-bg-img {
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url("/common/svg/icon_mejs_controls.svg") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}

@keyframes mejs__loading-spinner {
  100% {
    transform: rotate(360deg);
  }
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs__controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}

.mejs__button > button {
  background: transparent url("/common/svg/icon_mejs_controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}

/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
  background-position: 0 0;
}

.mejs__pause > button {
  background-position: -20px 0;
}

.mejs__replay > button {
  background-position: -160px 0;
}

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%;
}

.mejs__time-buffering {
  animation: buffering-stripes 2s linear infinite;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%;
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: 0.15s ease-in all;
  width: 100%;
}

.mejs__time-buffering {
  transform: scaleX(1);
}

.mejs__time-hovered {
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  transform: translateX(0);
  z-index: 11;
}

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  transform: scale(0);
  width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  transform: scale(1);
}

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 36px;
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}

.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}

.mejs__long-video .mejs__time-float-current {
  width: 60px;
}

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}

.mejs__unfullscreen > button {
  background-position: -100px 0;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0;
}

.mejs__unmute > button {
  background-position: -40px 0;
}

.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 2px;
}

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs__horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}

.mejs__captions-button > button {
  background-position: -140px 0;
}

.mejs__chapters-button > button {
  background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs__captions-position-hover {
  bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
  position: relative;
}

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.mejs__cannotplay {
  position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

/***** 20200527追加(ATRED　STORY) *****/

.c-content-section-1-1 + .c-content-section-1-1 {
  margin-top: 60px;
}

@media only screen and (min-width: 61.25em) {

  .c-content-section-1-1 + .c-content-section-1-1 {
    margin-top: 100px;
  }
}

.c-image--type-bottom {
  margin: 20px 0 0;
}

@media only screen and (min-width: 61.25em) {

  .c-image--type-bottom {
    margin: 40px 0 0;
  }

  .c-heading-2.heading-txt-center {
    text-align: center;
  }
}


/* End: Error */
