@charset "UTF-8";

body,
dd,
dl,
dt,
figure,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  padding: 0
}

h2,
h3,
h4 {
  font-size: 100%;
  font-weight: normal
}

table,
tbody,
td,
th,
tr {
  border: none
}

table th {
  text-align: left;
  font-weight: normal
}

table {
  border-collapse: collapse
}

ol,
ul {
  list-style: none
}

a {
  text-decoration: none
}

a img {
  border: none
}

img {
  vertical-align: bottom
}

figure,
footer,
header,
main,
section,
small {
  display: block
}

@font-face {
  font-family: "Noto Sans JP Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-display: swap
}

@font-face {
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansCJKjp-Bold.otf") format("opentype");
  font-display: swap
}

@font-face {
  font-family: "Noto Sans JP Black";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansCJKjp-Black.otf") format("opentype");
  font-display: swap
}

@font-face {
  font-family: "Noto Sans JP Thin";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansCJKjp-Thin.otf") format("opentype");
  font-display: swap
}

.modBpPc {
  display: inherit
}

@media screen and (max-width:768px) {
  .modBpPc {
    display: none
  }
}

.modBpSp {
  display: none
}

@media screen and (max-width:768px) {
  .modBpSp {
    display: inherit
  }
}

@media screen and (min-width:769px) {
  .modSection {
    margin: 120px 0 0
  }
}

@media screen and (max-width:768px) {
  .modSection {
    margin: 100px 0 0
  }
}

@media screen and (min-width:769px) {
  .modSection__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px
  }
}

@media screen and (max-width:768px) {
  .modSection__inner {
    padding: 0 20px
  }

  .modSection__inner .modBtnArea {
    margin-left: 0;
    margin-right: 0
  }

  .modSection__inner .modSlider {
    margin-right: -30px
  }

  .modSection__inner .modSlider .controller {
    padding-right: 30px
  }
}

@media screen and (min-width:769px) {
  .modSection+.modSection--color {
    margin-top: 80px
  }
}

@media screen and (max-width:768px) {
  .modSection+.modSection--color {
    margin-top: 60px
  }
}

@media screen and (min-width:769px) {
  .modSection+.modApply {
    margin-top: 120px
  }
}

.modSection--color {
  background: #f3f5f6
}

@media screen and (min-width:769px) {
  .modSection--color {
    padding: 80px 0 120px
  }
}

@media screen and (max-width:768px) {
  .modSection--color {
    padding: 60px 0
  }
}

@media screen and (min-width:769px) {
  .modSection--color .modHeadingLine--center {
    margin-top: -80px
  }
}

@media screen and (max-width:768px) {
  .modSection--color .modHeadingLine--center {
    margin-top: -60px
  }
}

.modSection--color {
  background: #f3f5f6
}

.modSection--color+.modSection--color.modSection--top {
  margin-top: 0
}

.modSection--top {
  margin-top: 0
}

@media screen and (min-width:769px) {
  .modSubSection {
    margin: 80px 0 0
  }
}

@media screen and (max-width:768px) {
  .modSubSection {
    margin: 60px 0 0
  }
}

@media screen and (min-width:769px) {
  .modSubSection__item {
    margin: 36px 0 0
  }
}

@media screen and (max-width:768px) {
  .modSubSection__item {
    margin: 45px 0 0
  }
}

.modHeadingPageTitle {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(/assets/img/common/bg_heading.png) no-repeat right top #eaeff6;
  background-size: cover
}

@media screen and (min-width:769px) {
  .modHeadingPageTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 212px;
    margin: 0 0 80px;
    padding: 50px 30px
  }
}

@media screen and (max-width:768px) {
  .modHeadingPageTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 105px;
    margin: 0 0 60px
  }
}

.modHeadingPageTitle__inner {
  position: relative;
  z-index: 1
}

@media screen and (min-width:769px) {
  .modHeadingPageTitle__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
  }
}

@media screen and (max-width:768px) {
  .modHeadingPageTitle__inner {
    padding: 32px 20px
  }
}

.modHeadingPageTitle--item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #eaeff6), to(#ffffff));
  background: linear-gradient(to bottom, #eaeff6 60%, #ffffff 100%)
}

@media screen and (min-width:769px) {
  .modHeadingPageTitle--item {
    margin-bottom: 0;
    padding-bottom: 80px
  }
}

@media screen and (max-width:768px) {
  .modHeadingPageTitle--item .modHeadingPageTitle__inner {
    padding: 19px 20px
  }
}

.modHeadingPageTitle--item .modHeadingPageTitle__kv:has(.modHeadingPageTitle__kv__anchorBtn) {
  position: relative
}

@media screen and (min-width:769px) {
  .modHeadingPageTitle--item .modNoteList {
    margin-left: 40px
  }
}

@media screen and (max-width:768px) {
  .modHeadingPageTitle--item .modNoteList {
    margin-left: 25px
  }
}

.modHeadingPageTitle--item .modContents {
  border: none
}

@media screen and (min-width:769px) {
  .modHeadingPageTitle--item .modContents {
    margin-top: 45px !important
  }
}

@media screen and (max-width:768px) {
  .modHeadingPageTitle--item .modContents {
    margin-top: 20px !important
  }
}

.modHeadingPageTitle--item .modApply {
  z-index: 1
}

@media screen and (min-width:769px) {
  .modHeadingPageTitle--item .modApply {
    width: 100%;
    margin-top: 34px !important
  }
}

.modHeadingDecoration {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP Bold";
  font-weight: 700
}

@media screen and (min-width:769px) {
  .modHeadingDecoration {
    margin: 0 0 40px;
    font-size: 28px
  }
}

@media screen and (max-width:768px) {
  .modHeadingDecoration {
    margin: 0 0 40px;
    font-size: 22px;
    line-height: 1.5
  }
}

.modHeadingDecoration:after {
  content: "";
  display: block;
  width: 70px;
  height: 10px;
  margin: 0 auto;
  background: url(/assets/img/common/ic_title.svg) no-repeat 0 0;
  background-size: 100%
}

