@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

a:hover {
  text-decoration: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  display: block;
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

*:focus-visible {
  outline-color: #1868D3;
}

/**************************************************/
/*** clearfix
/**************************************************/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
  background: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  line-height: 1.82;
  margin: 0;
  padding: 0;
}

#contents {
  overflow: hidden;
}

.inner {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .inner {
    padding: 0 20px;
  }
}

.d-block {
  display: block;
}

.inline-br,
.inline-block {
  display: inline-block;
}

.c-white {
  color: #fff !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #DCDEE3;
}

@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
}

.not-link {
  pointer-events: none;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.mgauto {
  margin: 0 auto;
}

.mg0,
.margin0 {
  margin: 0 !important;
}

.mgt0,
.marginTop0 {
  margin-top: 0 !important;
}

.mgb0,
.marginBottom0 {
  margin-bottom: 0 !important;
}

.pd0,
.padding0 {
  padding: 0 !important;
}

.pdt0,
.paddingTop0 {
  padding-top: 0 !important;
}

.pdb0,
.paddingBottom0 {
  padding-bottom: 0 !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgtb5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgtb15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgtb25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgtb30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgtb35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgtb40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgtb45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgtb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgtb55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgtb60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgtb65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgtb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgtb75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgtb80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgtb85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgtb90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgtb95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgtb100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767.9px) {
  .sp-mgt5 {
    margin-top: 5px !important;
  }
  .sp-mgb5 {
    margin-bottom: 5px !important;
  }
  .sp-mgtb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt10 {
    margin-top: 10px !important;
  }
  .sp-mgb10 {
    margin-bottom: 10px !important;
  }
  .sp-mgtb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt15 {
    margin-top: 15px !important;
  }
  .sp-mgb15 {
    margin-bottom: 15px !important;
  }
  .sp-mgtb15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt20 {
    margin-top: 20px !important;
  }
  .sp-mgb20 {
    margin-bottom: 20px !important;
  }
  .sp-mgtb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt25 {
    margin-top: 25px !important;
  }
  .sp-mgb25 {
    margin-bottom: 25px !important;
  }
  .sp-mgtb25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt30 {
    margin-top: 30px !important;
  }
  .sp-mgb30 {
    margin-bottom: 30px !important;
  }
  .sp-mgtb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt35 {
    margin-top: 35px !important;
  }
  .sp-mgb35 {
    margin-bottom: 35px !important;
  }
  .sp-mgtb35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt40 {
    margin-top: 40px !important;
  }
  .sp-mgb40 {
    margin-bottom: 40px !important;
  }
  .sp-mgtb40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt45 {
    margin-top: 45px !important;
  }
  .sp-mgb45 {
    margin-bottom: 45px !important;
  }
  .sp-mgtb45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt50 {
    margin-top: 50px !important;
  }
  .sp-mgb50 {
    margin-bottom: 50px !important;
  }
  .sp-mgtb50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt55 {
    margin-top: 55px !important;
  }
  .sp-mgb55 {
    margin-bottom: 55px !important;
  }
  .sp-mgtb55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt60 {
    margin-top: 60px !important;
  }
  .sp-mgb60 {
    margin-bottom: 60px !important;
  }
  .sp-mgtb60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt65 {
    margin-top: 65px !important;
  }
  .sp-mgb65 {
    margin-bottom: 65px !important;
  }
  .sp-mgtb65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt70 {
    margin-top: 70px !important;
  }
  .sp-mgb70 {
    margin-bottom: 70px !important;
  }
  .sp-mgtb70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt75 {
    margin-top: 75px !important;
  }
  .sp-mgb75 {
    margin-bottom: 75px !important;
  }
  .sp-mgtb75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt80 {
    margin-top: 80px !important;
  }
  .sp-mgb80 {
    margin-bottom: 80px !important;
  }
  .sp-mgtb80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt85 {
    margin-top: 85px !important;
  }
  .sp-mgb85 {
    margin-bottom: 85px !important;
  }
  .sp-mgtb85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt90 {
    margin-top: 90px !important;
  }
  .sp-mgb90 {
    margin-bottom: 90px !important;
  }
  .sp-mgtb90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt95 {
    margin-top: 95px !important;
  }
  .sp-mgb95 {
    margin-bottom: 95px !important;
  }
  .sp-mgtb95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt100 {
    margin-top: 100px !important;
  }
  .sp-mgb100 {
    margin-bottom: 100px !important;
  }
  .sp-mgtb100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767.9px) {
  .sp-mgt12 {
    margin-top: 12px !important;
  }
  .sp-mgb12 {
    margin-bottom: 12px !important;
  }
}
.width5 {
  width: 5% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width5 {
    width: 5% !important;
  }
}

.width10 {
  width: 10% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width10 {
    width: 10% !important;
  }
}

.width15 {
  width: 15% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width15 {
    width: 15% !important;
  }
}

.width20 {
  width: 20% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width20 {
    width: 20% !important;
  }
}

.width25 {
  width: 25% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width25 {
    width: 25% !important;
  }
}

.width30 {
  width: 30% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width30 {
    width: 30% !important;
  }
}

.width35 {
  width: 35% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width35 {
    width: 35% !important;
  }
}

.width40 {
  width: 40% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width40 {
    width: 40% !important;
  }
}

.width45 {
  width: 45% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width45 {
    width: 45% !important;
  }
}

.width50 {
  width: 50% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width50 {
    width: 50% !important;
  }
}

.width55 {
  width: 55% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width55 {
    width: 55% !important;
  }
}

.width60 {
  width: 60% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width60 {
    width: 60% !important;
  }
}

.width65 {
  width: 65% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width65 {
    width: 65% !important;
  }
}

.width70 {
  width: 70% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width70 {
    width: 70% !important;
  }
}

.width75 {
  width: 75% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width75 {
    width: 75% !important;
  }
}

.width80 {
  width: 80% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width80 {
    width: 80% !important;
  }
}

.width85 {
  width: 85% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width85 {
    width: 85% !important;
  }
}

.width90 {
  width: 90% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width90 {
    width: 90% !important;
  }
}

.width95 {
  width: 95% !important;
}

@media screen and (max-width: 767.9px) {
  .sp-width95 {
    width: 95% !important;
  }
}

.notOverflow {
  overflow-x: visible !important;
  overflow-y: visible !important;
  white-space: unset !important;
}

.word-break-all {
  word-break: break-all;
}

a.hover-line {
  position: relative;
  display: inline-block;
}
a.hover-line::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B4B7BF;
  transform: scale(0, 1);
  transform-origin: right top;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
a.hover-line.white::after {
  background: #fff;
}
a.hover-line:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.hover-color {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.hover-color::after {
  transition-property: border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.hover-image {
  overflow: hidden;
}
.hover-image img {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.hover-imageWrap::after {
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.hover-imageWrap > div {
  overflow: hidden;
}
.hover-imageWrap > div > img {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.hover-circle::before, .hover-circle::after {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

/***/
a.hover-color:hover {
  color: #1868D3;
}
a.hover-color:hover::after {
  border-color: #1868D3;
}

a:hover .hover-color,
.hover-object:hover .hover-color {
  color: #1868D3;
}
a:hover .hover-image > img,
.hover-object:hover .hover-image > img {
  transform: scale(1.1);
}
a:hover .hover-imageWrap::after,
.hover-object:hover .hover-imageWrap::after {
  background-color: #1868D3;
}
a:hover .hover-imageWrap img,
.hover-object:hover .hover-imageWrap img {
  transform: scale(1.1);
}
a:hover .hover-circle::before,
.hover-object:hover .hover-circle::before {
  opacity: 0;
}
a:hover .hover-circle::after,
.hover-object:hover .hover-circle::after {
  opacity: 1;
}

.js-hover .js-hover-color {
  color: #1868D3;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

@media screen and (max-width: 767.9px) {
  .pc_view {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_view {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .pc2_view {
    display: none !important;
  }
}

@media screen and (min-width: 980.9px) {
  .sp2_view {
    display: none !important;
  }
}

.cross {
  background: url(../image/common/cross_icon.svg) no-repeat center;
  width: 10px;
  height: 10px;
}

.ex-link {
  display: inline-block;
  background: url(../image/common/external_link.png) no-repeat center/12px;
  width: 12px;
  height: 12px;
  margin-left: 6px;
}

input:focus {
  outline: none;
}

.bgColor-blue {
  background-color: #E8F2FD !important;
}

.bgColor-gray {
  background-color: #F8F8F9 !important;
}

.fw500 {
  font-weight: 500;
}

.fs26 {
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .fs26 {
    font-size: 18px;
  }
}

.fs26-blue {
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  color: #1868D3;
}
@media screen and (max-width: 767.9px) {
  .fs26-blue {
    font-size: 18px;
    line-height: 1.6em;
  }
}

.fs24 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .fs24 {
    font-size: 16px;
  }
}

.fs20 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .fs20 {
    font-size: 16px;
  }
}

.fs20-blue {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #1868D3;
}
@media screen and (max-width: 767.9px) {
  .fs20-blue {
    font-size: 18px;
  }
}

.fs18 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .fs18 {
    font-size: 16px;
  }
}

.fs16 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  margin-top: 25px;
}
.fs16 + .fs16 {
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .fs16 {
    font-size: 15px;
    margin-top: 20px;
  }
}

.fs14 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767.9px) {
  .sp-fs18 {
    font-size: 18px;
  }
  .sp-fs16 {
    font-size: 16px;
  }
  .sp-fs12 {
    font-size: 12px;
  }
}
/**************************************************/
/***  下層共通
/**************************************************/
.module_mv {
  position: relative;
  padding: 120px 0 0;
  background-color: #FDFDFD;
  min-height: 434px;
  overflow: hidden;
  z-index: 0;
}
.module_mv::before {
  content: "";
  position: absolute;
  top: 104px;
  right: 100px;
  background: url(../image/common/mv_bg.svg) no-repeat center;
  width: 991px;
  height: 428px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .module_mv::before {
    right: 0;
  }
}
.module_mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #F8F8F9, #7C7C7D);
  opacity: 2%;
  width: 100%;
  height: 110px;
}
@media screen and (max-width: 767.9px) {
  .module_mv {
    padding: 74px 0 70px;
    min-height: 278px;
  }
  .module_mv::before {
    top: 175px;
    right: -16px;
    background: url(../image/common/mv_bg_sp.svg) repeat left center;
    width: 91.2vw;
    height: 149px;
  }
  .module_mv::after {
    height: 50px;
  }
}
.module_mv_wrap {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    display: flex;
    justify-content: flex-end;
    margin: 0 100px 14px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .breadcrumb {
    margin: 0 0 40px 20px;
  }
}
.breadcrumb_list {
  display: flex;
  color: #B4B7BF;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .breadcrumb_list li:not(:last-child)::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../image/common/breadcrumb_arrow.svg) no-repeat center;
    width: 5px;
    height: 8px;
    margin: 0 7px;
  }
}
@media screen and (max-width: 767.9px) {
  .breadcrumb_list li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../image/common/breadcrumb_arrow.svg) no-repeat center;
    width: 5px;
    height: 8px;
    margin-right: 5px;
    transform: rotate(180deg);
  }
}
.module_ttl_h1 {
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.module_ttl_h1 span {
  display: block;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .module_ttl_h1 {
    font-size: 48px;
    line-height: 1.25em;
    padding-left: 100px;
    margin-top: 85px;
  }
  .module_ttl_h1.line2 {
    margin-top: 60px;
  }
  .module_ttl_h1 span {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .module_ttl_h1 {
    font-size: 28px;
    line-height: 1.4em;
    padding-left: 20px;
  }
  .module_ttl_h1 span {
    font-size: 16px;
    line-height: 1.8em;
  }
}

.module_ttl_h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #434343;
  margin-bottom: 40px;
}
.module_ttl_h2::before {
  content: "";
  display: block;
  background: url(../image/common/ttl_dotted.svg) no-repeat center;
  width: 95px;
  height: 5px;
  margin: 0 auto 13px;
}
@media screen and (max-width: 767.9px) {
  .module_ttl_h2 {
    font-size: 24px;
    line-height: 1.3333333333em;
    margin-bottom: 30px;
  }
  .module_ttl_h2::before {
    background-image: url(../image/common/ttl_dotted_sp.svg);
    width: 94px;
    height: 4px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .module_ttl_h2.left-line {
    text-align: left;
  }
  .module_ttl_h2.left-line::before {
    margin: 0 0 20px;
  }
}
.module_ttl_h2.color-white {
  color: #fff;
}
.module_ttl_h2.color-white::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.module_ttl_h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 0.9230769231em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .module_ttl_h3 {
    font-size: 18px;
  }
}
.module_ttl_h3::before {
  content: "";
  display: inline-block;
  background-color: #1868D3;
  border-radius: 10px;
  width: 5px;
  height: 32px;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .module_ttl_h3::before {
    width: 4px;
    height: 24px;
    margin-right: 10px;
  }
}

.module_btn > a {
  font-size: 16px;
  line-height: 1.6875em;
  color: #1868D3;
  border: 1px solid #1868D3;
  border-radius: 50px 50px 0;
  background-color: #fff;
  width: 284px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.module_btn > a::after {
  content: "";
  display: inline-block;
  background: url(../image/common/btn_arrow.svg) no-repeat center/15px;
  width: 15px;
  height: 7px;
  margin-left: 10px;
  transition-property: background-image;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.module_btn > a:hover {
  color: #fff;
  background-color: #1868D3;
}
.module_btn > a:hover::after {
  background-image: url(../image/common/btn_arrow_hov.svg);
}

.module_circle,
.module_circle-s {
  position: relative;
  bottom: 0.1em;
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-left: 15px;
  vertical-align: middle;
  flex-shrink: 0;
}
.module_circle::before, .module_circle::after,
.module_circle-s::before,
.module_circle-s::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.module_circle::before,
.module_circle-s::before {
  background: url(../image/common/circle.svg) no-repeat center/41.5px;
}
.module_circle::after,
.module_circle-s::after {
  background: url(../image/common/circle_hov.svg) no-repeat center/41.5px;
  opacity: 0;
}

.module_circle-s {
  width: 32px;
  height: 32px;
  bottom: 0.05em;
}
.module_circle-s::before, .module_circle-s::after {
  background-size: 32px;
}

a:hover .module_circle::before,
a:hover .module_circle-s::before {
  opacity: 0;
}
a:hover .module_circle::after,
a:hover .module_circle-s::after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .module_anchor-list {
    display: flex;
    align-items: center;
  }
}
.module_anchor-list > li {
  position: relative;
  flex-basis: 25%;
  padding: 0 5px;
}
@media screen and (max-width: 767.9px) {
  .module_anchor-list > li {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) {
  .module_anchor-list > li::before, .module_anchor-list > li::after {
    position: absolute;
    top: 0;
    background: url(../image/common/anchor_list_line.svg) no-repeat center;
    width: 2px;
    height: 82px;
  }
  .module_anchor-list > li::before {
    content: "";
    left: 0;
  }
  .module_anchor-list > li:last-child::after {
    content: "";
    right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .module_anchor-list > li::before, .module_anchor-list > li::after {
    position: absolute;
    left: 0;
    background: url(../image/common/anchor_list_line_sp.svg) repeat left center;
    width: 100%;
    height: 4px;
  }
  .module_anchor-list > li::before {
    content: "";
    top: 0;
  }
  .module_anchor-list > li:last-child::after {
    content: "";
    bottom: 0;
  }
}
.module_anchor-list > li a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .module_anchor-list > li a {
    font-size: 16px;
    line-height: 1.625em;
    letter-spacing: 0.04em;
    text-align: center;
    height: 80px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.9px) {
  .module_anchor-list > li a {
    font-size: 14px;
    line-height: 1.8571428571em;
    letter-spacing: 0.04em;
    padding: 16px 0 9px;
  }
  .module_anchor-list > li a br {
    display: none;
  }
}
.module_anchor-list > li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../image/common/anchor_list_arrow.svg) no-repeat center;
  width: 17px;
  height: 11px;
}
@media screen and (max-width: 767.9px) {
  .module_anchor-list > li a::after {
    top: 25px;
    bottom: auto;
    left: auto;
    right: -3px;
    margin: auto 0;
    background-size: 11px;
  }
}

/*******************************************/
/*** 下層 / サイドメニュー ***/
/*******************************************/
#main-container {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  #main-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 980.9px) {
  #main-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
}

#sidebar-module,
#sidebar {
  display: none;
}
@media screen and (min-width: 980.9px) {
  #sidebar-module,
  #sidebar {
    display: block;
    width: 350px;
    flex-shrink: 0;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 980.9px) {
  #main_content {
    max-width: 850px;
    width: calc(100% - 350px);
  }
}

