:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

:root {
  --clr-black: #000;
  --clr-white: #fff;
  --clr-bg-gray: #edeff0;
  --clr-blue: #0068b7;
  --clr-red: #e60012;
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

html.fonts-loading body {
  visibility: hidden;
}

.en_f {
  font-family: "Open Sans", sans-serif;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.fadeup {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 30px);
}

/*header*/
/*PC*/
#header {
  display: flex;
  min-height: 80px;
  background-color: var(--clr-white);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: 0px 0px 16px -10px #666;
}
@media screen and (max-width: 1230px) {
  #header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header {
    min-height: 50px;
  }
}
#header .header_inner {
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1310px) {
  #header .header_inner {
    padding: 0 20px;
  }
}
#header .header_inner .header_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .header_inner .header_left .header_logo_btn {
  max-width: 190px;
  transition: 0.6s;
}
@media screen and (max-width: 1300px) {
  #header .header_inner .header_left .header_logo_btn {
    width: 120px;
  }
}
#header .header_inner .header_left .header_logo_btn .header_logo_img {
  max-width: 100%;
  width: 100%;
}
#header .header_inner .header_right {
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: flex-end;
  gap: 15px;
}
#header .header_inner .header_right .header_nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#header .header_inner .header_right .header_nav .soon {
  cursor: default;
  pointer-events: none;
  color: #b3b3b3;
}
#header .header_inner .header_right .header_nav .soon a {
  color: #b3b3b3;
}
#header .header_inner .header_right .header_nav > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 770px;
  gap: 15px;
}
@media screen and (max-width: 1450px) {
  #header .header_inner .header_right .header_nav > ul {
    gap: 10px;
  }
}
#header .header_inner .header_right .header_nav > ul > li {
  color: var(--clr-black);
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1450px) {
  #header .header_inner .header_right .header_nav > ul > li {
    font-size: 12px;
  }
}
#header .header_inner .header_right .header_nav > ul > li.child {
  position: relative;
  padding-right: 16px;
  cursor: default;
}
#header .header_inner .header_right .header_nav > ul > li.child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 calc(-50% - 1px);
  width: 8px;
  height: 8px;
  rotate: 45deg;
  border-right: 2px solid #0068b7;
  border-bottom: 2px solid #0068b7;
  transition: border 0.3s;
}
#header .header_inner .header_right .header_nav > ul > li > a {
  color: var(--clr-black);
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.12rem;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1450px) {
  #header .header_inner .header_right .header_nav > ul > li > a {
    font-size: 12px;
  }
}
#header .header_inner .header_right .header_nav > ul > li > a:hover {
  color: var(--clr-blue);
}
#header .header_inner .header_right .header_nav > ul > li > a.mypage {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 113px;
  border: 2px solid var(--clr-black);
  padding: 4px 8px;
  border-radius: 17px;
  transition: color 0.3s, background-color 0.3s;
}
#header .header_inner .header_right .header_nav > ul > li > a.mypage img {
  transition: filter 0.3s;
  width: 23px;
}
@media (any-hover: hover) {
  #header .header_inner .header_right .header_nav > ul > li > a.mypage:hover {
    color: var(--clr-white);
    background-color: var(--clr-black);
  }
  #header .header_inner .header_right .header_nav > ul > li > a.mypage:hover img {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 1450px) {
  #header .header_inner .header_right .header_nav > ul > li > a.mypage {
    width: 100px;
    gap: 5px;
  }
}
#header .header_inner .header_right .header_nav > ul > li ul {
  margin-top: 10px;
  background-color: #0068b7;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  padding: 2px 10px;
  z-index: 1;
}
#header .header_inner .header_right .header_nav > ul > li ul:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 100%;
  left: 30px;
  translate: -50%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0068b7;
  rotate: 180deg;
}
#header .header_inner .header_right .header_nav > ul > li ul.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#header .header_inner .header_right .header_nav > ul > li ul li {
  border-top: 1px solid #3386c5;
}
#header .header_inner .header_right .header_nav > ul > li ul li:first-child {
  border: none;
}
#header .header_inner .header_right .header_nav > ul > li ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  color: #fff;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  #header .header_inner .header_right .header_nav > ul > li ul li a:hover {
    opacity: 0.7;
  }
}
#header .header_inner .header_right .link_btn_box {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 320px;
  gap: 10px;
}
#header .header_inner .header_right .link_btn_box .link_btn {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  min-width: 135px;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
  line-height: 1.4;
  position: relative;
}
#header .header_inner .header_right .link_btn_box .link_btn .join {
  font-weight: bold;
  translate: -4px -1px;
}
@media (any-hover: hover) {
  #header .header_inner .header_right .link_btn_box .link_btn:hover {
    opacity: 0.6;
  }
}
#header .header_inner .header_right .link_btn_box .link_btn:first-child {
  min-width: 180px;
  font-size: 15px;
  background: linear-gradient(to right, #e60013, #e60067);
  color: var(--clr-white);
}
@media screen and (max-width: 1450px) {
  #header .header_inner .header_right .link_btn_box .link_btn:first-child {
    min-width: 160px;
    font-size: 14px;
  }
}
#header .header_inner .header_right .link_btn_box .link_btn:first-child .arrow {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--clr-white);
  border-right: 2px solid var(--clr-white);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
