@charset "UTF-8";
/* _reset.scss
--------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");

html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

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

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

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

/*　default link color
---------------------------------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.cf::after {
  display: block;
  clear: both;
  content: "";
}

/*　img のリンク　マウスオーバー
--------------------------------------------------------------------------------------- */
/*　sub sup
--------------------------------------------------------------------------------------- */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*　form
--------------------------------------------------------------------------------------- */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  -webkit-appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* Correct the outline style in Safari */
}

/*　common.scss
--------------------------------------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-m-n-i {
  display: none;
}

.u-s-i-n {
  display: inline;
}

.u-s-n-i {
  display: none;
}

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

a[href^="tel:"] {
  cursor: default;
}

.container {
  width: 100%;
  padding: 0 5%;
}

/* ---------------------------------------------------------
	header
--------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 2.079px 9.781px 26.73px 0.27px rgba(59, 59, 59, 0.11);
  box-shadow: 2.079px 9.781px 26.73px 0.27px rgba(59, 59, 59, 0.11);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.55, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.55, 1);
}

.header.hide {
  top: -58px;
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 58px;
  padding: 0 5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.header__logo img {
  width: 152px;
}

.header__nav {
  position: fixed;
  top: 58px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  padding: 10px 6% 100px;
  overflow-y: scroll;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  pointer-events: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.header__nav.js-open {
  z-index: 100;
  height: calc(100vh - 58px);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.header__nav-list {
  margin-bottom: 35px;
}

.header__nav-item.sp {
  display: block;
}

.header__nav-item:nth-child(n + 2) {
  margin-top: 45px;
}

.header__nav-item .h-has-child-link,
.header__nav-item .h-no-child-link {
  border-bottom: 2px solid #22475d;
}

.header__nav-item .h-has-child-link>a,
.header__nav-item .h-has-child-link>div,
.header__nav-item .h-no-child-link>a {
  position: relative;
  display: block;
  padding-bottom: 15px;
  color: #22475d;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Play", sans-serif;
}

.header__nav-item .h-has-child-link>a .en,
.header__nav-item .h-has-child-link>div .en,
.header__nav-item .h-no-child-link>a .en {
  display: block;
}

.header__nav-item .h-has-child-link>a .jp,
.header__nav-item .h-has-child-link>div .jp,
.header__nav-item .h-no-child-link>a .jp {
  display: none;
}

.header__nav-item .h-taxonomy-title,
.header__nav-item .h-taxonomy-title-link {
  position: relative;
  color: #22475d;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 50px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #22475d;
}

.header__nav-item .h-taxonomy-title {
  display: block;
}

.header__nav-item .h-taxonomy-title-link {
  display: none;
}

.header__nav-item .h-taxonomy-title.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.header__nav-item .h-taxonomy-title::before,
.header__nav-item .h-taxonomy-title::after {
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}

.header__nav-item .h-taxonomy-title::before {
  width: 16px;
  height: 2px;
  margin-right: -7px;
  border-top: solid 2px #ff0202;
}

.header__nav-item .h-taxonomy-title::after {
  width: 2px;
  height: 16px;
  margin-top: -7px;
  border-left: solid 2px #ff0202;
}

.header__nav-item .h-taxonomy-title+.h-list {
  display: none;
}

.header__nav-item .h-taxonomy-title+.h-list.active {
  display: block;
}

.header__nav-item .h-list {
  display: block;
}

.header__nav-item .h-item {
  border-bottom: 1px solid #22475d;
}

.header__nav-item .h-item>a {
  position: relative;
  display: block;
  color: #22475d;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 50px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__nav-item .h-sublist {
  margin: 10px 0 0 12px;
}

.header__nav-item .h-subitem:nth-child(n + 2) {
  margin-top: 5px;
}

.header__nav-item .h-subitem>a {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__subnav .m-btn02 {
  width: 92%;
  margin: 0 auto 30px;
}

.header__subnav .subnav-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 86%;
  max-width: 250px;
  height: 50px;
  margin: 0 auto 10px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  background: #22475d;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.header__subnav .subnav-btn:last-child {
  /* margin: 0 auto; */
  display: none;
}

.header__subnav .subnav-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 21px;
  height: 21px;
  margin: auto;
  background-color: #fff;
  background-image: url(../img/btn01_arw.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px auto;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}