.sidebar_ttl {
  display: block;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: #1868D3;
  margin-bottom: 20px;
}
.sidebar_ttl > a {
  display: flex;
}
.sidebar_list > li {
  position: relative;
  width: 100%;
  padding: 0 80px 0 1em;
}
.sidebar_list > li + li {
  margin-top: 15px;
}
.sidebar_list > li > a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  text-indent: -1em;
}
.sidebar_list > li > a::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #DCDEE3;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
.sidebar_list > li > a.outlink-icon::after {
  content: "";
  display: inline-block;
  background: url(../image/module/m_link_outlink.svg) no-repeat center;
  width: 12.5px;
  height: 12.5px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
.sidebar_list > li.current > a {
  font-weight: 500;
}
.sidebar_list > li.current > a::before {
  background-color: #1868D3;
  width: 8px;
  height: 8px;
  margin-right: 7px;
}
.sidebar_list > li > ul {
  margin-top: 15px;
  margin-left: 19.5px;
}
.sidebar_list > li > ul > li {
  padding-right: 0;
}
.sidebar_list > li > ul > li + li {
  margin-top: 10px;
}
.sidebar_cross-icon {
  position: absolute;
  top: 2px;
  right: 50px;
  width: 25px;
  height: 25px;
}
.sidebar_cross-icon::before, .sidebar_cross-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #9EA2AD;
  width: 10px;
  height: 1px;
}
.sidebar_cross-icon::after {
  transform: rotate(90deg);
  transition: transform 0.3s linear;
}
.sidebar_cross-icon.open::after {
  transform: rotate(0deg);
}
.sidebar_cross-icon + .sidebar_list {
  display: none;
}

/*******************************************/
/*** 下層 / 階層共通フッター ***/
/*******************************************/
.module_footer {
  padding: 80px 0;
  border: solid #DCDEE3;
  border-width: 1px 0;
  background-color: #fff;
}
@media screen and (max-width: 767.9px) {
  .module_footer {
    padding: 60px 0;
  }
}
.module_footer_ttl {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778em;
  letter-spacing: 0.03em;
  color: #1868D3;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .module_footer_ttl {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    margin-bottom: 16px;
  }
}
.module_footer_circle {
  margin-left: 15px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
.module_footer_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .module_footer_list {
    display: block;
  }
}
.module_footer_list > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .module_footer_list > li {
    width: 21.67%;
    margin-right: 4.44%;
  }
  .module_footer_list > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .module_footer_list > li {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767.9px) {
  .module_footer_list > li {
    width: 100%;
    padding-right: 40px;
  }
  .module_footer_list > li + li {
    margin-top: 20px;
  }
}
.module_footer_list > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 12px 20px 13px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (min-width: 768px) {
  .module_footer_list > li > a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .module_footer_list > li > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    border-top: 1px solid #9FA2AC;
    border-right: 1px solid #9FA2AC;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
  }
  .module_footer_list > li > a.not-link::after {
    content: none;
  }
}
@media screen and (max-width: 767.9px) {
  .module_footer_list > li > a {
    font-size: 15px;
    border: none;
    padding: 0 0 0 15px;
  }
  .module_footer_list > li > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 50%;
    background-color: #DCDEE3;
    width: 5px;
    height: 5px;
  }
}
.module_footer_list > li > a > span {
  display: inline-block;
}
.module_footer_list > li > a.outlink-icon::after {
  content: "";
  display: inline-block;
  background: url(../image/module/m_link_outlink.svg) no-repeat center;
  width: 12.5px;
  height: 12.5px;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .module_footer_list > li.current > a {
    font-weight: 500;
  }
  .module_footer_list > li.current > a::before {
    right: 2px;
    width: 8px;
    height: 8px;
    background-color: #1868D3;
  }
}
.module_footer_list > li > ul {
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 767.9px) {
  .module_footer_list > li > ul {
    margin-top: 15px;
    margin-left: 20px;
  }
}
.module_footer_list > li > ul > li {
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .module_footer_list > li > ul > li > a {
    font-size: 15px;
  }
}
.module_footer_list > li > ul > li + li {
  margin-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .module_footer_list > li > ul > li + li {
    margin-top: 15px;
  }
}
.module_footer_cross-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .module_footer_cross-icon {
    right: -7px;
  }
}
.module_footer_cross-icon::before, .module_footer_cross-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #9EA2AD;
  width: 10px;
  height: 1px;
}
.module_footer_cross-icon::after {
  transform: rotate(90deg);
  transition: transform 0.3s linear;
}
.module_footer_cross-icon.open::after {
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .module_footer_cross-icon {
    display: none;
  }
  .module_footer_cross-icon.pcsp_view {
    display: block;
    top: 15px;
  }
}
.module_footer_cross-icon + .module_footer_list {
  display: none;
}

@media screen and (min-width: 768px) {
  .module_footer_list .module_footer_cross-icon:not(.pcsp_view) + .module_footer_list {
    display: none !important;
  }
}

/**************************************************/
/***  fadeIn
/**************************************************/
.fade {
  transition: opacity 1.5s ease-out 0.5s;
  opacity: 0;
}
.fade::after {
  transition: opacity 1s ease-out 0.5s;
  opacity: 0;
}
.fade.scrollin {
  opacity: 1;
}
.fade.scrollin::after {
  opacity: 1;
}

.fadeIn {
  transition: opacity 0.75s ease-in-out;
  opacity: 0;
}
.fadeIn.scrollin {
  opacity: 1;
}

.fadeUp, .fadeDown, .fadeLeft, .fadeRight {
  transition: transform 1.1s ease-out 0.1s, opacity 0.5s ease 0.1s;
  opacity: 0;
}

.fadeUp {
  transform: translateY(50px);
}

.fadeDown {
  transform: translateY(-20px);
}

.fadeLeft {
  transform: translateX(-20px);
}

.fadeRight {
  transform: translateX(20px);
}

