@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap);
@charset "UTF-8";
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #222;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
  height: auto;
  width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  border: none;
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #222 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/*====================================================================
header
====================================================================*/
.header {
  background: #f0f1f4;
  height: 12.6rem;
  position: relative;
  width: 100%;
  z-index: 100;
  transition: all 0.4s ease-in-out 0s;
}
.member .header {
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.header_greeting {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  margin: 0;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
  }
  .header.is_active {
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
  }
}
.header .header_area {
  padding: 1.2rem 4rem;
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 7.1rem;
}
@media screen and (max-width: 768px) {
  .header .header_area {
    max-width: 100%;
    padding: 3.2vw 4.2666666667vw;
    height: 6.4rem;
    background-color: #fff;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
  }
}
.header .ttl_logo {
  margin: 0;
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .header .ttl_logo {
    width: 63.7333333333vw;
    height: 10.6666666667vw;
  }
}
.header_btn_area {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .header_btn_area {
    display: none;
  }
}
.header_btn_link {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #0068b4;
  color: #fff;
  width: 14rem;
  height: 4rem;
}
@media screen and (min-width: 769px) {
  .header_btn_link {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .header_btn_link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .header_btn_link {
    font-size: 1.6rem;
    width: 100%;
    height: 6rem;
    border-bottom: 1px solid #fff;
  }
}
.header .nav_global01 {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .header .nav_global01 {
    display: none;
  }
}
.header .nav_global02 {
  background-color: #0068b4;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
}
.header .list_link {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.header .list_link_item {
  width: 16.8rem;
  height: 5.5rem;
  border-left: 1px solid #6995ba;
  border-right: 1px solid #6995ba;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header .list_link_item {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .header .list_link_item:hover {
    background-color: #1883dd;
  }
}
.header .list_link_item.is_active {
  background-color: #1883dd;
}
.header .nav_hover :hover + .hover_nav_sub01,
.header .nav_hover :hover + .hover_nav_sub02,
.header .nav_hover :hover + .hover_nav_sub03 {
  max-height: 500%;
}
.header .link_nav_sub {
  position: absolute;
  top: 5.5rem;
  left: 0;
  max-height: 0;
  background-color: #1883dd;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .header .link_nav_sub {
    transition: all 0.4s ease-in-out 0s;
  }
}
.header .link_nav_sub:hover {
  max-height: 500%;
}
.header .link_sub_list {
  position: relative;
  height: 100%;
}
.header .link_sub_item {
  width: 26.4rem;
  height: 6rem;
  border-top: 1px solid #6995ba;
  border-bottom: 1px solid #6995ba;
}
.header .link_sub_item:last-child {
  border-top: none;
}
.header .link_sub {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.2rem 2rem;
  line-height: 1.29;
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .header .link_sub {
    transition: all 0.4s ease-in-out 0s;
  }
}
.header .link_sub:hover {
  background-color: #3b97e1;
}
.header .link_sub.is_active {
  background-color: #3b97e1;
}
.header .hover_nav_sub01,
.header .hover_nav_sub02,
.header .hover_nav_sub03 {
  max-height: 0;
  overflow: hidden;
}
.header .link_header01 {
  line-height: 1.16;
  color: #1a1a1a;
  margin-right: 2.4rem;
  font-size: 1.2rem;
  padding-right: 1.7rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header .link_header01 {
    transition: all 0.4s ease-in-out 0s;
  }
}
.header .link_header01::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  background-image: url(../images/common/ico_square01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 0;
}
@media screen and (min-width: 769px) {
  .header .link_header01:hover {
    opacity: 0.5;
  }
}
.header .link_header01:last-child {
  margin: 0;
}
.header .link_headerbtn {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.6rem;
  width: 20.2rem;
  max-width: 20.2rem;
  height: 4rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  box-sizing: border-box;
  background: #0068b4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .link_headerbtn {
    justify-content: flex-start;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    height: 6rem;
    font-size: 1.6rem;
    padding: 0 2rem;
  }
  .header .link_headerbtn::after {
    content: "";
    background: url("../images/common/ico_arrow02.svg") no-repeat;
    background-size: 0.7rem 1.2rem;
    width: 0.7rem;
    height: 1.2rem;
    display: block;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .header .link_headerbtn_icon {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: #1883dd;
    border-radius: 50%;
  }
}
.header .link_headerbtn_icon::before {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background-image: url("../images/common/ico_video.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.header .link_header02 {
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #fff;
  font-size: 1.4rem;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  width: 100%;
}
.header .burger_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .burger_btn {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    width: 6.9333333333vw;
    position: relative;
    left: 0.1rem;
    top: -0.2rem;
  }
}
.header .burger_btn_line {
  height: 0.5333333333vw;
  width: 6.6666666667vw;
  transition: all 0.4s ease-in-out 0s;
  background-color: #0068b4;
}
.header .burger_btn_line:not(:last-child) {
  margin-bottom: 1.6vw;
}
.header .burger_btn_line:first-child.is_active {
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
}
.header .burger_btn_line:nth-child(2).is_active {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  opacity: 0;
}
.header .burger_btn_line:nth-child(3).is_active {
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .header .burger_btn_menu,
  .header .burger_btn_close {
    display: none;
    line-height: 1.33;
    font-weight: 500;
    color: #0068b4;
    position: absolute;
    bottom: 0;
    left: -0.2666666667vw;
    font-size: 0.9rem;
  }
}
.header .burger_btn_menu.is_active,
.header .burger_btn_close.is_active {
  display: block;
}
.header .burger_btn_close.is_active {
  bottom: -0.4rem;
}
.header .burger_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .burger_menu {
    display: block;
    top: 6.4rem;
    right: 0;
    position: absolute;
    background-color: #fff;
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    transform: translateX(100%);
    z-index: -1;
  }
}
.header .burger_menu.is_active {
  transform: translateX(0);
}
.header .burger_link_ctr {
  font-size: 1.5rem;
  line-height: 2.1rem;
  display: block;
  position: relative;
  background-color: #0068b4;
  color: #fff;
  font-weight: bold;
}
.header .burger_link_arrow::after {
  width: 0.7rem;
  height: 1.2rem;
  content: "";
  position: absolute;
  background-image: url(../images/common/ico_arrow_white.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.header .burger_link01,
.header .burger_link02 {
  padding: 2rem 2rem 1.9rem;
}
.header .burger_link02 {
  border-top: 1px solid #fff;
}
.header .burger_header_wrap01 {
  background-color: #0068b4;
  color: #fff;
  height: 16vw;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 4.2666666667vw;
}
.header .burger_header_wrap01::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/ico_plus.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  right: 2rem;
}
.header .burger_header_wrap01.is_active::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/ico_minus.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  right: 2rem;
  transform: translateY(25%);
}
.header .burger_header01 {
  padding-left: 14.9333333333vw;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.12;
  position: relative;
}
.header .burger_header01::before {
  position: absolute;
  content: "";
  left: 0;
  transform: translateY(-25%);
  background-image: url(../images/common/ico_box_ttl01_sp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
}
.header .burger_content01 {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  background-color: #a7c6df;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease-in-out 0s;
}
.header .burger_accordion {
  padding: 1.2rem 0;
}
.header .link_type01 {
  padding: 0 2.1rem 0 2rem;
  width: 34.3rem;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  position: relative;
}
.header .link_type01::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  background-image: url(../images/common/ico_square01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 2.2rem;
}
.header .link_type01:first-child {
  padding: 1.2rem 2.1rem 1.3rem 2rem;
}
.header .link_type01:first-child::after {
  content: none;
}
.header .link_type01:nth-child(2) {
  padding: 1rem 2.1rem 1.1rem 2rem;
}
.header .link_type01:last-child {
  padding: 1.6rem 2.1rem 1.6rem 2rem;
  border-bottom: none;
}
.header .link_type01 .link_main_img {
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
}
.header .link_type01 .link_main_img:nth-child(2) {
  margin-right: 2.3rem;
}
.header .link_content01 .link_main_txt {
  line-height: 1.12;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0.1rem 0 0;
}
.header .link_content01 .link_sub_txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
}
.header .link_content01 .link_sub_txt:last-child {
  font-size: 1.1rem;
  line-height: 1.2;
  padding-left: 0.5rem;
}
.header .link_content02 .link_main_img {
  width: 9.6rem;
  height: 4.2rem;
}
.header .link_content02 .link_sub_txt {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
}
.header .link_content03 .link_sub_txt {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
}
.header .link_content03 .link_main_txt {
  line-height: 1.13;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
.header .burger_header_wrap02 {
  background-color: #7dbb28;
  color: #fff;
  height: 16vw;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 4.2666666667vw;
}
.header .burger_header_wrap02::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/ico_plus.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  right: 2rem;
}
.header .burger_header_wrap02.is_active::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/ico_minus.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  right: 2rem;
  transform: translateY(25%);
}
.header .burger_header02 {
  padding-left: 14.9333333333vw;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.12;
  position: relative;
}
.header .burger_header02::before {
  position: absolute;
  content: "";
  left: 0;
  transform: translateY(-25%);
  background-image: url(../images/common/ico_box_ttl02_sp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
}
.header .burger_content02 {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  background-color: #caddb5;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease-in-out 0s;
}
.header .link_content04_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
.header .burger_nav_header {
  background-color: #0068b4;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  border-top: 1px solid #fff;
  cursor: pointer;
}
.header .burger_nav_header .burger_header03_link {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 1.8rem 2rem;
  pointer-events: none;
}
.header .burger_nav_header::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/ico_plus_white.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  right: 2rem;
}
.header .burger_nav_header.is_active::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/ico_minus01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  right: 2rem;
  transform: translateY(25%);
}
.header .burger_nav {
  margin: 2.6rem;
}
.header .burger_nav_sub_header {
  background-color: #fff;
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 2rem;
  cursor: pointer;
  transition: height 0.3s ease-in-out;
}
.header .burger_nav_sub_header .burger_nav_sub_link {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.1rem;
  pointer-events: none;
}
.header .burger_nav_sub_header::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/ico_plus01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  right: 2rem;
}
.header .burger_nav_sub_header.is_open::after {
  background-image: url(../images/common/ico_minus01.svg);
  transform: translateY(25%);
}
.header .burger_nav_sub_header.is_visible {
  height: 6rem;
}
.header .burger_nav_item {
  margin-top: 2.4rem;
  line-height: 2.2rem;
}
.header .burger_nav_item:first-child {
  margin: 0;
}
.header .burger_nav_ctr {
  width: 100%;
  background-color: #f0f1f4;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
}
.header .burger_nav_sub_header.is_open + .burger_nav_ctr {
  max-height: 16.6rem;
  height: 16.6rem;
}
.header .burger_item_link {
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 1.12;
  position: relative;
  color: #1a1a1a;
}
.header .burger_item_link::before {
  width: 0.7rem;
  height: 1.2rem;
  content: "";
  position: absolute;
  background-image: url(../images/common/ico_arrow01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  left: 0;
  transform: translateY(30%);
}
.header .burger_link01_ctr {
  background-color: #fff;
  display: flex;
  height: 8rem;
  padding: 0 2.6rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .burger_link01_ctr .burger_link {
    font-size: 1.5rem;
    line-height: 0.96;
    padding: 0;
    width: 16.2rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  .header .burger_link01_ctr .burger_link::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/ico_square01.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
  }
  .header .burger_link01_ctr .burger_link:first-child {
    border-right: 2px solid #eaeaea;
  }
  .header .burger_link01_ctr .burger_link:first-child::after {
    right: 2.5rem;
  }
  .header .burger_link01_ctr .burger_link:last-child {
    padding-left: 4.2rem;
  }
  .header .burger_link01_ctr .burger_link:last-child::after {
    right: 1.2rem;
  }
}
.header .burger_close {
  height: 5rem;
  background-color: #0068b4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .burger_close .burger_close_txt {
  margin: 0;
  padding-left: 3.2rem;
  position: relative;
}
.header .burger_close .burger_close_txt::before {
  position: absolute;
  content: "";
  left: 0;
  background-image: url(../images/common/ico_x.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.9rem;
  height: 1.9rem;
  transform: translateY(10%);
}

/*====================================================================
bread_crumb
====================================================================*/
.bread_crumb {
  margin: 1.4rem 0;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .bread_crumb {
    text-align: left;
    margin: 1.2rem 0;
  }
}
.bread_crumb_link {
  color: #1a1a1a;
  position: relative;
  font-size: 1rem;
  line-height: 1.2;
  pointer-events: none;
}
.bread_crumb_link:not(:last-child) {
  margin-right: 0.8rem;
  padding-right: 1.4rem;
  color: #0068b4;
  pointer-events: auto;
}
.bread_crumb_link:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0.59rem;
  height: 1rem;
  background-image: url(../images/common/ico_arrow01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
}

/*====================================================================
sub_header
====================================================================*/
.sub_header {
  padding: 1.9rem 0 3.9rem;
  background-color: #fff;
  color: #0068b4;
}
@media screen and (max-width: 768px) {
  .sub_header {
    padding: 1.3rem 1.2rem 1.5rem;
  }
}
.sub_header_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sub_header_inner {
    padding: 0 3.2vw;
  }
}
.area .sub_header_inner {
  max-width: 1280px;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .area .sub_header_inner {
    padding: 0;
  }
}
.sub_header_ttl {
  font-weight: 700;
  line-height: 5.2rem;
  font-size: 3.6rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sub_header_ttl {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sub_header_ttl_span {
    font-size: 2rem;
  }
}

/*====================================================================
modal
====================================================================*/
.modal {
  max-width: 86rem;
  padding: 4.8rem 2rem 2rem;
  z-index: 9999;
}

.blocker {
  z-index: 999;
}

.modal_title {
  font: bold 3.2rem/1.05 "Noto Sans JP", sans-serif;
  text-align: center;
}

.modal_container {
  padding: 4rem 2rem 5.6rem;
  border-radius: 0.5rem;
  background-color: #f5f6fa;
  margin-top: 4.8rem;
}

.modal_container_title {
  font: bold 2.8rem/1.2 "Noto Sans JP", sans-serif;
  text-align: center;
}

.modal_text {
  font: 400 1.6rem/1.6 "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 3.2rem;
}

.modal_btn_container {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .modal_btn_container {
    flex-flow: column;
  }
}

.modal_btn {
  display: block;
  background-color: #535759;
  max-width: 21.7rem;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1.6rem 2rem;
  font: 500 1.4rem/1.2 "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .modal_btn {
    transition: all 0.2s ease-in-out 0s;
  }
}
.modal_btn:hover {
  opacity: 0.5;
}
.modal_btn#close_modal {
  background-color: #0068b4;
}
.modal_btn#close_modal:hover {
  opacity: 0.5;
  background-color: #0068b4;
}

