@charset "UTF-8";
.mod_faq dl dt, a {
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.mod_faq dl dt:hover, a:hover {
  opacity: 0.6;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background: #fff;
  line-height: 1.7;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

.l-wrap, #mod_fixbtn .inner {
  max-width: 580px;
  margin: 0 auto;
  box-shadow: 0 0 200px rgba(97, 97, 97, 0.12);
}

.inner {
  margin: 0 auto;
  max-width: 680px;
  padding: 0 6.15%;
}

.inner--narrow {
  padding: 0 4%;
}

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

.img, .img--R {
  margin: 0 auto;
  display: block;
}
.img.limit, .limit.img--R {
  max-width: 430px;
}

.img--R {
  border-radius: 13px;
  overflow: hidden;
}

a {
  display: inline-block;
  color: #0e54c4;
  text-decoration: underline;
}

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
p small {
  display: inline-block;
  line-height: 1.5;
  color: #5c5c5c;
  letter-spacing: 0.01em;
}
p strong {
  font-weight: 700;
}
p a {
  display: inline-block;
  margin: 0 0.2em;
}
p.blue {
  color: #09357d;
}

.elm_col-red {
  color: #d9310d;
}

.elm_h1,
.elm_h2,
.elm_h3,
.elm_h4,
.elm_h5,
.elm_h6,
.elm_h7,
.elm_h8,
.elm_h9,
.elm_h10 {
  font-weight: 700;
}
.elm_h1 small,
.elm_h2 small,
.elm_h3 small,
.elm_h4 small,
.elm_h5 small,
.elm_h6 small,
.elm_h7 small,
.elm_h8 small,
.elm_h9 small,
.elm_h10 small {
  display: inline-block;
}
.elm_h1 span,
.elm_h1 strong,
.elm_h2 span,
.elm_h2 strong,
.elm_h3 span,
.elm_h3 strong,
.elm_h4 span,
.elm_h4 strong,
.elm_h5 span,
.elm_h5 strong,
.elm_h6 span,
.elm_h6 strong,
.elm_h7 span,
.elm_h7 strong,
.elm_h8 span,
.elm_h8 strong,
.elm_h9 span,
.elm_h9 strong,
.elm_h10 span,
.elm_h10 strong {
  display: block;
  line-height: 1.2;
}

.elm_h1 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.elm_h1 span {
  font-size: 32px;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  color: #0e54c4;
}
.elm_h1 span.small {
  font-size: 26px;
}
.elm_h1 small {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.elm_h1 small.fukidasi {
  color: #0e54c4;
  background: #fed829;
  border-radius: 100px;
  padding: 0.5em 1em 0.6em;
  margin-bottom: 1.6em;
}
.elm_h1 small.fukidasi:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #fed829;
  border-bottom: 0;
  position: absolute;
  bottom: -15px;
  left: 43%;
  transform: rotate(26deg);
}
.elm_h1.has_bg--moja {
  background: url("../images/accent/moja.png") no-repeat center bottom -0.8em;
  background-size: 100% auto;
}

.elm_h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.elm_h2 span {
  font-size: 26px;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  color: #0e54c4;
}
.elm_h2 small {
  font-size: 12px;
}
.elm_h2.has_ico--coin:before, .elm_h2.has_ico--safe:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
.elm_h2.has_ico--coin:before {
  background-image: url("../images/icons/coin.png");
}
.elm_h2.has_ico--safe:before {
  background-image: url("../images/icons/safe.png");
}

.elm_h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.elm_h3 span {
  font-size: 17px;
  line-height: 1.5;
}
.elm_h3 small {
  font-size: 14px;
}
.elm_h3.has--underLine span {
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding-bottom: 0.4em;
}

.elm_h4 {
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
}
.elm_h4 span {
  font-size: 26px;
  line-height: 1.6;
}
.elm_h4 small {
  font-size: 16px;
  line-height: 1.6;
  display: block;
}
.elm_h4 strong {
  font-size: 46px;
  position: relative;
  display: inline-block;
}
.elm_h4 strong:before {
  content: "";
  display: block;
  background: #fed829;
  width: 100%;
  height: 6px;
  border-radius: 15px;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.elm_h5 {
  text-align: center;
  margin-bottom: 1rem;
  color: #3c75d0;
}
.elm_h5 span {
  font-size: 15px;
  line-height: 1.6;
}

.elm_h6 {
  margin-bottom: 2rem;
}
.elm_h6 span {
  font-size: 14px;
  line-height: 1.6;
}

.elm_h7 {
  text-align: center;
  margin-bottom: 2rem;
}
.elm_h7 span {
  font-size: 25px;
  color: #3c75d0;
}
.elm_h7 small {
  font-size: 10px;
  letter-spacing: 0.7em;
}

.elm_h8 {
  margin-bottom: 1em;
  position: relative;
}
.elm_h8 span {
  line-height: 1.3;
  font-size: 14px;
  padding-left: 1.4em;
}
.elm_h8:before, .elm_h8:after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #000;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  left: 0;
}
.elm_h8:before {
  background: #3c75d0;
}
.elm_h8:after {
  background: #fed829;
  top: 6px;
  left: 4px;
}

.elm_h9 {
  font-weight: 800;
  margin-bottom: 0.6em;
}

.elm_h10 {
  margin-bottom: 1.67em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: normal;
}

.elm_center {
  text-align: center;
}

.elm_left {
  text-align: left;
}

.elm_chui {
  display: block;
  margin-top: 4px;
  line-height: 1.5;
}

.elm_spacer--denki {
  background: url("../images/icons/mmd.png") no-repeat center center;
  background-size: 70px;
  height: 100px;
  margin-bottom: 1.3em;
}

.elm_spacer--arrow {
  background: url("../images/icons/arrow.png") no-repeat center center;
  background-size: 70px;
  height: 100px;
  margin-bottom: -0.6em;
}

.elm_label {
  background: #3c75d0;
  color: #fff;
  font-weight: 700;
  padding: 0.7em 2em;
  border: 2px solid #fff;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
}

.elm_hr--obake {
  border: none;
  margin: 2em 0;
  display: block;
}

.elm_hr--line {
  border: none;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
  margin: 2em 0;
  display: block;
}
.elm_hr--line.slim {
  margin: 1em 0;
}

.elm_hukidashi--upper {
  background: #fed829;
  border-radius: 13px;
  padding: 1.3rem;
  font-weight: 700;
  font-size: 14px;
  max-width: 400px;
  margin: 1.5em auto 1em;
  text-align: center;
  position: relative;
}
.elm_hukidashi--upper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fed829;
  border-top: 0;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.elm_hukidashi--upper span {
  font-size: 18px;
  line-height: 1.4;
  margin: 0.1em 0 0.5em;
  display: inline-block;
}
.elm_hukidashi--upper small {
  font-weight: 500;
}

.elm_has--bg1 {
  background: rgba(225, 237, 251, 0.8);
}

.elm_has--bg2 {
  background: #f4f9ff;
}

.elm_link--text {
  text-align: left;
  display: block;
  padding: 1.2em 2em 1.2em 1.2em;
  color: #333;
  text-decoration: none;
  background: url("../images/icons/arrow_b_r.png") no-repeat right 1rem center;
  background-size: 1.1em;
  background-color: #fff;
  border-radius: 13px;
  font-size: 13px;
  border: 1px solid #dbdbdb;
}

.elm_link--text2 {
  display: inline-block;
  text-align: center;
  display: block;
  padding: 1.6em 1em;
  color: #333;
  text-decoration: ungerline;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.elm_link--text2:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/icons/arrow_b_u.png") no-repeat center center;
  background-size: 1em;
  margin-left: 0.5em;
  margin-bottom: -2.5px;
}

.elm_cvBtn a {
  margin: 0.75em 0;
  display: block;
  text-decoration: none;
  background: #52a8b3;
  padding: 1.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 150px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 4px 0px rgba(159, 159, 159, 0.5);
  vertical-align: middle;
}
.elm_cvBtn a span {
  padding-right: 2em;
  line-height: 1;
  background-image: url("../images/arrow_bl_r.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1em;
}

.elm_box--white {
  background: #fff;
  border-radius: 13px;
  padding: 2rem 0.7rem;
}

.elm_box--blueLine {
  background: #fff;
  border-radius: 13px;
  border: 1px solid #3c75d0;
  padding: 1rem 0.7rem 1.5rem;
}

.elm_box--bgc {
  background: #f4f9ff;
  border-radius: 13px;
  padding: 1.3rem 0.8125rem 1.5rem;
}

#s_intro {
  padding-top: 0;
  padding-bottom: 2em;
  text-align: center;
}
#s_intro .seg {
  margin: 2.5rem 0;
}
#s_intro .mod_faq {
  text-align: left;
}