.fadeUp.scrollin,
.fadeDown.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.fadeLeft.scrollin,
.fadeRight.scrollin {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .fadeUp.delay1 {
    transition-delay: 0.4s;
  }
  .fadeUp.delay2 {
    transition-delay: 0.8s;
  }
  .fadeUp.delay3 {
    transition-delay: 1.2s;
  }
  .fadeUp.delay4 {
    transition-delay: 1.6s;
  }
}
/*******************************************/
/*** E-IR 関連 ***/
/*******************************************/
.eir_container #eirYearController,
.eir_container .eirHeading,
.eir_container dd.tag.tag_pc {
  display: none;
}
.eir_container .tab_cnts {
  width: 100%;
}
.eir_container .tab_cnts li {
  display: none;
}
.eir_container .tab_cnts li.active {
  display: block;
}
.eir_container .tab_cnts li .s_eirBlock:last-child {
  padding-bottom: 0;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item {
  position: relative;
  align-items: flex-start;
  padding-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item {
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 17px;
  }
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item::before, .eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: url(../image/common/eir_line.svg) no-repeat left center;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item::after {
  background-image: url(../image/common/eir_line-hover.svg);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item.js-hover::after {
  opacity: 1;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item:first-of-type {
  margin-top: 0;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item:nth-of-type(n+6) {
  display: none;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item dt.eirItem_head.s_eirList_item_head {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  color: #9EA2AD;
  width: 130px;
  margin: 0;
  flex-shrink: 0;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item.js-hover dt.eirItem_head.s_eirList_item_head {
  color: #1868D3;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item dd.tag.tag.tag_sp.s_eir_cat {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767.9px) {
  .eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item dd.tag.tag.tag_sp.s_eir_cat {
    margin-right: 10px;
  }
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item dd.tag.tag.tag_sp.s_eir_cat span.s_eirList_item_category {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
  border-radius: 6px;
  min-width: 78px;
  width: 100%;
  padding: 6px 0;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body {
  width: auto;
  margin-left: 10px;
}
@media screen and (max-width: 767.9px) {
  .eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body {
    width: 100%;
    margin: 8px 0 0;
  }
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body a.eirItem_title_link {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
  color: #434343;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body a.eirItem_title_link:hover {
  color: #1868D3;
}
.eir_container .tab_cnts li .s_eirBlock dl.s_eirList_item dd.s_eirList_item_body .eirItem_size::after {
  content: "";
  display: inline-block;
  background: url(../image/common/pdf_icon.svg) no-repeat center;
  width: 30px;
  height: 18px;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  bottom: 0.1em;
}

/***** i-search サジェスト機能を隠す ************/
html .sug_element {
  display: none !important;
}

/**************************************************/
/***  moduleページ専用
/**************************************************/
.pre-ttl {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8em;
  color: red;
  background-color: yellow;
  margin-top: 30px;
}

.pre-note {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  color: red;
  margin: 10px 0 40px 1em;
}

pre.prettyprint {
  font-size: 14px;
  white-space: pre-wrap;
}

pre.high {
  height: 12em;
}

.prettyprint ol.linenums > li {
  list-style-type: decimal;
}

.sec_module_wrapper {
  padding-bottom: 100px;
}

/**************************************************/
/***  module
/**************************************************/
[data-simplebar] {
  padding-bottom: 20px;
}

.simplebar-track.simplebar-horizontal {
  background-color: #F2F3F5;
  border-radius: 30px;
  height: 6px !important;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1 !important;
  border-radius: 30px;
  background: #1868D3;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.m-table_scroll-pcsp.simplebar-scrollable-x {
  overflow-x: auto;
}

.m-inner-max {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .m-breadcrumb {
    display: flex;
    justify-content: flex-end;
    margin: 20px 100px 20px 20px;
  }
}
@media screen and (max-width: 980px) {
  .m-breadcrumb {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .m-breadcrumb {
    margin: 15px 20px 0 20px;
  }
}
.m-breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  color: #B4B7BF;
  letter-spacing: 0.04em;
}
.m-breadcrumb_list > li {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .m-breadcrumb_list {
    justify-content: flex-end;
  }
  .m-breadcrumb_list li:not(:last-child)::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../image/common/breadcrumb_arrow.svg) no-repeat center;
    width: 5px;
    height: 8px;
    margin: 0 7px;
  }
}
@media screen and (max-width: 767.9px) {
  .m-breadcrumb_list li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 0.1em;
    background: url(../image/common/breadcrumb_arrow.svg) no-repeat center;
    width: 5px;
    height: 8px;
    margin-right: 5px;
    transform: rotate(180deg);
  }
}

.m-mv_ttl, .m-mv_ttl-line2-sp, .m-mv_ttl-line1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #434343;
  padding: 90px 0 110px 100px;
}
.m-mv_ttl span:not(.inline-block), .m-mv_ttl-line2-sp span:not(.inline-block), .m-mv_ttl-line1 span:not(.inline-block) {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  margin-top: 5px;
}
.m-mv_ttl span:not(.inline-block).line2, .m-mv_ttl-line2-sp span:not(.inline-block).line2, .m-mv_ttl-line1 span:not(.inline-block).line2 {
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .m-mv_ttl span:not(.inline-block).line2, .m-mv_ttl-line2-sp span:not(.inline-block).line2, .m-mv_ttl-line1 span:not(.inline-block).line2 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .m-mv_ttl, .m-mv_ttl-line2-sp, .m-mv_ttl-line1 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .m-mv_ttl, .m-mv_ttl-line2-sp, .m-mv_ttl-line1 {
    font-size: 28px;
    line-height: 1.5em;
    padding-left: 20px;
    padding: 60px 0 65px 20px;
  }
  .m-mv_ttl span:not(.inline-block), .m-mv_ttl-line2-sp span:not(.inline-block), .m-mv_ttl-line1 span:not(.inline-block) {
    font-size: 14px;
    line-height: 1.8em;
  }
}

@media screen and (min-width: 768px) {
  .m-mv_ttl-line1 {
    padding-top: 65px;
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767.9px) {
  .m-mv_ttl-line2-sp {
    padding-top: 35px;
    padding-bottom: 85px;
  }
}

/** 第2階層MV **/
.m-mv-second {
  position: relative;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 767.9px) {
  .m-mv-second {
    padding: 73px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .m-mv-second_image {
    max-width: 800px;
    width: 65%;
    margin-left: 41px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .m-mv-second_image {
    margin: 0 -10vw 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-mv-second_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 90px 0 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .m-mv-second_wrap {
    padding: 0 0 0 40px;
  }
}
.m-mv-second::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../image/module/m_mv_wave.svg) no-repeat center bottom/cover;
  width: 100%;
  height: 22.43vw;
  max-height: 359px;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .m-mv-second::after {
    background-image: url(../image/module/m_mv_wave-sp.svg);
    height: 140px;
    height: clamp(140px, 140px + 30 * (100vw - 375px) / 392, 170px);
  }
}
.m-mv-second .m-breadcrumb {
  margin: 0 100px 14px 0;
}
.m-mv-second .m-breadcrumb_list {
  color: #fff;
}
.m-mv-second .m-mv_ttl, .m-mv-second .m-mv_ttl-line1, .m-mv-second .m-mv_ttl-line2-sp {
  color: #1868D3;
  margin: 165px 0 0 0;
  margin-top: clamp(50px, 10vw, 165px);
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  .m-mv-second .m-mv_ttl, .m-mv-second .m-mv_ttl-line1, .m-mv-second .m-mv_ttl-line2-sp {
    font-size: 28px;
    line-height: 1.43em;
    letter-spacing: 0.04em;
    margin-top: 55px;
    margin-bottom: 20px;
  }
}

/** 上記以外の共通MV **/
.m-mv {
  position: relative;
  padding: 100px 10px 0 0;
  background-color: #FDFDFD;
  overflow: hidden;
  z-index: 0;
}
.m-mv::before {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 100px;
  background: url(../image/common/mv_bg.svg) no-repeat center;
  width: 991px;
  height: 428px;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .m-mv::before {
    right: -30vw;
  }
}
.m-mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #F8F8F9, #7C7C7D);
  opacity: 2%;
  width: 100%;
  height: 110px;
}
@media screen and (max-width: 980px) {
  .m-mv {
    padding: 58px 10px 0 0;
  }
}
@media screen and (max-width: 767.9px) {
  .m-mv {
    min-height: 308px;
  }
  .m-mv::before {
    bottom: -50px;
    right: 0;
    background: url(../image/common/mv_bg_sp.svg) no-repeat left center;
    width: 342px;
    height: 149px;
  }
  .m-mv::after {
    height: 50px;
  }
}
.m-mv_wrap {
  display: flex;
  align-items: center;
}

.m-title_h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #434343;
  margin: 0 0 30px;
}
@media screen and (max-width: 767.9px) {
  .m-title_h1 {
    font-size: 28px;
    line-height: 1.6em;
  }
}

.m-title_h2-left, .m-title_h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #434343;
  margin: 80px 0 40px;
}
@media screen and (max-width: 767.9px) {
  .m-title_h2-left, .m-title_h2 {
    font-size: 24px;
    margin: 60px 0 30px;
  }
}
.m-title_h2-left::before, .m-title_h2::before {
  content: "";
  display: block;
  background: url(../image/common/ttl_dotted.svg) no-repeat center;
  width: 95px;
  height: 6px;
}
@media screen and (max-width: 767.9px) {
  .m-title_h2-left::before, .m-title_h2::before {
    background-image: url(../image/common/ttl_dotted_sp.svg);
    width: 94px;
    height: 5px;
  }
}

.m-title_h2 {
  text-align: center;
}
.m-title_h2::before {
  margin: 0 auto 15px;
}
.m-title_h2-left::before {
  margin: 0 0 15px;
}

.m-title_h3 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: #434343;
  margin: 60px 0 30px;
  padding-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .m-title_h3 {
    font-size: 18px;
    margin: 40px 0 25px;
    padding-left: 14px;
  }
}
.m-title_h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: #1868D3;
  border-radius: 100px;
  width: 5px;
  height: 100%;
  height: calc(100% - 8px);
}
@media screen and (max-width: 767.9px) {
  .m-title_h3::before {
    width: 4px;
  }
}
.m-title_h2 + .m-title_h3 {
  margin-top: 0;
}

.m-title_h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: #434343;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767.9px) {
  .m-title_h4 {
    font-size: 16px;
    margin: 40px 0 15px;
  }
}

.m-title_h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: #434343;
  margin: 20px 0 20px;
}
@media screen and (max-width: 767.9px) {
  .m-title_h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 15px 0 15px;
  }
}

/*** テキスト ***/
.m-text, .m-text-right, .m-text-center {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
  margin: 30px 0;
}
@media screen and (max-width: 767.9px) {
  .m-text, .m-text-right, .m-text-center {
    font-size: 15px;
    margin: 25px 0;
  }
}
.m-text-center {
  text-align: center;
}
.m-text-right {
  text-align: right;
}

.m-text-xl, .m-text-xl-center {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  color: #1868D3;
  margin: 40px 0;
}
@media screen and (max-width: 767.9px) {
  .m-text-xl, .m-text-xl-center {
    font-size: 18px;
    line-height: 1.6em;
    margin: 25px 0;
  }
}
.m-text-xl-center {
  text-align: center;
}

.m-text-lg, .m-text-alert-center, .m-text-strong-center, .m-text-xs-center, .m-text-sm-center, .m-text-lg-center, .m-text-lg-blue {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #333;
  margin: 40px 0;
}
@media screen and (max-width: 767.9px) {
  .m-text-lg, .m-text-alert-center, .m-text-strong-center, .m-text-xs-center, .m-text-sm-center, .m-text-lg-center, .m-text-lg-blue {
    font-size: 16px;
    color: #434343;
    margin: 25px 0;
  }
}
.m-text-lg-blue {
  color: #1868D3;
}
@media screen and (max-width: 767.9px) {
  .m-text-lg-blue {
    font-size: 18px;
  }
}
.m-text-lg-center {
  text-align: center;
}

.m-text-sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #707070;
  margin: 20px 0;
}
@media screen and (max-width: 767.9px) {
  .m-text-sm {
    font-size: 12px;
    margin: 12px 0;
  }
}
.m-text-sm-center {
  text-align: center;
}

.m-text-xs {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #707070;
  margin: 20px 0;
}
@media screen and (max-width: 767.9px) {
  .m-text-xs {
    font-size: 11px;
    margin: 12px 0;
  }
}
.m-text-xs-center {
  text-align: center;
}

.m-text-strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: #212121;
  margin: 30px 0;
}
@media screen and (max-width: 767.9px) {
  .m-text-strong {
    font-size: 16px;
    margin: 25px 0;
  }
}
.m-text-strong-center {
  text-align: center;
}

.m-text-alert {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #CE2800;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 767.9px) {
  .m-text-alert {
    font-size: 14px;
    margin: 25px 0;
  }
}
.m-text-alert-center {
  text-align: center;
}

.m-text-speak, .m-text-speak-center {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #333;
  margin: 30px 0;
}
@media screen and (max-width: 767.9px) {
  .m-text-speak, .m-text-speak-center {
    font-size: 15px;
    margin: 25px 0;
  }
}
.m-text-speak-center {
  text-align: center;
}
.m-text-speak-person {
  font-weight: 500;
}

*[class^=m-title] + p[class*=m-text] {
  margin-top: 0;
}

/*** リスト ***/
.m-u_list {
  margin: 30px 0;
}
@media screen and (max-width: 767.9px) {
  .m-u_list {
    margin: 25px 0;
  }
}
.m-u_list .m-u_list {
  margin-left: 14px;
}
.m-u_list .m-u_list .m-u_item::before {
  background-color: #9EA2AD;
}
.m-u_list .m-u_list .m-u_item + .m-u_list .m-u_list .m-u_item {
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  .m-u_list .m-u_list .m-u_item + .m-u_list .m-u_list .m-u_item {
    margin-top: 8px;
  }
}
.m-u_item {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: 8px;
  padding-left: 12px;
}
@media screen and (max-width: 767.9px) {
  .m-u_item {
    font-size: 15px;
  }
}
.m-u_item::before {
  content: "";
  border-radius: 50%;
  background-color: #1868D3;
  min-width: 5px;
  height: 5px;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.m-u_item:last-child {
  margin-bottom: 0;
}

.m-o_list {
  margin: 30px 0;
}
@media screen and (max-width: 767.9px) {
  .m-o_list {
    margin: 25px 0;
  }
}
.m-o_list .m-o_list {
  margin-left: 22px;
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .m-o_list .m-o_list {
    margin-left: 14px;
  }
}
.m-o_list + .m-o_item {
  margin-top: 12px;
}
.m-o_item {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: 12px;
  padding-left: 1.7em;
}
@media screen and (max-width: 767.9px) {
  .m-o_item {
    font-size: 15px;
  }
}
.m-o_item:last-child {
  margin-bottom: 0;
}
.m-o_item.m-o_wide {
  padding-left: 2.7em;
}
.m-o_mark {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #212121;
  min-width: 1.2em;
  text-align: right;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .m-o_mark {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.04em;
  }
}

.m-note, .m-note-center { /** 注釈 **/
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #969696;
  margin: 20px 0 0 0;
}
.m-note .m-link-text, .m-note-center .m-link-text, .m-note .m-link-text_in, .m-note-center .m-link-text_in {
  font-size: 12px;
}
.m-note_list {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #969696;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767.9px) {
  .m-note_list {
    margin-top: 25px;
  }
}
.m-note_item + .m-note_item {
  margin-top: 12px;
}
@media screen and (max-width: 767.9px) {
  .m-note_item + .m-note_item {
    margin-top: 10px;
  }
}
.m-note-center {
  text-align: center;
}

/*** 定義リスト ***/
.m-d_list .m-u_list {
  margin-top: 0;
}
.m-d_list .m-u_item::before {
  background-color: #333;
}
.m-d_list .m-o_list {
  margin-top: 0;
}
.m-d_term {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 30px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .m-d_term {
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0.04em;
    margin-top: 25px;
  }
}
.m-d_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767.9px) {
  .m-d_desc {
    font-size: 15px;
  }
}