@media screen and (min-width:769px) {
  .modHeadingDecoration:after {
    margin-top: 10px
  }
}

@media screen and (max-width:768px) {
  .modHeadingDecoration:after {
    margin-top: 12px
  }
}

.modHeadingLine {
  position: relative;
  border-top: 1px solid #ccc;
  font-family: "Noto Sans JP Bold";
  font-weight: 700
}

@media screen and (min-width:769px) {
  .modHeadingLine {
    margin: 0 0 40px;
    padding: 40px 0 0;
    font-size: 32px
  }
}

@media screen and (max-width:768px) {
  .modHeadingLine {
    margin: 0 0 30px;
    padding: 33px 0 0;
    font-size: 28px;
    line-height: 1.5
  }
}

.modHeadingLine:before {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #003e9d
}

@media screen and (min-width:769px) {
  .modHeadingLine:before {
    width: 60px
  }
}

@media screen and (max-width:768px) {
  .modHeadingLine:before {
    width: 50px
  }
}

.modHeadingLine--center {
  text-align: center
}

@media screen and (min-width:769px) {
  .modHeadingLine--center {
    padding-top: 60px;
    margin-bottom: 55px;
    font-size: 36px
  }
}

@media screen and (max-width:768px) {
  .modHeadingLine--center {
    margin-bottom: 34px;
    padding-top: 39px
  }
}

.modHeadingLine--center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width:769px) {
  .modHeadingLine--center:before {
    width: 400px
  }
}

@media screen and (max-width:768px) {
  .modHeadingLine--center:before {
    width: 150px
  }
}

@media screen and (min-width:769px) {
  .modHeadingLine+.modSection__inner .modSubSection:first-child {
    margin: 60px 0 0
  }
}

@media screen and (max-width:768px) {
  .modHeadingLine+.modSection__inner .modSubSection:first-child {
    margin: 40px 0 0
  }
}

.modHeadingItem {
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 20px;
  color: #003e9d;
  font-size: 20px
}

@media screen and (min-width:769px) {
  .modHeadingItem {
    margin: 0 0 13px
  }
}

@media screen and (max-width:768px) {
  .modHeadingItem {
    margin: 0 0 15px;
    line-height: 1.5
  }
}

[class^=modHeading]+* {
  margin-top: 0 !important
}

.modBtn {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  color: #fff;
  background: #003e9d
}

@media screen and (min-width:769px) {
  .modBtn {
    min-width: 554px;
    font-size: 18px;
    padding: 16px 30px
  }
}

@media screen and (max-width:768px) {
  .modBtn {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 24px 20px
  }
}

@media screen and (min-width:769px) {
  .modBtn:hover {
    color: #fff;
    background: #0070cf
  }
}

@media screen and (min-width:769px) {
  .modBtn:hover .modIconArrow {
    background-color: #fff
  }
}

.modBtn .modIconArrow {
  background: #fff
}

.modBtn .modIconArrow:after {
  border-color: #003e9d
}

@media screen and (min-width:769px) {
  .modBtn .modIconArrow:after {
    width: 6px;
    height: 6px
  }
}

@media screen and (min-width:769px) {
  .modBtn .modIconBlank {
    margin: 0 0 0 20px
  }
}

@media screen and (max-width:768px) {
  .modBtn .modIconBlank {
    margin: 0 0 0 10px
  }
}

@media screen and (min-width:769px) {
  .modBtn .modIconBlank02--large {
    margin: 0 0 -2px 20px
  }
}

@media screen and (max-width:768px) {
  .modBtn .modIconBlank02--large {
    margin: 0 0 -1px 10px
  }
}

.modBtnArea {
  text-align: center
}

@media screen and (min-width:769px) {
  .modBtnArea {
    margin: 50px 0 0
  }
}

@media screen and (max-width:768px) {
  .modBtnArea {
    margin: 30px 20px 0
  }
}

.modBtn--cv {
  background: #ec6d40;
  border: 2px solid #ec6d40
}

.modBtn--cv .modIconArrow:after {
  border-color: #ec6d40
}

@media screen and (min-width:769px) {
  .modBtn--cv:hover {
    color: #ec6d40;
    background-color: #fff
  }
}

@media screen and (min-width:769px) {
  .modBtn--cv:hover .modIconArrow {
    background-color: #ec6d40
  }

  .modBtn--cv:hover .modIconArrow:after {
    border-color: #fff
  }
}

.modIconArrow {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
  background: #003e9d
}

@media screen and (min-width:769px) {
  .modIconArrow {
    -wewbkit-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    width: 24px;
    height: 24px;
    margin: -3px 0 0 20px
  }
}

@media screen and (max-width:768px) {
  .modIconArrow {
    width: 18px;
    height: 18px;
    margin: -3px 0 0 10px
  }
}

.modIconArrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: -1px
}

@media screen and (min-width:769px) {
  .modIconArrow:after {
    width: 6px;
    height: 6px
  }
}

@media screen and (max-width:768px) {
  .modIconArrow:after {
    width: 4px;
    height: 4px
  }
}

@media screen and (min-width:769px) {
  .modIconArrow--left {
    margin: -3px 20px 0 0
  }
}

@media screen and (max-width:768px) {
  .modIconArrow--left {
    margin: -3px 10px 0 0
  }
}

.modIconArrow--small {
  width: 16px;
  height: 16px;
  margin: -2px 0 0 10px
}

.modIconArrow--small:after {
  width: 4px;
  height: 4px;
  border-width: 1px
}

.modIconArrow--smallLeft {
  width: 16px;
  height: 16px;
  margin: -2px 10px 0 0
}

.modIconArrow--smallLeft:after {
  width: 4px;
  height: 4px;
  border-width: 1px
}

@media screen and (min-width:769px) {
  a:hover .modIconArrow {
    background: #0070cf
  }
}