.btn-menu {
  position: absolute;
  top: 14px;
  right: 5%;
  z-index: 100;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  outline: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.btn-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 30px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-menu span i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background-color: #ff0202;
  border-radius: 2px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.btn-menu span i:nth-last-of-type(1) {
  top: 0;
}

.btn-menu span i:nth-last-of-type(2) {
  bottom: 0;
}

.btn-menu.js-open span i:nth-last-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.btn-menu.js-open span i:nth-last-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

/* ---------------------------------------------------------
	footer
--------------------------------------------------------- */
.footer {
  position: relative;
  z-index: 5;
  color: #fff;
}

.footer__inner {
  position: relative;
  width: 100%;
  padding: 0 5%;
}

.footer__nav {
  position: relative;
  padding: 25px 0 55px;
}

.footer__nav::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
  background: #8398a4;
  content: "";
}

.footer__nav-inner {
  position: relative;
  width: 100%;
}

.footer__nav-list {
  margin-bottom: 35px;
}

.footer__nav-item:nth-child(n + 2) {
  margin-top: 45px;
}

.footer__nav-item .f-has-child,
.footer__nav-item .f-no-child {
  margin-bottom: 45px;
}

.footer__nav-item .f-has-child-link,
.footer__nav-item .f-no-child-link {
  border-bottom: 2px solid #fff;
}