.close-modal {
  display: none !important;
}

.modalBtn {
  opacity: 0;
}

/*====================================================================
footer
====================================================================*/
.footer {
  background-color: #fff;
  height: 6rem;
  border-top: 1px solid #eaeaea;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    border-top: none;
    height: 30.4vw;
    margin-top: 24.8vw;
  }
}
.footer_top_container {
  max-width: 1280px;
  width: 100%;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_top_container {
    padding: 0;
    max-width: 100%;
    justify-content: flex-end;
  }
}
.footer_top_btn {
  width: 5rem;
  height: 5rem;
  background-color: #1883dd;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 7.2rem;
  right: 0;
  z-index: 10;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .footer_top_btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    bottom: 36vw;
  }
}
.footer_top_btn.footer_top_img {
  display: block;
  width: 2.5rem;
  height: 1.5rem;
}
.footer .footer_top_img {
  display: block;
  width: 2.5rem;
  height: 1.5rem;
}
.footer_area {
  max-width: 1280px;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 2.8rem 0 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_area {
    padding: 0;
    max-width: 100%;
    justify-content: center;
    flex-direction: column;
  }
}
.footer_link_container {
  font-size: 1.1rem;
  line-height: 1.2;
  width: 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_link_container {
    margin-top: 3.2vw;
    width: 57.6vw;
  }
}
@media screen and (min-width: 769px) {
  .footer_link_container a {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .footer_link_container a:hover {
    opacity: 0.5;
  }
}
.footer_link_container a:last-child {
  margin-left: 2.4rem;
  padding-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer_link_container a:last-child {
    padding-left: 2.6666666667vw;
  }
}
.footer_link_container a:last-child::after {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  background-image: url(../images/common/ico_square01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 0;
}
@media screen and (max-width: 768px) {
  .footer_link_container a:last-child::after {
    right: 2vw;
  }
}
.footer_container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer_container {
    flex-direction: column;
  }
}
.footer_container img {
  width: 12.9rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .footer_container img {
    margin-top: -1rem;
  }
}
.footer_container p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.32;
}

/*====================================================================
  guest-left-sidebar – SP sidebar cards
====================================================================*/
.sidebar_sp_cards {
  margin-top: 1.6rem;
}

.sidebar_sp_cards_label {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0068b4;
  margin-bottom: 0.5rem;
}

.sidebar_sp_cards_grid {
  display: flex;
  gap: 0.5rem;
}
.sidebar_sp_cards_grid--mt {
  margin-top: 0.5rem;
}

.sidebar_sp_card--half {
  flex: 0 0 calc(50% - 0.25rem) !important;
}

.sidebar_sp_card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  padding: 0.8rem 2.4rem 0.8rem 1rem;
  flex: 1;
  min-height: 7.5rem;
}
.sidebar_sp_card--arrow-gray::after {
  opacity: 0.4;
}
.sidebar_sp_card--arrow-blue::after {
  opacity: 1;
}

.sidebar_sp_card--arrow-gray::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.88rem;
  height: 1.5rem;
  background-image: url(../images/common/ico_arrow01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.sidebar_sp_card--arrow-blue::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.88rem;
  height: 1.5rem;
  background-image: url(../images/common/ico_nav_196.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.sidebar_sp_card_sub {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 0.2rem;
}

.sidebar_sp_card_title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.125;
  color: #333333;
}
.sidebar_sp_card_title--lg {
  font-size: 1.7rem;
}

.sidebar_sp_card_meta {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
  margin-top: 0.2rem;
}

.sidebar_sp_card_img_placeholder {
  width: 9.6rem;
  height: 4.2rem;
  margin-top: 0.4rem;
}

/*====================================================================
  guest-left-sidebar – サイドナビ
====================================================================*/
.product_sidenav_item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 8.8rem;
  padding: 1.6rem 4rem 1.6rem 2rem;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
  margin-top: 3rem;
  position: relative;
  color: #0068b4;
}
@media screen and (min-width: 769px) {
  .product_sidenav_item {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .product_sidenav_item:hover {
    background-color: #eaedf5;
  }
}
.product_sidenav_item::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.88rem;
  height: 1.5rem;
  background-image: url(../images/common/ico_arrow01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.product_sidenav_ico {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
  position: relative;
}
.product_sidenav_ico::before, .product_sidenav_ico::after {
  position: absolute;
  content: "";
  inset: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
.product_sidenav_ico::before {
  background-image: url(../images/common/ico_brain.svg);
  opacity: 1;
}
.product_sidenav_ico::after {
  background-image: url(../images/common/ico_brain_hover.svg);
  opacity: 0;
}

.product_sidenav_item:hover .product_sidenav_ico::before {
  opacity: 0;
}

.product_sidenav_item:hover .product_sidenav_ico::after {
  opacity: 1;
}

.product_sidenav_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0068b4;
}
.product_sidenav_txt sup {
  font-size: 0.75em;
}

/*====================================================================
  guest-left-sidebar – link icons
====================================================================*/
.link_type01::after {
  display: none;
}

.link_type01--icon {
  padding: 2.1rem 2rem !important;
}

.link_type02--icon {
  padding: 2.1rem 2rem !important;
}

.link_type03--icon {
  padding: 2.1rem 2rem !important;
}

.left_column_content-custom {
  box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.08);
  margin-bottom: -0.3rem;
}
.left_column_content-custom .left_column_link01 {
  padding: 2.3rem 2rem 2.2rem 2rem;
  line-height: 1.9rem;
  text-indent: unset;
}
.left_column_content-custom .left_column_link01::after {
  right: 2rem;
  top: 51%;
}
.left_column_content-custom .left_column_link01:hover {
  color: #1a1a1a;
  background-color: #f0f1f4;
}

/*====================================================================
  home-left-sidebar
====================================================================*/
.home_left_column {
  width: 396px;
  margin: 4px 1.8rem 6.4rem 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home_left_column {
    margin: 0;
    width: 100%;
  }
}
.home_left_column_box01, .home_left_column_box02 {
  width: 100%;
}
.home_left_column_box01 {
  background-color: #fff;
}
.home_left_column .home_header_wrapper01 {
  color: #fff;
  background-color: #0068b4;
  padding: 2.1rem 0 1.9rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .home_left_column .home_header_wrapper01 {
    transition: all 0.4s ease-in-out 0s;
  }
}
.home_left_column_header01 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 0.9;
}
.home_left_column_box02 {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  border-radius: 1.6rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.home_left_column_box02_sp {
  margin-top: 2rem;
  border-radius: 1rem;
  background-color: #a7c6df;
}
.home_left_column .home_header_wrapper02 {
  color: #fff;
  padding: 1.2rem 5.6rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #0068b4;
}
@media screen and (min-width: 769px) {
  .home_left_column .home_header_wrapper02 {
    transition: all 0.4s ease-in-out 0s;
  }
}
.home_left_column_header02 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0.8rem 0 0.8rem 5.4rem;
  position: relative;
}
.home_left_column_header02::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/ico_box_ttl01_sp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
}
.home_left_column_content02 {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  background-color: #a7c6df;
  padding: 1.7rem 1.9rem 1.8rem;
}
.home_left_column_content02_sp {
  padding: 1.9rem 1.4rem 1.7rem;
}
.home_left_column .home_link_type01 {
  padding: 1rem 2rem;
  width: 308px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 6rem;
  color: #333333;
  position: relative;
  left: -5.6rem;
}
@media screen and (min-width: 769px) {
  .home_left_column .home_link_type01 {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .home_left_column .home_link_type01:hover {
    background-color: #eaedf5;
  }
}
.home_left_column .home_link_content01 {
  padding-left: 6rem;
}
.home_left_column .home_link_content01 .home_link_main_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.home_left_column .home_link_main_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

/*====================================================================
  home-left-sidebar – PC box02 label (縦書き)
====================================================================*/
.home_box02_label {
  flex-shrink: 0;
  width: 10.6rem;
  background-color: #0068b4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.4rem 0 1.7rem;
}

.home_box02_label_ttl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  margin: 0;
  position: relative;
  left: -19px;
}

/*====================================================================
  home-left-sidebar – link icons
====================================================================*/
.home_link_type01::after {
  display: none;
}

.home_link_type01--icon {
  position: relative;
}
.home_link_type01--icon::before, .home_link_type01--icon::after {
  position: absolute;
  display: block;
  content: "";
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  transition: opacity 0.3s ease;
}
.home_link_type01--icon::before {
  background-image: url(../images/common/ico_hospital.svg);
  opacity: 1;
}
.home_link_type01--icon::after {
  background-image: url(../images/common/ico_hospital_hover.svg);
  opacity: 0;
}
.home_link_type01--icon:hover::before {
  opacity: 0;
}
.home_link_type01--icon:hover::after {
  opacity: 1;
}

.home_link_type01_sp {
  padding: 1.6rem 2rem;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.8rem;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .home_link_type01_sp {
    transition: all 0.4s ease-in-out 0s;
  }
}
.home_link_type01_sp:hover {
  background-color: #eaedf5;
}
.home_link_type01_sp .link_main_img {
  width: 9rem;
  height: 4rem;
}
.home_link_type01_sp:last-child {
  margin-bottom: 0;
}
.home_link_type01_sp .home_link_content01 {
  padding: 0.8rem 0 0.8rem 6.2rem;
}
.home_link_type01_sp:nth-child(2) {
  padding: 1.6rem;
}
.home_link_type01_sp:nth-child(2)::before {
  left: 1.5rem;
  background-size: 96% 100%;
  background-position: right;
}
.home_link_type01_sp:nth-child(2)::after {
  left: 1.5rem;
  background-size: 96% 100%;
  background-position: right;
}
.home_link_type01_sp:nth-child(3) {
  padding: 1.6rem;
}
.home_link_type01_sp:nth-child(3)::before {
  left: 1.5rem;
}
.home_link_type01_sp:nth-child(3)::after {
  left: 1.5rem;
}

.home_link_type02--icon {
  position: relative;
}
.home_link_type02--icon::before, .home_link_type02--icon::after {
  position: absolute;
  display: block;
  content: "";
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  transition: opacity 0.3s ease;
}
.home_link_type02--icon::before {
  background-image: url(../images/common/ico_document.svg);
  opacity: 1;
}
.home_link_type02--icon::after {
  background-image: url(../images/common/ico_document_hover.svg);
  opacity: 0;
}
.home_link_type02--icon:hover::before {
  opacity: 0;
}
.home_link_type02--icon:hover::after {
  opacity: 1;
}

.home_link_type03--icon {
  position: relative;
}
.home_link_type03--icon::before, .home_link_type03--icon::after, .home_link_type03--icon::before {
  position: absolute;
  display: block;
  content: "";
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  transition: opacity 0.3s ease;
}
.home_link_type03--icon::before {
  background-image: url(../images/common/ico_search.svg);
  opacity: 1;
}
.home_link_type03--icon::after {
  background-image: url(../images/common/ico_search_hover.svg);
  opacity: 0;
}
.home_link_type03--icon:hover::before {
  opacity: 0;
}
.home_link_type03--icon:hover::after {
  opacity: 1;
}

/*====================================================================
  home-left-sidebar – サイドナビ
====================================================================*/
.home_product_sidenav_item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2.4rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  margin-top: 1.4rem;
  position: relative;
  color: #0068b4;
}
@media screen and (min-width: 769px) {
  .home_product_sidenav_item {
    transition: all 0.4s ease-in-out 0s;
  }
}
.home_product_sidenav_item:hover {
  background-color: #eaedf5;
}
.home_product_sidenav_item::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.88rem;
  height: 1.5rem;
  background-image: url(../images/common/ico_arrow01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .home_product_sidenav_item {
    padding: 2rem;
  }
}

.home_product_sidenav_ico {
  position: relative;
  width: 4rem;
  height: 4rem;
  margin-right: 0.8rem;
}

.home_product_sidenav_ico::before,
.home_product_sidenav_ico::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}

.home_product_sidenav_ico::before {
  background-image: url(../images/common/ico_brain.svg);
  opacity: 1;
}

.home_product_sidenav_ico::after {
  background-image: url(../images/common/ico_brain_hover.svg);
  opacity: 0;
}

.home_product_sidenav_item:hover .home_product_sidenav_ico::before {
  opacity: 0;
}

.home_product_sidenav_item:hover .home_product_sidenav_ico::after {
  opacity: 1;
}

.home_product_sidenav_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  color: #0068b4;
}
.home_product_sidenav_txt sup {
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  .home_product_sidenav_txt {
    position: relative;
    left: 0.1rem;
    top: 0.1rem;
  }
}

/*====================================================================
  home-left-sidebar – SP sidebar cards
====================================================================*/
.home_sidebar_sp_cards {
  margin-top: 1.4rem;
}

.home_sidebar_sp_cards_label {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0068b4;
  margin-bottom: 0.3rem;
}

.home_sidebar_sp_cards_grid {
  display: flex;
  gap: 0.4rem;
}
.home_sidebar_sp_cards_grid--mt {
  margin-top: 0.5rem;
}