#header .header_inner .header_right .link_btn_box .link_btn:last-child {
  padding-right: 10px;
  background: linear-gradient(to right, var(--clr-blue), #00c0f8);
  border: none;
  color: var(--clr-white);
}
#header .header_inner .header_right .link_btn_box .link_btn:last-child:after {
  content: "";
  background: url(/media/images/common/icn_blank2_w.png) no-repeat center;
  background-size: 15px;
  position: absolute;
  top: 50%;
  right: 9px;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
}
#header .header_inner .header_right .language_box {
  display: flex;
  align-items: baseline;
  gap: 0 10px;
}
#header .header_inner .header_right .language_box .language {
  font-size: 16px;
  color: var(--clr-black);
  cursor: pointer;
}
#header .header_inner .header_right .language_box .active {
  font-weight: bold;
  border-bottom: 1px solid var(--clr-black);
  padding-bottom: 3px;
}
#header .header_inner .header_right .language_box .line {
  display: inline-block;
  background: #cccccc;
  width: 1px;
  height: 15px;
}
#header .header_inner .header_right .access_btn {
  color: var(--clr-black);
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.12rem;
  position: relative;
}
#header .header_inner .header_right .access_btn:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--clr-black);
  bottom: -3px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#header .header_inner .header_right .access_btn:hover:after {
  transform: scale(1, 1);
}