.footer__nav-item .f-has-child-link>a,
.footer__nav-item .f-no-child-link>a {
  display: block;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Play", sans-serif;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.footer__nav-item .f-taxonomy-title,
.footer__nav-item .f-taxonomy-title-link {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 50px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.footer__nav-item .f-taxonomy-title {
  display: block;
}

.footer__nav-item .f-taxonomy-title-link {
  display: none;
}

.footer__nav-item .f-taxonomy-title-link--2 {
  display: block;
}

.footer__nav-item .f-taxonomy-title.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.footer__nav-item .f-taxonomy-title::before,
.footer__nav-item .f-taxonomy-title::after {
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}

.footer__nav-item .f-taxonomy-title::before {
  width: 16px;
  height: 2px;
  margin-right: -7px;
  border-top: solid 2px #fff;
}

.footer__nav-item .f-taxonomy-title::after {
  width: 2px;
  height: 16px;
  margin-top: -7px;
  border-left: solid 2px #fff;
}

.footer__nav-item .f-taxonomy-title+.f-list {
  display: none;
}

.footer__nav-item .f-taxonomy-title+.f-list.active {
  display: block;
}

.footer__nav-item .f-item {
  border-bottom: 1px solid #fff;
}

.footer__nav-item .f-item>a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 50px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.footer__subnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__subnav-item {
  margin: 0 1em 1em;
}

.footer__subnav-item a {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 230px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.footer__bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
  background: #fd7a6d;
  content: "";
}

.footer .f-logo {
  margin: 5px 0 20px;
}

.footer .f-logo img {
  width: 165px;
}

.footer .f-text {
  margin-bottom: 25px;
  font-size: 12.5px;
  font-size: 0.78125rem;
  line-height: 1.76;
  letter-spacing: 0.05em;
}

.footer .f-text span {
  display: block;
  font-weight: 700;
}

.footer .f-copyright {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Play", sans-serif;
  letter-spacing: 0.05em;
}

/* ---------------------------------------------------------
	pagetop
--------------------------------------------------------- */
.pagetop {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 10;
  margin-left: -25px;
}

.pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 20.5px;
  background-image: url(../img/pagetop_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50px auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.pagetop a::before {
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  width: 11px;
  height: 7px;
  margin: auto;
  background-image: url(../img/pagetop_arw.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 11px auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "";
}

/* ---------------------------------------------------------
	buttons
--------------------------------------------------------- */
.m-btns01 {
  margin-bottom: -10px;
}

.m-btns01 .m-btn01 {
  margin: 0 auto 10px;
}

.m-btn01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  background: #22475d;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.m-btn01::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 21px;
  height: 21px;
  margin: auto;
  background-color: #fff;
  background-image: url(../img/btn01_arw.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px auto;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  content: "";
}

a.m-btn01 {
  margin: 0 auto;
}

.m-btns02 {
  margin-bottom: -10px;
}

.m-btns02 .m-btn02 {
  margin: 0 auto 10px;
}

.m-btn02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 66px;
  padding: 0 30px 0 45px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  background: #20bba1;
  border: 3px solid #fff;
  border-radius: 33px;
  -webkit-box-shadow: 1.65px 7.5px 32px 0.3px rgba(59, 59, 59, 0.2);
  box-shadow: 1.65px 7.5px 32px 0.3px rgba(59, 59, 59, 0.2);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.m-btn02::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 21px;
  height: 21px;
  margin: auto;
  background-color: #fff;
  background-image: url(../img/btn01_arw_g.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px auto;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}

.m-btn03 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  background: #aaa;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.m-btn03::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 21px;
  height: 21px;
  margin: auto;
  background-color: #fff;
  background-image: url(../img/btn01_arw_r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px auto;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  content: "";
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  10% {
    -webkit-transform: matrix(1.12, 0, 0, 1.12, 0, 0);
    transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  }

  30% {
    -webkit-transform: matrix(0.97, 0, 0, 0.97, 0, 0);
    transform: matrix(0.97, 0, 0, 0.97, 0, 0);
  }

  50% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  65% {
    -webkit-transform: matrix(0.98, 0, 0, 0.96, 0, 0);
    transform: matrix(0.98, 0, 0, 0.96, 0, 0);
  }

  80% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  10% {
    -webkit-transform: matrix(1.12, 0, 0, 1.12, 0, 0);
    transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  }

  30% {
    -webkit-transform: matrix(0.97, 0, 0, 0.97, 0, 0);
    transform: matrix(0.97, 0, 0, 0.97, 0, 0);
  }

  50% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  65% {
    -webkit-transform: matrix(0.98, 0, 0, 0.96, 0, 0);
    transform: matrix(0.98, 0, 0, 0.96, 0, 0);
  }

  80% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

/* ---------------------------------------------------------
	styleguide用
--------------------------------------------------------- */
.hr1 {
  position: relative;
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 1.375rem;
  text-align: center;
}

.hr1::after {
  position: relative;
  top: 0.7em;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 8px;
  background: #ff0202;
  border-radius: 8px;
  content: "";
}

.hr2 {
  position: relative;
  padding-left: 37px;
  font-weight: 700;
  font-size: 1.275rem;
  text-align: center;
}

.hr2::before {
  position: absolute;
  top: calc(0.5em + 5px);
  left: 0;
  display: block;
  width: 27px;
  height: 8px;
  background: #ff0202;
  border-radius: 8px;
  content: "";
}

.hr3 {
  position: relative;
  margin-bottom: 2em;
  font-weight: 700;
  font-size: 1.175rem;
  text-align: center;
}

.hr3::after {
  position: relative;
  top: 0.7em;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 8px;
  background: #ff0202;
  border-radius: 8px;
  content: "";
}

.hr4 {
  position: relative;
  margin-bottom: 2em;
  font-weight: 700;
  text-align: center;
}

.hr4::after {
  position: relative;
  top: 0.7em;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 8px;
  background: #ff0202;
  border-radius: 8px;
  content: "";
}

.ol {
  padding: 1.6em;
  background: #fae7e5;
  border-radius: 20px;
}

.ol li {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.8em 1.6em 0.8em 2.7em;
  font-weight: 700;
  background: #fff;
  border-radius: 20px;
}

.ol li:before {
  position: absolute;
  top: 0.35em;
  left: 1em;
  color: #ff0202;
  font-size: 18px;
  font-family: "Play", sans-serif;
  content: "0";
}

.ol li:last-child {
  margin-bottom: 0;
}

.ol li:nth-child(1)::before {
  content: "1";
}

.ol li:nth-child(2)::before {
  content: "2";
}

.ol li:nth-child(3)::before {
  content: "3";
}

.ol li:nth-child(4)::before {
  content: "4";
}

.ol li:nth-child(5)::before {
  content: "5";
}

.ol li:nth-child(6)::before {
  content: "6";
}

.ol li:nth-child(7)::before {
  content: "7";
}

.ol li:nth-child(8)::before {
  content: "8";
}

.ol li:nth-child(9)::before {
  content: "9";
}

.ul {
  padding: 1.6em;
  background: #fae7e5;
  border-radius: 20px;
}

.ul li {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.8em 1.6em 0.8em 2.7em;
  font-weight: 700;
  background: #fff;
  border-radius: 20px;
}

.ul li:before {
  position: absolute;
  top: 0.35em;
  left: 1em;
  color: #ff0202;
  font-size: 18px;
  font-family: "Play", sans-serif;
  content: "・";
}

.ul li:last-child {
  margin-bottom: 0;
}

.radio {
  line-height: 2;
}

.radio-input {
  display: none;
}

.radio-input+label {
  position: relative;
  margin-right: 40px;
  margin-bottom: 0.3em;
  padding-left: 40px;
  font-size: 1.2em;
}

.radio-input+label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #999;
  border-radius: 50%;
  content: "";
}

.radio-input:checked+label {
  color: #ff0202;
}

.radio-input:checked+label::after {
  position: absolute;
  top: 0.26em;
  left: 0.28em;
  display: block;
  width: 0.94em;
  height: 0.94em;
  background: #ff0202;
  border-radius: 50%;
  content: "";
}

.checkbox {
  font-size: 1.2em;
  line-height: 2;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  position: relative;
  margin-right: 20px;
  padding-left: 40px;
}

.checkbox-parts::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #999;
  border-radius: 4px;
  content: "";
}

.checkbox-input:checked+.checkbox-parts {
  color: #ff0202;
}

.checkbox-input:checked+.checkbox-parts::after {
  position: absolute;
  top: -5px;
  left: 0.8em;
  display: block;
  width: 0.8em;
  height: 1.4em;
  border-right: 5px solid #ff0202;
  border-bottom: 5px solid #ff0202;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  content: "";
}

.form_submit .m-btn01 {
  margin: 0 auto;
}

.form_submit .m-btn01.prev_btn {
  margin: 0 auto 32px;
}

.prev_btn {
  margin: 0 auto 32px;
  padding: 16px 20px;
  color: #22475d;
  background: #fff;
  border: 2px solid #22475d;
  border-radius: 50px;
}

.table {
  padding: 2em 3em;
  background: #fff;
  border-radius: 50px;
  border-collapse: separate;
  -webkit-box-shadow: 0px 16px 34.65px 0.35px rgba(33, 33, 33, 0.09);
  box-shadow: 0px 16px 34.65px 0.35px rgba(33, 33, 33, 0.09);
}

.table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0;
  border-bottom: 1px solid #ccc;
  border-collapse: separate;
}

.table tr:last-child {
  border-bottom: none;
}

.table tr th {
  display: block;
  width: 100%;
  margin-right: 0;
  padding: 0;
  color: #7d7d7d;
  border-collapse: separate;
}

.table tr td {
  display: block;
  max-width: 100%;
  padding: 1em 0;
  border-collapse: separate;
}

.in_txt {
  width: 96%;
  margin: 0 auto;
}

.in_txt p {
  line-height: 1.8;
}

.in_txt a {
  color: #fc5948;
  text-decoration: underline;
}

.add_txt {
  margin-top: 10px;
  padding: 1em;
  background-color: #f3f3f3;
  border-radius: 5px;
}

.sp_block {
  display: block !important;
}

.pc_block {
  display: none !important;
}

@media screen and (min-width: 359px) {
  body {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }

  .u-s-i-n {
    display: none;
  }

  .u-s-n-i {
    display: inline;
  }

  .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .header__logo img {
    width: 190px;
  }

  .footer__inner {
    max-width: 2000px;
    margin: 0 auto;
    padding: 100px 40px 0;
  }

  .footer__nav {
    padding: 65px 0 75px;
  }

  .footer__nav-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
  }

  .footer__nav-item {
    min-width: 30%;
  }

  .footer__nav-item:nth-child(n + 2) {
    margin-top: 0;
  }

  .footer__nav-item .f-has-child,
  .footer__nav-item .f-no-child {
    margin-bottom: 35px;
  }

  .footer__nav-item .f-has-child:last-child,
  .footer__nav-item .f-no-child:last-child {
    margin-bottom: 0;
  }

  .footer__nav-item .f-has-child-link,
  .footer__nav-item .f-no-child-link {
    margin-bottom: 30px;
  }

  .footer__nav-item .f-has-child-link>a,
  .footer__nav-item .f-no-child-link>a {
    padding-bottom: 10px;
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .footer__nav-item .f-has-child-link>a:hover,
  .footer__nav-item .f-no-child-link>a:hover {
    color: #fd7a6d;
  }

  .footer__nav-item .f-no-child {
    margin-bottom: 65px;
  }

  .footer__nav-item .f-col:nth-child(n + 2) {
    margin-top: 25px;
  }

  .footer__nav-item .f-taxonomy-title,
  .footer__nav-item .f-taxonomy-title-link {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    border-bottom: none;
    transition: all 0.2s ease-out;
  }

  .footer__nav-item .f-taxonomy-title {
    display: none;
  }

  .footer__nav-item .f-taxonomy-title-link {
    display: block;
  }

  .footer__nav-item .f-taxonomy-title-link:hover {
    color: #fd7a6d;
  }

  .footer__nav-item .f-taxonomy-title-link--2 {
    margin-bottom: 20px;
  }

  .footer__nav-item .f-taxonomy-title::before,
  .footer__nav-item .f-taxonomy-title::after {
    display: none;
  }

  .footer__nav-item .f-item {
    border-bottom: none;
  }

  .footer__nav-item .f-item.pc-none {
    display: none;
  }

  .footer__nav-item .f-item:nth-child(n + 2) {
    margin-top: 0.6em;
  }

  .footer__nav-item .f-item>a {
    display: inline-block;
    padding-left: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  .footer__nav-item .f-item>a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 3px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    content: "";
  }

  .footer__nav-item .f-item>a:hover {
    color: #fd7a6d;
  }

  .footer__nav-item .f-item>a:hover::before {
    background: #fd7a6d;
  }

  .footer__subnav-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__subnav-item a {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .footer__subnav-item a:hover {
    color: #fd7a6d;
  }

  .footer__bottom {
    height: 320px;
  }

  .footer .f-logo img {
    width: 230px;
  }

  .footer .f-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.26667;
  }

  .footer .f-copyright {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .pagetop {
    bottom: 10px;
    margin-left: -50px;
  }

  .pagetop a {
    width: 100px;
    height: 41px;
    background-size: 100px auto;
  }

  .pagetop a::before {
    width: 22px;
    height: 14px;
    background-size: 22px auto;
  }

  .pagetop a:hover {
    margin-bottom: -10px;
  }

  .pagetop a:hover::before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  .m-btns01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px;
  }

  .m-btns01 .m-btn01 {
    margin: 0 25px 15px;
  }

  .m-btn01 {
    max-width: 450px;
    height: 90px;
    font-size: 18px;
    font-size: 1.125rem;
    border: 5px solid #22475d;
    border-radius: 45px;
  }

  .m-btn01::before {
    left: 22px;
    width: 38px;
    height: 38px;
    background-size: 12px auto;
  }

  .m-btn01:hover {
    color: #22475d;
    background: #fff;
    -webkit-animation: bounce 0.5s ease-out both;
    animation: bounce 0.5s ease-out both;
  }

  .m-btn01:hover::before {
    background-color: #22475d;
    background-image: url(../img/btn01_arw_w.svg);
  }

  .m-btns02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px;
  }

  .m-btns02 .m-btn02 {
    margin: 0 25px 15px;
  }

  .m-btn02 {
    max-width: 464px;
    height: 114px;
    padding: 0 40px 0 70px;
    font-size: 24px;
    font-size: 1.5rem;
    border-width: 7px;
    border-radius: 57px;
    -webkit-box-shadow: 3.327px 15.65px 64.35px 0.65px rgba(59, 59, 59, 0.2);
    box-shadow: 3.327px 15.65px 64.35px 0.65px rgba(59, 59, 59, 0.2);
  }

  .m-btn02.long {
    max-width: 600px;
  }

  .m-btn02::before {
    left: 22px;
    width: 38px;
    height: 38px;
    background-size: 12px auto;
  }

  .m-btn02:hover {
    -webkit-animation: bounce 0.5s ease-out both;
    animation: bounce 0.5s ease-out both;
  }

  .m-btn03 {
    max-width: 450px;
    height: 90px;
    font-size: 18px;
    font-size: 1.125rem;
    border: 5px solid #aaa;
    border-radius: 45px;
  }

  .m-btn03::before {
    left: 22px;
    width: 38px;
    height: 38px;
    background-size: 12px auto;
  }

  .hr1 {
    font-size: 1.875rem;
  }

  .hr2 {
    font-size: 1.675rem;
  }

  .hr3 {
    font-size: 1.375rem;
  }

  .hr4 {
    font-size: 1.175rem;
  }

  .ol {
    font-size: 1.175rem;
  }

  .ol li:before {
    font-size: 27px;
  }

  .ul {
    font-size: 1.175rem;
  }

  .ul li:before {
    font-size: 27px;
  }

  .sp_block {
    display: none !important;
  }

  .pc_block {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }

  .header.hide {
    top: -150px;
  }

  #front .header.on {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #front .header.on:hover {
    background: #fff;
    -webkit-box-shadow: 2.079px 9.781px 26.73px 0.27px rgba(59, 59, 59, 0.11);
    box-shadow: 2.079px 9.781px 26.73px 0.27px rgba(59, 59, 59, 0.11);
  }

  #front .header.on:hover .subnav-btn {
    color: #fff;
    background: #fd7a6d;
    border-color: #fd7a6d;
  }

  #front .header.on:hover .subnav-btn:hover {
    color: #fd7a6d;
    background: #fff;
  }

  #front .header.on .subnav-btn {
    color: #fd7a6d;
    background: #fff;
    border-color: #fff;
  }

  .header__inner {
    height: auto;
    padding: 0 40px;
  }

  .header__nav {
    position: relative;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 0;
    overflow-y: unset;
    background: transparent;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .header__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
    margin: 0 1.25vw 0 0;
  }

  .header__nav-item.dropdown {
    position: relative;
  }

  .header__nav-item.dropdown:hover .h-taxonomy {
    opacity: 1;
    pointer-events: auto;
  }

  .header__nav-item.dropdown:hover .h-has-child-link>div::before {
    width: 100%;
  }

  .header__nav-item.sp {
    display: none;
  }

  .header__nav-item:nth-child(n + 2) {
    margin: 0 0 0 1.75vw;
  }

  .header__nav-item .h-has-child-link,
  .header__nav-item .h-no-child-link {
    border-bottom: none;
  }

  .header__nav-item .h-has-child-link>a,
  .header__nav-item .h-has-child-link>div,
  .header__nav-item .h-no-child-link>a {
    padding-bottom: 0;
    color: #000;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial,
      sans-serif;
  }

  .header__nav-item .h-has-child-link>a::before,
  .header__nav-item .h-has-child-link>div::before,
  .header__nav-item .h-no-child-link>a::before {
    position: absolute;
    bottom: -64px;
    left: 50%;
    width: 0;
    height: 8px;
    background: #ff0202;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.55, 1);
    transition: width 0.3s cubic-bezier(0, 0, 0.55, 1);
    content: "";
  }

  .header__nav-item .h-has-child-link>a .en,
  .header__nav-item .h-has-child-link>div .en,
  .header__nav-item .h-no-child-link>a .en {
    display: none;
  }

  .header__nav-item .h-has-child-link>a .jp,
  .header__nav-item .h-has-child-link>div .jp,
  .header__nav-item .h-no-child-link>a .jp {
    display: block;
  }

  .header__nav-item .h-has-child-link>a:hover::before,
  .header__nav-item .h-has-child-link>div:hover::before,
  .header__nav-item .h-no-child-link>a:hover::before {
    width: 100%;
  }

  .header__nav-item .h-taxonomy {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 45vw;
    margin: 0;
    padding-top: 130px;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
  }

  .header__nav-item .h-taxonomy::before {
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    content: "";
  }

  .header__nav-item .h-taxonomy::after {
    position: absolute;
    top: 95px;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 120px;
    background: #fff;
    border-radius: 45px;
    box-shadow: 13.994px 7.757px 34.65px 0.35px rgba(59, 59, 59, 0.09);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    content: "";
  }

  .header__nav-item .h-taxonomy-title {
    display: none;
  }

  .header__nav-item .h-taxonomy-title-link {
    position: relative;
    display: block;
    padding-left: 35px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border-bottom: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.2s ease-out;
  }

  .header__nav-item .h-taxonomy-title-link:hover {
    color: #fd7a6d;
  }

  .header__nav-item .h-taxonomy-title-link::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    background-color: #ff0202;
    background-image: url(../img/btn01_arw_w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
    border-radius: 50%;
    content: "";
  }

  .header__nav-item .h-taxonomy .h-col:nth-child(n + 2) {
    margin-left: 3vw;
  }

  .header__nav-item .h-taxonomy-title+.h-list {
    display: none;
  }

  .header__nav-item .h-list {
    display: none;
  }

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

  .header__subnav .m-btn02 {
    display: none;
  }

  .header__subnav .subnav-btn {
    width: auto;
    max-width: none;
    height: 70px;
    margin: 0 10px 0 0;
    padding: 15px 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    background: #fd7a6d;
    border: 5px solid #fd7a6d;
    border-radius: 35px;
  }

  .header__subnav .subnav-btn:last-child {
    margin: 0;
    display: flex;
  }

  .header__subnav .subnav-btn::before {
    display: none;
  }

  .header__subnav .subnav-btn:hover {
    color: #fd7a6d;
    background: #fff;
  }

  .btn-menu {
    display: none;
  }

  .footer__nav-list {
    padding-left: 31.5vw;
  }

  .footer__nav-item {
    min-width: auto;
  }

  .footer__nav-item .f-taxonomy-title+.f-list {
    display: block;
  }

  .footer__nav-item .f-list {
    min-width: 150px;
    margin-bottom: 20px;
  }

  .footer__subnav-list {
    width: 40vw;
    margin: 0 auto;
  }

  .footer__bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 31.25%;
    height: 100%;
    border-radius: 0 100px 0 0;
  }

  .footer__bottom::before {
    width: calc((100vw - 100%) / 2 + 100%);
    margin-right: 0;
    border-radius: 0 100px 0 0;
  }

  .footer .f-logo {
    margin: 0 0 35px;
  }

  .footer .f-text {
    margin-bottom: 70px;
  }

  .hr1 {
    font-size: 40px;
  }

  .hr2 {
    font-size: 38px;
  }

  .hr3 {
    font-size: 30px;
  }

  .hr4 {
    font-size: 26px;
  }

  .ol {
    font-size: 24px;
    border-radius: 50px;
  }

  .ol li {
    border-radius: 30px;
  }

  .ol li:before {
    font-size: 33px;
  }

  .ul {
    font-size: 24px;
    border-radius: 50px;
  }

  .ul li {
    border-radius: 30px;
  }

  .ul li:before {
    top: 0.35em;
    font-size: 33px;
  }

  .radio-input+label {
    font-size: 24px;
  }

  .radio-input+label::before {
    width: 30px;
    height: 30px;
  }

  .radio-input:checked+label::after {
    top: 0.3em;
    left: 0.3em;
    width: 16px;
    height: 16px;
  }

  .checkbox {
    font-size: 24px;
  }

  .checkbox-parts::before {
    top: 0.2em;
    width: 30px;
    height: 30px;
  }

  .checkbox-input:checked+.checkbox-parts::after {
    top: 0;
    left: 15px;
    width: 16px;
    height: 27px;
  }

  .form_submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form__ppol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .form__ppol input {
    width: auto;
  }

  .form__ppol a {
    color: #ff0202;
    text-decoration: underline;
  }

  .table {
    width: 100%;
    padding: 100px 126px;
  }

  .table tr th {
    width: 150px;
    margin-right: 50px;
    padding: 1em 0;
  }

  .table tr td {
    max-width: calc(100% - 200px);
  }

  .sp_block {
    display: none !important;
  }

  .pc_block {
    display: block !important;
  }
}