/*** 通常リンク ***/
.m-outlink,
.m-outlink-head,
.m-outlink-text_in, .m-link-text_in, .m-link-download, .m-link-pdf, .m-link-pdf-head, .m-link-simple, .m-link-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.03em;
  color: #1868D3;
  transition: color 0.3s linear;
}
@media screen and (max-width: 767.9px) {
  .m-outlink,
  .m-outlink-head,
  .m-outlink-text_in, .m-link-text_in, .m-link-download, .m-link-pdf, .m-link-pdf-head, .m-link-simple, .m-link-text {
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
  }
}
.m-outlink > span,
.m-outlink-head > span,
.m-outlink-text_in > span, .m-link-text_in > span, .m-link-download > span, .m-link-pdf > span, .m-link-pdf-head > span, .m-link-simple > span, .m-link-text > span {
  position: relative;
  display: inline;
  background-image: linear-gradient(90deg, #1868D3, #1868D3);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s linear;
}
@media (hover: hover) and (pointer: fine) {
  .m-outlink:hover > span,
  .m-outlink-head:hover > span,
  .m-outlink-text_in:hover > span, .m-link-text_in:hover > span, .m-link-download:hover > span, .m-link-pdf:hover > span, .m-link-pdf-head:hover > span, .m-link-simple:hover > span, .m-link-text:hover > span {
    background-size: 100% 1px;
  }
}

.m-link-text {
  padding-right: 47px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .m-link-text {
    padding-right: 36px;
  }
}
.m-link-text > span::before {
  width: 100%;
}
.m-link-text::after {
  content: "";
  display: inline-block;
  background: url(../image/module/m_link_circle.svg) no-repeat center;
  width: 32.5px;
  height: 32.5px;
  transition: background-image 0.3s linear;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.9px) {
  .m-link-text::after {
    background-size: 26px;
    width: 26.5px;
    height: 26.5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-link-text:hover > span::after {
    background-image: url(../image/module/m_link_circle_hover.svg);
  }
}
.m-link-simple > span::after {
  content: "";
  display: inline-block;
  background: url(../image/module/m_link_simple.svg) no-repeat center;
  width: 15px;
  height: 7px;
  margin-left: 10px;
  transition: all 0.2s linear;
  vertical-align: middle;
  position: relative;
  bottom: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .m-link-simple:hover > span {
    background-size: calc(100% - 25px) 1px;
  }
  .m-link-simple:hover > span::after {
    background-image: url(../image/module/m_link_simple_hover.svg);
    width: 20px;
    margin-left: 5px;
    transform: translateX(5px);
  }
}
.m-link-pdf > span::after, .m-link-pdf-head > span::after {
  content: "";
  display: inline-block;
  background: url(../image/module/m_link_pdf.svg) no-repeat center;
  width: 30px;
  height: 18px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
@media (hover: hover) and (pointer: fine) {
  .m-link-pdf:hover > span, .m-link-pdf-head:hover > span {
    background-size: calc(100% - 40px) 1px;
  }
}
.m-link-pdf-head {
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .m-link-pdf-head {
    font-size: 16px;
    line-height: 1.125em;
  }
}
.m-link-pdf-head > span::before {
  bottom: 0;
}
.m-link-download > span::after {
  content: "";
  display: inline-block;
  background: url(../image/module/m_link_download.svg) no-repeat center;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 0.2em;
}
@media (hover: hover) and (pointer: fine) {
  .m-link-download:hover > span {
    background-size: calc(100% - 26px) 1px;
  }
}
.m-outlink > span::after,
.m-outlink-head > span::after,
.m-outlink-text_in > span::after {
  content: "";
  display: inline-block;
  background: url(../image/module/m_link_outlink.svg) no-repeat center;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
  transition: backgoround-image 0.3s linear;
}
@media (hover: hover) and (pointer: fine) {
  .m-outlink:hover > span,
  .m-outlink-head:hover > span,
  .m-outlink-text_in:hover > span {
    background-size: calc(100% - 20px) 1px;
  }
  .m-outlink:hover > span::after,
  .m-outlink-head:hover > span::after,
  .m-outlink-text_in:hover > span::after {
    background-image: url(../image/module/m_link_outlink_hover.svg);
  }
}

.m-outlink-text_in::after {
  margin: 0 5px;
}

.m-outlink-head {
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .m-outlink-head {
    font-size: 16px;
    line-height: 1.125em;
  }
}
.m-outlink-head > span::before {
  bottom: 0;
}

/*** ボタンリンク ***/
.m-button.type-center {
  display: flex;
  justify-content: center;
}
.m-button.type-right {
  display: flex;
  justify-content: flex-end;
}
.m-button.button-large {
  margin: 30px 0 25px;
}
@media screen and (max-width: 767.9px) {
  .m-button.button-large {
    margin: 20px 0 20px;
  }
}
.m-button.button-small {
  margin: 20px 0 20px;
}
@media screen and (max-width: 767.9px) {
  .m-button.button-small {
    margin: 10px 0 10px;
  }
}
.m-button + .m-button {
  margin-top: 0;
}
.m-button-link, .m-button-outlink, .m-button-pdf, .m-button-back {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5em;
  color: #1868D3;
  border: 1px solid #1868D3;
  border-radius: 50px 50px 0;
  max-width: max-content;
  transition: all 0.3s linear;
}
.button-large .m-button-link, .button-large .m-button-outlink, .button-large .m-button-pdf, .button-large .m-button-back {
  min-width: 264px;
  min-height: 64px;
  padding: 10px 30px;
}
@media screen and (max-width: 767.9px) {
  .button-large .m-button-link, .button-large .m-button-outlink, .button-large .m-button-pdf, .button-large .m-button-back {
    min-width: 284px;
  }
}
@media screen and (max-width: 365px) {
  .button-large .m-button-link, .button-large .m-button-outlink, .button-large .m-button-pdf, .button-large .m-button-back {
    min-width: auto !important;
    max-width: 360px;
    width: 90%;
  }
}
.button-small .m-button-link, .button-small .m-button-outlink, .button-small .m-button-pdf, .button-small .m-button-back {
  min-width: 184px;
  min-height: 44px;
  padding: 8px 20px;
}
@media screen and (max-width: 767.9px) {
  .button-small .m-button-link, .button-small .m-button-outlink, .button-small .m-button-pdf, .button-small .m-button-back {
    font-size: 14px;
    min-width: 160px;
    min-height: 40px;
  }
}
.m-button-link::after, .m-button-outlink::after, .m-button-pdf::after, .m-button-back::after {
  content: "";
  display: inline-block;
  background: url(../image/module/m_button_arrow.svg) no-repeat center;
  width: 15px;
  height: 7px;
  margin-left: 10px;
  flex-shrink: 0;
  transition: all 0.3s linear;
}
@media (hover: hover) and (pointer: fine) {
  .m-button-link.hover, .m-button-link:hover, .m-button-outlink.hover, .m-button-outlink:hover, .m-button-pdf.hover, .m-button-pdf:hover, .m-button-back.hover, .m-button-back:hover {
    color: #fff;
    background-color: #1868D3;
  }
  .m-button-link.hover::after, .m-button-link:hover::after, .m-button-outlink.hover::after, .m-button-outlink:hover::after, .m-button-pdf.hover::after, .m-button-pdf:hover::after, .m-button-back.hover::after, .m-button-back:hover::after {
    background-image: url(../image/module/m_button_arrow_hover.svg);
  }
}
.m-button-link.type-blue, .m-button-outlink.type-blue, .m-button-pdf.type-blue, .m-button-back.type-blue {
  color: #fff;
  background-color: #1868D3;
  border-color: #fff;
}
.m-button-link.type-blue::after, .m-button-outlink.type-blue::after, .m-button-pdf.type-blue::after, .m-button-back.type-blue::after {
  background-image: url(../image/module/m_button_arrow_hover.svg);
}
@media (hover: hover) and (pointer: fine) {
  .m-button-link.type-blue:hover, .m-button-outlink.type-blue:hover, .m-button-pdf.type-blue:hover, .m-button-back.type-blue:hover {
    color: #1868D3;
    background-color: #fff;
  }
  .m-button-link.type-blue:hover::after, .m-button-outlink.type-blue:hover::after, .m-button-pdf.type-blue:hover::after, .m-button-back.type-blue:hover::after {
    background-image: url(../image/module/m_button_arrow.svg);
  }
}
.m-button-outlink::after {
  background: url(../image/module/m_button_outlink.svg) no-repeat center;
  width: 13px;
  height: 13px;
}
@media (hover: hover) and (pointer: fine) {
  .m-button-outlink:hover::after {
    background-image: url(../image/module/m_button_outlink_hover.svg);
  }
}
.m-button-pdf::after {
  background: url(../image/module/m_link_pdf.svg) no-repeat center !important;
  width: 30px;
  height: 18px;
}
.m-button-back {
  color: #434343;
  border-color: #434343;
}
.m-button-back::before {
  content: "";
  display: inline-block;
  background: url(../image/module/m_back_arrow.svg) no-repeat center;
  width: 15px;
  height: 7px;
  margin-right: 10px;
  flex-shrink: 0;
  transition: all 0.3s linear;
}
.m-button-back::after {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  .m-button-back:hover {
    color: #fff;
    background-color: #434343;
  }
  .m-button-back:hover::before {
    background-image: url(../image/module/m_back_arrow_hover.svg);
  }
}
.m-button_list {
  display: flex;
  justify-content: center;
}
.m-button_list.button-large {
  margin: 30px 0 25px;
}
@media screen and (max-width: 767.9px) {
  .m-button_list.button-large {
    flex-direction: column;
    align-items: center;
  }
  .m-button_list.button-large > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.m-button_list.button-small {
  margin: 20px 0 20px;
}
@media screen and (max-width: 767.9px) {
  .m-button_list.button-small {
    margin: 15px 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-button-large {
    max-width: 264px;
    width: 100%;
  }
  .m-button-large:first-child {
    margin-right: 20px;
  }
  .m-button-large .m-button-link {
    max-width: 100%;
    min-width: auto;
  }
}
.m-button-small {
  max-width: 184px;
  width: 100%;
}
.m-button-small:first-child {
  margin-right: 20px;
}
.m-button-small .m-button-link {
  max-width: 100%;
  min-width: auto;
}
@media screen and (max-width: 767.9px) {
  .m-button-small {
    max-width: 160px;
  }
  .m-button-small:first-child {
    margin-right: 15px;
  }
}

/*** アンカーリンク ***/
.m-anchor_list {
  margin: 50px auto 50px;
}
@media screen and (min-width: 768px) {
  .m-anchor_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin: 60px auto 75px;
  }
}
.m-anchor_list > li {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 767.9px) {
  .m-anchor_list > li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .m-anchor_list > li:nth-of-type(n+5) {
    margin-top: 20px;
  }
  .m-anchor_list > li::before, .m-anchor_list > li::after {
    content: "";
    position: absolute;
    bottom: 2px;
    background: url(../image/module/m_anchor_line.svg) repeat-y center;
    width: 3px;
    height: 70px;
    height: calc(100% - 10px);
  }
  .m-anchor_list > li::before {
    left: -1px;
    z-index: 1;
  }
  .m-anchor_list > li::after {
    right: -2px;
    z-index: 2;
    background-color: #fff;
  }
}
@media screen and (max-width: 767.9px) {
  .m-anchor_list > li::before, .m-anchor_list > li::after {
    position: absolute;
    left: 0;
    background: url(../image/common/anchor_list_line_sp.svg) repeat left center;
    width: 100%;
    height: 4px;
  }
  .m-anchor_list > li::before {
    content: "";
    top: 0;
  }
  .m-anchor_list > li:last-child::after {
    content: "";
    bottom: 0;
  }
}
.m-anchor_list > li a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .m-anchor_list > li a {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    text-align: center;
    color: #434343;
    min-height: 80px;
    height: 100%;
    padding: 0 16px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767.9px) {
  .m-anchor_list > li a {
    font-size: 14px;
    line-height: 1.85em;
    letter-spacing: 0.04em;
    padding: 12px 15px 12px 0;
  }
  .m-anchor_list > li a br {
    display: none;
  }
}
.m-anchor_list > li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../image/module/m_common_arrow.svg) no-repeat center;
  width: 17px;
  height: 11px;
  transition: bottom 0.3s linear;
}
@media screen and (max-width: 767.9px) {
  .m-anchor_list > li a::after {
    top: 22px;
    bottom: auto;
    left: auto;
    right: -3px;
    margin: auto 0;
    background-size: 11px;
  }
}
.m-anchor_list > li a:hover::after {
  bottom: 0;
}

/*** 目次リンク ***/
.m-toc_list {
  margin: 50px 0 50px;
}
@media screen and (min-width: 768px) {
  .m-toc_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 60px 0 80px;
  }
}
.m-toc_list > li {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .m-toc_list > li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .m-toc_list > li::before, .m-toc_list > li::after {
    content: "";
    position: absolute;
    bottom: 2px;
    background: url(../image/module/m_anchor_line.svg) repeat-y center;
    width: 3px;
    height: auto;
    height: calc(100% - 10px);
  }
  .m-toc_list > li::before {
    left: -1px;
    z-index: 1;
  }
  .m-toc_list > li::after {
    right: -2px;
    z-index: 2;
    background-color: #fff;
  }
}
@media screen and (max-width: 767.9px) {
  .m-toc_list > li::before, .m-toc_list > li::after {
    position: absolute;
    left: 0;
    background: url(../image/common/anchor_list_line_sp.svg) repeat left center;
    width: 100%;
    height: 4px;
  }
  .m-toc_list > li::before {
    content: "";
    top: 0;
  }
  .m-toc_list > li:last-child::after {
    content: "";
    bottom: 0;
  }
}
.m-toc_list > li a {
  transition: color 0.3s linear;
}
@media screen and (min-width: 768px) {
  .m-toc_list > li a {
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    text-align: center;
    color: #434343;
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767.9px) {
  .m-toc_list > li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 1.85em;
    letter-spacing: 0.04em;
    padding: 15px 0;
  }
  .m-toc_list > li a br {
    display: none;
  }
}
.m-toc_list > li a:hover {
  color: #1868D3;
}
.m-toc_list_arrow {
  display: inline-block;
  background: url(../image/module/m_common_arrow.svg) no-repeat center;
  width: 17px;
  height: 11px;
  margin-left: 10px;
  position: relative;
  top: 0.1em;
  transition: transform 0.3s linear;
}
@media screen and (max-width: 767.9px) {
  .m-toc_list_arrow {
    background-size: 11px;
  }
}
a:hover .m-toc_list_arrow {
  transform: translateY(5px);
}

/*** テーブル ***/
.m-table_title {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #969696;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .m-table_title {
    margin-top: 20px;
  }
}