/*_PC*/
/*SP*/
.spheader {
  width: 100%;
  position: fixed;
  top: 0;
  background: var(--clr-white);
  height: 60px;
  z-index: 40;
  display: none;
  box-shadow: 0px 0px 16px -10px #b3b3b3;
  z-index: 50;
}
@media screen and (max-width: 1230px) {
  .spheader {
    display: block;
  }
}
.spheader > .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
}
.spheader > .inner .logo {
  width: 140px;
}
.spheader > .inner .icon-animation {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.spheader > .inner .icon-animation.is-open .top {
  transform: translateY(0px) scale(0);
}
.spheader > .inner .icon-animation.is-open .bottom {
  transform: translateY(0px) scale(0);
}
.spheader > .inner .icon-animation.is-open .middle:before {
  transform: rotate(30deg);
  background: var(--clr-black);
  translate: 0 -3px;
}
.spheader > .inner .icon-animation.is-open .middle:after {
  transform: rotate(-30deg);
  background: var(--clr-black);
  translate: 0 -3px;
}
.spheader > .inner .icon-animation.is-open:after {
  content: "";
  font-size: 10px;
  color: var(--clr-black);
  position: absolute;
  left: 1px;
  bottom: -15px;
}
.spheader > .inner .icon-animation span {
  transition: all 0.3s;
  width: 40px;
  height: 1px;
  display: block;
  background: var(--clr-black);
  position: absolute;
  left: 50%;
  top: calc(50% + 3px);
  translate: -50% 0;
}
.spheader > .inner .icon-animation .top {
  transform: translateY(-8px) scale(1);
}
.spheader > .inner .icon-animation .bottom {
  transform: translateY(8px) scale(1);
}
.spheader > .inner .icon-animation .middle {
  background: none;
  position: relative;
}
.spheader > .inner .icon-animation .middle:before {
  transition: all 0.3s;
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(0deg);
  position: absolute;
}
.spheader > .inner .icon-animation .middle:after {
  transition: all 0.3s;
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(0deg);
  position: absolute;
}
.spheader > .inner .icon-animation:after {
  content: "";
  font-size: 10px;
  color: #000;
  position: absolute;
  left: 1px;
  bottom: -15px;
}
.spheader nav.gnav {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: var(--clr-white);
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .spheader nav.gnav {
    padding-bottom: 120px;
  }
}
.spheader nav.gnav .logo_btn_sp {
  margin: 12px 0 0px 10px;
}
.spheader nav.gnav .logo_btn_sp .header_logo_btn {
  transition: 0.6s;
}
.spheader nav.gnav .logo_btn_sp .header_logo_btn:hover {
  opacity: 0.5;
}
.spheader nav.gnav .logo_btn_sp .header_logo_btn .header_logo_img {
  max-width: 140px;
  width: 100%;
}
.spheader nav.gnav > ul {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  list-style: none;
  text-align: center;
  display: flex;
  gap: 0 25px;
  flex-wrap: wrap;
}
.spheader nav.gnav > ul .soon {
  cursor: default;
  pointer-events: none;
  color: #b3b3b3;
}
.spheader nav.gnav > ul .soon a {
  color: #b3b3b3;
}
@media screen and (max-width: 767px) {
  .spheader nav.gnav > ul {
    max-width: 100%;
    padding: 15px 0 30px;
    gap: 0 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.spheader nav.gnav > ul > li {
  padding: 20px 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: var(--clr-black);
  width: 47%;
  letter-spacing: 0.2rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .spheader nav.gnav > ul > li {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
  .spheader nav.gnav > ul > li:first-child {
    padding: 0;
  }
  .spheader nav.gnav > ul > li.child {
    border-bottom: 1px solid #888888;
    padding-bottom: 5px;
  }
}
.spheader nav.gnav > ul > li span {
  border-bottom: 1px solid #888888;
  padding-bottom: 13px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .spheader nav.gnav > ul > li span {
    border: none;
    padding: 20px 0 0;
  }
}
.spheader nav.gnav > ul > li a {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #888888;
  padding-bottom: 13px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .spheader nav.gnav > ul > li a {
    padding: 20px 0;
  }
}
@media (any-hover: hover) {
  .spheader nav.gnav > ul > li a:hover {
    opacity: 0.5;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .spheader nav.gnav > ul > li a:hover {
    opacity: 1;
  }
}
.spheader nav.gnav > ul > li a.mypage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.spheader nav.gnav > ul > li a.mypage img {
  width: 23px;
}
.spheader nav.gnav > ul > li ul {
  margin-top: 18px;
  padding-left: 1em;
}
.spheader nav.gnav > ul > li ul li {
  margin-bottom: 15px;
}
.spheader nav.gnav > ul > li ul li a {
  padding: 0;
  border: none;
  display: inline;
  width: fit-content;
}
.spheader nav.gnav .link_btn_box {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 600px;
  width: 100%;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .spheader nav.gnav .link_btn_box {
    gap: 15px;
  }
}
.spheader nav.gnav .link_btn_box .link_btn {
  background: linear-gradient(to right, var(--clr-blue), #00c0f8);
  font-size: 18px;
  font-weight: bold;
  color: var(--clr-white);
  text-align: center;
  min-width: 135px;
  width: 100%;
  height: 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .spheader nav.gnav .link_btn_box .link_btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 500px) {
  .spheader nav.gnav .link_btn_box .link_btn {
    font-size: 14px !important;
    height: 50px;
  }
}
.spheader nav.gnav .link_btn_box .link_btn:first-child {
  min-width: 200px;
  font-size: 18px;
  background: linear-gradient(to right, #e60013, #e60067);
  color: var(--clr-white);
}
@media screen and (max-width: 767px) {
  .spheader nav.gnav .link_btn_box .link_btn:first-child {
    min-width: 170px;
  }
}
.spheader nav.gnav .link_btn_box .link_btn:first-child .arrow {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--clr-white);
  border-right: 2px solid var(--clr-white);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
.spheader nav.gnav .link_btn_box .link_btn:last-child {
  padding-right: 10px;
}
.spheader nav.gnav .link_btn_box .link_btn:last-child:after {
  content: "";
  background: url(/media/images/common/icn_blank2_w.png) no-repeat center;
  background-size: 15px;
  position: absolute;
  top: 50%;
  right: 9px;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
}
.spheader nav.gnav .link_area {
  padding: 0 4%;
}
.spheader nav.gnav .link_area .language_box {
  display: flex;
  align-items: baseline;
  gap: 0 10px;
  justify-content: center;
  margin-top: 30px;
}
.spheader nav.gnav .link_area .language_box .language {
  font-size: 16px;
  color: var(--clr-black);
  cursor: pointer;
}
.spheader nav.gnav .link_area .language_box .active {
  font-weight: bold;
  border-bottom: 1px solid var(--clr-black);
  padding-bottom: 3px;
}
.spheader nav.gnav .link_area .language_box .line {
  display: inline-block;
  background: #cccccc;
  width: 1px;
  height: 15px;
}

/*_SP*/
footer {
  background: var(--clr-black);
  width: 100%;
  position: relative;
}
footer .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 0 30px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  footer .inner {
    padding: 20px 0 40px;
  }
}
footer .inner .link-area {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  footer .inner .link-area {
    flex-direction: column;
    gap: 0;
  }
}
footer .inner .link-area > div {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 767px) {
  footer .inner .link-area > div {
    width: 100%;
  }
}
footer .inner .link-area > div > ul .soon {
  cursor: default;
  pointer-events: none;
  color: #9b9b9b;
}
footer .inner .link-area > div > ul .soon a {
  color: #9b9b9b;
}
footer .inner .link-area > div > ul > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .inner .link-area > div > ul > li {
    margin-bottom: 0;
  }
  footer .inner .link-area > div > ul > li.child {
    padding-bottom: 20px;
    border-bottom: 1px solid #4d4d4d;
  }
}
footer .inner .link-area > div > ul > li > a {
  color: var(--clr-white);
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .inner .link-area > div > ul > li > a {
    padding: 20px 0;
  }
}
footer .inner .link-area > div > ul > li span {
  color: var(--clr-white);
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .inner .link-area > div > ul > li span {
    margin-top: 20px;
    border: none;
    padding-bottom: 0;
  }
}
footer .inner .link-area > div > ul > li ul {
  margin-top: 15px;
  padding-left: 1em;
}
footer .inner .link-area > div > ul > li ul li {
  margin-bottom: 15px;
}
footer .inner .link-area > div > ul > li ul li:last-child {
  margin-bottom: 0;
}
footer .inner .link-area > div > ul > li ul li a {
  color: var(--clr-white);
  font-size: 15px;
}
footer .inner .link-area2 {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #4d4d4d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .inner .link-area2 {
    margin-top: 0;
    display: block;
  }
}
footer .inner .link-area2 ul.link-btn {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  footer .inner .link-area2 ul.link-btn {
    justify-content: center;
    max-width: 450px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .link-area2 ul.link-btn li {
    width: calc((100% - 20px) / 2);
  }
  footer .inner .link-area2 ul.link-btn li:last-child {
    width: 60%;
  }
}
footer .inner .link-area2 ul.link-btn li a {
  position: relative;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  background: var(--clr-black);
  font-size: 16px;
  color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  border: 2px solid var(--clr-white);
  cursor: pointer;
  transition: background-color 0.4s, color 0.4s;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  footer .inner .link-area2 ul.link-btn li a {
    width: 100%;
  }
}
footer .inner .link-area2 ul.link-btn li a .arrow {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--clr-white);
  border-right: 2px solid var(--clr-white);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}
footer .inner .link-area2 ul.link-btn li a:hover {
  background: var(--clr-white);
  color: var(--clr-black);
}
footer .inner .link-area2 ul.link-btn li a:hover .arrow {
  border-top: 2px solid var(--clr-black);
  border-right: 2px solid var(--clr-black);
}
footer .inner .link-area2 ul.sns-btn {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  footer .inner .link-area2 ul.sns-btn {
    margin-top: 30px;
    justify-content: center;
  }
}
footer .inner .link-area2 ul.sns-btn li {
  width: 26px;
}
footer .inner .link-area3 {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  footer .inner .link-area3 {
    justify-content: center;
  }
}
footer .inner .link-area3 a {
  display: block;
  margin-top: 20px;
  width: fit-content;
  font-size: 14px;
  color: var(--clr-white);
}
@media screen and (max-width: 767px) {
  footer .inner .link-area3 a {
    margin: 30px auto 0;
  }
}
footer .inner .copyright {
  text-align: right;
  font-size: 14px;
  color: var(--clr-white);
}
@media screen and (max-width: 767px) {
  footer .inner .copyright {
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  footer .inner .copyright {
    font-size: 12px;
  }
}

/*layer-template*/
.layer-template .red {
  color: var(--clr-red);
  font-weight: bold;
}
.layer-template .txt {
  line-height: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .layer-template .txt {
    font-size: 14px;
    line-height: 2.5rem;
  }
}
.layer-template .txt:last-child {
  margin-bottom: 0px;
}
.layer-template .txt.strong {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .layer-template .txt.strong {
    line-height: 3rem;
    font-size: 18px;
  }
}
.layer-template .txt span.strong {
  font-weight: bold;
}
.layer-template .link_txt {
  position: relative;
  color: #666;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .layer-template .link_txt {
    font-size: 14px;
  }
}
.layer-template .link_txt:hover {
  border-bottom: none;
}
.layer-template .mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .layer-template .mb40 {
    margin-bottom: 20px;
  }
}
.layer-template .note {
  font-size: 14px;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.layer-template main {
  margin-top: 80px;
}
@media screen and (max-width: 1230px) {
  .layer-template main {
    margin-top: 60px;
  }
}
.layer-template main .layer-kv {
  width: 100%;
  min-height: 230px;
  background: url(/media/images/common/bg_circle09.png) no-repeat right bottom;
  background-size: 350px;
  padding: 0 4%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .layer-template main .layer-kv {
    display: flex;
    align-items: center;
    background-size: 130px;
    min-height: 150px;
  }
}
.layer-template main .layer-kv hgroup.title p {
  font-size: 24px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .layer-template main .layer-kv hgroup.title p {
    font-size: 18px;
  }
}
.layer-template main .layer-kv hgroup.title h1 {
  line-height: 1;
  font-size: 65px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .layer-template main .layer-kv hgroup.title h1 {
    font-size: 40px;
  }
}
.layer-template main .layer-kv hgroup.title h1:first-letter {
  color: var(--clr-red);
}
.layer-template main .layer-kv .ttl_box {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.layer-template main .layer-kv .ttl_box h1 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .layer-template main .layer-kv .ttl_box h1 {
    justify-content: center;
    align-items: center;
  }
}
.layer-template main .layer-kv .ttl_box h1 .main_ttl {
  font-size: 50px;
  font-weight: bold;
  color: var(--clr-black);
}
@media screen and (max-width: 767px) {
  .layer-template main .layer-kv .ttl_box h1 .main_ttl {
    font-size: 30px;
  }
}
.layer-template main .layer-kv .ttl_box h1 .sub_ttl {
  font-size: 38px;
  font-weight: bold;
  color: var(--clr-black);
  text-align: end;
}
.layer-template main h2.section-ttl {
  letter-spacing: 0.03em;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}
.layer-template main h2.section-ttl:first-letter {
  color: var(--clr-red);
}
@media screen and (max-width: 767px) {
  .layer-template main h2.section-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.layer-template main p.section-txt {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .layer-template main p.section-txt {
    font-size: 15px;
  }
}
.layer-template main p.section-txt.mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .layer-template main p.section-txt.mb {
    margin-bottom: 25px;
  }
}
.layer-template main p.section-txt a {
  color: var(--clr-blue);
  text-decoration: underline;
}
.layer-template main .bg-under {
  background: url(/media/images/common/bg_circle10.png) no-repeat left bottom;
}
@media screen and (max-width: 767px) {
  .layer-template main .bg-under {
    background-size: 60%;
  }
}
.layer-template main section .inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.layer-template main section.template {
  padding: 0 4% 80px;
}
@media screen and (max-width: 767px) {
  .layer-template main section.template {
    padding: 0 4% 50px;
  }
}
.layer-template main section.template .cont_wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.layer-template main section.template .cont_wrapper h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  text-indent: -4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .layer-template main section.template .cont_wrapper h2 {
    font-size: 28px;
    margin-bottom: 25px;
    text-indent: -3rem;
    padding-left: 3rem;
  }
}
.layer-template main section.template .cont_wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: var(--clr-blue);
  border: 2px solid var(--clr-blue);
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .layer-template main section.template .cont_wrapper h3 {
    font-size: 15px;
    padding: 4px 10px;
    margin-bottom: 15px;
  }
}
.layer-template main section.template .cont_wrapper ul {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .layer-template main section.template .cont_wrapper ul {
    margin-bottom: 40px;
  }
}
.layer-template main section.template .cont_wrapper ul:last-child {
  margin-bottom: 0px;
}
.layer-template main section.template .cont_wrapper ul.count {
  counter-reset: number 0;
}
.layer-template main section.template .cont_wrapper ul.count > li {
  padding-left: 2.5rem;
}
.layer-template main section.template .cont_wrapper ul.count > li:before {
  position: absolute;
  width: auto;
  height: auto;
  background: none;
  border-radius: 10px;
  top: 0;
  left: 5px;
  color: var(--clr-red);
  counter-increment: number;
  content: counter(number) ".";
}
.layer-template main section.template .cont_wrapper ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 15px;
  line-height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .layer-template main section.template .cont_wrapper ul li {
    font-size: 14px;
    line-height: 2.5rem;
  }
}
.layer-template main section.template .cont_wrapper ul li:last-child {
  margin-bottom: 0px;
}
.layer-template main section.template .cont_wrapper ul li.number {
  padding-left: 0;
  text-indent: -3rem;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .layer-template main section.template .cont_wrapper ul li.number {
    text-indent: -2.8rem;
    padding-left: 2.8rem;
  }
}
.layer-template main section.template .cont_wrapper ul li.number::before {
  display: none;
}
.layer-template main section.template .cont_wrapper ul li.number::first-letter {
  color: var(--clr-red);
}
.layer-template main section.template .cont_wrapper ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--clr-red);
  border-radius: 10px;
  top: 15px;
  left: 5px;
}
.layer-template main section.template .cont_wrapper .list_flex {
  display: flex;
  gap: 30px;
}
.layer-template main section.template .cont_wrapper .list_flex .flex_half {
  width: 50%;
}
.layer-template main section.template .cont_wrapper .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.layer-template main section.template .cont_wrapper .btn_box .btn {
  position: relative;
  max-width: 300px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background: var(--clr-blue);
  font-size: 16px;
  color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  border: 2px solid var(--clr-blue);
  cursor: pointer;
  transition: 0.4s;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .layer-template main section.template .cont_wrapper .btn_box .btn {
    width: 80%;
    height: 60px;
    font-size: 14px;
  }
}
.layer-template main section.template .cont_wrapper .btn_box .btn .arrow {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--clr-white);
  border-right: 2px solid var(--clr-white);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}