@media screen and (min-width: 1281px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }

  .u-m-n-i {
    display: inline;
  }

  .header__logo img {
    width: 230px;
  }

  .header__nav-list {
    margin: 0 3vw 0 0;
  }

  .header__nav-item:nth-child(n + 2) {
    margin: 0 0 0 3.5vw;
  }

  .header__nav-item .h-has-child-link>a,
  .header__nav-item .h-has-child-link>div,
  .header__nav-item .h-no-child-link>a {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .header__nav-item .h-has-child-link>a::before,
  .header__nav-item .h-has-child-link>div::before,
  .header__nav-item .h-no-child-link>a::before {
    bottom: -61px;
  }

  .header__nav-item .h-taxonomy-title-link {
    padding-left: 45px;
    font-size: 18px;
  }

  .header__nav-item .h-taxonomy-title-link::before {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }

  .header__subnav .subnav-btn {
    height: 90px;
    margin: 0 15px 0 0;
    padding: 15px 25px;
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 45px;
  }

  .footer__nav-list {
    margin-bottom: 150px;
    margin-left: calc((100vw - 100%) / -2);
    padding-left: calc(400px + 6.5vw);
  }

  .footer__nav-item .f-taxonomy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__nav-item .f-col:nth-child(n + 2) {
    margin: 0 0 0 20px;
  }

  .footer__nav-item .f-col:nth-of-type(2) {
    position: absolute;
    top: 528px;
    left: 0;
    margin: 0;
  }

  .footer__bottom {
    width: 400px;
  }

  .sp_block {
    display: none !important;
  }

  .pc_block {
    display: block !important;
  }
}