.modIconBlank {
  display: inline-block;
  vertical-align: -1px;
  background: url(/assets/img/common/ic_blank.svg) no-repeat 0 0;
  background-size: 100%
}

@media screen and (min-width:769px) {
  .modIconBlank {
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px
  }
}

@media screen and (max-width:768px) {
  .modIconBlank {
    width: 16px;
    height: 16px;
    margin: 0 0 0 8px
  }
}

.modIconBlank02 {
  display: inline-block;
  vertical-align: -1px;
  background-size: 100%;
  background: url(/assets/img/common/ic_blank02.svg) no-repeat 0 0
}

@media screen and (min-width:769px) {
  .modIconBlank02 {
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px
  }
}

@media screen and (max-width:768px) {
  .modIconBlank02 {
    width: 16px;
    height: 16px;
    margin: 0 0 0 8px
  }
}

@media screen and (min-width:769px) {
  .modIconBlank02--large {
    width: 20px;
    height: 20px
  }
}

.modIconBlank02--white {
  background: url(/assets/img/common/ic_blank02_white.svg) no-repeat 0 0
}

@media screen and (min-width:769px) {
  a:hover .modIconBlank {
    background-image: url(/assets/img/common/ic_blank_hover.svg)
  }
}

@media screen and (min-width:769px) {
  a:hover .modIconBlank02 {
    background-image: url(/assets/img/common/ic_blank02_hover.svg)
  }
}

@media screen and (min-width:769px) {
  a:hover .modIconBlank02--white {
    background: url(/assets/img/common/ic_blank02_white.svg) no-repeat 0 0
  }
}

.modIconAnchor {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 8px;
  background: url(/assets/img/common/ic_arrow_anchor.svg) no-repeat 50% 50%;
  background-size: contain
}

@media screen and (min-width:769px) {
  .modIconAnchor {
    margin: 0 0 0 10px
  }
}

@media screen and (max-width:768px) {
  .modIconAnchor {
    margin: 0 0 0 5px
  }
}

@media screen and (min-width:769px) {
  a:hover .modIconAnchor {
    background-image: url(/assets/img/common/ic_arrow_anchor_hover.svg)
  }
}

.modIconPdf {
  display: inline-block;
  vertical-align: -4px;
  width: 50px;
  height: 22px;
  background: url(/assets/img/common/ic_pdf.svg) no-repeat 0 0;
  background-size: 100%;
  margin: 0 0 0 10px
}

.modTextLink {
  margin: 15px 0 0
}

.modTextLink>a {
  display: inline-block;
  text-decoration: none !important;
  color: #333;
  font-family: "Noto Sans JP Bold";
  font-weight: 700
}

@media screen and (max-width:768px) {
  .modTextLink>a {
    font-size: 16px
  }
}

.modList>li {
  position: relative;
  padding: 0 0 0 20px
}

@media screen and (min-width:769px) {
  .modList>li {
    margin: 18px 0 0
  }
}

@media screen and (max-width:768px) {
  .modList>li {
    margin: 14px 0 0
  }
}

.modList>li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #003e9d;
  border-radius: 100%
}

@media screen and (min-width:769px) {
  .modCol2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 55px 0 0
  }
}

@media screen and (max-width:768px) {
  .modCol2 {
    margin: 60px 0 0
  }
}

@media screen and (min-width:769px) {
  .modCol2__item {
    width: 48%;
    margin: 20px 0 0
  }

  .modCol2__item:nth-child(-n+2) {
    margin-top: 0
  }

  .modCol2__item--small {
    width: 40%
  }

  .modCol2__item--large {
    width: 56%
  }
}

@media screen and (max-width:768px) {
  .modCol2__item+.modCol2__item {
    margin: 20px 0 0
  }
}

.modCol2__item__img {
  text-align: center
}

.modCol2__item__img>img {
  max-width: 100%;
  height: auto
}

@media screen and (min-width:769px) {
  .modOtherLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 -20px
  }
}

@media screen and (max-width:768px) {
  .modOtherLinkList {
    margin: 48px 0 0
  }
}

@media screen and (min-width:769px) {
  .modOtherLinkList__item {
    width: calc(50% - 20px);
    margin: 22px 0 0 20px
  }

  .modOtherLinkList__item:nth-child(-n+2) {
    margin-top: 0
  }
}

@media screen and (max-width:768px) {
  .modOtherLinkList__item {
    margin: 16px 0 0
  }
}

.modOtherLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff
}

@media screen and (min-width:769px) {
  .modOtherLink {
    min-height: 100px;
    padding: 18px 20px 18px 26px
  }
}

@media screen and (max-width:768px) {
  .modOtherLink {
    min-height: 88px;
    padding: 10px 20px 8px 19px
  }
}

@media screen and (min-width:769px) {
  .modOtherLink:hover {
    border: 1px solid #0070cf
  }
}

.modOtherLink__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%
}

.modOtherLink__text__main {
  font-family: "Noto Sans JP Bold";
  font-weight: 700
}

@media screen and (min-width:769px) {
  .modOtherLink__text__main {
    font-size: 24px
  }
}

@media screen and (max-width:768px) {
  .modOtherLink__text__main {
    font-size: 18px;
    line-height: 1.4
  }
}

.modOtherLink__text__main .shoulder {
  display: block
}

@media screen and (min-width:769px) {
  .modOtherLink__text__main .shoulder {
    font-size: 16px
  }
}

@media screen and (max-width:768px) {
  .modOtherLink__text__main .shoulder {
    font-size: 13px;
    margin: 0 0 5px
  }
}