#s_thinking {
  padding-bottom: 0;
}
#s_thinking .img, #s_thinking .img--R {
  margin-bottom: -2px;
}

.mod_thinking h2 {
  margin-bottom: 0;
}

#s_about {
  background: #4ea1f4;
  padding-top: 0;
}
#s_about .mod_faq {
  margin-bottom: 2rem;
  margin-top: -1em;
}
#s_about .elm_threeColumn li:first-child p, #s_about .elm_threeColumn li:last-child p {
  margin-top: 1.2em;
}

.mod_about .mod_about--head {
  padding-top: 2rem;
  background: url("../images/accent/bigzero.png") no-repeat center center;
  background-size: auto 100%;
}
.mod_about .mod_about--head h1 {
  position: relative;
  padding-bottom: 2rem;
}
.mod_about .mod_about--head h1 strong {
  transform: translateX(-10%);
}
.mod_about .mod_about--head h1:after {
  content: "";
  display: block;
  width: 210px;
  height: 210px;
  background: url("../images/accent/human_wey.png") no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  bottom: -6rem;
  right: -1.55em;
}
@media screen and (min-width: 769px) {
  .mod_about .mod_about--head h1 {
    padding-bottom: 5rem;
  }
  .mod_about .mod_about--head h1 strong {
    font-size: 56px;
  }
  .mod_about .mod_about--head h1:after {
    content: "";
    display: block;
    width: 260px;
    height: 260px;
    background: url("../images/accent/human_wey.png") no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    bottom: -4rem;
    right: -1.55em;
  }
}