.home_sidebar_sp_card--half {
  flex: 0 0 calc(50% - 0.25rem) !important;
  padding: 1.6rem 1.2rem 1.7rem 1rem !important;
}
.home_sidebar_sp_card--half .home_sidebar_sp_card_sub {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.home_sidebar_sp_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  padding: 1rem 1.2rem 0.7rem 1rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .home_sidebar_sp_card {
    padding: 0.8rem 1.2rem 0.6rem 1rem;
  }
}
.home_sidebar_sp_card:hover {
  background-color: #eaedf5;
}
.home_sidebar_sp_card:hover .home_sidebar_sp_card_sub {
  color: #0068b4;
}
.home_sidebar_sp_card:hover .home_sidebar_sp_card_title {
  color: #0068b4;
}
.home_sidebar_sp_card:hover .home_sidebar_sp_card_meta {
  color: #0068b4;
}
.home_sidebar_sp_card--arrow-gray::after {
  opacity: 0.4;
}
.home_sidebar_sp_card--arrow-blue::after {
  opacity: 1;
}

.home_sidebar_sp_card--arrow-gray::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 58%;
  transform: translateY(-50%);
  width: 0.88rem;
  height: 1.5rem;
  background-image: url(../images/common/ico_arrow01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .home_sidebar_sp_card--arrow-gray::after {
    right: 0.9rem;
  }
}

.home_sidebar_sp_card--arrow-blue::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 49%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/common/ico_nav_196.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .home_sidebar_sp_card--arrow-blue::after {
    right: 0.9rem;
    top: 50%;
  }
}

.home_sidebar_sp_card_sub {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .home_sidebar_sp_card_sub {
    line-height: 1.3rem;
  }
}

.home_sidebar_sp_card_sub.item-right {
  font-size: 1.1rem;
  line-height: 1.1rem;
}
@media screen and (max-width: 768px) {
  .home_sidebar_sp_card_sub.item-right {
    line-height: 1.5rem;
    position: relative;
    top: 0.1rem;
  }
}

.home_sidebar_sp_card_title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .home_sidebar_sp_card_title {
    margin-top: -0.4rem;
  }
}
.home_sidebar_sp_card_title--lg {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .home_sidebar_sp_card_title--lg {
    margin-top: 0.1rem;
  }
}

.home_sidebar_sp_card_meta {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #333333;
  position: relative;
  left: 0.5rem;
}

.home_sidebar_sp_card_img_placeholder {
  width: 9.6rem;
  height: 4.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .home_sidebar_sp_card_img_placeholder {
    margin-top: 0.4rem;
  }
}

.home_sidebar--contact-info {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .home_sidebar--contact-info {
    margin-top: 1.9rem;
  }
}
.home_sidebar--contact-info .contact-info__title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0068b4;
  margin-bottom: 0;
  letter-spacing: 0.003em;
  line-height: 1;
  position: relative;
  left: -0.1rem;
}
.home_sidebar--contact-info .contact-info__desc {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  margin: 0.1rem 0 0;
  letter-spacing: 0.12em;
}
.home_sidebar--contact-info .contact-info__phone-number {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.1;
  margin-bottom: 0;
}
.home_sidebar--contact-info .contact-info__note {
  letter-spacing: 0.04em;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
    overflow-x: hidden;
  }
}