@media screen and (min-width:769px) {
  .modSlider__tabBox {
    margin: 40px 0 0
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox {
    margin: 20px 0 0
  }
}

.modSlider__tabBox .item {
  overflow: hidden;
  display: none
}

.modSlider__tabBox .item.on {
  display: block
}

.modSlider__tabBox .item__slider .list__item {
  height: auto
}

.modSlider__tabBox .item__slider .list__item>a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 6px
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item>a {
    -wewbkit-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    padding: 0 0 55px
  }

  .modSlider__tabBox .item__slider .list__item>a:hover {
    color: #333
  }

  .modSlider__tabBox .item__slider .list__item>a:hover:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-width: 2px;
    border-color: #0070cf
  }

  .modSlider__tabBox .item__slider .list__item>a:hover .itemText {
    color: #0070cf
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item>a {
    padding: 0 0 55px
  }
}

.modSlider__tabBox .item__slider .list__item>a:after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  -wewbkit-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out
}

.modSlider__tabBox .item__slider .list__item>a>.modIconArrow {
  position: absolute;
  margin: 0;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item>a>.modIconArrow {
    width: 24px;
    height: 24px
  }
}

.modSlider__tabBox .item__slider .list__item .itemImg {
  font-size: 0
}

.modSlider__tabBox .item__slider .list__item .itemImg>img {
  width: 100%;
  height: auto
}

.modSlider__tabBox .item__slider .list__item .itemText {
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  color: #333;
  line-height: 1.7
}

@media screen and (min-width:769px) {
  .modSlider__tabBox .item__slider .list__item .itemText {
    -wewbkit-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    padding: 30px 20px 0
  }
}

@media screen and (max-width:768px) {
  .modSlider__tabBox .item__slider .list__item .itemText {
    padding: 20px 20px 0
  }
}

.modAccordion__item {
  overflow: hidden;
  border-radius: 6px;
  border: 2px solid #ccc;
  color: #3c4042
}

@media screen and (min-width:769px) {
  .modAccordion__item:not(:first-child) {
    margin: 20px 0 0
  }
}

@media screen and (max-width:768px) {
  .modAccordion__item:not(:first-child) {
    margin: 15px 0 0
  }
}

.modAccordion__item.on {
  border-color: #003e9d
}

.modAccordion__item.on .modAccordion__item__title {
  color: #fff;
  background: #003e9d
}

.modAccordion__item.on .modAccordion__item__title:after {
  background-image: url(/assets/img/common/ic_minus_white.svg)
}

.modAccordion__item.on .modAccordion__item__title .q {
  color: #fff
}

.modAccordion__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
  background: #eaeff6;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out
}

@media screen and (min-width:769px) {
  .modAccordion__item__title {
    padding: 22px 32px;
    cursor: pointer
  }
}

@media screen and (max-width:768px) {
  .modAccordion__item__title {
    padding: 13px 20px
  }
}

.modAccordion__item__title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(/assets/img/common/ic_plus.svg) no-repeat 50% 50%;
  background-size: 100%
}

@media screen and (max-width:768px) {
  .modAccordion__item__title:after {
    margin-top: auto;
    margin-bottom: auto
  }
}

.modAccordion__item__title .q {
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  color: #003e9d;
  line-height: 1;
  font-size: 24px
}

@media screen and (min-width:769px) {
  .modAccordion__item__title .q {
    margin: 0 20px 0 0
  }
}

@media screen and (max-width:768px) {
  .modAccordion__item__title .q {
    margin: 2px 10px 0 0
  }
}

.modAccordion__item__title .text {
  width: 100%;
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  font-size: 18px
}

.modAccordion__item__content {
  display: none
}

.modAccordion__item__content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.8
}

@media screen and (min-width:769px) {
  .modAccordion__item__content .inner {
    padding: 18px 32px 24px
  }
}

@media screen and (max-width:768px) {
  .modAccordion__item__content .inner {
    padding: 18px 20px 24px
  }
}

.modAccordion__item__content .a {
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  color: #009c37;
  line-height: 1;
  font-size: 24px
}

@media screen and (min-width:769px) {
  .modAccordion__item__content .a {
    margin: 2px 20px 0 0
  }
}

@media screen and (max-width:768px) {
  .modAccordion__item__content .a {
    margin: 2px 10px 0 0
  }
}

@media screen and (min-width:769px) {
  .modAccordion__item__content .text {
    font-size: 16px
  }
}

@media screen and (max-width:768px) {
  .modAccordion__item__content .text {
    font-size: 14px
  }
}

.modTable {
  width: calc(100% + 2px);
  margin: -1px;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0
}

.modTable__wrapper {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ccc
}

@media screen and (min-width:769px) {
  .modTable__wrapper {
    margin: 40px 0 0
  }
}

@media screen and (max-width:768px) {
  .modTable__wrapper {
    margin: 30px 0 0
  }
}

@media screen and (max-width:768px) {
  .modTable colgroup {
    display: none
  }
}

.modTable td,
.modTable th {
  border: 1px solid #ccc;
  background: #fff
}

@media screen and (min-width:769px) {

  .modTable td,
  .modTable th {
    padding: 27px 40px;
    line-height: 1.5
  }
}

@media screen and (max-width:768px) {

  .modTable td,
  .modTable th {
    display: block;
    padding: 18px 20px 16px
  }

  .modTable th+* {
    border-top: none
  }
}

.modTable tbody th {
  font-family: "Noto Sans JP Bold";
  font-weight: 700
}

@media screen and (min-width:769px) {
  .modTable tbody th {
    color: #003e9d;
    background: #ebf0f7
  }
}

@media screen and (max-width:768px) {
  .modTable tbody th {
    padding: 12px 20px 9px;
    color: #fff;
    background: #00368f;
    border: none
  }

  .modTable tbody th.lightBlue {
    color: #003e9d;
    background: #ebf0f7
  }
}

.modApply {
  overflow: hidden;
  border: 2px solid #003e9d;
  border-top-width: 10px;
  border-radius: 6px
}

@media screen and (min-width:769px) {
  .modApply {
    max-width: 1000px;
    margin: 120px auto 0
  }
}

@media screen and (max-width:1150px) {
  .modApply {
    max-width: calc(100% - 60px)
  }
}

@media screen and (max-width:768px) {
  .modApply {
    max-width: 100%;
    margin: 100px 20px 0
  }
}