.elm_threeColumn {
  position: relative;
  display: flex;
  gap: 10px;
  margin: 3rem auto 0;
  max-width: 500px;
  z-index: 1;
}
.elm_threeColumn li {
  flex: 1;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 1rem;
  line-height: 1.4;
}
.elm_threeColumn li .img, .elm_threeColumn li .img--R {
  max-width: 100px;
  margin-top: -40px;
  margin-bottom: 0.6em;
}

.elm_threeColumn li,
.mod_point {
  text-align: center;
  background: #fff;
  border-radius: 13px;
  border: 2px solid #0e54c4;
  box-shadow: 3px 3px 0 #0e54c4;
}

.mod_point {
  padding: 1rem;
  padding-top: 0.9rem;
  position: relative;
  font-size: 13px;
  margin-bottom: 2rem;
}
.mod_point .elm_label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod_point .mod_point-head {
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 1rem;
}
.mod_point .mod_point-head h2 {
  margin: 0;
  padding: 1.7rem 0;
}
.mod_point .mod_point-head h2 span {
  line-height: 1.5;
}
.mod_point .mod_point-body {
  text-align: center;
}
.mod_point .mod_point-body .elm_alignLeft {
  text-align: left;
}
.mod_point .mod_point-body .elm_bigTxt {
  font-weight: 600;
  color: #0e54c4;
  font-size: 0.8rem;
  font-size: 130%;
}
.mod_point .mod_point-body .elm_bigTxt span {
  display: inline-block;
  font-size: 150%;
  font-weight: 800;
  margin: 0 0.2em;
}
.mod_point .mod_point-body .elm_bigTxt small {
  display: inline-block;
  color: #0e54c4;
  font-size: 12px;
}
.mod_point .mod_point-body .mod_table-style04 tfoot {
  opacity: 1;
}
.mod_point .mod_point-body .mod_table-style04 tfoot .elm_alignLeft {
  opacity: 0.6;
}

.mod_userdata {
  background: #fff;
  padding: 0.3em;
  border-radius: 13px;
  border: 2px dashed #fed829;
}
.mod_userdata .mod_userdata-head {
  background: #fed829;
  border-radius: 9px 9px 0 0;
  position: relative;
}
.mod_userdata .mod_userdata-head:before {
  content: "";
  display: block;
  width: 100px;
  height: 48px;
  background: url("../images/accent/hkds.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5%, -50%);
}
.mod_userdata .mod_userdata-head h3 {
  margin-bottom: 0;
  padding: 1em;
  color: #3c75d0;
}
.mod_userdata .mod_userdata-body {
  font-size: 13px;
  padding: 1.7rem;
}
@media screen and (max-width: 769px) {
  .mod_userdata .mod_userdata-body {
    padding: 1.2rem;
  }
}
.mod_userdata .mod_userdata-body h4 {
  margin-bottom: 0.8em;
}
.mod_userdata .mod_dataList {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.mod_userdata .mod_dataList li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3em;
  font-weight: 700;
  background-image: url("../images/accent/dot_g.png");
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 18px;
}
.mod_userdata .mod_dataList li span {
  display: inline-block;
  background: #fff;
}
.mod_userdata .mod_dataList li span:first-child {
  padding-right: 0.5em;
}
.mod_userdata .mod_dataList li span:last-child {
  padding-left: 0.5em;
}
.mod_userdata .mod_dataList li.color {
  color: #3c75d0;
  background-image: url("../images/accent/dot_b.png");
}
.mod_userdata .mod_userdata-foot {
  padding: 1.2rem;
  background: #fffae5;
  border-radius: 0 0 9px 9px;
  position: relative;
}
.mod_userdata .mod_userdata-ending {
  font-size: 13px;
  background: #fff;
  padding: 1rem;
  border-radius: 9px;
  padding-left: 21%;
}
@media screen and (min-width: 769px) {
  .mod_userdata .mod_userdata-ending {
    padding-left: 25%;
  }
}
.mod_userdata .mod_userdata-ending:after {
  content: "";
  display: block;
  background: url("../images/accent/human_mini.png") no-repeat left top;
  background-size: cover;
  width: 27%;
  height: 100px;
  position: absolute;
  bottom: -0.4em;
  left: -1.8em;
}
@media screen and (min-width: 769px) {
  .mod_userdata .mod_userdata-ending:after {
    width: 30%;
    height: 135px;
    position: absolute;
    bottom: -0.4em;
    left: -1em;
  }
}
.mod_userdata .mod_userdata-ending p {
  text-align: left;
}
.mod_userdata .mod_userdata-ending p small {
  color: #333;
}
.mod_userdata .mod_userdata-ending p span {
  color: #0e54c4;
}
.mod_userdata .mod_userdata-ending.withImage {
  padding: 1rem 0.5rem;
  padding-left: 0.5rem;
}
.mod_userdata .mod_userdata-ending.withImage p {
  text-align: center;
}
.mod_userdata .mod_userdata-ending.withImage .image {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mod_userdata .mod_userdata-ending.withImage {
    padding: 1.5rem;
    padding-left: 1.5rem;
  }
}

#s_flow {
  background: #e1edfb;
}