.m-table_scroll,
.m-table_scroll-pcsp {
  margin: 50px 0;
  overflow-x: auto;
}
.m-table_scroll::-webkit-scrollbar,
.m-table_scroll-pcsp::-webkit-scrollbar {
  height: 6px;
}
.m-table_scroll::-webkit-scrollbar-thumb,
.m-table_scroll-pcsp::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #1868D3;
}
.m-table_scroll::-webkit-scrollbar-track,
.m-table_scroll-pcsp::-webkit-scrollbar-track {
  border-radius: 30px;
  background: #F2F3F5;
}

.m-table_col, .m-table_row {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  margin: 50px 0;
  border: 1px solid #DCDEE3;
  border-radius: 30px 30px 0;
  overflow: hidden;
}
.m-table_col .bgcolor-blue, .m-table_row .bgcolor-blue {
  background-color: #F5FAFF;
}
.m-table_col .border-top0, .m-table_row .border-top0 {
  border-top: 0;
}

.m-table_title + .m-table_scroll,
.m-table_title + .m-table_scroll-pcsp,
.m-table_title + .m-table_col,
.m-table_title + .m-table_row {
  margin-top: 0;
}

.m-table_col_heading, .m-table_row_heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
  border: solid #DCDEE3;
  background-color: #fff;
  padding: 17px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .m-table_col_heading, .m-table_row_heading {
    font-size: 15px;
    padding: 15px;
  }
}

.m-table_col_note, .m-table_row_note {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #969696;
  margin-top: 10px;
}

.m-table_col_content, .m-table_row_content {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
  border: solid #DCDEE3;
  background-color: #fff;
  padding: 17px 20px;
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .m-table_col_content, .m-table_row_content {
    font-size: 15px;
    padding: 15px;
  }
}

.m-table_scroll .m-table_row {
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .m-table_scroll .m-table_row {
    min-width: 850px;
  }
}
.m-table_scroll-pcsp .m-table_row {
  width: 1050px;
}
@media screen and (max-width: 767.9px) {
  .m-table_scroll-pcsp .m-table_row {
    min-width: 850px;
    margin-bottom: 15px;
  }
}
.m-table_row tr th, .m-table_row tr td {
  border-width: 0 1px 1px 0;
}
.m-table_row tr th:last-child,
.m-table_row tr td:last-child {
  border-right-width: 0;
}
.m-table_row tr:last-child th, .m-table_row tr:last-child td {
  border-bottom-width: 0;
}
.m-table_row_heading {
  background-color: #F2F3F5;
  padding: 17px 25px;
}
@media screen and (max-width: 767.9px) {
  .m-table_row_heading {
    width: 50%;
    padding: 15px;
  }
}
.th-lightBlue .m-table_row_heading {
  background-color: #F5FAFF;
}

@media screen and (max-width: 767.9px) {
  .m-table_row_content {
    width: 50%;
  }
}
.m-table_row_content.m-table-link-right a {
  float: right;
  line-height: 2em;
  margin-left: 5px;
}
@media screen and (max-width: 767.9px) {
  .m-table_row_content.m-table-link-right a {
    float: none;
    display: block;
    margin-left: 0;
  }
}

.m-table_scroll .m-table_col {
  margin: 0;
  min-width: 850px;
}
@media screen and (max-width: 767.9px) {
  .m-table_scroll .m-table_col {
    margin-right: 20px;
  }
}
.m-table_scroll-pcsp .m-table_col {
  margin-top: 0;
  min-width: 1150px;
  margin-bottom: 15px;
  margin-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .m-table_scroll-pcsp .m-table_col {
    min-width: 850px;
  }
}
.m-table_col_thead tr:nth-child(n+2) th {
  border: solid #fff;
  border-width: 1px 0 0 1px;
}
.m-table_col_thead + .m-table_col_thead th {
  border-radius: 0 !important;
  border-top: 1px solid #fff;
}
.m-table_col_tbody th, .m-table_col_tbody td {
  border-width: 1px 1px 0 0;
}
.m-table_col_tbody tr th:last-child,
.m-table_col_tbody tr td:last-child {
  border-right-width: 0;
}
.m-table_col_header {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background-color: #1868D3;
  padding: 15px 10px;
  width: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767.9px) {
  .m-table_col_header {
    font-size: 15px;
  }
}
.m-table_col_header + .m-table_col_header {
  border-left: 1px solid #fff;
}
.m-table_scroll .m-table_col_header {
  width: auto;
}
@media screen and (min-width: 768px) {
  .m-table_col_heading .nowrap {
    white-space: nowrap;
  }
}
.m-table_col_content .m-u_list {
  margin-top: 20px;
}

.tbl-bs th {
  font-weight: 400;
}

.tbl-bs .tbl-heading th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .tbl-bs .tbl-heading th {
    font-size: 16px;
  }
}
.tbl-bs .tbl-heading td {
  font-weight: 500;
}

.tbl-lightBlue th, .tbl-lightBlue td {
  font-weight: 400;
  background-color: #E8F2FD;
}

.tbl-gray th, .tbl-gray td {
  font-weight: 400;
  background-color: #F8F8F9;
}

.tbl-tag {
  display: flex;
  margin-top: 5px;
}

.tbl-tag-blue,
.tbl-tag-gray {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  border-radius: 4px;
  width: 60px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.tbl-tag-blue {
  background-color: #8CBCF0;
}

.tbl-tag-gray {
  background-color: #B4B7BF;
}

/*** ボックス ***/
.m-box_alert, .m-box_caution, .m-box_regular, .m-box_regular-lightBlue {
  padding: 50px 60px;
  margin: 30px 0;
}
@media screen and (max-width: 767.9px) {
  .m-box_alert, .m-box_caution, .m-box_regular, .m-box_regular-lightBlue {
    padding: 40px 30px;
    margin: 20px 0;
  }
}

.m-box_regular, .m-box_regular-lightBlue {
  background-color: #F2F3F5;
  border-radius: 40px 40px 0;
}
.m-box_regular-lightBlue {
  background-color: #F5FAFF;
}
.m-box_caution {
  background-color: #FEF0DB;
}
.m-box_alert {
  background-color: #FFDDDD;
}
.m-box_alert .m-box_heading {
  color: #E24848;
}
@media screen and (max-width: 767.9px) {
  .m-box_alert .m-box_text {
    color: #E24848;
  }
}
.m-box_heading {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #434343;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .m-box_heading {
    font-size: 18px;
  }
}
.m-box_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
}
@media screen and (max-width: 767.9px) {
  .m-box_text {
    font-size: 15px;
  }
}
.m-box_text + .m-box_text {
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .m-box_text + .m-box_text {
    margin-top: 20px;
  }
}

/*** 主な製品 ***/
.m-product_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .m-product_list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .m-product_item {
    max-width: 380px;
    width: 48%;
    width: calc((100% - 90px) / 2);
  }
  .m-product_item:nth-child(2n) {
    margin-left: 90px;
  }
  .m-product_item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .m-product_item {
    max-width: 380px;
    width: 100%;
  }
  .m-product_item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.m-product_item .m-outlink-head {
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .m-product_item .m-outlink-head {
    margin-top: 10px;
  }
}
.m-product_category {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #1868D3;
  border: 1px solid #1868D3;
  border-radius: 6px;
  padding: 2px 7px;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .m-product_category {
    margin-top: 15px;
  }
}
.m-product_heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45em;
  letter-spacing: 0.03em;
  color: #434343;
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .m-product_heading {
    margin-top: 10px;
  }
}
.m-product_text {
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #434343;
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .m-product_text {
    margin-top: 10px;
  }
}

/*** 画像 + テキスト ***/
.m-imageText-container {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 40px;
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .m-imageText-container {
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  .m-imageText-container {
    display: block;
  }
}
.m-imageText-column2 {
  display: flex;
  justify-content: space-between;
  max-width: 415px;
  max-width: calc((100% - 20px) / 2);
  width: 50%;
  padding: 25px;
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .m-imageText-column2 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .m-imageText-column2 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .m-imageText-column2:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .m-imageText-column2:last-child {
    margin-bottom: 0;
  }
}
.m-imageText-column2:nth-child(2n) {
  margin-left: 20px;
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  .m-imageText-column2:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .m-imageText-column2:nth-child(2n) {
    margin-left: 0;
  }
}
.m-imageText-column2-content {
  flex-shrink: 1;
  width: 200px;
  width: calc(100% - 170px);
}
@media screen and (max-width: 480px) {
  .m-imageText-column2-content {
    width: 56%;
  }
}
.m-imageText-column2-image {
  width: 150px;
  flex-shrink: 1;
}
@media screen and (max-width: 480px) {
  .m-imageText-column2-image {
    width: 40%;
  }
}
.m-imageText-column2-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
  margin-bottom: 15px;
}
.m-imageText-column2-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
}

.m-image {
  text-align: center;
  margin: 30px auto;
}

.m-flex-large, .m-flex-medium, .m-flex-small {
  display: flex;
  margin: 30px 0 60px;
}
@media screen and (max-width: 767.9px) {
  .m-flex-large, .m-flex-medium, .m-flex-small {
    flex-direction: column;
    align-items: center;
    max-width: 480px;
    margin: 0 auto 40px;
  }
  .m-flex-large .m-u_list, .m-flex-large .m-o_list, .m-flex-medium .m-u_list, .m-flex-medium .m-o_list, .m-flex-small .m-u_list, .m-flex-small .m-o_list {
    margin-top: 15px;
  }
}
.m-flex-large a[class^=m-link], .m-flex-large a[class^=m-outlink], .m-flex-medium a[class^=m-link], .m-flex-medium a[class^=m-outlink], .m-flex-small a[class^=m-link], .m-flex-small a[class^=m-outlink] {
  margin-top: 20px;
}