.modApply__inner {
  color: #333;
  background: #fff
}

@media screen and (min-width:769px) {
  .modApply__inner {
    padding: 46px 0 0
  }
}

@media screen and (max-width:768px) {
  .modApply__inner {
    padding: 30px 20px 0
  }
}

@media screen and (min-width:769px) {
  .modApply__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0;
    padding: 0 100px
  }
}

@media screen and (max-width:1150px) {
  .modApply__btn {
    padding: 0 30px
  }
}

@media screen and (max-width:768px) {
  .modApply__btn {
    font-size: 20px;
    padding: 0
  }
}

@media screen and (min-width:769px) {
  .modApply__btn .modBtn {
    min-width: 49%;
    font-size: 28px;
    padding: 16px 30px 14px
  }

  .modApply__btn .modBtn:only-child {
    width: 554px;
    margin: 0 auto
  }
}

@media screen and (max-width:1150px) {
  .modApply__btn .modBtn {
    font-size: 20px
  }
}

@media screen and (max-width:768px) {
  .modApply__btn .modBtn {
    font-size: 20px;
    padding: 15px 20px
  }
}

@media screen and (max-width:768px) {
  .modApply__btn--mTop {
    margin-top: 14px
  }
}

.modApply__tel {
  display: block
}

@media screen and (min-width:769px) {
  .modApply__tel {
    margin: 28px 0 0
  }
}

@media screen and (max-width:768px) {
  .modApply__tel {
    margin: 16px 0 0
  }
}

.modApply__tel__title {
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  color: #003e9d;
  text-align: center
}

@media screen and (min-width:769px) {
  .modApply__tel__title {
    font-size: 20px;
    margin: 0 0 10px
  }
}

@media screen and (max-width:768px) {
  .modApply__tel__title {
    font-size: 16px;
    margin: 0 0 10px
  }
}

.modApply__tel--top {
  margin-top: 0
}

.modApply .mobTelBox {
  border: none;
  padding: 0;
  background: none
}

@media screen and (min-width:769px) {
  .modApply .mobTelBox__inner .mobTelBox__number {
    width: auto;
    margin-top: 0
  }
}

@media screen and (max-width:1150px) {
  .modApply .mobTelBox__inner .mobTelBox__number {
    width: 100%
  }
}

@media screen and (min-width:769px) {
  .modApply+.footer {
    margin: 120px 0 0
  }
}

@media screen and (max-width:768px) {
  .modApply+.footer {
    margin: 100px 0 0
  }
}

@media screen and (min-width:769px) {
  .modApply--large {
    max-width: 1200px
  }
}

@media screen and (max-width:1150px) {
  .modApply--large {
    max-width: calc(100% - 60px)
  }
}

@media screen and (max-width:768px) {
  .modApply--large {
    max-width: 100%
  }
}

@media screen and (min-width:769px) {
  .modApply--large .modApply__inner {
    padding-top: 25px
  }
}

@media screen and (max-width:768px) {
  .modApply--large .modApply__inner {
    padding-top: 18px
  }
}

.modNoteList {
  font-size: 14px
}

@media screen and (min-width:769px) {
  .modNoteList {
    margin: 18px 0 0
  }
}

@media screen and (max-width:768px) {
  .modNoteList {
    margin: 10px 0 0
  }
}

.modNoteList>li {
  text-indent: -1.5rem;
  padding-left: 1.5rem
}

.mobTelBox {
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px
}

@media screen and (min-width:769px) {
  .mobTelBox {
    padding: 38px 0 40px
  }
}

@media screen and (max-width:768px) {
  .mobTelBox {
    padding: 29px 20px 30px
  }
}

@media screen and (min-width:769px) {
  .mobTelBox__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .mobTelBox__inner .mobTelBox__number {
    white-space: nowrap;
    padding: 0 3%
  }

  .mobTelBox__inner .mobTelBox__number:nth-child(-n+2) {
    margin-top: 0
  }
}

@media screen and (max-width:1150px) {
  .mobTelBox__inner .mobTelBox__number {
    width: 100%
  }

  .mobTelBox__inner .mobTelBox__number+.mobTelBox__number {
    margin-top: 18px
  }
}

.mobTelBox__number {
  position: relative;
  line-height: 1.3
}

@media screen and (min-width:769px) {
  .mobTelBox__number+.mobTelBox__number {
    margin: 17px 0 0
  }
}

@media screen and (max-width:768px) {
  .mobTelBox__number+.mobTelBox__number {
    margin: 18px 0 0
  }
}

.mobTelBox__number__inner[href^="tel:0120"] .number:before {
  background-image: url(/assets/img/common/ic_phone_free.svg)
}

@media screen and (min-width:769px) {
  .mobTelBox__number__inner[href^="tel:0120"] .number:before {
    width: 53px;
    margin: 0 5px 0 0
  }
}

@media screen and (max-width:768px) {
  .mobTelBox__number__inner[href^="tel:0120"] .number:before {
    width: 36px;
    height: 20.6px;
    margin: 0 5px 0 0;
    vertical-align: 0px
  }
}