@media screen and (min-width: 1481px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }

  .header__nav-list {
    margin: 0 3.91vw 0 0;
  }

  .header__nav-item:nth-child(n + 2) {
    margin: 0 0 0 5vw;
  }

  .header__subnav .subnav-btn {
    margin: 0 20px 0 0;
    padding: 15px 40px;
  }

  /*
  .footer__nav-item .f-col:nth-child(n+2) {
    margin-left: 70px;
  }
*/
  .footer__nav-item .f-list {
    min-width: 160px;
  }

  .sp_block {
    display: none !important;
  }

  .pc_block {
    display: block !important;
  }
}

@media screen and (min-width: 1791px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }

  .header__logo {
    margin-left: 10px;
  }

  .header__nav-list {
    margin: 0 70px 0 0;
  }

  .header__nav-item:nth-child(n + 2) {
    margin: 0 0 0 90px;
  }

  .sp_block {
    display: none !important;
  }

  .pc_block {
    display: block !important;
  }
}

@media screen and (min-width: 2001px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }

  .footer__nav-list {
    margin-left: 0;
    padding-left: 130px;
  }

  .sp_block {
    display: none;
  }

  .pc_block {
    display: block;
  }
}

/* SNS */
.fa-hatena:before {
  font-weight: bold;
  font-family: Verdana;
  content: "B!";
}