.mod_flow h2 {
  margin-bottom: 0.5em;
}
.mod_flow h2 span {
  color: #3c75d0;
  text-align: left;
  line-height: 1.2;
}
.mod_flow dl {
  background: #fff;
  border-radius: 13px;
  margin-bottom: 1em;
  padding: 0.4em;
  display: grid;
  grid-template-columns: 1fr 8fr;
}
.mod_flow dl:last-child {
  margin-bottom: 0;
}
.mod_flow dl:last-child dt:after {
  content: none;
}
.mod_flow dl dt,
.mod_flow dl dd {
  padding: 1em;
  text-align: center;
}
.mod_flow dl dt {
  font-size: 17px;
  color: #3c75d0;
  background: rgba(225, 237, 251, 0.5);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mod_flow dl dt:after {
  content: "";
  display: block;
  width: 5px;
  height: 1em;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: -1.3em;
  left: 50%;
  transform: translateX(-50%);
}
.mod_flow dl dd {
  text-align: left;
}
.mod_flow dl dd p {
  font-size: 13px;
}

#s_faq {
  background: #e1edfb;
}
#s_faq h2 {
  text-align: left;
  margin-bottom: 0.7em;
  font-weight: 500;
}

.mod_faq dl {
  background: #fff;
  border-radius: 13px;
  padding: 0 1rem;
  margin-bottom: 0.7rem;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.mod_faq dl:last-child {
  margin-bottom: 0;
}
.mod_faq dl.highlight {
  background: #fffdf4;
  border: 1px solid #fee15c;
}
.mod_faq dl dt {
  font-size: 14px;
  padding: 1rem 1.6rem 1rem 2.3rem;
  background-size: 28px, 1rem;
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/q.png"), url("../images/icons/arrow_y_d.png");
}
.mod_faq dl dt.active {
  background-image: url("../images/icons/q.png"), url("../images/icons/arrow_y_u.png");
}
.mod_faq dl dd {
  border-top: 1px dashed #dbdbdb;
  font-size: 13px;
  padding: 1rem 0 1rem 2.3rem;
  background-size: 28px;
  position: relative;
}
.mod_faq dl dd:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/icons/a.png");
  position: absolute;
  top: 1em;
  left: 0.1em;
}
.mod_faq dl dd p {
  margin-bottom: 1em;
}
.mod_faq dl dd p:last-child {
  margin-bottom: 0;
}
.mod_faq .seg {
  margin-bottom: 2.6rem;
}
.mod_faq .seg:last-child {
  margin-bottom: 0;
}

#s_info {
  background: #fff;
}
#s_info h1 {
  text-align: center;
}

.mod_info {
  font-size: 13px;
  line-height: 1.5;
}
.mod_info .seg {
  margin-bottom: 2.6em;
}
.mod_info .seg:last-child {
  margin-bottom: 0;
}

.mod_info--list {
  font-feature-settings: normal;
}
.mod_info--list li {
  padding-left: 1em;
  text-indent: -1em;
}
.mod_info--list li:before {
  content: "・";
}