@media screen and (min-width:769px) {
  .mobTelBox__number dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.mobTelBox__number .number {
  display: inline-block;
  font-family: "Noto Sans JP Bold";
  font-weight: 700
}

@media screen and (min-width:769px) {
  .mobTelBox__number .number {
    font-size: 36px;
    pointer-events: none
  }
}

@media screen and (max-width:768px) {
  .mobTelBox__number .number {
    font-size: 28px
  }
}

.mobTelBox__number .number:before {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  background-image: url(/assets/img/common/ic_phone_black.png);
  background-size: 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat
}

@media screen and (min-width:769px) {
  .mobTelBox__number .number:before {
    width: 25px;
    height: 30px;
    margin: 0 5px 0 0
  }
}

@media screen and (max-width:768px) {
  .mobTelBox__number .number:before {
    width: 20px;
    height: 24px;
    margin: 0 5px 0 0
  }
}

.mobTelBox__number .title {
  text-align: center;
  font-family: "Noto Sans JP Bold";
  font-weight: 700
}

@media screen and (min-width:769px) {
  .mobTelBox__number .title {
    width: 72px;
    margin: 5px 20px 0 0;
    padding: 9px 5px 8px;
    border: 1px solid #333;
    border-radius: 6px
  }
}

@media screen and (max-width:768px) {
  .mobTelBox__number .title {
    font-size: 14px;
    margin: 0 0 5px
  }
}

.mobTelBox__number .note {
  display: block;
  font-size: 14px
}

@media screen and (min-width:769px) {
  .mobTelBox__number .note {
    margin: 5px 0 0
  }
}

@media screen and (max-width:768px) {
  .mobTelBox__number .note {
    margin: 2px 0 0
  }
}

.mobTelBox__number__inner {
  display: block
}

@media screen and (min-width:769px) {
  .mobTelBox__number__inner {
    pointer-events: none
  }
}

@media screen and (max-width:768px) {
  .mobTelBox__number__inner {
    padding: 10px 20px;
    border: 1px solid #333;
    border-radius: 6px
  }
}

.modScrollArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  -wewbkit-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out
}

@media screen and (min-width:769px) {
  .modScrollArea {
    width: 47px;
    height: 75%;
    padding: 0 0 20px
  }
}

@media screen and (max-width:768px) {
  .modScrollArea {
    width: 75px;
    padding: 0 10px 10px
  }
}

.modScrollArea__item {
  margin: 0 0 10px;
  -wewbkit-transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out
}

@media screen and (min-width:769px) {
  .modScrollArea__item {
    background: #fff;
    border-radius: 6px 0 0 6px
  }
}

.modScrollArea__item>* {
  display: block;
  width: 100%;
  height: 100%
}

@media screen and (min-width:769px) {
  .modScrollArea__item>* {
    -wewbkit-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    cursor: pointer
  }

  .modScrollArea__item>:hover {
    opacity: 0.7
  }
}

.modScrollArea__item img {
  width: 100%;
  height: auto
}

.modScrollArea__item--top {
  border-radius: 100%;
  background: none
}

@media screen and (min-width:769px) {
  .modScrollArea__item--top {
    opacity: 0;
    margin-top: auto;
    position: relative;
    left: -20px
  }
}

@media screen and (max-width:768px) {
  .modScrollArea__item--top {
    opacity: 0.5
  }
}

.modScrollArea__item--top.scroll {
  opacity: 1
}

.modScrollArea__item--contents {
  opacity: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.2)
}

@media screen and (min-width:769px) {
  .modScrollArea__item--contents {
    width: 56px;
    margin-top: auto;
    margin-left: -30px
  }
}

.modScrollArea__item--contents.scroll {
  opacity: 1;
  -webkit-animation: contentsIcon 2s ease-out both;
  animation: contentsIcon 2s ease-out both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

@-webkit-keyframes contentsIcon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1)
  }

  10%,
  30%,
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1)
  }

  20%,
  40% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(0.95);
    transform: translateY(0px) scale(0.95)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1)
  }
}

@keyframes contentsIcon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1)
  }

  10%,
  30%,
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1)
  }

  20%,
  40% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(0.95);
    transform: translateY(0px) scale(0.95)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1)
  }
}

.modContents {
  border-radius: 6px;
  background: #fff;
  border: 4px solid #EAEFF6
}

@media screen and (min-width:769px) {
  .modContents {
    padding: 30px 40px
  }
}

@media screen and (max-width:768px) {
  .modContents {
    padding: 20px
  }
}

.modContents__title {
  position: relative;
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  color: #003e9d;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 10px
}

.modContents__title:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  width: 20px;
  height: 16px;
  margin: 0 10px 0 0;
  background: url(/assets/img/common/ic_contents.png) no-repeat 0 0;
  background-size: 100%
}

.modContents__anchor__item {
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  width: 100%;
  padding: 0 10px 0 0;
  border-bottom: 1px dashed #ccc
}

@media screen and (min-width:769px) {
  .modContents__anchor__item {
    padding: 15px 0
  }
}

@media screen and (max-width:768px) {
  .modContents__anchor__item {
    padding: 10px 0
  }
}

.modContents__anchor__item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modContents__anchor__item .modIconAnchor {
  margin-left: 0;
  min-width: 15px;
  width: 15px;
  height: 12px
}

@media screen and (min-width:769px) {
  .modContents__anchor__item .modIconAnchor {
    margin-top: 11px;
    margin-right: 12px
  }
}

@media screen and (max-width:768px) {
  .modContents__anchor__item .modIconAnchor {
    margin-top: 11px;
    margin-right: 10px
  }
}

@media screen and (min-width:769px) {
  .modContents--small {
    padding: 15px 40px
  }
}

@media screen and (max-width:768px) {
  .modContents--small {
    padding: 10px 20px 20px
  }
}

.modContents--small .modContents__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 13px 0 0
}

@media screen and (min-width:769px) {
  .modContents--small .modContents__anchor {
    gap: 0 50px
  }
}

.modContents--small .modContents__anchor__item {
  border-bottom: none;
  padding: 0
}

@media screen and (min-width:769px) {
  .modContents--small .modContents__anchor__item {
    width: auto;
    font-size: 18px
  }
}

@media screen and (max-width:1150px) {
  .modContents--small .modContents__anchor__item {
    width: 33.3333333333%
  }
}

@media screen and (max-width:768px) {
  .modContents--small .modContents__anchor__item {
    width: 50%;
    font-size: 16px;
    margin: 10px 0 0
  }

  .modContents--small .modContents__anchor__item:nth-child(-n+2) {
    margin-top: 0
  }
}

@media screen and (max-width:1150px) {
  .modContents--small .modContents__anchor__item:not(:first-child) {
    margin-left: 0
  }
}

@media screen and (min-width:769px) {
  .modReasonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
  }
}