.share {
  margin-top: 40px;
  margin-right: 3em;
  margin-bottom: 40px;
}

.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share ul:after {
  display: block;
  clear: both;
  content: "";
}

.share li {
  float: left;
  width: 25%;
  margin: 0;
  margin-top: 15px;
}

.share li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.share li a:hover {
  opacity: 0.8;
}

.share li a:visited {
  color: #fff;
}

.tweet a {
  background-color: #55acee;
}

.facebooklink a {
  background-color: #315096;
}

.line a {
  background-color: #00b900;
}

.hatena a {
  background-color: #008fde;
}

@media screen and (max-width: 768px) {
  .share li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
  }

  .share li i {
    padding-top: 3px;
    font-size: 1.3em;
  }

  .facebooklink i,
  .tweet i,
  .hatena i {
    display: none;
  }
}

/* ---------------------------------------------------------
	共通バナー用
--------------------------------------------------------- */
.service-bnr__list {
  margin: 50px 0 0;
}

.service-bnr__list--marketing {}

.service-bnr__item {
  width: fit-content;
  margin: 0 auto;
}

.service-bnr__item+.service-bnr__item {
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .service-bnr__list {
    margin: 80px 0 0;
    display: flex;
    justify-content: space-between;
  }

  .service-bnr__item+.service-bnr__item {
    margin-top: 0;
    margin-left: 20px;
  }
}

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

  .service-bnr__list--marketing {
    margin: 0 0 70px;
  }
}

@media screen and (min-width: 1281px) {
  .service-bnr__list {
    margin: 110px 0 0;
  }
}


/* ---------------------------------------------------------
	サムネイル付きリンクカード
--------------------------------------------------------- */
.column_linkcard {
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 10px 1px rgb(59 59 59 / 20%);
  text-decoration: none !important;
}

.column_linkcard__img {
  width: 100%;
  height: fit-content;
  position: relative;
}

.column_linkcard__img::before {
  content: "";
  display: block;
  padding-top: 52.3%;
}

.column_linkcard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.column_linkcard__txtbox {
  width: 100%;
}

.column_linkcard__tit {
  font-weight: bold !important;
  margin-bottom: 15px !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.column_linkcard__txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8 !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
}

@media screen and (min-width: 768px) {
  .column_linkcard {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .column_linkcard:hover {
    box-shadow: 3px 3px 2px 1px rgb(59 59 59 / 20%);
  }

  .column_linkcard__img {
    width: 30%;
    margin-right: 3%;
  }

  .column_linkcard__txtbox {
    width: calc(100% - 33%);
  }

  .column_linkcard__tit {
    font-weight: bold !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-size: 18px !important;
  }

  .column_linkcard__txt {
    font-size: 16px;
  }
}