.m-image-box {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
@media screen and (max-width: 767.9px) {
  .m-image-box {
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
  }
}

.m-image-item + .m-image-item {
  margin-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .m-image-item {
    max-width: 480px !important;
  }
  .m-image-item + .m-image-item {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .column2 .m-image-item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .column3 .m-image-item {
    width: calc((100% - 40px) / 3);
  }
}

.m-flex-image-left, .m-flex-image-right {
  flex-shrink: 0;
}
.m-flex-large .m-flex-image-left, .m-flex-large .m-flex-image-right {
  max-width: 416px;
  width: 50%;
}
.m-flex-medium .m-flex-image-left, .m-flex-medium .m-flex-image-right {
  max-width: 340px;
  width: 46%;
}
.m-flex-small .m-flex-image-left, .m-flex-small .m-flex-image-right {
  width: 250px;
}
@media screen and (max-width: 767.9px) {
  .m-flex-large .m-flex-image-left, .m-flex-large .m-flex-image-right {
    max-width: max-content;
    width: 100%;
  }
  .m-flex-medium .m-flex-image-left, .m-flex-medium .m-flex-image-right {
    max-width: max-content;
    width: 100%;
  }
  .m-flex-small .m-flex-image-left, .m-flex-small .m-flex-image-right {
    max-width: max-content;
    width: 100%;
  }
}
.m-flex-large .m-flex-image-left {
  margin-right: 30px;
}
.m-flex-medium .m-flex-image-left {
  margin-right: 30px;
}
.m-flex-small .m-flex-image-left {
  margin-right: 25px;
}
@media screen and (max-width: 767.9px) {
  .m-flex-large .m-flex-image-left, .m-flex-medium .m-flex-image-left, .m-flex-small .m-flex-image-left {
    margin: 0 0 15px;
  }
}
.m-flex-large .m-flex-image-right {
  margin-left: 30px;
}
.m-flex-medium .m-flex-image-right {
  margin-left: 30px;
}
.m-flex-small .m-flex-image-right {
  margin-left: 25px;
}
@media screen and (max-width: 767.9px) {
  .m-flex-large .m-flex-image-right, .m-flex-medium .m-flex-image-right, .m-flex-small .m-flex-image-right {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .m-flex-image-right {
    order: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .m-flex-content-left {
    order: 2;
  }
}
.m-flex-head {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #434343;
  margin-bottom: 15px;
}
.m-flex-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
}
.m-flex-text + .m-flex-head {
  margin-top: 30px;
}

.m-image-left {
  margin: 30px 0 60px;
}

.m-image-right {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 60px;
}

/*** パネルリンク ***/
.m-panel_list-column2,
.m-panel_list-column3,
.m-panel_list-noimage-column2,
.m-panel_list-noimage-column3 {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
}
@media screen and (max-width: 767.9px) {
  .m-panel_list-column2,
  .m-panel_list-column3,
  .m-panel_list-noimage-column2,
  .m-panel_list-noimage-column3 {
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
  }
}

@media screen and (max-width: 767.9px) {
  .m-panel_list-column3 {
    max-width: 270px;
    margin: 40px auto;
  }
}

.m-panel_item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .m-panel_list-column2 .m-panel_item, .m-panel_list-noimage-column2 .m-panel_item {
    max-width: 380px;
    width: 47%;
    width: calc((100% - 90px) / 2);
    margin-right: 90px;
  }
  .m-panel_list-column2 .m-panel_item:nth-child(2n), .m-panel_list-column2 .m-panel_item:last-child, .m-panel_list-noimage-column2 .m-panel_item:nth-child(2n), .m-panel_list-noimage-column2 .m-panel_item:last-child {
    margin-right: 0;
  }
  .m-panel_list-column2 .m-panel_item:nth-child(n+3), .m-panel_list-noimage-column2 .m-panel_item:nth-child(n+3) {
    margin-top: 60px;
  }
  .m-panel_list-column3 .m-panel_item, .m-panel_list-noimage-column3 .m-panel_item {
    max-width: 270px;
    width: 32%;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .m-panel_list-column3 .m-panel_item:nth-child(3n), .m-panel_list-noimage-column3 .m-panel_item:nth-child(3n) {
    margin-right: 0;
  }
  .m-panel_list-column3 .m-panel_item:nth-child(n+4), .m-panel_list-noimage-column3 .m-panel_item:nth-child(n+4) {
    margin-top: 30px;
  }
  .m-panel_list-noimage-column2 .m-panel_item {
    width: calc((100% - 40px) / 2);
    max-width: 405px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .m-panel_item {
    max-width: 370px;
    width: 100%;
  }
  .m-panel_list-noimage-column2 .m-panel_item, .m-panel_list-noimage-column3 .m-panel_item {
    max-width: inherit;
  }
  .m-panel_item + .m-panel_item {
    margin-top: 40px;
  }
  .m-panel_list-noimage-column2 .m-panel_item + .m-panel_item, .m-panel_list-noimage-column3 .m-panel_item + .m-panel_item {
    margin-top: 25px;
  }
}
.m-panel_link, .m-panel_wrap-nolink {
  display: block;
  width: 100%;
}
.m-panel_list-noimage-column2 .m-panel_link, .m-panel_list-noimage-column2 .m-panel_wrap-nolink, .m-panel_list-noimage-column3 .m-panel_link, .m-panel_list-noimage-column3 .m-panel_wrap-nolink {
  border: 1px solid #1868D3;
  border-radius: 40px 40px 0;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .m-panel_list-noimage-column2 .m-panel_link, .m-panel_list-noimage-column2 .m-panel_wrap-nolink {
    padding: 40px;
  }
  .m-panel_list-noimage-column3 .m-panel_link, .m-panel_list-noimage-column3 .m-panel_wrap-nolink {
    padding: 30px;
  }
}
.m-panel_wrap {
  position: relative;
  width: 100%;
  z-index: 0;
}
.m-panel_list-column2 .m-panel_wrap {
  padding: 0 20px 20px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .m-panel_list-column2 .m-panel_wrap {
    padding: 0 21px 21px 0;
    margin-bottom: 15px;
  }
}
.m-panel_list-column3 .m-panel_wrap {
  padding: 0 20px 20px 0;
  margin-bottom: 10px;
}
.m-panel_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #1868D3;
  transition: background-color 0.3s linear;
  z-index: -1;
}
.m-panel_list-column2 .m-panel_wrap::after {
  top: 20px;
  left: 30px;
  border-radius: 40px 40px 0;
}
.m-panel_list-column3 .m-panel_wrap::after {
  top: 20px;
  left: 20px;
  border-radius: 40px 40px 0;
}
@media screen and (max-width: 767.9px) {
  .m-panel_list-column3 .m-panel_wrap::after {
    top: 20px;
    left: 30px;
  }
}
a.m-panel_link:hover .m-panel_wrap::after, a.m-panel_wrap-nolink:hover .m-panel_wrap::after {
  background-color: #1868D3;
}
.m-panel_wrap .m-panel_image, .m-panel_wrap .m-panel_image > img {
  position: relative;
  z-index: 1;
}
.m-panel_list-column2 .m-panel_wrap .m-panel_image, .m-panel_list-column2 .m-panel_wrap .m-panel_image > img {
  border-radius: 40px 40px 0;
}
.m-panel_list-column3 .m-panel_wrap .m-panel_image, .m-panel_list-column3 .m-panel_wrap .m-panel_image > img {
  border-radius: 40px 40px 0;
}
.m-panel_wrap .m-panel_image {
  overflow: hidden;
}
.m-panel_wrap .m-panel_image > img {
  transition: transform 0.3s linear;
}
a.m-panel_link:hover .m-panel_wrap .m-panel_image > img, a.m-panel_wrap-nolink:hover .m-panel_wrap .m-panel_image > img {
  transform: scale(1.2);
}
.m-panel_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.m-panel_content .m-text, .m-panel_content .m-text-center, .m-panel_content .m-text-right {
  margin: 0 0 15px;
}
.m-panel_textarea > span:first-child,
.m-panel_textarea > p:first-child {
  margin-top: 0;
}
.m-panel_textarea > span:last-child,
.m-panel_textarea > p:last-child {
  margin-bottom: 0;
}
.m-panel_tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
  color: #1868D3;
  border: 1px solid #1868D3;
  border-radius: 6px;
  padding: 5px 10px;
}
.m-panel_title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  color: #434343;
  margin: 15px 0;
  transition: color 0.3s linear;
}
@media screen and (max-width: 767.9px) {
  .m-panel_title {
    margin-bottom: 20px;
  }
}
a.m-panel_link:hover .m-panel_title, a.m-panel_wrap-nolink:hover .m-panel_title {
  color: #1868D3;
}
.m-panel_head {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  color: #434343;
  margin: 15px 0;
  transition: color 0.3s linear;
}
@media screen and (max-width: 767.9px) {
  .m-panel_head {
    margin: 10px 0;
  }
}
a.m-panel_link:hover .m-panel_head, a.m-panel_wrap-nolink:hover .m-panel_head {
  color: #1868D3;
}
.m-panel_text {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
  margin-top: 15px;
  transition: color 0.3s linear;
}
@media screen and (max-width: 767.9px) {
  .m-panel_text {
    margin: 10px 0 0;
  }
}
a.m-panel_link:hover .m-panel_text, a.m-panel_wrap-nolink:hover .m-panel_text {
  color: #1868D3;
}
.m-circle_arrow {
  background: url(../image/module/m_circle_arrow.svg) no-repeat center/31px;
  width: 33px;
  height: 33px;
  margin-bottom: -3px;
  flex-shrink: 0;
  transition: background-image 0.3s linear;
}
.m-panel_list-column2 .m-circle_arrow {
  margin-left: 15px;
  margin-bottom: 0.5em;
  background-size: 41px;
  width: 43px;
  height: 43px;
}
.m-panel_list-column3 .m-circle_arrow {
  margin-left: 10px;
}
.m-panel_list-noimage-column2 .m-circle_arrow {
  margin-left: 20px;
}
.m-panel_list-noimage-column3 .m-circle_arrow {
  margin-left: 10px;
}
@media screen and (max-width: 767.9px) {
  .m-panel_list-noimage-column3 .m-circle_arrow {
    margin-left: 20px;
  }
}
a.m-panel_link:hover .m-circle_arrow, a.m-panel_wrap-nolink:hover .m-circle_arrow {
  background-image: url(../image/module/m_circle_arrow_hover.svg);
}
@media screen and (max-width: 767.9px) {
  .m-circle_arrow {
    background-size: 31px !important;
    width: 33px !important;
    height: 33px !important;
  }
}

.m-outlink_arrow {
  background: url(../image/module/m_outlink_arrow.svg) no-repeat center;
  width: 32.5px;
  height: 32.5px;
  margin-left: 15px;
  flex-shrink: 0;
  transition: background-image 0.3s linear;
}
.m-panel_list-column2 .m-outlink_arrow {
  margin-left: 15px;
}
.m-panel_list-column3 .m-outlink_arrow {
  margin-left: 10px;
}
.m-panel_list-noimage-column2 .m-outlink_arrow {
  margin-left: 20px;
}
.m-panel_list-noimage-column3 .m-outlink_arrow {
  margin-left: 10px;
}
@media screen and (max-width: 767.9px) {
  .m-panel_list-noimage-column3 .m-outlink_arrow {
    margin-left: 20px;
  }
}
a.m-panel_link:hover .m-outlink_arrow, a.m-panel_wrap-nolink:hover .m-outlink_arrow {
  background-image: url(../image/module/m_outlink_arrow_hover.svg);
}

.m-panel_list-column2.m-panel-wide .m-panel_item {
  max-width: 554px;
  width: 47%;
  width: calc((100% - 92px) / 2);
  margin-right: 92px;
}
@media screen and (min-width: 768px) {
  .m-panel_list-column2.m-panel-wide .m-panel_item:nth-child(2n), .m-panel_list-column2.m-panel-wide .m-panel_item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .m-panel_list-column2.m-panel-wide .m-panel_item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .m-panel_list-column2.m-panel-wide .m-panel_item {
    width: 100%;
    margin-right: 0;
  }
  .m-panel_list-column2.m-panel-wide .m-panel_item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.m-panel_list-column2.m-panel-wide .m-panel_image,
.m-panel_list-column2.m-panel-wide .m-panel_image > img {
  border-radius: 70px 70px 0;
}
@media screen and (max-width: 767.9px) {
  .m-panel_list-column2.m-panel-wide .m-panel_image,
  .m-panel_list-column2.m-panel-wide .m-panel_image > img {
    border-radius: 50px 50px 0;
  }
}
.m-panel_list-column2.m-panel-wide .m-panel_wrap {
  padding: 0 34px 30px 0;
}
@media screen and (max-width: 767.9px) {
  .m-panel_list-column2.m-panel-wide .m-panel_wrap {
    padding: 0 21px 21px 0;
  }
}
.m-panel_list-column2.m-panel-wide .m-panel_wrap::after {
  top: 35px;
  left: 44px;
  border-radius: 70px 70px 0;
}
@media screen and (max-width: 767.9px) {
  .m-panel_list-column2.m-panel-wide .m-panel_wrap::after {
    top: 20px;
    left: 30px;
    border-radius: 50px 50px 0;
  }
}

@media screen and (max-width: 767.9px) {
  .m-panel_list-column3.m-panel-wide {
    max-width: 380px;
  }
}
.m-panel_list-column3.m-panel-wide .m-panel_item {
  max-width: 380px;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .m-panel_list-column3.m-panel-wide .m-panel_item:nth-child(3n), .m-panel_list-column3.m-panel-wide .m-panel_item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .m-panel_list-column3.m-panel-wide .m-panel_item {
    width: 100%;
    margin-right: 0;
  }
  .m-panel_list-column3.m-panel-wide .m-panel_item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.m-panel_list-column3.m-panel-wide .m-panel_wrap::after {
  top: 20px;
  left: 30px;
}
.m-panel_list-column3.m-panel-wide .m-panel_textarea {
  margin-top: 0;
}

*[class^=m-panel_textarea] + *[class*=m-panel],
*[class^=m-title] + *[class*=m-panel] {
  margin-top: 0;
}

/*** アコーディオン ***/
.m-accordion_list {
  border-bottom: 1px solid #DCDEE3;
}
.m-accordion-text .m-accordion_list {
  border-bottom: none;
  border-top: 1px solid #ddd;
}
.m-accordion-text .m-accordion_list-under {
  margin-left: 20px;
}
.m-accordion_title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #434343;
  border-top: 1px solid #DCDEE3;
  padding: 25px 0 25px 25px;
}
@media screen and (max-width: 767.9px) {
  .m-accordion_title {
    font-size: 15px;
    line-height: 1.8em;
    padding: 15px 0 15px 0;
  }
}
.m-accordion-text .m-accordion_title {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.m-accordion_content {
  display: none;
  padding: 0 50px 0 25px;
}
@media screen and (max-width: 767.9px) {
  .m-accordion_content {
    padding: 0 30px 0 0;
  }
}
.m-accordion-text .m-accordion_content {
  padding: 0 0 0 25px;
}
.m-accordion_heading {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: #434343;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .m-accordion_heading {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.03em;
  }
}
.m-accordion-text .m-accordion_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 15px 15px 15px 0;
}
@media screen and (max-width: 767.9px) {
  .m-accordion-text .m-accordion_heading {
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
  }
}
.m-accordion_text {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .m-accordion_text {
    font-size: 15px;
    line-height: 1.92em;
    margin-bottom: 15px;
  }
}
.m-accordion_text:not(:nth-last-of-type()) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .m-accordion_text:not(:nth-last-of-type()) {
    margin-bottom: 15px;
  }
}
.m-accordion_cross-icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  margin: 0 30px;
}
@media screen and (max-width: 767.9px) {
  .m-accordion_cross-icon {
    margin: 0 15px;
  }
}
.m-accordion_cross-icon::before, .m-accordion_cross-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 50%;
  transform: translateX(-50%);
  background: #1868D3;
  width: 20px;
  height: 2px;
}
@media screen and (max-width: 767.9px) {
  .m-accordion_cross-icon::before, .m-accordion_cross-icon::after {
    width: 10px;
    height: 1px;
  }
}
.m-accordion-text .m-accordion_cross-icon::before, .m-accordion-text .m-accordion_cross-icon::after {
  background: #9EA2AD;
}
.m-accordion_cross-icon::after {
  transform: translateX(-50%) rotate(90deg);
  transition: transform 0.3s linear;
}
.open .m-accordion_cross-icon::after {
  transform: translateX(-50%) rotate(0deg);
}
.m-accordion_arrow-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #9EA2AD;
  border-right: 2px solid #9EA2AD;
  margin-left: 5px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767.9px) {
  .m-accordion_arrow-icon {
    width: 8px;
    height: 8px;
  }
}