.modReasonList__item {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc
}

@media screen and (min-width:769px) {
  .modReasonList__item {
    width: calc(33.3333333333% - 20px);
    margin: 20px 0 0 20px
  }

  .modReasonList__item:nth-child(-n+3) {
    margin-top: 0
  }
}

@media screen and (max-width:1150px) {
  .modReasonList__item {
    width: calc(50% - 20px)
  }

  .modReasonList__item:nth-child(3) {
    margin-top: 20px
  }
}

@media screen and (max-width:768px) {
  .modReasonList__item {
    width: 100%;
    margin: 27px 0 0
  }

  .modReasonList__item:first-child {
    margin-top: 0
  }
}

.modReasonList__item__title {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #003e9d;
  margin: -1px;
  border-radius: 6px 6px 0 0;
  padding: 0 30px 0 0;
  line-height: 1.5
}

@media screen and (min-width:769px) {
  .modReasonList__item__title {
    padding: 0 20px 0 0
  }
}

.modReasonList__item__title .number {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  line-height: 85px;
  font-size: 44px;
  text-align: center;
  background: #009c37;
  font-family: "Yantramanav", sans-serif
}

@media screen and (min-width:769px) {
  .modReasonList__item__title .number {
    margin: 0 30px 0 0
  }
}

@media screen and (max-width:768px) {
  .modReasonList__item__title .number {
    margin: 0 20px 0 0
  }
}

.modReasonList__item__title .title {
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  font-size: 20px
}

@media screen and (min-width:769px) {
  .modReasonList__item__box {
    padding: 40px 40px 48px
  }
}

@media screen and (max-width:768px) {
  .modReasonList__item__box {
    padding: 30px 30px 29px
  }
}

@media screen and (max-width:768px) {
  .modReasonList__item__box .img {
    margin: 0 -15px
  }
}

.modReasonList__item__box .img>img {
  width: 100%;
  height: auto
}

@media screen and (min-width:769px) {
  .modReasonList__item__box .text {
    margin: 30px 0 0
  }
}

@media screen and (max-width:768px) {
  .modReasonList__item__box .text {
    margin: 18px 0 0;
    line-height: 1.55
  }
}

.modReasonList__item__box .modNoteList {
  margin-top: 0
}

.modStepList__item {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px
}

@media screen and (min-width:769px) {
  .modStepList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 50px 0 0;
    padding: 40px 40px 38px
  }
}

@media screen and (max-width:768px) {
  .modStepList__item {
    margin: 60px 0 0;
    padding: 20px 20px 26px
  }
}

.modStepList__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/assets/img/common/ic_arrow_anchor.svg) no-repeat 0 0;
  background-size: 100%
}

@media screen and (min-width:769px) {
  .modStepList__item:not(:last-child):after {
    width: 22px;
    height: 18px;
    bottom: -32px
  }
}

@media screen and (max-width:768px) {
  .modStepList__item:not(:last-child):after {
    width: 26px;
    height: 25px;
    bottom: -47px
  }
}

.modStepList__item:first-child {
  margin-top: 0
}

.modStepList__item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 10px 0 0;
  color: #003e9d;
  border: 2px solid #003e9d;
  border-radius: 100%;
  line-height: 1;
  font-family: "Noto Sans JP Bold";
  font-weight: 700
}

@media screen and (min-width:769px) {
  .modStepList__item__number {
    width: 80px;
    height: 80px;
    font-size: 14px;
    margin: 60px 0 0
  }
}

@media screen and (max-width:768px) {
  .modStepList__item__number {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    font-size: 12px
  }
}

.modStepList__item__number>span {
  display: block;
  font-family: "Yantramanav", sans-serif
}

@media screen and (min-width:769px) {
  .modStepList__item__number>span {
    font-size: 38px
  }
}

@media screen and (max-width:768px) {
  .modStepList__item__number>span {
    font-size: 32px
  }
}

.modStepList__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  background: #EBF0F7;
  border-radius: 6px
}

@media screen and (min-width:769px) {
  .modStepList__item__img {
    width: 252px;
    margin: 0 40px
  }
}

@media screen and (max-width:768px) {
  .modStepList__item__img {
    margin: 20px 0
  }
}

.modStepList__item__img>img {
  max-width: 100%;
  height: auto
}

@media screen and (min-width:769px) {
  .modStepList__item__cont {
    width: calc(100% - 410px)
  }
}

.modStepList__item__cont .title {
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  color: #003e9d;
  font-size: 24px;
  margin: 0 0 10px
}

@media screen and (min-width:769px) {
  .modStepList__item__cont .section+.section {
    margin: 23px 0 0
  }
}

@media screen and (max-width:768px) {
  .modStepList__item__cont .section+.section {
    margin: 26px 0 0
  }
}

.modStepList__item__cont .section__title {
  font-family: "Noto Sans JP Bold";
  font-weight: 700;
  color: #003e9d;
  font-size: 20px
}

@media screen and (min-width:769px) {
  .modStepList__item__cont .section__title {
    margin: 0 0 6px
  }
}

@media screen and (max-width:768px) {
  .modStepList__item__cont .section__title {
    margin: 0 0 2px
  }
}

.swiper {
  overflow: hidden;
  opacity: 0
}

.swiper-initialized,
.swiper.slideOff {
  opacity: 1
}

.swiper .controller {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (min-width:769px) {
  .swiper .controller {
    width: 320px;
    margin: 33px auto 0
  }
}

@media screen and (max-width:768px) {
  .swiper .controller {
    width: 93%;
    margin: 23px auto 0
  }
}

@media screen and (min-width:769px) {
  .swiper .controller--large {
    width: 348px
  }
}

@media screen and (max-width:768px) {
  .swiper .controller--large .swiper-pagination {
    max-width: 200px
  }
}

.swiper .controller>* {
  position: static;
  width: auto
}

.swiper .controller .swiper-button-next,
.swiper .controller .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 100%;
  border: 2px solid #003e9d;
  background: #fff
}