body {
  background-color: #f0f1f4;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.no_sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .no_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .no_sp {
    display: none;
  }
  .no_pc {
    display: block;
  }
}
/*-----------------------------------------------
topMain
------------------------------------------------*/
.top_main {
  min-height: calc(100vh - 200px);
  transition: all 0.4s ease-in-out 0s;
}
.top_main.is-active {
  opacity: 0.2;
  pointer-events: none;
}
.top_main .area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_main .area {
    display: block;
    padding: 0 4.2666666667vw;
    max-width: 100%;
  }
}
.top_page .top_main .area {
  max-width: 1280px;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .top_page .top_main .area {
    max-width: 100%;
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top_main .area.component {
    display: flex;
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .top_main {
    min-height: calc(100vh - 50px);
  }
}

/*====================================================================
  product_page – PC/SP toggle helpers
====================================================================*/
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

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

/*====================================================================
sec01
====================================================================*/
.sec01 {
  margin: 2.4rem 1.8rem 0 4rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin: 0;
    padding-top: 89.3333333333vw;
  }
  .sec01::before {
    position: absolute;
    top: -17.0666666667vw;
    content: "";
    left: -4.2666666667vw;
    width: 100vw;
    height: 100vw;
    background-image: url(../images/topPage/bg_top_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.sec01_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.sec01_box01 {
  height: 30rem;
  width: 39.5rem;
  background-color: #a7c6df;
  display: flex;
  flex-direction: row;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01_box01 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 89.3333333333vw;
    border-radius: 1rem;
    background-color: #a7c6df;
  }
}
.sec01_header_wrap01 {
  width: 10.6rem;
  background-color: #0068b4;
  height: 30rem;
  border-top-left-radius: 2rem;
}
@media screen and (min-width: 769px) {
  .sec01_header_wrap01 {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .sec01_header_wrap01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6.4rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }
}
.sec01_header01 {
  margin: 3.2rem 0 0 2.8rem;
  width: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec01_header01 {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sec01_header01 .sec01_header01_txt {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding-left: 5rem;
  position: relative;
}
.sec01_header01 .sec01_header01_txt::before {
  position: absolute;
  content: "";
  left: 0;
  transform: translateY(-20%);
  background-image: url(../images/common/ico_box_ttl01_sp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
}
.sec01_content01 {
  width: 30.8rem;
  background-color: #fff;
  position: absolute;
  top: 3.2rem;
  right: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec01_content01 {
    margin-top: 4.2666666667vw;
    position: relative;
    top: auto;
    right: auto;
  }
}
.sec01 .link_type01 {
  padding: 0 2.1rem 0 2rem;
  width: 30.8rem;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  position: relative;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .sec01 .link_type01 {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .sec01 .link_type01:hover .link_content01::before {
    background: url(../images/common/ico_link01_on.svg);
  }
  .sec01 .link_type01:hover .link_content02::before {
    background: url(../images/common/ico_link02_on.svg);
  }
  .sec01 .link_type01:hover .link_content03::before {
    background: url(../images/common/ico_link03_on.svg);
  }
  .sec01 .link_type01:hover .link_content04_txt::before {
    background: url(../images/common/ico_link04_on.svg);
  }
}
@media screen and (min-width: 769px) {
  .sec01 .link_type01:hover {
    background-color: #eaedf5;
    color: #0068b4;
  }
}
.sec01 .link_type01::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  background-image: url(../images/common/ico_square01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 2.2rem;
}
.sec01 .link_type01:first-child {
  padding-top: 1.7rem;
  padding-bottom: 1.5rem;
}
.sec01 .link_type01:first-child::after {
  content: none;
}
.sec01 .link_type01:nth-child(2) {
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}
.sec01 .link_type01:last-child {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.sec01 .link_type01:last-child {
  border-bottom: none;
}
.sec01 .link_type01 .link_type01_img {
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
  background: transparent;
}
.sec01 .link_type01 .link_type01_img:nth-child(2) {
  margin-right: 2.3rem;
}
.sec01 .link_content01 {
  position: relative;
  padding-left: 6rem;
}
@media screen and (min-width: 769px) {
  .sec01 .link_content01 {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec01 .link_content01::before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_link01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec01 .link_content01::before {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec01 .link_content01 .link_main_txt {
  line-height: 1.12;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.1rem;
}
@media screen and (max-width: 768px) {
  .sec01 .link_content01 .link_main_txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
.sec01 .link_content01 .link_sub_txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.sec01 .link_content01 .link_sub_txt:last-child {
  font-size: 1.1rem;
  line-height: 1.2;
  padding-left: 0.5rem;
}
.sec01 .link_content02 {
  position: relative;
  padding-left: 6rem;
}
@media screen and (min-width: 769px) {
  .sec01 .link_content02 {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec01 .link_content02::before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_link02.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec01 .link_content02::before {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec01 .link_content02 .link_main_img {
  width: 9.6rem;
  height: 4.2rem;
}
.sec01 .link_content02 .link_sub_txt {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}
.sec01 .link_content03 {
  position: relative;
  padding-left: 6rem;
}
@media screen and (min-width: 769px) {
  .sec01 .link_content03 {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec01 .link_content03::before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_link03.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec01 .link_content03::before {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec01 .link_content03 .link_sub_txt {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}
.sec01 .link_content03 .link_main_txt {
  line-height: 1.05;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0.1rem 0 0;
}
.sec01_box02 {
  height: 17.1rem;
  width: 39.5rem;
  background-color: #caddb5;
  display: flex;
  flex-direction: row;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01_box02 {
    width: 100%;
    height: 47.7333333333vw;
    margin-top: 5.3333333333vw;
    flex-direction: column;
    border-radius: 1rem;
    align-items: center;
  }
}
.sec01_header_wrap02 {
  width: 10.6rem;
  height: 17.1rem;
  background-color: #7dbb28;
  border-bottom-left-radius: 2rem;
}
@media screen and (min-width: 769px) {
  .sec01_header_wrap02 {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .sec01_header_wrap02 {
    width: 100%;
    height: 17.0666666667vw;
    border-bottom-left-radius: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    display: flex;
  }
}
.sec01_header02 {
  margin: 2.4rem 0 0 1.7rem;
  width: 3.6rem;
  height: 11.5rem;
}
@media screen and (max-width: 768px) {
  .sec01_header02 {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sec01_header02_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.13;
  color: #fff;
  padding-left: 5.2rem;
  position: relative;
}
.sec01_header02_txt::before {
  position: absolute;
  content: "";
  left: 0;
  transform: translateY(-30%);
  background-image: url(../images/common/ico_box_ttl02_sp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
}
.sec01_content02 {
  width: 30.8rem;
  background-color: #fff;
  position: absolute;
  top: 5rem;
  right: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec01_content02 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 1.6rem;
  }
}
.sec01 .link_content04_txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
  position: relative;
  padding: 0.8rem 0 0.8rem 6rem;
}
@media screen and (min-width: 769px) {
  .sec01 .link_content04_txt {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec01 .link_content04_txt::before {
  content: "";
  position: absolute;
  background: url(../images/common/ico_link04.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec01 .link_content04_txt::before {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec01 .link_type02 {
  position: relative;
  width: 39.5rem;
  height: 8.8rem;
  display: flex;
  align-items: center;
  padding: 0 1.3rem 0 1.4rem;
  background-color: #fff;
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px) {
  .sec01 .link_type02 {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .sec01 .link_type02:hover .link_type02_txt::before {
    background: url(../images/common/ico_link05_on.svg);
  }
}
@media screen and (min-width: 769px) {
  .sec01 .link_type02:hover {
    background-color: #eaedf5;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .link_type02 {
    width: 100%;
    margin-top: 2rem;
    height: 8rem;
  }
}
.sec01 .link_type02::after {
  content: "";
  width: 0.9rem;
  height: 1.5rem;
  position: absolute;
  background-image: url(../images/common/ico_arrow01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 2.2rem;
  top: 38%;
}
.sec01 .link_type02_img {
  width: 4rem;
  height: 4rem;
  margin-right: 0.8rem;
}
.sec01 .link_type02_txt {
  padding-left: 4.8rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0068b4;
}
.sec01 .link_type02_txt::before {
  position: absolute;
  content: "";
  left: 0;
  width: 4rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/ico_link05.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .sec01 .link_type02_txt::before {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .link_type02_txt {
    width: 40vw;
  }
}

/*====================================================================
sec02
====================================================================*/
.sec02 {
  z-index: 2;
  background-image: url(../images/topPage/bg_top_pc_new.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 54.2rem;
  position: relative;
  overflow: hidden;
}
.sec02::before, .sec02::after {
  content: "";
  position: absolute;
  top: 0;
  width: 11.8rem;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec02::before, .sec02::after {
    display: none;
  }
}
.sec02::before {
  left: 0;
  background: linear-gradient(to right, rgb(240, 241, 244), rgba(240, 241, 244, 0));
}
.sec02::after {
  right: 0;
  background: linear-gradient(to left, rgb(240, 241, 244), rgba(240, 241, 244, 0));
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin: 0;
    background-color: #fff;
    background-image: none;
    height: unset;
    width: auto;
    margin: -6.4rem -1.2rem 0;
  }
}
.sec02 .logo_pc {
  position: absolute;
  left: -2.9rem;
  bottom: -0.7rem;
  z-index: 3;
  max-width: 42.1rem;
}
@media screen and (max-width: 768px) {
  .sec02 .logo_sp {
    position: relative;
  }
}
.sec02_wrapper03_pc {
  position: relative;
  z-index: 2;
  max-width: 78.7rem;
  width: 100%;
  display: flex;
  background-color: #f0f1f4;
}
@media screen and (max-width: 768px) {
  .sec02_wrapper03_pc {
    display: none;
  }
}
.sec02_ttl_wrapper01, .sec02_ttl_wrapper02, .sec02_ttl_wrapper03 {
  padding-top: 1.2rem;
  padding-bottom: 0.4rem;
  width: 26.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: transparent;
  color: #0068b4;
  border-right: 1px solid #eaeaea;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .sec02_ttl_wrapper01, .sec02_ttl_wrapper02, .sec02_ttl_wrapper03 {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .sec02_ttl_wrapper01, .sec02_ttl_wrapper02, .sec02_ttl_wrapper03 {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 2.1rem;
    height: 6.5rem;
  }
}
.sec02_ttl_wrapper01::after, .sec02_ttl_wrapper02::after, .sec02_ttl_wrapper03::after {
  content: none;
}
.sec02_ttl_wrapper01 .ttl_wrapper_txt, .sec02_ttl_wrapper02 .ttl_wrapper_txt, .sec02_ttl_wrapper03 .ttl_wrapper_txt {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 1rem 0 1rem;
}
.sec02_ttl_wrapper01 .ttl_wrapper_img, .sec02_ttl_wrapper02 .ttl_wrapper_img, .sec02_ttl_wrapper03 .ttl_wrapper_img {
  width: 4rem;
  height: 4rem;
}
.sec02_ttl_wrapper03 {
  border-right: none;
}
.sec02 .ttl_img01.is_disabled,
.sec02 .ttl_img02.is_disabled,
.sec02 .ttl_img03.is_disabled {
  display: none;
}
@media screen and (min-width: 769px) {
  .sec02 .ttl_img01.is_disabled,
  .sec02 .ttl_img02.is_disabled,
  .sec02 .ttl_img03.is_disabled {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec02 .ttl_img01_on.is_active,
.sec02 .ttl_img02_on.is_active,
.sec02 .ttl_img03_on.is_active {
  display: block;
}
@media screen and (min-width: 769px) {
  .sec02 .ttl_img01_on.is_active,
  .sec02 .ttl_img02_on.is_active,
  .sec02 .ttl_img03_on.is_active {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec02 .ttl_img01_on.is_disabled,
.sec02 .ttl_img02_on.is_disabled,
.sec02 .ttl_img03_on.is_disabled {
  display: none;
}
@media screen and (min-width: 769px) {
  .sec02 .ttl_img01_on.is_disabled,
  .sec02 .ttl_img02_on.is_disabled,
  .sec02 .ttl_img03_on.is_disabled {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec02_ttl_wrapper01.is_active, .sec02_ttl_wrapper02.is_active, .sec02_ttl_wrapper03.is_active {
  background-color: #0068b4;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .sec02_ttl_wrapper01.is_active, .sec02_ttl_wrapper02.is_active, .sec02_ttl_wrapper03.is_active {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec02_ttl_wrapper01.is_active::after, .sec02_ttl_wrapper02.is_active::after, .sec02_ttl_wrapper03.is_active::after {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 0.8rem;
  background-image: url(../images/common/ico_triangle01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 0;
}
.sec02_wrapper04_pc {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec02_wrapper04_pc {
    display: none;
  }
}
.sec02_content_wrapper01_pc, .sec02_content_wrapper02_pc, .sec02_content_wrapper03_pc {
  padding-top: 1.2rem;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding-bottom: 2.8rem;
}
@media screen and (min-width: 769px) {
  .sec02_content_wrapper01_pc, .sec02_content_wrapper02_pc, .sec02_content_wrapper03_pc {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .sec02_content_wrapper01_pc, .sec02_content_wrapper02_pc, .sec02_content_wrapper03_pc {
    display: none;
  }
}
.sec02_content_wrapper01_pc.is_active, .sec02_content_wrapper02_pc.is_active, .sec02_content_wrapper03_pc.is_active {
  display: flex;
}
@media screen and (min-width: 769px) {
  .sec02_content_wrapper01_pc.is_active, .sec02_content_wrapper02_pc.is_active, .sec02_content_wrapper03_pc.is_active {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .sec02_content_wrapper01_pc.is_active, .sec02_content_wrapper02_pc.is_active, .sec02_content_wrapper03_pc.is_active {
    display: none;
  }
}
.sec02_content_wrapper01_pc, .sec02_content_wrapper02_pc, .sec02_content_wrapper03_pc {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec02_content_wrapper01_pc, .sec02_content_wrapper02_pc, .sec02_content_wrapper03_pc {
    display: none;
  }
}
.sec02_content_wrapper01_pc.is_disabled, .sec02_content_wrapper02_pc.is_disabled, .sec02_content_wrapper03_pc.is_disabled {
  display: none;
}
.sec02_content {
  margin-right: 8.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec02_content:hover .sec02_content_img {
    opacity: 0.4;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .sec02_content:hover .sec02_content_img {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .sec02_content:hover .sec02_content_txt {
    color: #0068b4;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .sec02_content:hover .sec02_content_txt {
    transition: all 0.4s ease-in-out 0s;
  }
}
.sec02_content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec02_content {
    margin: 0 0 2rem;
  }
  .sec02_content:nth-child(odd) {
    margin-right: auto;
  }
  .sec02_content:last-child {
    margin-right: auto;
  }
}
.sec02_content_img {
  width: 13.5rem;
  height: 8rem;
  text-align: center;
}
.sec02_content_txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: center;
}
.sec02_wrapper03_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec02_wrapper03_sp {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    background-color: #fff;
    flex-direction: column;
  }
}
.sec02_ttl_wrapper_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec02_ttl_wrapper_sp {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 2.1rem;
    background-color: #0068b4;
    color: #fff;
    width: 100%;
    height: 6.5rem;
    border-bottom: 1px solid #eaeaea;
  }
  .sec02_ttl_wrapper_sp:last-child {
    border-bottom: none;
  }
}
.sec02_ttl_wrapper_sp::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/ico_plus.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  right: 2rem;
}
.sec02_ttl_wrapper_sp .ttl_wrapper_txt {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 1rem 0 1rem;
}
.sec02_ttl_wrapper_sp .ttl_wrapper_img {
  width: 4rem;
  height: 4rem;
  margin-right: 1.2rem;
}
.sec02_ttl_wrapper_sp.is_active {
  display: none;
}
.sec02_ttl_wrapper_sp.is_active::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .sec02_ttl_wrapper_sp.is_active {
    display: flex;
  }
  .sec02_ttl_wrapper_sp.is_active::after {
    content: "";
    position: absolute;
    background-image: url(../images/common/ico_minus.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    right: 2rem;
    transform: translateY(25%);
  }
}
.sec02_ctr_accordion {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease-in-out 0s;
}
.sec02_content_wrapper_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec02_content_wrapper_sp {
    display: flex;
    flex-flow: row wrap;
    background-color: #fff;
    padding: 2.4rem 1rem;
  }
}

.top_main {
  margin-bottom: 2rem;
}

/*====================================================================
loginPage
====================================================================*/
.login_flex {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .login_flex {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.login_flex_col {
  width: 50%;
  padding: 3rem 4rem;
  background: #f5f6fa;
  border-radius: 10px;
}
.login_flex_col .page_transition_btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .login_flex_col {
    width: 100%;
    padding: 3rem 1.6rem;
  }
}
.login_input {
  display: block;
  padding: 1rem 1.2rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}
.login_input::-moz-placeholder {
  color: #BFBFBF;
}
.login_input::placeholder {
  color: #BFBFBF;
}
.login_captcha {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .login_captcha {
    max-width: 100%;
  }
}
.login_checkbox {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}
.login_link {
  display: block;
  color: #0068b4;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .login_link {
    font-size: 1.4rem;
  }
}
.login_pw {
  margin: 4rem auto 0;
  padding: 4rem 0;
  background: #f5f6fa;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .login_pw {
    padding: 3rem 1.6rem;
  }
}
.login_pw_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .login_pw_inner {
    max-width: 100%;
  }
}
.login_pw_inner .page_transition_btn {
  width: 100%;
}

/*====================================================================
form page
====================================================================*/
.form_container {
  margin-top: 2rem;
  max-width: 87.2rem;
  border-radius: 1rem;
  overflow: hidden;
}
.form_container label {
  margin: 0;
}
.form_container .container_flex {
  display: flex;
  flex-flow: row wrap;
}
.form_container .container_flex:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .form_container .container_flex {
    flex-flow: column;
  }
}
.form_container .container_label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  background-color: #0068b4;
  width: 23.62%;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .form_container .container_label {
    width: 100%;
    padding: 1.3rem 2rem;
    justify-content: center;
  }
}
.form_container .container_label_txt {
  font: 700 1.4rem/1.6 "Noto Sans JP", sans-serif;
  position: relative;
}
.form_container .container_label_red {
  font: 700 1.2rem/1.87 "Noto Sans JP", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4.8rem;
  min-width: 4rem;
  padding: 0 0.8rem;
  background-color: #DE5868;
  border-radius: 0.2rem;
}
@media screen and (max-width: 1000px) {
  .form_container .container_label_red {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.8rem;
  }
}
.form_container .container_label_red.inline {
  position: relative;
  top: auto;
  right: 0;
  transform: none;
  margin-left: 1rem;
}
@media screen and (max-width: 1000px) {
  .form_container .container_label_red.inline {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 0.8rem;
  }
}
.form_container .container_row_flex {
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  background-color: #f5f6fa;
  width: 76.38%;
}
@media screen and (max-width: 1000px) {
  .form_container .container_row_flex {
    width: 100%;
    padding: 2rem 1.6rem;
  }
}
.form_container .container_row_wrapper {
  display: block;
  padding: 2rem 3rem;
  background-color: #f5f6fa;
  width: 76.38%;
}
@media screen and (max-width: 1000px) {
  .form_container .container_row_wrapper {
    width: 100%;
    padding: 2rem 1.6rem;
  }
}
.form_container .container_input {
  padding: 1rem 1.2rem;
  font: 400 1.4rem/1.6 "Noto Sans JP", sans-serif;
  border: 1px solid #ccc;
  display: inline-block;
}
.form_container .container_input:not(:last-of-type) {
  margin-right: 1.2rem;
}
.form_container .container_input:focus {
  border: 1px solid #ccc;
  outline: none;
}
@media screen and (max-width: 1000px) {
  .form_container .container_input {
    width: calc(50% - 0.3rem);
    padding: 0.6rem 1.2rem;
  }
  .form_container .container_input:not(:last-of-type) {
    margin-right: 0.3rem;
  }
}
.form_container .container_input_whole {
  padding: 1rem 1.2rem;
  font: 400 1.4rem/1.6 "Noto Sans JP", sans-serif;
  border: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}
.form_container .container_input_whole:focus {
  border: 1px solid #ccc;
  outline: none;
}
.form_container .container_input_whole:not(:first-of-type) {
  margin-top: 2rem;
}
.form_container .container_input_address {
  padding: 1rem 1.2rem;
  font: 400 1.4rem/1.6 "Noto Sans JP", sans-serif;
  border: 1px solid #ccc;
  max-width: 16rem;
  width: 100%;
}
.form_container .container_input_address:focus {
  border: 1px solid #ccc;
  outline: none;
}
@media screen and (max-width: 1000px) {
  .form_container .container_input_address {
    padding: 0.6rem 1.2rem;
    max-width: 100%;
  }
}
.form_container .address_search_btn {
  padding: 1rem 1.2rem;
  border: none;
  margin-left: 1rem;
  max-width: 10rem;
  font: 400 1.4rem/1.6 "Noto Sans JP", sans-serif;
}
.form_container .container_notice {
  display: inline-block;
  margin-top: 1rem;
  font: 400 1.4rem/1.6 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1000px) {
  .form_container .container_notice {
    margin-top: 0.6rem;
  }
}
.form_container .container_address {
  display: inline-block;
  font: 500 1.4rem/1.6 "Noto Sans JP", sans-serif;
}
.form_container .container_guide {
  font: 400 1.4rem/1.6 "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-left: 2.5rem;
}
.form_container .inline-block {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  padding-bottom: 2rem;
}
.form_container .container_guide_red {
  font: 400 1.4rem/1.6 "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-left: 1rem;
  color: #E6374B;
}
.form_container .container_red_text {
  font: 500 1.4rem/1.6 "Noto Sans JP", sans-serif;
  color: #DE5868;
}
.form_container .container_align_center {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}
.form_container .margin_right_12 {
  margin-right: 1.2rem;
}
.form_container .margin_leftright_8 {
  margin: 0 0.8rem;
}
.form_container .container_list {
  padding: 0;
  list-style: none;
}
.form_container .container_list_item {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .form_container .container_list_item {
    flex-flow: column;
    align-items: start;
  }
}
.form_container .container_list_item_input {
  width: 100%;
  padding: 1rem 1.2rem;
  font: 400 1.4rem/1.6 "Noto Sans JP", sans-serif;
  border: 1px solid #ccc;
}
.form_container .container_list_item_input:focus {
  border: 1px solid #ccc;
  outline: none;
}
.form_container .min_width_90 {
  min-width: 9rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .form_container .min_width_90 {
    min-width: none;
    padding-right: 0;
    margin-bottom: 0.6rem;
  }
}
.form_container .container_check_text {
  margin: 0;
  font: 400 1.4rem/1.6 "Noto Sans JP", sans-serif;
}
.form_container .container_check_text_medium {
  margin: 0;
  font: 500 1.4rem/1.6 "Noto Sans JP", sans-serif;
}

.page_transition_container {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .page_transition_container {
    flex-direction: column;
    align-items: center;
  }
}
.page_transition_container .page_transition_btn {
  border: none;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font: 400 1.6rem/1.4 "Noto Sans JP", sans-serif;
  width: 27.1rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .custom-select {
    width: 100%;
    margin-top: 1.2rem;
  }
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  position: relative;
  width: 27.1rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .select-selected {
    width: 100%;
  }
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 0.9rem;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/ico_triangle02.svg) no-repeat;
  background-size: contain;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #222;
  padding: 0.8rem 1.2rem;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  width: 27.1rem;
  position: absolute;
  background-color: #fff;
  margin-top: 0.3rem;
  padding: 0.5rem;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #f0f1f4;
  border-radius: 0.5rem;
}

/* The container */
.container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 0.5rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 0.9rem;
  border: solid #222;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*====================================================================
cell preparation pages
====================================================================*/
.redText {
  color: #E6374B;
}

.whiteText {
  color: #fff;
}

.redBlock {
  border: 1px solid #E6374B;
  border-radius: 10px;
  padding: 2.4rem 3.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .redBlock {
    padding: 3rem 1.6rem;
  }
}
.redBlock_header {
  color: #E6374B;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .redBlock_header {
    font-size: 1.6rem;
  }
}
.redBlock_txt {
  margin-top: 0.4rem;
  margin-bottom: 0;
  color: #E6374B;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .redBlock_txt {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}

.stepBlock_item {
  position: relative;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border: 1px solid #0068b4;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .stepBlock_item {
    flex-direction: column;
  }
}
.stepBlock_item:not(:first-child) {
  margin-top: 4rem;
}
.stepBlock_item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1.5rem 1.2rem 0 1.2rem;
  border-color: #5D980D transparent transparent transparent;
  transform: rotate(0deg);
}
.stepBlock_ttl {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background: #0068b4;
  width: 21.4rem;
  min-width: 21.4rem;
  padding: 1.3rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .stepBlock_ttl {
    width: 100%;
  }
}
.stepBlock_ttl:only-child {
  width: 100%;
}
.stepBlock_num {
  margin-right: 1rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  background: #fff;
  color: #0068b4;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 50%;
}
.stepBlock_numTtl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .stepBlock_numTtl {
    font-size: 1.6rem;
  }
}
.stepBlock_txt {
  padding: 1.8rem 2rem;
  box-sizing: border-box;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .stepBlock_txt {
    font-size: 1.4rem;
    padding: 1.6rem;
  }
}

.swiper_wrap {
  position: relative;
}

.swiper_nav_container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .swiper_nav_container {
    flex-wrap: wrap;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 1rem;
  }
}

.swiper-button-prev {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  margin-top: 0;
  position: static;
  top: unset;
  width: 15.5rem;
  min-width: 15.5rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #0068b4;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    padding-bottom: 0;
    min-width: calc(50% - 1.25rem);
    width: calc(50% - 1.25rem);
  }
}
.swiper-button-prev::after {
  content: "";
  background: url("../images/common/ico_arrow02.svg") no-repeat;
  background-size: 0.7rem 1.2rem;
  width: 0.7rem;
  height: 1.2rem;
  transform: rotate(180deg);
}
.swiper-button-prev.swiper-button-disabled {
  background-color: #ccc;
  opacity: 1;
}

.swiper-button-next {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  margin-top: 0;
  position: static;
  top: unset;
  width: 15.5rem;
  min-width: 15.5rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #0068b4;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    padding-bottom: 0;
    min-width: calc(50% - 1.25rem);
    width: calc(50% - 1.25rem);
  }
}
.swiper-button-next::after {
  content: "";
  background: url("../images/common/ico_arrow02.svg") no-repeat;
  background-size: 0.7rem 1.2rem;
  width: 0.7rem;
  height: 1.2rem;
}
.swiper-button-next.swiper-button-disabled {
  background-color: #ccc;
  opacity: 1;
}

.swiper-button-prev {
  left: 0;
  padding: 1rem 2rem 1rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    order: 2;
  }
}

.swiper-button-next {
  right: 0;
  padding: 1rem 1.6rem 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    order: 3;
  }
}

.swiper-pagination {
  position: static;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    order: 1;
    width: 100%;
  }
}

.swiper_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
}

.learning_card_list {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .learning_card_list {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.learning_card_item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.16);
  padding: 1rem 1.6rem 1.6rem;
  width: calc(50% - 1rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .learning_card_item {
    width: 100%;
  }
}
.learning_card_item_head {
  margin-bottom: 1.6rem;
  padding-bottom: 1.3rem;
  font-size: 1.8rem;
  color: #0068b4;
  position: relative;
}
.learning_card_item_head::after, .learning_card_item_head::before {
  content: "";
  background: #7dbb28;
  width: 4.8rem;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.learning_card_item_head::before {
  background: #0068b4;
  width: 100%;
}
.learning_card_item_body {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1.6rem;
}
.learning_card_item_fig {
  margin-bottom: 0;
  max-width: 13rem;
}
@media screen and (max-width: 768px) {
  .learning_card_item_fig {
    max-width: 11rem;
  }
}
.learning_card_item_desc {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.learning_card_item_desc.red_text {
  color: #E6374B;
}
.learning_card_item_btn {
  margin-top: 1.6rem;
  padding: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #0068b4;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.learning_card_item_btn::after {
  content: "";
  background: url("../images/common/ico_arrow02.svg") no-repeat;
  background-size: 0.7rem 1.2rem;
  width: 0.7rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.learning_card_item_btn:hover {
  background-color: #1883dd;
}
.learning_card_item_btn.is-disabled {
  pointer-events: none;
  background-color: #ccc;
}
.learning_card_treatment_item_btn {
  margin-top: -1.2rem;
  padding: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #0068b4;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.learning_card_treatment_item_btn::after {
  content: "";
  background: url("../images/common/ico_arrow02.svg") no-repeat;
  background-size: 0.7rem 1.2rem;
  width: 0.7rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
.learning_card_treatment_item_btn:hover {
  background-color: #1883dd;
}
.learning_card_treatment_item_btn.is-disabled {
  pointer-events: none;
  background-color: #ccc;
}
.learning_card_item_label {
  border-bottom-left-radius: 0.2rem;
  padding: 0.2rem 0.8rem 0.3rem;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #E6374B;
}

.left_column_link01--disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

/* YouTube player positioning */
.youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

/* Disabled state styling */
.is_disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*====================================================================
left_column
====================================================================*/
.left_column {
  width: 29rem;
  margin: 4.1rem 3rem 6.4rem 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .left_column {
    margin: 0;
    width: 100%;
  }
}
.left_column_box01, .left_column_box02, .left_columnbox03, .left_columnbox04 {
  width: 100%;
}
.left_column_box01 {
  background-color: #fff;
}
.left_column .header_wrapper01 {
  color: #fff;
  background-color: #0068b4;
  padding: 2.1rem 0 1.9rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .left_column .header_wrapper01 {
    transition: all 0.4s ease-in-out 0s;
  }
}
.left_column_header01 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
.left_column_content01 {
  width: 100%;
}
.left_column_link01 {
  display: block;
  text-indent: -5.5rem;
  padding: 2rem 4.8rem 2rem 7.7rem;
  position: relative;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (min-width: 769px) {
  .left_column_link01 {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .left_column_link01:hover {
    background-color: #eaedf5;
    color: #0068b4;
  }
}
.left_column_link01.is_active {
  background-color: #eaedf5;
  pointer-events: none;
}
.left_column_link01::after {
  content: "";
  width: 0.9rem;
  height: 1.5rem;
  position: absolute;
  background-image: url(../images/common/ico_arrow01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 2.2rem;
}
.left_column_box02, .left_column_box03 {
  margin-top: 3rem;
  border-radius: 1rem;
}
.left_column_box02 {
  background-color: #a7c6df;
}
.left_column_box03 {
  background-color: #caddb5;
}
.left_column .header_wrapper02,
.left_column .header_wrapper03 {
  color: #fff;
  padding: 1.2rem 2.75rem 1.2rem 2.25rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .left_column .header_wrapper02,
  .left_column .header_wrapper03 {
    transition: all 0.4s ease-in-out 0s;
  }
}
.left_column .header_wrapper02 {
  background-color: #0068b4;
}
.left_column .header_wrapper03 {
  background-color: #7dbb28;
}
.left_column_header02, .left_column_header03 {
  padding: 0.8rem 0 0.8rem 6rem;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  position: relative;
}
.left_column_header02::before, .left_column_header03::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
}
.left_column_header02::before {
  background-image: url(../images/common/ico_box_ttl01_sp.svg);
}
.left_column_header03::before {
  background-image: url(../images/common/ico_box_ttl02_sp.svg);
}
.left_column_content02, .left_column_content03 {
  padding: 1.6rem 1rem 1.7rem;
}
.left_column .link_type01 {
  padding: 0 2.1rem 0 2rem;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.9rem;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .left_column .link_type01 {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .left_column .link_type01:hover {
    background-color: #eaedf5;
  }
}
.left_column .link_type01::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  background-image: url(../images/common/ico_square01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 2.2rem;
}
.left_column .link_type01:first-child {
  padding: 1.2rem 2.1rem 1.3rem 2rem;
}
.left_column .link_type01:first-child::after {
  content: none;
}
.left_column .link_type01:nth-child(2) {
  padding: 1rem 2.1rem 1.1rem 2rem;
}
.left_column .link_type01:last-child {
  padding: 1.6rem 2.1rem 1.6rem 2rem;
  border-bottom: none;
}
.left_column .link_type01 .link_main_img {
  width: 9rem;
  height: 4rem;
}
.left_column .link_type01:last-child {
  margin-bottom: 0;
}
.left_column .link_content01 .link_main_txt {
  line-height: 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
.left_column .link_content01 .link_sub_txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.left_column .link_content01 .link_sub_txt:last-child {
  font-size: 1.1rem;
  line-height: 1.2;
  padding-left: 0.5rem;
}
.left_column .link_content04_txt {
  color: #333333;
}
.left_column .link_type02 {
  position: relative;
  width: 100%;
  height: 8.8rem;
  display: flex;
  align-items: center;
  padding: 0 1.3rem 0 1.4rem;
  background-color: #fff;
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px) {
  .left_column .link_type02 {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .left_column .link_type02:hover {
    background-color: #eaedf5;
  }
  .left_column .link_type02:hover .link_type02_txt::before {
    background: url(../images/common/ico_link05_on.svg);
  }
}
@media screen and (max-width: 768px) {
  .left_column .link_type02 {
    width: 100%;
    margin-top: 2rem;
    height: 8rem;
  }
}
.left_column .link_type02::after {
  content: "";
  width: 0.9rem;
  height: 1.5rem;
  position: absolute;
  background-image: url(../images/common/ico_arrow01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  right: 2.2rem;
  top: 38%;
}
.left_column .link_type02_img {
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .left_column .link_type02_img {
    margin-right: 1.2rem;
  }
}
.left_column .link_type02_txt {
  width: 21rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0068b4;
  position: relative;
  padding-left: 6rem;
}
.left_column .link_type02_txt::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/ico_link05.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .left_column .link_type02_txt::before {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .left_column .link_type02_txt {
    width: 53.3333333333vw;
    padding-left: 5.2rem;
  }
}

/*====================================================================
left_banner
====================================================================*/
.left_banner_link {
  margin-top: 1.6rem;
  display: block;
  background: #fff;
  box-shadow: 0 3px 10px rgba(34, 34, 34, 0.08);
}
.left_banner_txt {
  display: block;
  padding: 2.8rem 0;
  width: 100%;
  color: #222;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

/*====================================================================
component
====================================================================*/
.component {
  width: 89rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .component {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.component_inner {
  padding: 5.5rem 7.6rem 8rem 6.5rem;
  background-color: #fff;
  width: 100%;
  position: relative;
}
.component_inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url(../images/common/line_green_blue.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 10.6rem;
}
@media screen and (max-width: 768px) {
  .component_inner::before {
    background-image: url(../images/common/line_green_blue_sp.png);
    height: 8.4rem;
  }
}
@media screen and (max-width: 768px) {
  .component_inner {
    padding: 3.9rem 1.4rem 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .component_inner_sp::before {
    background-image: url(../images/common/line_green_blue_sp02.png);
    height: 11.4rem;
  }
}
.component_block {
  margin: 4rem auto 0;
  padding: 3.2rem 4rem;
  background: #f5f6fa;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .component_block {
    padding: 3rem 1.6rem;
  }
}
.component_flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .component_flex {
    flex-direction: column;
  }
}
.component_checkbox.component_flex {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .component_checkbox.component_flex {
    flex-direction: row;
  }
}
.component_checkbox.component_flex .component_checkbox_list:not(:first-child) {
  margin-top: 0;
}
.component_checkbox_list {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1rem;
}
.component_checkbox_list:not(:first-child) {
  margin-top: 1.6rem;
}
.component_checkbox_item {
  margin-top: 0.6rem;
}

.component_full {
  width: 100%;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .component_full {
    margin-bottom: 0;
  }
}

.component_h1 {
  color: #0068b4;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  .component_h1 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

.component_h2 {
  width: 100%;
  background-color: #f5f6fa;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 0.92;
  padding: 1.3rem 2.5rem 1.6rem;
  border-left: 5px solid #0068b4;
}
@media screen and (max-width: 768px) {
  .component_h2 {
    font-size: 2.4rem;
    line-height: 1;
    padding: 1.6rem 1.2rem;
  }
}

.component_h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.6rem 0 0.6rem 1.9rem;
  border-left: 5px solid #0068b4;
}

.component_h4 {
  padding: 1.1rem 1.7rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.72;
  border-left: 5px solid #0068b4;
}

.component_h5 {
  font-size: 1.8rem;
  margin-bottom: 14px;
  color: #0068b4;
  line-height: 1.06;
}

.component_text {
  line-height: 1.6;
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .component_text {
    font-size: 1.4rem;
  }
}

.component_text_link {
  color: #0068b4;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 1.8rem;
  transition: all 0.4s ease-in-out 0s;
}
.component_text_link::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  background: url(../images/common/ico_square01.svg);
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .component_text_link:hover {
    opacity: 0.6;
  }
}
.component_text_link:hover {
  text-decoration: underline;
}

.component_text_h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #f5f6fa;
  padding: 2rem 2.5rem;
  border-left: 5px solid #0068b4;
}
@media screen and (max-width: 768px) {
  .component_text_h2 {
    font-size: 2.4rem;
    padding: 1.2rem 1.6rem;
  }
}

.component_text_h3 {
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 5px solid #0068b4;
  padding: 1.5rem 1.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .component_text_h3 {
    font-size: 2rem;
    padding: 1.3rem 1.2rem;
  }
}

.component_text_h4 {
  font-size: 2rem;
  line-height: 1.2;
  padding: 1rem 1.2rem;
  border-left: 5px solid #0068b4;
}
@media screen and (max-width: 768px) {
  .component_text_h4 {
    font-size: 1.8rem;
    padding: 0.8rem 1.2rem;
  }
}

.component_text_h5 {
  color: #0068b4;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.06;
}
@media screen and (max-width: 768px) {
  .component_text_h5 {
    font-size: 1.6rem;
  }
}

.component_txt_blk {
  color: #222;
  font-size: 2.4rem;
  font-weight: bold;
}

.component_txt_red {
  color: #E6374B;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .component_txt_red {
    font-size: 3rem;
  }
}

.component_title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component_title {
    font-size: 2rem;
  }
}

.component_title_bl {
  color: #0068b4;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .component_title_bl {
    font-size: 1.6rem;
  }
}

.component_list {
  padding-left: 2.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  list-style: disc;
}
.component_list_item {
  margin-bottom: 1.6rem;
}
.component_list_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .component_list_item {
    margin-bottom: 1.2rem;
  }
}

.component_table01 {
  font-size: 1.4rem;
  line-height: 1.2;
  width: 100%;
}
.component_table01 .table_header {
  width: 15rem;
  border-top: 1px solid #f0f1f4;
  border-bottom: 1px solid #f0f1f4;
  border-left: 1px solid #f0f1f4;
  font-weight: 700;
  background-color: #0068b4;
  padding: 1.5rem 1.9rem 1.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .component_table01 .table_header {
    width: 11.6rem;
    padding: 1.2rem 1rem;
  }
}
.component_table01 .table_content {
  width: calc(100% - 15rem);
  padding: 1.6rem 2rem 1.7rem;
  border-top: 1px solid #f0f1f4;
  border-bottom: 1px solid #f0f1f4;
  border-right: 1px solid #f0f1f4;
}
@media screen and (max-width: 768px) {
  .component_table01 .table_content {
    padding: 1.2rem 1rem;
  }
}

.table_container {
  max-width: 100%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .table_container {
    overflow-x: scroll;
  }
}

.component_table02 {
  font-size: 1.4rem;
  line-height: 1.2;
  min-width: 752px;
}
.component_table02 .table_header {
  width: 33.3333333333%;
  border-left: 1px solid #f0f1f4;
  border-right: 1px solid #f0f1f4;
  font-weight: 700;
  background-color: #0068b4;
  padding: 1.5rem 1.9rem 1.6rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component_table02 .table_header {
    width: 25rem;
    white-space: nowrap;
  }
}
.component_table02 .table_content {
  width: 33.3333333333%;
  padding: 1.6rem 1.45rem 1.7rem;
  border: 1px solid #f0f1f4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .component_table02 .table_content {
    width: 25rem;
    white-space: nowrap;
  }
}

.component_container_img {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .component_container_img {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1.6rem;
  }
}
.component_container_img .component_img {
  width: calc(50% - 6px);
}
@media screen and (max-width: 768px) {
  .component_container_img .component_img {
    width: 100%;
  }
}

.component_center_img {
  display: block;
  width: 60rem;
  height: 27.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .component_center_img {
    width: 100%;
    height: 14.6rem;
  }
}

.component_column_area {
  padding: 3.2rem 4rem;
  border-radius: 2rem;
  border: 2px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  .component_column_area {
    padding: 3rem 1.6rem;
  }
}
.component_column_area .component_mini_ttl {
  display: block;
  color: #0068b4;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.06;
  margin-bottom: 1.4rem;
}

.component_line {
  position: relative;
  margin: 0 auto;
  padding-top: 2.4rem;
  width: 100%;
  max-width: 67.2rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .component_line {
    max-width: 100%;
    padding-top: 2rem;
  }
}
.component_line::before, .component_line::after {
  content: "";
  position: absolute;
  top: 0;
  height: 0.3rem;
}
.component_line::before {
  left: 0;
  width: 8.8rem;
  background: #7dbb28;
}
@media screen and (max-width: 768px) {
  .component_line::before {
    width: 4.8rem;
  }
}
.component_line::after {
  right: 0;
  width: calc(100% - 8.8rem);
  background: #0068b4;
}
@media screen and (max-width: 768px) {
  .component_line::after {
    width: calc(100% - 4.8rem);
  }
}
.component_line_item {
  list-style: disc;
}
.component_line_item:not(:first-child) {
  margin-top: 1.6rem;
}

.sp_h1 {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 6.5rem;
}
.sp_h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #0068b4;
}
.sp_h1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 2.6rem;
  background-color: #7DBB28;
}
@media screen and (max-width: 768px) {
  .sp_h1::after {
    height: 2rem;
  }
}
.sp_h1_ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #0068b4;
  margin: 0;
  padding: 3.8rem 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .sp_h1_ttl {
    font-size: 2.6rem;
    padding: 2.5rem 0 0.7rem;
  }
}
.sp_h1 sup {
  top: 0.2rem;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .sp_h1 {
    padding-left: 1.4rem;
  }
  .sp_h1 sup {
    top: 0.2rem;
    font-size: 3rem;
  }
}

.component_loc {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 5rem;
  border: 1px solid #D2D2D5;
  overflow: hidden;
}
.component_loc_item {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 33.3333333333%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0068b4;
  padding: 1.3rem 0;
}
@media screen and (max-width: 768px) {
  .component_loc_item {
    font-size: 1.4rem;
    padding: 1.2rem 0;
  }
}
.component_loc_item.is-current {
  background-color: #0068b4;
  color: #fff;
}
.component_loc_item:not(:last-child) {
  border-right: none;
}
.component_loc_item:not(:last-child) {
  border-left: none;
  position: relative;
}
.component_loc_item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.1rem;
  transform: translateY(-50%) rotate(45deg);
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border: 1px solid #D2D2D5;
  border-left: 0;
  border-bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .component_loc_item:not(:last-child)::before {
    border-width: 2px;
    transform: scale(0.3, 1) translateY(-50%) rotate(45deg);
    width: 5rem;
    height: 5rem;
    right: -2.5rem;
  }
}
.component_loc_item:not(:last-child).is-current::before {
  background-color: #0068b4;
}
@media screen and (max-width: 768px) {
  .component_loc_item:nth-child(1) {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .component_loc_item:nth-child(2) {
    width: 10rem;
    padding-right: 0.5rem;
    justify-content: flex-end;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .component_loc_item:nth-child(3) {
    width: 12rem;
    padding-left: 1rem;
  }
}
.component_loc_item_txt {
  position: relative;
  z-index: 2;
}

.page_transition_btn,
.external_link_btn,
.pdf_dl_btn,
.address_search_btn {
  width: 21.7rem;
  padding: 1.6rem 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page_transition_btn,
  .external_link_btn,
  .pdf_dl_btn,
  .address_search_btn {
    width: 100%;
  }
}

.page_transition_btn {
  display: block;
  position: relative;
  background-color: #0068b4;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .page_transition_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .page_transition_btn:hover {
    background-color: #1883dd;
  }
}
.page_transition_btn::after {
  content: "";
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_arrow02.svg);
  width: 0.7rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.page_transition_btn_gray {
  background-color: #535759;
}
.page_transition_btn_gray:hover {
  background-color: rgba(83, 87, 89, 0.3);
}
.page_transition_btn.is_disabled {
  background-color: #ccc;
  pointer-events: none;
}
.page_transition_btn.shadow_on {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.page_transition_btn_w271 {
  width: 27.1rem;
}
@media screen and (max-width: 768px) {
  .page_transition_btn_w271 {
    width: 100%;
  }
}

.external_link_btn {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #fff;
  color: #0068b4;
  border: 2px solid #0068b4;
}
@media screen and (min-width: 769px) {
  .external_link_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .external_link_btn:hover {
    background-color: #f0f1f4;
  }
}

.external_link_text {
  display: block;
  padding-right: 2.4rem;
  position: relative;
}
.external_link_text::after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/ico_square01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.pdf_dl_btn,
.address_search_btn {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #0068b4;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pdf_dl_btn,
  .address_search_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .pdf_dl_btn:hover,
  .address_search_btn:hover {
    background-color: #1883dd;
  }
}

.pdf_dl_text,
.address_search_btn_txt {
  padding-right: 2.4rem;
  position: relative;
  display: block;
}
.pdf_dl_text::after,
.address_search_btn_txt::after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/ico_dl.svg);
  width: 1.4rem;
  height: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.margin_bottom_h1 {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
  .margin_bottom_h1 {
    margin-bottom: 4rem;
  }
}

.margin_h2_to_h3 {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .margin_h2_to_h3 {
    margin-bottom: 2.4rem;
  }
}

.margin_h3_to_h4 {
  margin-bottom: 2.4rem;
}

.margin_h4_to_h5 {
  margin-bottom: 2.4rem;
}

.margin_h5_to_txt {
  margin-bottom: 1.4rem;
}

.margin_txt_to_h2txt {
  margin-bottom: 7.2rem;
}

.margin_h2txt_to_txt {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .margin_h2txt_to_txt {
    margin-bottom: 2.4rem;
  }
}

.margin_txt_to_h3txt {
  margin-bottom: 6.4rem;
}

.margin_h3txt_to_txt {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .margin_h3txt_to_txt {
    margin-bottom: 1.6rem;
  }
}

.margin_txt_to_h4txt {
  margin-bottom: 4.8rem;
}

.margin_h4txt_to_txt {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .margin_h4txt_to_txt {
    margin-bottom: 1.6rem;
  }
}

.margin_txt_to_h5txt {
  margin-bottom: 4rem;
}

.margin_h5txt_to_txt {
  margin-bottom: 1.4rem;
}

.margin_txt_to_txt {
  margin-bottom: 1.2rem;
}

.margin_txt_to_btn {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .margin_txt_to_btn {
    margin-bottom: 3.2rem;
  }
}

.margin_btn_to_btn {
  margin-bottom: 2rem;
}

.margin_btn_to_txt {
  margin-bottom: 5.6rem;
}

.margin_txt_to_list {
  margin-bottom: 3.2rem;
}

.margin_list_to_txt {
  margin-bottom: 3.2rem;
}

.margin_txt_to_h3 {
  margin-bottom: 6.4rem;
}

.margin_h3_to_table {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .margin_h3_to_table {
    margin-bottom: 1.6rem;
  }
}

.margin_table_to_txt {
  margin-bottom: 2.4rem;
}

.margin_txt_to_h4 {
  margin-bottom: 4.8rem;
}

.margin_h4_to_table {
  margin-bottom: 1.6rem;
}

.margin_table_to_h3 {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .margin_table_to_h3 {
    margin-bottom: 6.4rem;
  }
}

.margin_h3_to_txt {
  margin-bottom: 2.4rem;
}

.margin_txt_to_img {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .margin_txt_to_img {
    margin-bottom: 2.4rem;
  }
}

.margin_img_to_h4 {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .margin_img_to_h4 {
    margin-bottom: 6.4rem;
  }
}

.margin_h4_to_txt {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .margin_h4_to_txt {
    margin-bottom: 1.6rem;
  }
}

.margin_img_to_h5 {
  margin-bottom: 6.4rem;
}

.margin_img_to_column {
  margin-bottom: 6.4rem;
}

.margin_btm_8 {
  margin-bottom: 0.8rem;
}

.margin_btm_32 {
  margin-bottom: 3.2rem;
}

.margin_btm_16 {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .margin_btm_24_sp {
    margin-bottom: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .padding_btm_sp_0 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .margin_btm_sp_58 {
    margin-bottom: 5.8rem;
  }
}

.txt_center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .txt_left_sp {
    text-align: left;
  }
}

.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.color_red {
  color: #E6374B;
}

.txt_indent {
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}

.elearning_section {
  margin-top: 25px;
}

.elearning_btn {
  width: 21.7rem;
  padding: 1.6rem 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .elearning_btn {
    display: block;
    width: 100% !important;
  }
}

.elearning_btn {
  display: block;
  position: relative;
  background-color: #0068b4;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .elearning_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .elearning_btn:hover {
    background-color: #1883dd;
  }
}
.elearning_btn::after {
  content: "";
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_arrow02.svg);
  width: 0.7rem;
  height: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.elearning_btn_gray {
  background-color: #535759;
}
.elearning_btn_gray:hover {
  background-color: rgba(83, 87, 89, 0.3);
}
.elearning_btn.is_disabled {
  background-color: #ccc;
  pointer-events: none;
}
.elearning_btn.shadow_on {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.elearning_btn_w271 {
  width: 27.1rem;
}
@media screen and (max-width: 768px) {
  .elearning_btn_w271 {
    width: 100%;
  }
}

/*====================================================================
  product_page – body overrides
====================================================================*/
.product_page {
  /*====================================================================
    product_page – G-navi
  ====================================================================*/
  /*====================================================================
    product_page – sub_header overrides
  ====================================================================*/
  /*====================================================================
    product_page – left_column overrides
  ====================================================================*/
  /*====================================================================
    product_page – Component Modifier (--product)
  ====================================================================*/
}
.product_page .product_main {
  background-color: #f0f1f4;
}
.product_page .g_navi {
  background-color: #0068b4;
  width: 100%;
}
.product_page .g_navi_list {
  display: flex;
  align-items: stretch;
  list-style: none;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .product_page .g_navi_list {
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.product_page .g_navi_item {
  flex-shrink: 0;
}
.product_page .g_navi_link {
  display: flex;
  align-items: center;
  padding: 1.3rem 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .product_page .g_navi_link {
    transition: all 0.4s ease-in-out 0s;
  }
}
.product_page .g_navi_link sup {
  top: 2rem;
  left: 0.6rem;
  margin-right: 0.4rem;
  font-size: 5.6rem;
}
@media screen and (min-width: 769px) {
  .product_page .g_navi_link:hover {
    opacity: 0.8;
  }
}
.product_page .g_navi_link--current {
  background-color: #fff;
  color: #0068b4;
  font-weight: 700;
}
.product_page .sub_header {
  background-color: #fff;
}
.product_page .left_column_content02 .link_type01 {
  padding: 1.2rem 4rem 1.2rem 1.6rem;
}
.product_page .left_column_content02 .link_type01:first-child {
  padding: 1.2rem 4rem 1.2rem 1.6rem;
}
.product_page .left_column_content02 .link_type01:first-child::after {
  content: none;
}
.product_page .link_type02_txt {
  color: #0068b4;
}
.product_page .link_type02_txt sup {
  font-size: 0.75em;
}
.product_page .component--product {
  /*====================================================================
    product_page – 製品画像
  ====================================================================*/
  /*====================================================================
    product_page – Table
  ====================================================================*/
  /*====================================================================
    product_page – PDFダウンロードボタン
  ====================================================================*/
}
.product_page .component--product .component_inner {
  padding: 5.6rem 6.2rem 8rem 6.5rem;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .component_inner {
    padding: 4rem 1.4rem 1.2rem;
    margin-bottom: 3rem;
  }
}
.product_page .component--product .component_inner::before {
  display: none;
}
.product_page .component--product .component_h2 {
  padding: 2rem 2rem 2.2rem;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .component_h2 {
    padding: 1.4rem 1.2rem 1.8rem;
  }
}
.product_page .component--product .margin_h2_to_h3 {
  margin-bottom: 2.4rem;
  padding: 2rem 2.1rem 2.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .margin_h2_to_h3 {
    padding: 1.6rem 1.2rem 1.5rem;
  }
}
.product_page .component--product .product_img_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 3.2rem auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .product_img_wrapper {
    flex-direction: row;
    margin-top: 2.4rem;
    padding: 0;
  }
}
.product_page .component--product .product_img_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product_page .component--product .product_img_item .product_img_item_img {
  max-width: 25rem;
  width: 100%;
}
.product_page .component--product .product_img_item .product_img_item_img .product_img--sub {
  -o-object-fit: cover;
     object-fit: cover;
}
.product_page .component--product .product_img_item .product_img_item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_page .component--product .product_img_item p {
  font-size: 1.4rem;
  line-height: 2.24rem;
  color: #1a1a1a;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .product_img_item p {
    margin-top: 0.2rem;
    font-size: 1.4rem;
  }
}
.product_page .component--product .product_img_item--sub .product_img_item_img {
  max-width: 35rem;
  width: 100%;
}
.product_page .component--product .component_table01 {
  margin-top: 3.2rem;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .component_table01 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.product_page .component--product .component_table01 .table_header {
  padding: 1.6rem 1.9rem;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .component_table01 .table_header {
    width: 11.6rem;
    padding: 0.6rem 0.8rem 0.8rem;
  }
}
.product_page .component--product .component_table01 .table_content {
  padding: 1.7rem 2.2rem;
  letter-spacing: 0.02em;
}
.product_page .component--product .component_table01 .table_content sup {
  top: 0;
  font-size: 1.4rem;
}
.product_page .component--product .component_table01 .table_content--txt02 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .component_table01 .table_content {
    padding: 1rem 1.2rem;
  }
}
.product_page .component--product .product_img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .product_img {
    width: 100%;
  }
}
.product_page .component--product .product_pdf_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3.1rem;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .product_pdf_grid {
    gap: 1.6rem;
  }
}
.product_page .component--product .product_pdf_btn {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #A7A7A7;
  color: #fff;
  padding: 1rem 1.4rem 0.9rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 16.8px;
  width: calc((100% - 6.2rem) / 3);
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: not-allowed;
}
@media screen and (min-width: 769px) {
  .product_page .component--product .product_pdf_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
.product_page .component--product .product_pdf_btn--special {
  background-color: #0068b4;
  pointer-events: auto;
  cursor: pointer;
}
.product_page .component--product .product_pdf_btn--special:hover {
  background-color: #1883dd;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .product_pdf_btn {
    width: 100%;
    padding: 1.4rem 1.4rem 1.2rem 2rem;
  }
}
.product_page .component--product .product_pdf_btn_txt {
  display: block;
  flex: 1;
}
.product_page .component--product .product_pdf_btn_txt--txt02 {
  letter-spacing: 0.11em;
}
.product_page .component--product .product_pdf_btn_txt--txt03 {
  letter-spacing: 0.09em;
  margin-right: 1.4rem;
}
.product_page .component--product .product_pdf_btn_txt--txt04 {
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
  letter-spacing: 0.08em;
}
.product_page .component--product .product_pdf_btn_ico {
  flex-shrink: 0;
  width: 2.22rem;
  height: 2.6rem;
  margin-left: 1rem;
  background: url(../images/common/ico_dl.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .product_page .component--product .product_pdf_btn_txt--txt04 {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .product_page .component--product .product_pdf_btn_txt--txt05 {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
}

/*====================================================================
  materials_page – body overrides
====================================================================*/
.materials_page .materials_main {
  background-color: #f0f1f4;
}
.materials_page .component_inner--materials {
  padding: 5.6rem 4.2rem 8.3rem 6.5rem;
}
.materials_page .component_inner--materials::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .materials_page .component_inner--materials {
    padding: 3.9rem 1.4rem 3.3rem;
  }
}
.materials_page .component_h2 {
  letter-spacing: 0;
  padding: 2rem 2rem 2.2rem;
}
@media screen and (max-width: 768px) {
  .materials_page .component_h2 {
    margin-bottom: 2.4rem;
    margin-top: 3.2rem;
    padding: 1.7rem 1.2rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .component {
    margin-bottom: 0.2rem;
  }
}

.sub_header {
  letter-spacing: 0.09em;
  padding: 2.9rem 0;
}
.sub_header .sub_header_ttl sup {
  top: 0.2rem;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .sub_header {
    padding: 1.4rem 1.3rem;
  }
  .sub_header .sub_header_ttl sup {
    top: 0.4rem;
    font-size: 3rem;
  }
}

.bread_crumb_link--materials {
  letter-spacing: 0.01em;
}

/*====================================================================
    materials_page – TBIナビバナー
  ====================================================================*/
.materials_banner {
  display: flex;
  width: 100%;
  min-height: 16rem;
  padding: 0;
  margin-top: 3.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .materials_banner {
    flex-direction: column;
    margin: 0;
  }
}
.materials_banner_thumb {
  flex-shrink: 0;
  width: 29.6rem;
  background-color: #EAEAEA;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .materials_banner_thumb {
    width: 100%;
    height: 21.8rem;
  }
}
.materials_banner_thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.materials_banner_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .materials_banner_body {
    padding: 0;
    margin-top: 1.2rem;
    margin-bottom: 3.3rem;
  }
}
.materials_banner_title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  color: #333333;
  margin: 0;
}
.materials_banner_sub {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin-bottom: 0;
  margin-left: 0.7rem;
  letter-spacing: 0.1rem;
}
.materials_banner_btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 0.7rem;
  background-color: #0068b4;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 1.8rem 1.5rem 1.8rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  width: 20.3rem;
}
@media screen and (min-width: 769px) {
  .materials_banner_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .materials_banner_btn:hover {
    background-color: #1883dd;
  }
}
@media screen and (max-width: 768px) {
  .materials_banner_btn {
    width: 100%;
  }
}
.materials_banner_btn_txt {
  color: #fff;
}
.materials_banner_btn_ico {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
}

/*====================================================================
    materials_page – 資材カードグリッド
  ====================================================================*/
.materials_pdf_grid {
  display: flex;
  gap: 2rem;
  margin-bottom: -0.1rem;
  align-items: flex-start;
}
.materials_pdf_grid--grid-2 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .materials_pdf_grid {
    gap: 3.2rem;
    flex-direction: column;
  }
  .materials_pdf_grid--grid-2 {
    margin-top: 2rem;
  }
}

/*====================================================================
    materials_page – 資材カード
  ====================================================================*/
.materials_card {
  display: flex;
  width: calc((100% - 2rem) / 2);
  min-height: 20rem;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .materials_card {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .materials_card {
    width: 100%;
    flex-direction: column;
    gap: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  .materials_card .materials_card_footer:hover {
    background-color: #1883dd;
  }
}
.materials_card_thumb {
  width: 100%;
  max-width: 14.2rem;
  flex-shrink: 0;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .materials_card_thumb {
    width: 100%;
    display: flex;
    align-self: center;
  }
}
.materials_card_thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .materials_card_thumb img {
    height: auto;
  }
}
.materials_card_body {
  display: flex;
  flex-direction: column;
}
.materials_card_desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.38;
  color: #333333;
  margin-bottom: 1.4rem;
}
.materials_card_desc span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .materials_card_desc {
    margin-bottom: 1rem;
  }
  .materials_card_desc--special {
    margin-bottom: 0.9rem;
  }
  .materials_card_desc--desc-special {
    margin-bottom: 0.8rem;
  }
}
.materials_card_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.6rem 1.3rem 1.9rem;
  background-color: #0068b4;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .materials_card_footer {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .materials_card_footer {
    margin: 0;
    width: 100%;
    max-width: unset;
    padding: 1.4rem 1.6rem 1.4rem 2rem;
  }
}
.materials_card_footer_title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  flex: 1;
}
.materials_card_footer_ico {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.4rem;
  margin-left: 1rem;
  background: url(../images/common/ico_dl.svg) no-repeat center/contain;
}

.mt-72 {
  margin-top: 7.2rem;
}

/*====================================================================
  faq_page – content
====================================================================*/
.faq_page {
  /*====================================================================
    faq_page – Component Modifier (--faq)
  ====================================================================*/
  /*====================================================================
    faq_page – FAQ List & Items
  ====================================================================*/
  /*====================================================================
    faq_page – sub_header overrides
  ====================================================================*/
}
.faq_page .faq_main {
  background-color: #f0f1f4;
}
@media screen and (max-width: 768px) {
  .faq_page .area {
    padding: 0 1.2rem;
  }
}
.faq_page .component--faq .component_inner {
  padding-top: 5.6rem;
}
.faq_page .component--faq .component_inner::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq_page .component--faq .component_inner {
    padding: 3.6rem 1.4rem 3.3rem;
  }
}
.faq_page .component--faq .component_h2 {
  letter-spacing: 0.06em;
  padding-left: 2.2rem;
}
.faq_page .component--faq .component_h2--faq {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .faq_page .component--faq .component_h2--faq {
    margin-bottom: 2.5rem;
  }
}
.faq_page .component--faq .component_h2--faq-second {
  margin-top: 7.2rem;
}
.faq_page .faq_list {
  margin-top: 0;
}
.faq_page .faq_item {
  border: 1px solid #eaeaea;
}
.faq_page .faq_item:not(:first-child) {
  margin-top: 1.2rem;
}
.faq_page .faq_item.is_open .faq_toggle::after {
  opacity: 0;
}
.faq_page .faq_item.is_open .faq_answer {
  display: flex;
}
.faq_page .faq_question {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  padding: 0.6rem 1.9rem 0.6rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faq_page .faq_question {
    padding: 0.6rem 1.3rem 0.6rem 1.5rem;
  }
}
.faq_page .faq_question_txt {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0068b4;
}
@media screen and (max-width: 768px) {
  .faq_page .faq_question_txt {
    font-size: 1.6rem;
    margin-top: 0.8rem;
    line-height: 1.4;
  }
}
.faq_page .faq_badge {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #0068b4;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.faq_page .faq_badge--a {
  background-color: #fff;
  color: #0068b4;
  border: 2px solid #0068b4;
}
.faq_page .faq_toggle {
  flex-shrink: 0;
  width: 2.9rem;
  height: 2rem;
  position: relative;
  margin-left: auto;
}
.faq_page .faq_toggle::before, .faq_page .faq_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0068b4;
  transition: opacity 0.2s ease;
}
.faq_page .faq_toggle::before {
  width: 2.8rem;
  height: 0.2rem;
}
.faq_page .faq_toggle::after {
  width: 0.2rem;
  height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .faq_page .faq_toggle {
    width: 2.5rem;
  }
  .faq_page .faq_toggle::before {
    width: 2.4rem;
  }
  .faq_page .faq_toggle::after {
    height: 2.4rem;
  }
}
.faq_page .faq_answer {
  display: none;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 0.7rem 2.5rem 1.4rem 1.5rem;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  .faq_page .faq_answer {
    padding: 1.1rem 1.5rem 1.4rem 1.5rem;
  }
}
.faq_page .faq_answer_txt {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  margin: 0;
  padding-top: 0.9rem;
}
.faq_page .sub_header {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .faq_page .sub_header {
    padding: 1.3rem 1.2rem 1.5rem;
  }
}
.faq_page .sub_header .sub_header_ttl {
  font-size: 3.6rem;
  color: #0068b4;
}
.faq_page .sub_header .sub_header_ttl sup {
  font-size: 0.65em;
}
.faq_page .sub_header .sub_header_ttl--faq {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .faq_page .sub_header .sub_header_ttl {
    font-size: 2.6rem;
  }
}
.faq_page button:focus {
  outline: none;
}

/*====================================================================
  news_page – content
====================================================================*/
.news_page {
  /*====================================================================
    news_page – Component Modifier (--news)
  ====================================================================*/
  /*====================================================================
    news_page – News List
  ====================================================================*/
  /*====================================================================
    news_page – sub_header overrides
  ====================================================================*/
}
.news_page .news_main {
  background-color: #f0f1f4;
}
.news_page .component .component_inner::before {
  display: none;
}
.news_page .component--news .component_h2 {
  margin-bottom: 2rem;
  padding: 2.2rem 1.8rem 2.1rem;
}
@media screen and (max-width: 768px) {
  .news_page .component--news .component_h2 {
    margin-bottom: 1.5rem;
  }
}
.news_page .news_item {
  display: flex;
  align-items: center;
  gap: 3.8rem;
  padding: 1rem 0 0.7rem;
}
@media screen and (min-width: 769px) {
  .news_page .news_item {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .news_page .news_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 1.1rem;
  }
  .news_page .news_item--pdf {
    padding-bottom: 0.5rem;
  }
}
.news_page .news_date {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
}
.news_page .news_title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .news_page .news_title {
    transition: all 0.4s ease-in-out 0s;
  }
}
.news_page .news_title.custom-link {
  text-decoration: underline;
}
.news_page .news_pdf_ico {
  flex-shrink: 0;
  width: 2.1rem;
  flex-shrink: 0;
  width: 2.22rem;
  height: 2.6rem;
  background: url(../images/common/ico_dl.svg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .news_page .news_pdf_ico {
    margin-left: -0.1rem;
    margin-top: 0.3rem;
  }
}
.news_page .sub_header .sub_header_ttl {
  font-size: 3.6rem;
  color: #0068b4;
}
.news_page .sub_header .sub_header_ttl sup {
  font-size: 0.65em;
}
@media screen and (max-width: 768px) {
  .news_page .sub_header .sub_header_ttl {
    font-size: 2.6rem;
  }
}

/*====================================================================
  requirements_page – content
====================================================================*/
.requirements_page {
  /*====================================================================
    requirements_page – Component Modifier (--requirements)
  ====================================================================*/
  /*====================================================================
    requirements_page – PDF Grid & Buttons
  ====================================================================*/
  /*====================================================================
    requirements_page – sub_header overrides
  ====================================================================*/
}
.requirements_page .requirements_main {
  background-color: #f0f1f4;
}
@media screen and (max-width: 768px) {
  .requirements_page .sp_h1_ttl--requirements {
    line-height: 1.2;
    letter-spacing: 0.06em;
    margin-top: -0.2rem;
    padding-bottom: 0;
  }
  .requirements_page .sp_h1_ttl--requirements sup {
    top: 1.7rem;
    left: -0.2rem;
  }
}
.requirements_page .requirements_desc {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .requirements_page .requirements_desc {
    margin-bottom: 2.4rem;
  }
}
.requirements_page .requirements_desc_link {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .requirements_page .requirements_desc_link {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .requirements_page .requirements_desc_link:hover {
    opacity: 0.7;
  }
}
.requirements_page .requirements_pdf_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem 2rem;
}
@media screen and (max-width: 768px) {
  .requirements_page .requirements_pdf_grid {
    gap: 1.7rem;
  }
}
.requirements_page .requirements_pdf_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  background-color: #0068b4;
  color: #fff;
  padding: 1.4rem 1.5rem 1.2rem 2rem;
  width: 27rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .requirements_page .requirements_pdf_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .requirements_page .requirements_pdf_btn:hover {
    background-color: #1883dd;
  }
}
@media screen and (max-width: 768px) {
  .requirements_page .requirements_pdf_btn {
    width: 100%;
    padding: 1.3rem 1.5rem 1.3rem 2rem;
  }
}
.requirements_page .requirements_pdf_btn--special {
  width: 25rem;
}
.requirements_page .requirements_pdf_btn_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.01em;
}
.requirements_page .requirements_pdf_btn_txt--special {
  letter-spacing: 0.048em;
}
.requirements_page .requirements_pdf_btn_ico {
  flex-shrink: 0;
  width: 2.2rem;
  height: auto;
}
.requirements_page .sub_header {
  background-color: #fff;
}

/*====================================================================
  checklist_page – content
====================================================================*/
.checklist_desc {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .checklist_desc {
    margin-bottom: 1.7rem;
  }
}

.checklist_desc_link {
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 769px) {
  .checklist_desc_link {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .checklist_desc_link:hover {
    opacity: 0.7;
  }
}

.checklist_pdf_grid {
  display: flex;
  flex-wrap: wrap;
  cursor: not-allowed;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem;
}

.checklist_pdf_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  background-color: #A7A7A7;
  color: #fff;
  padding: 1.4rem 1.6rem 1.4rem 2rem;
  width: 100%;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .checklist_pdf_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .checklist_pdf_btn {
    width: 100%;
    max-width: unset;
  }
}

.checklist_pdf_btn_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
}

.checklist_pdf_btn_ico {
  flex-shrink: 0;
  width: 2.1rem;
  height: auto;
}

/*====================================================================
  checklist_page – body overrides
====================================================================*/
.checklist_main {
  background-color: #f0f1f4;
}

/*====================================================================
  checklist_page – sub_header overrides
====================================================================*/
.checklist_page .sub_header {
  background-color: #fff;
}
.checklist_page .sub_header .sub_header_ttl {
  font-size: 3.6rem;
  color: #0068b4;
}
.checklist_page .sub_header .sub_header_ttl sup {
  font-size: 0.65em;
}
@media screen and (max-width: 768px) {
  .checklist_page .sub_header .sub_header_ttl {
    font-size: 2.6rem;
  }
}

.bread_crumb_link--special {
  color: #1a1a1a;
}

/*====================================================================
  urs_page – content
====================================================================*/
.urs_page {
  /*====================================================================
    urs_page – Component Modifier (--urs)
  ====================================================================*/
  /*====================================================================
    urs_page – PDF Grid & Buttons
  ====================================================================*/
  /*====================================================================
    urs_page – sub_header overrides
  ====================================================================*/
}
.urs_page .urs_main {
  background-color: #f0f1f4;
}
.urs_page .component--urs .component_inner::before {
  display: none;
}
.urs_page .bread_crumb_link--special {
  letter-spacing: 0.01em;
  color: #1a1a1a;
  margin-right: 0.3rem;
}
.urs_page .urs_desc {
  margin-bottom: 0.9rem;
}
.urs_page .urs_desc:not(:first-child) {
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  .urs_page .urs_desc {
    margin-top: 0.6rem;
    margin-bottom: 1.5rem;
  }
  .urs_page .urs_desc:not(:first-child) {
    margin-top: 4.6rem;
    margin-bottom: 1.4rem;
  }
}
.urs_page .urs_desc_link {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .urs_page .urs_desc_link {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .urs_page .urs_desc_link:hover {
    opacity: 0.7;
  }
}
.urs_page .urs_pdf_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.urs_page .urs_pdf_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  background-color: #0068b4;
  color: #fff;
  padding: 1.3rem 1.4rem 1.5rem 2rem;
  width: 23rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .urs_page .urs_pdf_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .urs_page .urs_pdf_btn:hover {
    background-color: #1883dd;
  }
}
@media screen and (max-width: 768px) {
  .urs_page .urs_pdf_btn {
    width: 100%;
  }
}
.urs_page .urs_pdf_btn_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.urs_page .urs_pdf_btn_ico {
  flex-shrink: 0;
  width: 2.1rem;
  height: auto;
}
.urs_page .sub_header {
  background-color: #fff;
}
.urs_page .sub_header .sub_header_ttl {
  font-size: 3.6rem;
  color: #0068b4;
}
.urs_page .sub_header .sub_header_ttl sup {
  font-size: 0.65em;
}
@media screen and (max-width: 768px) {
  .urs_page .sub_header .sub_header_ttl {
    font-size: 2.6rem;
  }
}

/*====================================================================
  site_map_page – content
====================================================================*/
.site_map_page {
  /*====================================================================
    site_map_page – Component Modifier (--sitemap)
  ====================================================================*/
  /*====================================================================
    site_map_page – Sitemap Grid
  ====================================================================*/
  /*====================================================================
    site_map_page – sub_header overrides
  ====================================================================*/
}
.site_map_page .site_map_main {
  background-color: #f0f1f4;
}
.site_map_page .component--sitemap .component_inner {
  padding-top: 5.4rem;
  padding-right: 6.7rem;
}
.site_map_page .component--sitemap .component_inner::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .site_map_page .component--sitemap .component_inner {
    padding-top: 3.3rem;
    padding-bottom: 7.4rem;
  }
}
.site_map_page .bread_crumb_link {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .site_map_page .bread_crumb_link {
    letter-spacing: 0.15em;
    margin-right: 0.4rem;
  }
}
.site_map_page .sp_h1_ttl--sitemap {
  padding-top: 3.8rem;
  padding-left: 0.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .site_map_page .sp_h1_ttl--sitemap {
    font-size: 2.6rem;
    margin-left: 0;
    margin-top: -0.8rem;
  }
}
.site_map_page .sitemap_grid {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .site_map_page .sitemap_grid {
    flex-direction: column;
    gap: 1.4rem;
  }
}
.site_map_page .sitemap_col {
  flex: 1;
  list-style: none;
}
.site_map_page .sitemap_item--narrow-special {
  margin-top: 4rem;
}
.site_map_page .sitemap_item--narrow {
  margin-top: 3.6rem;
}
.site_map_page .sitemap_item--narrow-medium {
  margin-top: 3rem;
}
.site_map_page .sitemap_item--medium {
  margin-top: 4.3rem;
}
@media screen and (max-width: 768px) {
  .site_map_page .sitemap_item:not(:first-child) {
    margin-top: 2.5rem;
  }
  .site_map_page .sitemap_item--narrow {
    margin-top: 2.4rem;
  }
  .site_map_page .sitemap_item--narrow-medium {
    margin-top: 2rem;
  }
  .site_map_page .sitemap_item--special {
    margin-bottom: -0.6rem;
  }
}
.site_map_page .sitemap_link {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .site_map_page .sitemap_link {
    transition: all 0.4s ease-in-out 0s;
  }
}
.site_map_page .sitemap_link sup {
  font-size: 1.7rem;
  top: 0;
}
.site_map_page .sitemap_link--narrow {
  letter-spacing: 0.14rem;
}
.site_map_page .sitemap_link--narrow-medium {
  letter-spacing: 0.06rem;
}
.site_map_page .sitemap_link::before {
  content: "›";
  font-size: 3.4rem;
  color: #0068b4;
  line-height: 1;
  margin-top: -0.9rem;
  margin-right: 0.4rem;
}
@media screen and (min-width: 769px) {
  .site_map_page .sitemap_link:hover {
    color: #0068b4;
  }
  .site_map_page .sitemap_link--special:hover {
    color: #333;
  }
  .site_map_page .sitemap_link::before {
    margin-right: 0.3rem;
  }
  .site_map_page .sitemap_link.sitemap_link--narrow-medium::before {
    margin-top: -0.6rem;
  }
}
.site_map_page .sitemap_child {
  list-style: none;
  margin-top: 0.3rem;
  padding-left: 4.6rem;
}
.site_map_page .sitemap_child_item:not(:first-child) {
  margin-top: 0.2rem;
}
.site_map_page .sitemap_child_link {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .site_map_page .sitemap_child_link {
    transition: all 0.4s ease-in-out 0s;
  }
}
.site_map_page .sitemap_child_link sup {
  font-size: 1.7rem;
  top: 0;
}
.site_map_page .sitemap_child_link::before {
  content: "›";
  font-size: 3.2rem;
  color: #0068b4;
  line-height: 1;
  margin-top: -0.9rem;
  margin-right: 0.4rem;
}
@media screen and (min-width: 769px) {
  .site_map_page .sitemap_child_link:hover {
    color: #0068b4;
  }
}
.site_map_page .sub_header {
  padding: 3rem 0 2.8rem;
  background-color: #fff;
}
.site_map_page .sub_header .sub_header_ttl {
  font-size: 3.6rem;
  color: #0068b4;
  letter-spacing: 0.1em;
}
.site_map_page .sub_header .sub_header_ttl sup {
  font-size: 0.65em;
}
@media screen and (max-width: 768px) {
  .site_map_page .sub_header .sub_header_ttl {
    font-size: 2.6rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .site_map_page .sub_header {
    padding: 1.4rem 1.3rem;
  }
}

/*====================================================================
  not_found_page – content
====================================================================*/
.component_inner--404 {
  padding: 5.4rem 6.5rem 15rem !important;
}
.component_inner--404::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .component_inner--404 {
    padding: 3.4rem 1.3rem 3.4rem 1.4rem !important;
  }
}

.not_found_txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: -0.2rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .not_found_txt {
    line-height: 1.7;
  }
  .not_found_txt--404 {
    line-height: 1.6;
    margin-bottom: 2.8rem !important;
  }
}
.not_found_txt--404 {
  margin-bottom: 1.8rem;
  letter-spacing: 0.052em;
}

.not_found_btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0068b4;
  color: #fff;
  padding: 1.6rem 2rem;
  width: 217px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .not_found_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .not_found_btn:hover {
    background-color: #1883dd;
  }
}
@media screen and (max-width: 768px) {
  .not_found_btn {
    width: 100%;
  }
}

.bread_crumb_link--404 {
  letter-spacing: 0.009em;
}

.sp_h1_ttl--404 {
  margin-top: 2.6rem;
  margin-left: 0.6rem;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 768px) {
  .sp_h1_ttl--404 {
    margin-top: 2rem;
    margin-left: 0.4rem;
  }
}

.not_found_btn_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.04em;
}

.not_found_btn_ico {
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  margin-top: -0.8rem;
}

/*====================================================================
  not_found_page – body overrides
====================================================================*/
.not_found_main {
  background-color: #f0f1f4;
}

/*====================================================================
  not_found_page – sub_header overrides
====================================================================*/
.not_found_page .sub_header {
  background-color: #fff;
}
.not_found_page .sub_header .sub_header_ttl {
  font-size: 3.6rem;
  color: #0068b4;
}
.not_found_page .sub_header .sub_header_ttl sup {
  font-size: 0.65em;
}
@media screen and (max-width: 768px) {
  .not_found_page .sub_header .sub_header_ttl {
    font-size: 2.6rem;
    letter-spacing: -0.04em;
  }
}

/*====================================================================
  in_preparation_page – content
====================================================================*/
.in_preparation_txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 2.4rem;
}

.in_preparation_btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0068b4;
  color: #fff;
  padding: 1.4rem 1.6rem;
  width: 217px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .in_preparation_btn {
    transition: all 0.4s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .in_preparation_btn:hover {
    background-color: #1883dd;
  }
}
@media screen and (max-width: 768px) {
  .in_preparation_btn {
    width: 100%;
  }
}

.in_preparation_btn_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.in_preparation_btn_ico {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
}

/*====================================================================
  in_preparation_page – body overrides
====================================================================*/
.in_preparation_main {
  background-color: #f0f1f4;
}

/*====================================================================
  in_preparation_page – sub_header overrides
====================================================================*/
.in_preparation_page .sub_header {
  background-color: #fff;
}

.component_inner::before {
  display: none;
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