.mod_info--link {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.mod_info--link li {
  border-bottom: 1px dashed #dbdbdb;
}
.mod_info--link li:last-child {
  border-bottom: none;
}
.mod_info--link li a {
  display: block;
  padding: 1.6em 2em 1.6em 0;
  color: #333;
  text-decoration: none;
  background: url("../images/icons/arrow_b_r.png") no-repeat right 6px center;
  background-size: 1.1em;
}
.mod_info--link li a.pdf {
  background: url("../images/icons/pdf.png") no-repeat right center;
  background-size: 2em;
}
.mod_info--link.small {
  border: none;
  border-radius: 9px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.mod_info--link.small li {
  border-bottom: 1px solid #dbdbdb;
}
.mod_info--link.small li:last-child {
  border-bottom: none;
}
.mod_info--link.small a {
  font-size: 12px;
  display: block;
  padding: 1em 2.7em 1em 1.2em;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  background-image: url("../images/icons/arrow_b_r.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 1.1em;
  line-height: 1.4;
}
.mod_info--link.small a.pdf {
  background-color: #fff;
  background-image: url("../images/icons/pdf.png");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 2em;
}

#s_contact {
  padding-top: 2em;
  padding-bottom: 0.5em;
}
#s_contact h1 {
  text-align: center;
  margin-bottom: 1em;
}

.mod_cvArea {
  padding: 2.667em 0 3.2em;
  background: #fff;
  text-align: center;
}
.mod_cvArea .elm_cvCach {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  position: relative;
}
.mod_cvArea .elm_cvCach:before, .mod_cvArea .elm_cvCach:after {
  content: "";
  width: 6px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 8px;
}
.mod_cvArea .elm_cvCach:before {
  transform: translateX(-1.125rem);
  background-image: url("../images/accent_l.png");
}
.mod_cvArea .elm_cvCach:after {
  transform: translateX(0.75rem);
  background-image: url("../images/accent_r.png");
}
.mod_cvArea .elm_cvBtn {
  max-width: 375px;
  margin: 0 auto;
}
.mod_cvArea .elm_cvAnchor {
  text-align: center;
}
.mod_cvArea .elm_cvAnchor a {
  display: block;
  min-height: 16px;
  color: #333;
  font-size: 11px;
  text-decoration: underline;
  letter-spacing: 0.08em;
}
.mod_cvArea .elm_cvAnchor a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/arrow_d2.png") no-repeat center center;
  background-size: contain;
  margin-left: 0.5em;
  margin-bottom: -0.25em;
}

#mod_fixbtn {
  z-index: 200;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
}
#mod_fixbtn.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
#mod_fixbtn .inner {
  box-shadow: none;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 580px) {
  #mod_fixbtn .inner {
    padding: 0.2em 0;
  }
}
#mod_fixbtn .elm_cvBtn {
  max-width: 375px;
  margin: 0 auto;
}

#mod_headLabel {
  background: #c7e3ff;
  color: #3c75d0;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  padding: 0.8em;
  line-height: 1;
  letter-spacing: 0.05em;
}

#auFoot {
  letter-spacing: 0;
  background: #f4f9ff !important;
}

.forSP {
  display: none;
}
@media screen and (max-width: 769px) {
  .forSP {
    display: inline;
  }
}

.forPC {
  display: inline;
}
@media screen and (max-width: 769px) {
  .forPC {
    display: none;
  }
}

#mod_hero {
  padding: 1rem 0;
}
#mod_hero h1 {
  margin-bottom: 0;
}

#mod_documents {
  padding-bottom: 1rem;
  line-height: 1.5;
}
#mod_documents .mod_section {
  padding: 2.3rem 0;
}
#mod_documents .elm_h8 span {
  font-size: 16px;
  font-weight: 500;
}
#mod_documents .elm_h6 {
  margin-bottom: 1em;
}
#mod_documents .documentsLead {
  font-size: 14px;
}
#mod_documents .mod_info {
  font-size: 11px;
  opacity: 0.7;
}