@media screen and (min-width:769px) {

  .swiper .controller .swiper-button-next,
  .swiper .controller .swiper-button-prev {
    -wewbkit-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out
  }
}

@media screen and (min-width:769px) {

  .swiper .controller .swiper-button-next:hover,
  .swiper .controller .swiper-button-prev:hover {
    border: 2px solid #0070cf;
    background-color: #0070cf
  }
}

@media screen and (min-width:769px) {

  .swiper .controller .swiper-button-next:hover:before,
  .swiper .controller .swiper-button-prev:hover:before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
  }
}

.swiper .controller .swiper-button-next:after,
.swiper .controller .swiper-button-prev:after {
  display: none
}

.swiper .controller .swiper-button-next:before,
.swiper .controller .swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background-image: url(/assets/img/common/ic_arrow.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat
}

.swiper .controller .swiper-button-prev {
  margin-right: 14px
}

.swiper .controller .swiper-button-next {
  margin-left: 14px
}

.swiper .controller .swiper-button-next:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.swiper .controller .swiper-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.swiper .controller .swiper-pagination-bullet {
  height: 5px;
  border-radius: unset;
  background: #0b162a;
  opacity: 0.1
}

@media screen and (min-width:769px) {
  .swiper .controller .swiper-pagination-bullet {
    width: 40px
  }
}

@media screen and (max-width:768px) {
  .swiper .controller .swiper-pagination-bullet {
    width: 20px
  }
}

.swiper .controller .swiper-pagination-bullet-active {
  background: #003e9d;
  opacity: 1
}

.swiper .controller .swiper-pagination-bullet:nth-last-child(n+5),
.swiper .controller .swiper-pagination-bullet:nth-last-child(n+5)~.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 3px
}

@media screen and (max-width:768px) {
  .swiper.slideOff {
    padding: 0 30px 0 0
  }
}

.swiper.slideOff .controller {
  display: none
}

@media screen and (min-width:769px) {
  .swiper.slideOff .list__item {
    width: calc(25% - 15px);
    margin-right: 20px
  }
}

@media screen and (min-width:769px) {
  .modSection__inner--small .swiper {
    width: 115%
  }

  .modSection__inner--small .swiper .controller {
    width: calc(320px + 15%);
    padding-right: 15%
  }
}

@font-face {
  font-family: "WatanabeGaiji";
  src: url("/assets/fonts/watanabe_gaiji.eot?") format("eot"), url("/assets/fonts/watanabe_gaiji.woff2") format("woff2"), url("/assets/fonts/watanabe_gaiji.woff") format("woff")
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased
}

body {
  font-family: "Noto Sans JP Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  word-wrap: break-word;
  word-break: normal;
  overflow-wrap: break-word;
  font-size: 16px;
  font-size: 1.6rem
}

a {
  color: inherit
}

@media screen and (min-width:769px) {
  a {
    -wewbkit-transition: 0.15s ease-out;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out
  }

  a:hover {
    color: #0070cf
  }
}

.main {
  overflow: hidden
}

.header {
  position: relative;
  border-top: solid #003e9d
}

@media screen and (min-width:769px) {
  .header {
    border-top-width: 6px
  }
}

@media screen and (min-width:769px) {
  .header {
    border-top-width: 5px
  }
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  z-index: 105
}

@media screen and (min-width:769px) {
  .header__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 14px 20px 75px 40px
  }
}

@media screen and (max-width:768px) {
  .header__inner {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #e6e7e9
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__logo>a {
  display: block;
  font-size: 0
}

@media screen and (min-width:769px) {
  .header__logo__siteLogo {
    width: 340px
  }
}

@media screen and (max-width:1150px) {
  .header__logo__siteLogo {
    width: 228px
  }
}

.header__logo__siteLogo>img {
  width: 100%;
  height: auto;
  aspect-ratio: 300/35
}

@media screen and (min-width:769px) {
  .footer {
    margin: 120px 0 0
  }
}

@media screen and (max-width:1150px) {
  .footer {
    margin: 60px 0 0
  }
}

@media screen and (min-width:769px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 68px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 50px 30px 52px
  }
}

@media screen and (max-width:1150px) {
  .footer__inner {
    padding: 40px 0;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (min-width:769px) {
  .footer__logoArea {
    width: 380px
  }
}

@media screen and (max-width:1150px) {
  .footer__logoArea {
    text-align: center;
    width: 100%
  }
}

.footer__logoArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:1150px) {
  .footer__logoArea__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.footer__logoArea__inner>a {
  display: block;
  font-size: 0
}

@media screen and (min-width:769px) {
  .footer__logoArea__siteLogo {
    width: 360px
  }
}

@media screen and (max-width:1150px) {
  .footer__logoArea__siteLogo {
    width: 272px
  }
}

.footer__logoArea__siteLogo>img {
  width: 100%;
  height: auto
}

.footer__tradeName {
  font-size: 12px;
  color: #3e5a6c
}

@media screen and (max-width:1150px) {
  .footer__tradeName {
    text-align: center;
    line-height: 2;
    width: 100%;
    margin: 28px 0 0
  }
}

@media screen and (max-width:768px) {
  .footer__tradeName {
    margin: 17px 0 0
  }
}

.footer__note {
  font-family: "Noto Sans JP Bold";
  font-weight: 700
}

@media screen and (min-width:769px) {
  .footer__note {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.12em
  }
}

@media screen and (max-width:1150px) {
  .footer__note {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin: 22px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: center
  }
}

.footer__copyRight {
  color: #fff;
  border-top: solid #009c37;
  background: #003e9d;
  text-align: center
}

@media screen and (min-width:769px) {
  .footer__copyRight {
    border-top-width: 6px;
    padding: 20px
  }
}

@media screen and (max-width:1150px) {
  .footer__copyRight {
    padding: 10px;
    border-top-width: 4px;
    font-size: 10px
  }
}

@media print {
  @page {
    size: A3
  }
}