.layer-template main section.template .cont_wrapper .btn_box .btn:hover {
  background: var(--clr-white);
  color: var(--clr-blue);
}
.layer-template main section.template .cont_wrapper .btn_box .btn:hover .arrow {
  border-top: 2px solid var(--clr-blue);
  border-right: 2px solid var(--clr-blue);
}
.layer-template main section.lead {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .layer-template main section.lead {
    padding-bottom: 50px;
  }
}
.layer-template main .layer-box {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .layer-template main .layer-box {
    padding: 60px 0 100px;
  }
}
.layer-template main .pankuzu {
  position: relative;
  margin: 0 auto 0;
  padding: 5px 4%;
  width: 100%;
  background: var(--clr-red);
  z-index: 10;
}
.layer-template main .pankuzu ul {
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .layer-template main .pankuzu ul {
    flex-wrap: wrap;
    gap: 0 20px;
  }
}
.layer-template main .pankuzu ul li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: var(--clr-white);
}
@media screen and (max-width: 767px) {
  .layer-template main .pankuzu ul li {
    font-size: 10px;
    letter-spacing: 0.05rem;
  }
}
.layer-template main .pankuzu ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--clr-white);
  border-right: 1px solid var(--clr-white);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .layer-template main .pankuzu ul li:before {
    right: -10px;
  }
}
.layer-template main .pankuzu ul li:last-child::before {
  content: "";
  display: none;
}
.layer-template main .pankuzu ul li.active {
  color: var(--clr-white);
}
.layer-template main .pankuzu ul li a {
  font-size: 14px;
  letter-spacing: 0.1rem;
  cursor: pointer;
  color: var(--clr-white);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .layer-template main .pankuzu ul li a {
    font-size: 10px;
  }
}
.layer-template main .pankuzu ul li a:hover {
  text-decoration: none;
}