.mod_table, .mod_table-style04, .mod_table-style02, .mod_table-style01, .mod_table-style03 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 13px;
}
.mod_table th, .mod_table-style04 th, .mod_table-style02 th, .mod_table-style01 th, .mod_table-style03 th,
.mod_table td,
.mod_table-style04 td,
.mod_table-style02 td,
.mod_table-style01 td,
.mod_table-style03 td {
  padding: 1em 1.3em;
  line-height: 1.2;
  vertical-align: middle;
}
.mod_table .color-blue, .mod_table-style04 .color-blue, .mod_table-style02 .color-blue, .mod_table-style01 .color-blue, .mod_table-style03 .color-blue {
  color: #0e54c4;
  font-weight: 600;
}
.mod_table thead th, .mod_table-style04 thead th, .mod_table-style02 thead th, .mod_table-style01 thead th, .mod_table-style03 thead th {
  padding-top: 0;
  padding-bottom: 0.6em;
  font-size: 12px;
}
.mod_table tbody tr, .mod_table-style04 tbody tr, .mod_table-style02 tbody tr, .mod_table-style01 tbody tr, .mod_table-style03 tbody tr {
  background: #fff;
}
.mod_table tbody tr:first-child th, .mod_table-style04 tbody tr:first-child th, .mod_table-style02 tbody tr:first-child th, .mod_table-style01 tbody tr:first-child th, .mod_table-style03 tbody tr:first-child th {
  border-top-left-radius: 8px;
}
.mod_table tbody tr:first-child td, .mod_table-style04 tbody tr:first-child td, .mod_table-style02 tbody tr:first-child td, .mod_table-style01 tbody tr:first-child td, .mod_table-style03 tbody tr:first-child td {
  border-top-right-radius: 8px;
}
.mod_table tbody tr:last-child th, .mod_table-style04 tbody tr:last-child th, .mod_table-style02 tbody tr:last-child th, .mod_table-style01 tbody tr:last-child th, .mod_table-style03 tbody tr:last-child th {
  border-bottom: 1px solid #dbdbdb;
  border-bottom-left-radius: 8px;
}
.mod_table tbody tr:last-child td, .mod_table-style04 tbody tr:last-child td, .mod_table-style02 tbody tr:last-child td, .mod_table-style01 tbody tr:last-child td, .mod_table-style03 tbody tr:last-child td {
  border-bottom: 1px solid #dbdbdb;
  border-bottom-right-radius: 8px;
}
.mod_table tbody tr th, .mod_table-style04 tbody tr th, .mod_table-style02 tbody tr th, .mod_table-style01 tbody tr th, .mod_table-style03 tbody tr th,
.mod_table tbody tr td,
.mod_table-style04 tbody tr td,
.mod_table-style02 tbody tr td,
.mod_table-style01 tbody tr td,
.mod_table-style03 tbody tr td {
  border-bottom: none;
}
.mod_table tbody th, .mod_table-style04 tbody th, .mod_table-style02 tbody th, .mod_table-style01 tbody th, .mod_table-style03 tbody th,
.mod_table tbody td,
.mod_table-style04 tbody td,
.mod_table-style02 tbody td,
.mod_table-style01 tbody td,
.mod_table-style03 tbody td {
  border: 1px solid #dbdbdb;
}
.mod_table tbody th, .mod_table-style04 tbody th, .mod_table-style02 tbody th, .mod_table-style01 tbody th, .mod_table-style03 tbody th {
  border-right: none;
}
.mod_table tbody td, .mod_table-style04 tbody td, .mod_table-style02 tbody td, .mod_table-style01 tbody td, .mod_table-style03 tbody td {
  border-left: none;
}
.mod_table tfoot, .mod_table-style04 tfoot, .mod_table-style02 tfoot, .mod_table-style01 tfoot, .mod_table-style03 tfoot {
  opacity: 0.6;
  font-size: 11px;
}
.mod_table tfoot th, .mod_table-style04 tfoot th, .mod_table-style02 tfoot th, .mod_table-style01 tfoot th, .mod_table-style03 tfoot th,
.mod_table tfoot td,
.mod_table-style04 tfoot td,
.mod_table-style02 tfoot td,
.mod_table-style01 tfoot td,
.mod_table-style03 tfoot td {
  padding-left: 0.3em;
}

.mod_table-style01 thead th, .mod_table-style03 thead th {
  text-align: center;
}
.mod_table-style01 tbody th, .mod_table-style03 tbody th {
  background: rgba(219, 219, 219, 0.15);
}
.mod_table-style01 tbody td, .mod_table-style03 tbody td {
  text-align: center;
}