/*** タブ ***/
.m-tab_group {
  overflow-x: auto;
  white-space: nowrap;
}
.m-tab_group + .m-tab_group {
  margin-top: 40px;
}
.m-tab_list {
  display: flex;
  border-bottom: 1px solid #3266CC;
}
.m-tab_list > li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
  padding: 18px 46px 16px;
  cursor: pointer;
}
.m-tab_list > li.active {
  color: #1868D3;
  border: solid #1868D3;
  border-width: 1px 1px 0;
  border-radius: 15px 15px 0 0;
}
.m-tab_list > li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 3px;
}
.m-tab_wrap {
  width: 100%;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
  padding: 30px;
  overflow: visible;
  white-space: normal;
}
.m-tab_wrap .m-tab_content {
  display: none;
}
.m-tab_wrap .m-tab_content.show {
  display: block;
}

.m-unique01_item {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  color: #303030;
}
@media screen and (max-width: 767.9px) {
  .m-unique01_item {
    font-size: 18px;
  }
}
.m-unique01_item + .m-unique01_item {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .m-unique01_item + .m-unique01_item {
    margin-top: 25px;
  }
}
.m-unique01_mark {
  font-family: "Open Sans", "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  background: #1868D3;
  width: 70px;
  height: 60px;
  margin-right: 30px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .m-unique01_mark {
    font-size: 22px;
    width: 50px;
    height: 43px;
    margin-right: 20px;
  }
}

.m-unique02_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .m-unique02_flex {
    flex-direction: column;
  }
}
.m-unique02_image {
  max-width: 330px;
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 767.9px) {
  .m-unique02_image {
    margin: 0 auto 30px;
  }
}
.m-unique02_content {
  flex-grow: 1;
}
.m-unique02_comment {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .m-unique02_comment {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.m-unique02_position {
  display: block;
  font-size: 12px;
  line-height: 1.65em;
  letter-spacing: 0.022em;
  margin: 30px 0 10px;
}
@media screen and (max-width: 767.9px) {
  .m-unique02_position {
    margin: 25px 0 5px;
  }
}
.m-unique02_name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44em;
  letter-spacing: 0.04em;
}

.m-unique03_block {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 767.9px) {
  .m-unique03_block {
    margin: 30px 0;
  }
}
.m-unique03_block > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px 30px 0;
  border: 1px solid #DCDEE3;
  padding: 20px;
  box-shadow: 0 4px 14px rgba(67, 67, 67, 0.06);
  transition: all 0.3s linear;
}
@media screen and (max-width: 767.9px) {
  .m-unique03_block > a {
    display: block;
    padding: 30px;
  }
}
.m-unique03_block > a:hover {
  border-color: #1868D3;
}
.m-unique03_block > a:hover .m-unique03_outlink2::after {
  background-image: url(../image/module/m_link_outlink_hover.svg);
}
.m-unique03_left {
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .m-unique03_left {
    text-align: center;
    margin: 0 0 10px;
  }
}
.m-unique03_left + .m-unique03_right {
  width: 100%;
}
.m-unique03_title {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .m-unique03_title {
    font-size: 16px;
  }
}
.m-unique03_text {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  margin-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .m-unique03_text {
    font-size: 15px;
  }
}
.m-unique03_outlink2 {
  position: relative;
}
.m-unique03_outlink2::after {
  content: "";
  display: inline-block;
  background: url(../image/module/m_link_outlink.svg) no-repeat center;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
  transition: all 0.3s linear;
}

.m-unique04_list {
  display: flex;
  margin-top: 15px;
}
.m-unique04_list i {
  width: 54px;
}
@media screen and (max-width: 767.9px) {
  .m-unique04_list i {
    width: 48px;
  }
}
.m-unique04_list i + i {
  margin-left: 8px;
}