.btn_box a,
.btn_box-list a {
  position: relative;
  max-width: 260px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background: linear-gradient(to right, var(--clr-blue), #00c0f8);
  font-size: 16px;
  color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  cursor: pointer;
  transition: 0.4s;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .btn_box a,
  .btn_box-list a {
    width: 80%;
    height: 60px;
    font-size: 14px;
  }
}
.btn_box a .arrow,
.btn_box-list a .arrow {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--clr-white);
  border-right: 2px solid var(--clr-white);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}
.btn_box a:hover,
.btn_box-list a:hover {
  opacity: 0.6;
}
ul.btn_box-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
ul.btn_box-list li {
  max-width: 260px;
  width: 100%;
}
ul.btn_box-list li a {
  width: 100% !important;
}

.fix-btn {
  position: fixed;
  top: 40%;
  right: -2px;
  width: 70px;
  height: 280px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--clr-white);
  background: linear-gradient(to bottom, #e60013, #e60067);
  border: solid 2px #fff;
  border-radius: 30px 0 0 30px;
  padding-left: 4px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: background-color 0.3s, color 0.3s, border 0.3s, translate 0.3s, opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  opacity: 0;
  translate: 100% 0;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .fix-btn {
    transform-origin: right center;
    scale: 0.9;
  }
}
@media screen and (max-width: 767px) {
  .fix-btn {
    top: auto;
    right: 50%;
    bottom: 20px;
    width: 220px;
    height: 50px;
    padding: 0;
    font-size: 15px;
    border-radius: 25px;
    writing-mode: horizontal-tb;
    translate: 45% !important;
    border: solid 2px #fff;
    background: linear-gradient(to right, #e60013, #e60067);
  }
}
@media (any-hover: hover) {
  .fix-btn:hover {
    opacity: 0.6 !important;
  }
}
.fix-btn.is-active {
  translate: 0;
  visibility: visible;
  opacity: 1;
}

.pagetop {
  width: 75px;
  height: 75px;
  background-color: var(--clr-blue);
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .pagetop {
    scale: 0.7;
    transform-origin: right bottom;
    right: 20px;
    bottom: 20px;
  }
}
.pagetop:after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--clr-white);
  border-right: 2px solid var(--clr-white);
  rotate: -45deg;
}
.pagetop.is-active {
  translate: 0;
  visibility: visible;
  opacity: 1;
}
.pagetop.fixed {
  position: absolute;
  right: 30px;
  top: -105px;
}
@media screen and (max-width: 767px) {
  .pagetop.fixed {
    right: 20px;
    top: -95px;
  }
}

/* CMS移植時の追加スタイル */
.layer-template main .layer-kv .hgroup.title p {
  font-size: 24px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .layer-template main .layer-kv .hgroup.title p {
    font-size: 18px;
  }
}
.layer-template main .layer-kv .hgroup.title h1 {
  line-height: 1;
  font-size: 65px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .layer-template main .layer-kv .hgroup.title h1 {
    font-size: 40px;
  }
}
.layer-template main .layer-kv .hgroup.title h1:first-letter {
  color: var(--clr-red);
}

/*
 * /common/css/からの移植時は以下画像パスを置換（順番通りに置換実行）
 * /en/common/img/ → /media/images/common/
 * /common/img/ → /media/images/common/
 */