.mod_table-style02 thead th {
  padding-left: 0.3em;
}
.mod_table-style02 tbody th {
  position: relative;
}
.mod_table-style02 tbody th:after {
  content: "";
  display: block;
  width: 1.3em;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.mod_table-style02 tbody tr:first-child th:after, .mod_table-style02 tbody tr:last-child th:after {
  content: none;
}
.mod_table-style02 tbody td {
  text-align: right;
}

.mod_table-style03 tbody th {
  width: 35%;
  text-align: center;
  font-weight: 500;
}
.mod_table-style03 tbody td {
  text-align: left;
}
.mod_table-style03 tbody th,
.mod_table-style03 tbody td {
  vertical-align: middle;
}

.mod_table-style04 tbody th,
.mod_table-style04 tbody td {
  padding: 0.7em;
  line-height: 1.2;
  font-size: 90%;
}
.mod_table-style04 tbody tr:first-child th {
  border-radius: 0;
}
.mod_table-style04 tbody tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.mod_table-style04 tbody tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.mod_table-style04 tbody tr:first-child td {
  border-radius: 0;
}
.mod_table-style04 tbody tr:last-child th,
.mod_table-style04 tbody tr:last-child td {
  border-radius: 0;
}
.mod_table-style04 tbody tr:last-child th:first-child,
.mod_table-style04 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.mod_table-style04 tbody tr:last-child th:last-child,
.mod_table-style04 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.mod_table-style04 tbody tr th,
.mod_table-style04 tbody tr td {
  text-align: center;
  font-weight: 500;
  border: none;
  border-top: 1px solid #dbdbdb;
}
.mod_table-style04 tbody tr th:first-child,
.mod_table-style04 tbody tr td:first-child {
  border-left: 1px solid #dbdbdb;
}
.mod_table-style04 tbody tr th:last-child,
.mod_table-style04 tbody tr td:last-child {
  background: rgba(219, 219, 219, 0.15);
  border-right: 1px solid #dbdbdb;
}

.elm_disLink {
  pointer-events: none;
  color: #333;
  text-decoration: none;
}

.mod_call {
  padding: 2em 1em 2.2em;
  background: #fff;
  border-radius: 9px;
  text-align: center;
  line-height: 1;
  color: #111;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #eee;
  width: 100%;
  position: relative;
}

.mod_call a {
  text-decoration: none;
}

.mod_call span {
  display: inline-block;
}

.mod_call .body {
  margin-top: 0.8em;
  display: flex;
  justify-content: center;
}

.mod_call .foot {
  margin-top: 0.1em;
}

.mod_call .title {
  font-weight: 700;
  color: #18185c;
  font-size: 1em;
}

.mod_call .fcmark {
  width: 2.2em;
  height: 100%;
  margin-right: 0.5em;
  transform: translateY(13%);
}

@media screen and (max-width: 769px) {
  .mod_call .fcmark {
    width: 9vw;
  }
}
.mod_call .fcmark svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mod_call .number {
  color: #111;
  font-size: 2.65em;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.mod_call .number span {
  transform: translateY(-10%);
}

@media screen and (max-width: 769px) {
  .mod_call .number {
    font-size: 10vw;
  }
}
.mod_call .callex {
  font-size: 0.7em;
  opacity: 0.6;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 769px) {
  .mod_call .callex {
    font-size: 3vw;
  }
}
.mod_call.small {
  padding: 1.5em 1em 1.6em;
}

.mod_call.small .fcmark {
  height: 1.8em;
  transform: translateY(17%);
}

@media screen and (max-width: 769px) {
  .mod_call.small .fcmark {
    width: 7vw;
  }
}
.mod_call.small .number {
  font-size: 2.65em;
}

@media screen and (max-width: 769px) {
  .mod_call.small .number {
    font-size: 8vw;
  }
}
.mod_call.small .callex {
  font-size: 0.7em;
}

@media screen and (max-width: 769px) {
  .mod_call.small .callex {
    font-size: 2.5vw;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 920px;
}

.modal-content iframe {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}

.close {
  position: absolute;
  top: -44px;
  right: 0px;
  font-size: 24px;
  width: 44px;
  height: 44px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 600px) {
  .modal-content {
    position: relative;
    width: 96%;
  }
  .modal-content iframe {
    aspect-ratio: 16/9;
    border-radius: 4px;
  }
}
#bottom_notes {
  padding: 23px 0;
  background: #fff;
  line-height: 1.417;
  font-size: 12px;
}

#pankuz {
  padding: 0.75rem 0;
}
#pankuz .elm_pankuzList {
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
}
#pankuz .elm_pankuzList li:not(:first-child)::before {
  padding: 0 0.4em;
  content: "/";
}
#pankuz .elm_pankuzList a {
  text-decoration: none;
  color: currentColor;
}

.mod_cvArea {
  padding: 2.667em 0 3.2em;
  background: #fff;
  text-align: center;
}
.mod_cvArea .elm_cvCach {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  position: relative;
}
.mod_cvArea .elm_cvCach:before, .mod_cvArea .elm_cvCach:after {
  content: "";
  width: 6px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 8px;
}
.mod_cvArea .elm_cvCach:before {
  transform: translateX(-1.125rem);
  background-image: url("../images/accent_l.png");
}
.mod_cvArea .elm_cvCach:after {
  transform: translateX(0.75rem);
  background-image: url("../images/accent_r.png");
}
.mod_cvArea .elm_cvAnchor {
  text-align: center;
}
.mod_cvArea .elm_cvAnchor a {
  display: block;
  min-height: 16px;
  color: #333;
  font-size: 11px;
  text-decoration: underline;
  letter-spacing: 0.08em;
}
.mod_cvArea .elm_cvAnchor a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/arrow_d2.png") no-repeat center center;
  background-size: contain;
  margin-left: 0.5em;
  margin-bottom: -0.25em;
}