.m-unique05_list {
  margin: 30px 0;
}
.m-unique05_list dt, .m-unique05_list dd {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.m-unique05_list dt {
  font-weight: 500;
  width: 130px;
  margin-right: 10px;
  flex-shrink: 0;
}
.m-unique05_wrap {
  position: relative;
  display: flex;
  padding-bottom: 20px;
}
.m-unique05_wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -9px;
  background-image: radial-gradient(#B5B7BE 12%, transparent 12%);
  background-size: 18px 18px;
  width: 100%;
  height: 18px;
}
.m-unique05_wrap:nth-of-type(n+2) {
  padding-top: 20px;
}

/*******************/
.m-flex-column {
  display: flex;
  flex-direction: column;
}

/*************************************/
.header {
  width: 100%;
  /* SPメニュー */
}
.header_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition-property: top;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 980.9px) {
  .header_menu {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
.header_inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  box-shadow: 0 4px 16px rgba(67, 67, 67, 0.12);
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 980.9px) {
  .header_inner {
    border-radius: 10px;
  }
}
@media screen and (min-width: 980.9px) and (max-width: 1350px) {
  .header_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 980px) {
  .header_inner {
    padding: 0 0 0 20px;
    height: 58px;
    box-shadow: 4px 4px 12px rgba(77, 77, 77, 0.06);
    position: relative;
  }
}
.header_logo {
  max-width: 300px;
  width: 100%;
  padding: 20px 0;
  flex-shrink: 0;
}
.header_logo.eng {
  padding: 6px 0;
}
@media screen and (max-width: 980px) {
  .header_logo.eng {
    padding: 16px 0;
  }
}
@media screen and (max-width: 980px) {
  .header_logo {
    max-width: 200px;
    padding: 16px 0;
  }
}
.header_logo > a {
  display: block;
}
.header_logo > a .pc_view-logo {
  display: none;
}
@media screen and (min-width: 980.9px) {
  .header_logo > a .pc_view-logo {
    display: block;
  }
}
.header_logo > a .sp_view-logo {
  display: none;
}
@media screen and (max-width: 980px) {
  .header_logo > a .sp_view-logo {
    display: block;
  }
}
.header_nav {
  margin: 2px 0 0 auto;
}
@media screen and (max-width: 980px) {
  .header_nav_menuTop {
    display: none;
  }
}
.header_nav_menuTop_list {
  display: flex;
  justify-content: flex-end;
}
.header_nav_menuTop_list > li:not(:first-child) {
  margin-left: 40px;
}
@media screen and (min-width: 980.9px) and (max-width: 1350px) {
  .header_nav_menuTop_list > li {
    margin-left: 20px;
  }
}
.header_nav_menuTop_list > li > a {
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 980.9px) and (max-width: 1350px) {
  .header_nav_menuTop_list > li > a {
    font-size: 12px;
  }
}
.header_nav_english {
  background: url(../image/common/english_icon.png) no-repeat left center/14px;
  padding-left: 19px;
  transition-property: background-image, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header_nav_contact {
  background: url(../image/common/mail_icon.png) no-repeat left center/14px;
  padding-left: 19px;
  transition-property: background-image, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header_nav_search {
  background: url(../image/common/search_icon.png) no-repeat left center/14px;
  padding-left: 19px;
  transition-property: background-image, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .header_nav_menu_inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 10px rgba(61, 61, 61, 0.1);
    padding: 100px 20px 0;
    overflow-y: scroll;
    z-index: -1;
    transform: translateY(-100%);
  }
  .header_nav_menu_inner.open {
    transform: translateY(0);
  }
}
.header_nav_menu_list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 980px) {
  .header_nav_menu_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
}
.header_nav_menu_list > li {
  margin-left: 30px;
}
@media screen and (min-width: 980.9px) and (max-width: 1350px) {
  .header_nav_menu_list > li {
    margin-left: calc(5px + 30 * (100vw - 980px) / 370);
    margin-left: 15px;
  }
}
@media screen and (max-width: 980px) {
  .header_nav_menu_list > li {
    position: relative;
    margin-left: 0;
  }
}
@media screen and (min-width: 980.9px) {
  .header_nav_menu_item {
    padding: 5px 0 20px;
  }
  .header_nav_menu_item:hover .header_nav_menu_under {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  .header_nav_menu_ttl {
    display: block;
    border-bottom: 1px solid #bbb;
  }
}
.header_nav_menu_ttl > a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 980.9px) and (max-width: 1350px) {
  .header_nav_menu_ttl > a {
    font-size: 11px;
    font-size: clamp(10px, 10px + 4 * (100vw - 980px) / 320, 14px);
  }
}
@media screen and (max-width: 980px) {
  .header_nav_menu_ttl > a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.68;
    letter-spacing: 0.03em;
    margin-right: 50px;
    padding: 15px 0;
  }
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  .header_nav_menu_ttl > a.eng {
    font-size: 12px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1150px) {
  .header_nav_menu_ttl > a.eng .h_br {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .header_nav_menu_cross {
    position: absolute;
    top: 17px;
    right: 4px;
    width: 25px;
    height: 25px;
  }
  .header_nav_menu_cross::before, .header_nav_menu_cross::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #9EA2AD;
    width: 12px;
    height: 1px;
  }
  .header_nav_menu_cross::after {
    transform: rotate(90deg);
    transition: transform 0.3s linear;
  }
  .header_nav_menu_cross.open::after {
    transform: rotate(0deg);
  }
}
.header_nav_menu_under {
  background-color: #fff;
}
@media screen and (min-width: 980.9px) {
  .header_nav_menu_under {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 60px 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }
  .header_nav_menu_under.verSearch {
    padding: 72px 0 109px;
  }
  .header_nav_menu_under.verSearch .inner {
    position: relative;
  }
}
@media screen and (max-width: 980px) {
  .header_nav_menu_under {
    display: none;
  }
  .header_nav_menu_under .inner {
    position: relative;
    padding: 0 0 0 20px;
  }
}
.header_nav_menu_under_ttl {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778em;
  letter-spacing: 0.03em;
  color: #1868D3;
  margin-bottom: 25px;
}
.header_nav_menu_under_ttl.color-black {
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.04em;
  color: #434343;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .header_nav_menu_under_ttl.color-black {
    font-size: 16px;
    line-height: 1.125em;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
  }
}
.header_nav_menu_under_ttl:hover .header_nav_menu_under_circle::after {
  opacity: 1;
}
.header_nav_menu_under_circle {
  position: relative;
  bottom: 0.1em;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-left: 15px;
  vertical-align: middle;
}
.header_nav_menu_under_circle::before, .header_nav_menu_under_circle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header_nav_menu_under_circle::before {
  background: url(../image/common/header_nav_circle.svg) no-repeat center;
}
.header_nav_menu_under_circle::after {
  background: url(../image/common/header_nav_circle_hov.svg) no-repeat center;
  opacity: 0;
}
@media screen and (min-width: 980.9px) {
  .header_nav_menu_under_list {
    display: flex;
    flex-wrap: wrap;
  }
  .header_nav_menu_under_list > li {
    width: 21.67%;
    margin-right: 4.44%;
  }
  .header_nav_menu_under_list > li:nth-child(4n) {
    margin-right: 0;
  }
  .header_nav_menu_under_list > li > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-size: clamp(12px, 12px + 4 * (100vw - 1000px) / 200, 16px);
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #434343;
    padding: 12px 20px 12px 0;
    border-bottom: 1px solid #ddd;
    height: 100%;
    position: relative;
  }
  .header_nav_menu_under_list > li > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    border-top: 1px solid #9FA2AC;
    border-right: 1px solid #9FA2AC;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
  }
  .header_nav_menu_under_list.verSearch {
    justify-content: space-between;
    width: 47.75%;
  }
  .header_nav_menu_under_list.verSearch > li:nth-child(n) {
    width: 45.37%;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .header_nav_menu_under_list > li > a {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.032em;
    display: block;
    color: #434343;
    padding: 19px 20px 21px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .header_nav_menu_under_list > li > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    border-top: 1px solid #9FA2AC;
    border-right: 1px solid #9FA2AC;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin: auto 0;
  }
}
.header_nav_menu_under_list > li > a.header-ex-link::after {
  border: none;
  transform: none;
  background: url(../image/common/external_link.png) no-repeat center/12px;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 980px) {
  .header_nav_menu_under_list > li > a.header-ex-link::after {
    right: 10px;
  }
}
@media screen and (min-width: 980.9px) {
  .header_nav_menu_under_search {
    position: absolute;
    top: 5px;
    right: 37px;
    width: 44.2%;
  }
}
@media screen and (max-width: 980px) {
  .header_nav_menu_under_search {
    width: 100%;
    margin: 30px 0;
  }
}
.header_nav_menu_under_search_list {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .header_nav_menu_under_search_list {
    flex-direction: column;
  }
  .header_nav_menu_under_search_list span br {
    display: none;
  }
}
.header_nav_menu_under_search_list > li {
  width: 33%;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 980px) {
  .header_nav_menu_under_search_list > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .header_nav_menu_under_search_list > li:nth-child(1) {
    order: 2;
  }
  .header_nav_menu_under_search_list > li:nth-child(2) {
    order: 1;
  }
  .header_nav_menu_under_search_list > li:nth-child(3) {
    order: 3;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980.9px) {
  .header_nav_menu_under_search_list > li + li {
    margin-left: 40px;
  }
}
.header_nav_menu_under_search_list > li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: clamp(12px, 12px + 4 * (100vw - 1000px) / 200, 16px);
  line-height: 1.6875em;
  color: #434343;
  border: 1px solid #9FA2AC;
  border-radius: 40px 40px 0;
  width: 100%;
  height: 100%;
  padding: 52px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 980px) {
  .header_nav_menu_under_search_list > li > a {
    font-size: 14px;
    padding: 10.5px 0;
  }
}
.header_nav_menu_under_search_list > li > a .arrow_icon {
  position: relative;
  display: inline-block;
  background: url(../image/common/header_nav_search_arrow.svg) no-repeat center;
  width: 15px;
  height: 7px;
  margin-left: 5px;
  transition-property: background-image;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header_nav_menu_under_search_list > li > a .link_icon {
  display: inline-block;
  background: url(../image/common/header_nav_search_link.svg) no-repeat center;
  width: 13px;
  height: 13px;
  margin-left: 7px;
  transition-property: background-image;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header_nav_menu_under_search_list > li > a:hover {
  color: #1868D3;
  border-color: #1868D3;
}
.header_nav_menu_under_search_list > li > a:hover .arrow_icon {
  background-image: url(../image/common/header_nav_search_arrow_hov.svg);
}
.header_nav_menu_under_search_list > li > a:hover .link_icon {
  background-image: url(../image/common/header_nav_search_link_hov.svg);
}
.header_search_box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 60px 0;
  box-shadow: 0 0 10px rgba(67, 67, 67, 0.12);
  transform: scaleY(0);
  transform-origin: center top;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 980px) {
  .header_search_box {
    padding: 60px 0 70px;
  }
}
.header_search_box.open {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.header_search_form {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px 50px 0;
  border: 1px solid #B5B7BE;
  max-width: 1000px;
  width: 90%;
}
.header_search_input {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  width: 100%;
  margin: 0 auto;
  padding: 22px 80px 22px 40px;
}
@media screen and (max-width: 980px) {
  .header_search_input {
    padding: 16px 70px 16px 20px;
  }
}
.header_search_input::placeholder {
  color: #B4B7BF;
}
.header_search_btn {
  background: url(../image/common/search_icon.png) no-repeat center/26px;
  width: 74px;
  height: 32px;
  cursor: pointer;
  border-left: 1px solid #B5B7BE;
}
@media screen and (max-width: 980px) {
  .header_search_btn {
    right: 20px;
  }
}
.header_search_close {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: #B4B7BF;
  margin-top: 40px;
  padding-right: 21px;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .header_search_close {
    margin-top: 30px;
  }
}
.header_search_close::before, .header_search_close::after {
  position: absolute;
  top: 52%;
  right: 5px;
  content: "";
  display: block;
  width: 10px;
  border-top: 1px solid #B5B7BE;
}
.header_search_close::before {
  transform: skewY(-45deg);
}
.header_search_close::after {
  transform: skewY(45deg);
}
.header_sp_nav {
  display: none;
}
@media screen and (max-width: 980px) {
  .header_sp_nav {
    display: flex;
    height: 100%;
    /* ハンバーガーメニュー */
  }
  .header_sp_nav_menu {
    display: block;
    background: #1868D3;
    width: 61px;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }
  .header_sp_nav_search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    cursor: pointer;
  }
  .header_sp_nav_search > img {
    width: 28px;
  }
  .header_sp_nav .humberger {
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    /* open */
  }
  .header_sp_nav .humberger-line, .header_sp_nav .humberger-line::before, .header_sp_nav .humberger-line::after {
    background: #fff;
    border-radius: 20px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .header_sp_nav .humberger-line {
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
  }
  .header_sp_nav .humberger-line::before, .header_sp_nav .humberger-line::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .header_sp_nav .humberger-line::before {
    transform: translateY(-9px);
  }
  .header_sp_nav .humberger-line::after {
    transform: translateY(9px);
  }
  .header_sp_nav .humberger-line.open {
    background: transparent;
  }
  .header_sp_nav .humberger-line.open::before {
    transform: rotate(135deg);
  }
  .header_sp_nav .humberger-line.open::after {
    transform: rotate(-135deg);
  }
}

.sp-mode .header_nav_menu_inner {
  transition: transform 0.8s ease;
}

/*** TOPぺージ時のヘッダー ***/
@media screen and (min-width: 980.9px) {
  .toppage .header_logo {
    max-width: 372px;
    background-color: #fff;
    padding-left: 40px;
  }
}
@media screen and (min-width: 980.9px) and (min-width: 980.9px) and (max-width: 1100px) {
  .toppage .header_logo {
    max-width: 360px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 980.9px) {
  .toppage .header_logo.eng {
    padding: 2px 0;
  }
  .toppage .header_inner {
    padding-left: 0;
  }
  .toppage .header_menu {
    top: 0;
    left: 0;
    right: 0;
  }
  .toppage .header_menu:not(.is-fixed):not(:hover) {
    color: #fff;
  }
  .toppage .header_menu:not(.is-fixed):not(:hover) .header_nav_english {
    background-image: url(../image/common/english_icon_white.svg);
  }
  .toppage .header_menu:not(.is-fixed):not(:hover) .header_nav_contact {
    background-image: url(../image/common/mail_icon_white.svg);
  }
  .toppage .header_menu:not(.is-fixed):not(:hover) .header_nav_search {
    background-image: url(../image/common/search_icon_white.svg);
  }
  .toppage .header_menu:not(.is-fixed):not(:hover) .header_inner {
    background-color: transparent;
    box-shadow: none;
  }
}
.footer {
  background-color: #fff;
}
.footer_container {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .footer_container {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .footer_top {
    display: block;
    margin-bottom: 30px;
  }
}
.footer_logo {
  max-width: 370px;
  width: 100%;
  margin-bottom: 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .footer_logo {
    max-width: 270px;
    margin: 0 auto 30px;
  }
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .footer_nav {
    flex-direction: column;
  }
}
.footer_nav_col {
  width: calc((100% - 200px) / 5);
  margin-right: 50px;
}
.footer_nav_col:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .footer_nav_col {
    width: calc((100% - 100px) / 5);
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999.9px) {
  .footer_nav_col {
    width: calc((100% - 100px) / 3);
  }
  .footer_nav_col:nth-of-type(3) {
    margin-right: 0;
  }
  .footer_nav_col:nth-last-of-type(-n+2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer_nav_col {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_nav_wrap:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer_nav_wrap {
    position: relative;
  }
  .footer_nav_wrap.active .footer_nav_list {
    display: block !important;
  }
}
.footer_nav_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  color: #222;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .footer_nav_cross {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 25px;
    height: 25px;
  }
  .footer_nav_cross::before, .footer_nav_cross::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #9EA2AD;
    width: 12px;
    height: 1px;
  }
  .footer_nav_cross::after {
    transform: rotate(90deg);
    transition: transform 0.3s linear;
  }
  .footer_nav_cross.open::after {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px) {
  .footer_nav_list {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767.9px) {
  .footer_nav_list {
    display: none;
  }
}
.footer_nav_item {
  line-height: 1.4em;
  letter-spacing: 0.032em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .footer_nav_item:not(.top) {
    position: relative;
    padding-left: 11px;
  }
  .footer_nav_item:not(.top)::before {
    content: "";
    position: absolute;
    top: 0.5em;
    right: auto;
    bottom: auto;
    left: 0;
    background-color: #1868D3;
    border-radius: 50%;
    width: 5px;
    height: 5px;
  }
  .footer_nav_item + .footer_nav_item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer_nav_item:last-child {
    margin-bottom: 30px;
  }
}
.footer_nav_item.top {
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .footer_nav_item.top {
    font-weight: 500;
  }
}
.footer_nav_item > a {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .footer_nav_item > a {
    position: relative;
    margin-left: 20px;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #ddd;
  }
  .footer_nav_item > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin: auto 0;
  }
}
.footer_nav_eng-link {
  background: url(../image/common/english_icon.png) no-repeat left center/14px;
  margin-top: 40px;
  padding-left: 19px;
}
@media screen and (max-width: 767.9px) {
  .footer_nav_eng-link {
    margin-top: 25px;
  }
}
.footer_lower {
  font-weight: 500;
  line-height: 1.4285714286em;
  letter-spacing: 0.032em;
  color: #fff;
  background-color: #1868D3;
  padding: 26px 0;
}
@media screen and (max-width: 767.9px) {
  .footer_lower {
    padding: 19px 0 21px;
  }
}
@media screen and (min-width: 768px) {
  .footer_lower_wrap {
    display: flex;
    justify-content: space-between;
  }
}
.footer_lower_list {
  display: flex;
  justify-content: center;
}
.footer_lower_item {
  margin-right: 40px;
}
@media screen and (max-width: 767.9px) {
  .footer_lower_copyright {
    text-align: center;
    margin-top: 6px;
  }
}

/**************************************************
***  pagetop
**************************************************/
#pagetop a {
  position: fixed;
  bottom: 70px;
  right: 50px;
  background: url(../image/common/pagetop.svg) no-repeat center/44px;
  width: 45px;
  height: 45px;
  z-index: 99;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
#pagetop a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767.9px) {
  #pagetop a {
    display: none;
  }
}

.cmn_search_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px 50px 0;
  border: 1px solid #B5B7BE;
  max-width: 450px;
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 767.9px) {
  .cmn_search_form {
    max-width: 320px;
    margin: 0 auto;
  }
}
.cmn_search_input {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  padding: 15px 20px 15px 40px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .cmn_search_input {
    padding: 15px 20px 15px 20px;
  }
}
.cmn_search_input::placeholder {
  color: #B4B7BF;
}
.cmn_search_submit {
  border-left: 1px solid #B5B7BE;
  background: url(../image/common/search_icon.png) no-repeat right 20px center/23px;
  width: 61px;
  height: 32px;
  flex-shrink: 0;
}/*# sourceMappingURL=style.css.map */