.l-footer {
  background: #fff;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}
.l-footer a {
  display: inline-block;
  width: 250px;
}
.l-footer a img {
  width: 100%;
  height: auto;
}
.l-footer small {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.3;
  display: block;
  margin-top: 1rem;
}

.l-header .hdInner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 64px;
  padding-right: 64px;
  background: #fff;
}
.l-header .elm_hdLogo {
  padding: 0 16px;
}
.l-header .elm_hdLogo img {
  max-width: 301px;
  height: auto;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: calc(50% - 290px);
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 20px 15px 15px;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 580px) {
  .hamburger-menu {
    right: 0;
  }
}
.hamburger-menu:hover {
  background-color: #f0f0f0;
}
.hamburger-menu .hamburger-button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 12px;
  padding: 0;
  transition: background-color 0.3s ease;
}
.hamburger-menu .hamburger-button .hamburger-button-line {
  display: block;
  width: 32px;
  height: 1px;
  background-color: #333;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.hamburger-menu .hamburger-button .hamburger-button-line:first-child {
  transform: translateY(-3.5px) rotate(0);
}
.hamburger-menu .hamburger-button .hamburger-button-line:last-child {
  transform: translateY(3.5px) rotate(0);
}
.hamburger-menu.is-active .hamburger-button-line:first-child {
  transform: translateY(0) rotate(20.5deg);
}
.hamburger-menu.is-active .hamburger-button-line:last-child {
  transform: translateY(0) rotate(-20.5deg);
}
.hamburger-menu .hamburger-button-text {
  margin-top: 4px;
  line-height: 1.45;
  font-size: 11px;
  font-weight: 700;
  color: #333;
}

.gnav {
  height: 100%;
  max-width: 580px;
  margin-inline: auto;
  overflow-y: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
}
.gnav-container .gnav {
  padding-top: 88px;
  padding-bottom: 120px;
  background: #52a8b3;
}
.gnav .gnav-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
  line-height: 1.44;
}
.gnav .gnav-title .shoulder {
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.gnav .gnav-title .main {
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.gnav .gnav-list {
  font-size: 16px;
}
.gnav .gnav-list li {
  border-bottom: 1px solid #fff;
}
.gnav .gnav-list li.gnav-list-plan {
  border-bottom-width: 0;
}
.gnav .gnav-list li:not(:last-child) {
  margin-bottom: 12px;
}
.gnav .gnav-list a {
  display: block;
  padding: 16px 0;
  background: url("../images/arrow_bl_r.png") no-repeat right 6px center;
  background-size: 1.1em;
  color: currentColor;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.gnav .gnav-list a:hover {
  opacity: 0.6;
}
.gnav .gnav-list-children {
  padding-left: 20px;
}
.gnav .gnav-list-heading {
  margin: 28px 0 12px;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.gnav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%);
  transition: transform 0.4s ease, visibility 0.5s, opacity 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.gnav-container.is-active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.footer-nav {
  padding-top: 24px;
  padding-bottom: 30px;
  background: url("../images/fnav_bg.jpg") no-repeat center top/cover;
}
.footer-nav .elm_pagetop {
  display: block;
  width: 68px;
  margin: 30px 16px 0 auto;
}

.mod_planShoulder {
  margin: 0.25rem 0 1.25rem;
  text-align: center;
  line-height: 1.458;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.05em;
  letter-spacing: normal;
}

.mod_planHeader {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
.mod_planHeader .elm_planHeading {
  text-align: center;
  line-height: 1.444;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.mod_planHeader .elm_planHeading span {
  margin-right: 5px;
  font-size: 24px;
}
.mod_planHeader .elm_notes {
  margin-top: 12px;
  line-height: 1.25;
  font-size: 12px;
}

#areas {
  padding-top: 3rem;
}
#areas .tabList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 2.5rem;
}
#areas .tabList .tab {
  width: calc(50% - 6px);
  padding: 19px;
  border: 1px solid #bababa;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
#areas .tabList .tab:hover {
  opacity: 0.6;
}
#areas .tabList .tab.active {
  padding: 18px;
  border-color: #52a8b3;
  border-width: 2px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
#areas .tabContentWrapper .tabContent {
  display: none;
}
#areas .tabContentWrapper .tabContent.show {
  display: block;
}
#areas .tabContentWrapper section {
  padding: 2rem 0;
}