@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

cite {
  font-style: normal;
}

input, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font: inherit;
  line-height: 1;
  text-indent: 0;
  text-overflow: "";
  vertical-align: baseline;
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: both;
}

::-webkit-input-placeholder {
  font: inherit;
  color: #999;
}

::-moz-placeholder {
  font: inherit;
  color: #999;
}

:-ms-input-placeholder {
  font: inherit;
  color: #999;
}

::-ms-input-placeholder {
  font: inherit;
  color: #999;
}

::placeholder {
  font: inherit;
  color: #999;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1040px) {
  html {
    font-size: 0.9615384615vw;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  position: relative;
  direction: ltr;
  font-family: "Noto Sans JP", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック体", "YuGothic", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  color: #111;
  background-color: #D4EEFE;
}

.wholewrapper {
  padding-bottom: 0;
  background-image: url(../img/main_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}

.areas {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
.areas_in {
  margin: 0 1.9230769231%;
}

@media screen and (max-width: 600px) {
  .areas {
    max-width: initial;
  }
  .areas_in {
    margin: 0 0vw;
  }
}
a {
  text-decoration: none;
  color: #00f;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #00f;
}

@media screen and (max-width: 600px) {
  a:hover {
    text-decoration: none;
  }
}
.anchorpoint {
  width: 0;
  height: 0;
}

.btn_topagetop {
  display: none;
  position: fixed;
  bottom: 3rem;
  right: 2rem;
}

@media screen and (max-width: 600px) {
  .btn_topagetop {
    bottom: 18.6666666667vw;
    right: 3.7333333333vw;
  }
}
@media print {
  .btn_topagetop {
    display: none;
    visibility: hidden;
  }
}
.btn_topagetop a {
  position: relative;
  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;
  padding-top: 1.5rem;
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background-color: #ea5520;
  border: 1px solid #EA5520;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  cursor: pointer;
}

.btn_topagetop a:hover {
  text-decoration: none;
  color: #EA5520;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  .btn_topagetop a:hover {
    color: #fff;
    background-color: #ea5520;
  }
}
.btn_topagetop a > span {
  position: absolute;
  top: 1.3rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #fff;
  border-left: 0.3rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn_topagetop a:hover > span {
  border-color: #EA5520;
}

@media screen and (max-width: 600px) {
  .btn_topagetop a:hover > span {
    border-color: #fff;
  }
}
.g_header {
  z-index: 100;
}

.mainnav_sp {
  z-index: 90;
}

.hero {
  height: 108rem;
  background-image: url(../img/hero_bg_btm_pc.png), url(../img/hero_bg_pc.png);
  background-repeat: repeat-x, no-repeat;
  background-position: center bottom -3rem, center top;
  background-size: contain, 100% auto;
  background-size: 192rem auto, 192rem auto;
}
.hero_in {
  position: relative;
  padding-top: 6rem;
}
.hero_ttl {
  position: relative;
  top: 0;
  left: -2.5rem;
  width: 46.7rem;
}
.hero_catch {
  position: absolute;
  top: 42.5rem;
  right: 7rem;
  width: 14.7rem;
}

@media screen and (max-width: 600px) {
  .hero {
    height: 81.3rem;
    background-image: url(../img/hero_bg_btm_pc.png), url(../img/hero_bg_sp.png);
    background-position: center bottom -3rem, center top -1rem;
    background-size: 192rem auto, 45rem auto;
  }
  .hero_in {
    padding-top: 6rem;
  }
  .hero_ttl {
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 31rem;
  }
  .hero_catch {
    top: 34.5rem;
    right: initial;
    left: 2rem;
    width: 10.2rem;
  }
}
.summary_in {
  padding-bottom: 11.4rem;
}
.summary_ttl {
  position: relative;
  left: -1rem;
  width: 98.9rem;
}
.summary_lead {
  margin: -7rem auto 7.5rem;
  width: 72.8rem;
}
.summary_note {
  margin: 0 auto 2.5rem;
  width: 77.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  color: #035FA6;
}
.summary_attention {
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -1em;
  width: 77.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #035FA6;
}

@media screen and (max-width: 600px) {
  .summary_in {
    padding-bottom: 7rem;
  }
  .summary_ttl {
    left: 0;
    width: 100%;
    height: 15.7rem;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../img/summary_ttl_sp.png);
    background-repeat: no-repeat;
    background-position: center -2rem center;
    background-size: contain;
  }
  .summary_lead {
    margin: -1.8rem auto 4.2rem;
    width: 100%;
    height: 17.4rem;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../img/summary_lead_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .summary_note {
    margin: 0 auto 2.5rem;
    width: 89.3333333333vw;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .summary_attention {
    margin: 0 auto;
    padding-left: 1em;
    text-indent: -1em;
    width: 89.3333333333vw;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.75;
    color: #035FA6;
  }
}
.howto {
  padding-bottom: 12rem;
}
.howto_ttl {
  margin: 0 auto 5rem;
  width: 45rem;
}
.howto_subttl {
  margin: 0 auto 5rem;
  width: 61rem;
}

@media screen and (max-width: 600px) {
  .howto {
    padding-bottom: 0rem;
  }
  .howto_ttl {
    margin: 0 auto 5rem;
    width: 26rem;
  }
  .howto_subttl {
    margin: 0 auto 3rem;
    width: 23.3rem;
    height: 5.2rem;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../img/howto_subttl_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
.stepbox {
  position: relative;
  margin: 0 0 4rem;
  padding: 0 11rem 7rem;
  background-color: #fff;
  border: 2px solid #035FA6;
  border-radius: 10rem;
}
.stepbox > *:last-child {
  margin-bottom: 0;
}
.stepbox::after {
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 48rem;
  display: block;
  width: 4rem;
  height: 3.5rem;
  background-color: #035FA6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.stepbox_head {
  position: relative;
  top: -1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.8rem;
  margin-bottom: 1.8rem;
}
.stepbox_num {
  width: 8rem;
}
.stepbox_ttl {
  padding-top: 2rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #035FA6;
}
.stepbox_note {
  margin: -3rem 0 3rem;
  padding-left: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  color: #EA5520;
}
.stepbox_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 4rem;
  margin-bottom: 4.6rem;
}
.stepbox_body_sp {
  display: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  color: #035FA6;
}
.stepbox_qrcode {
  width: 18rem;
}
.stepbox_fig {
  width: 40.3rem;
  text-align: center;
}
.stepbox_expttl {
  margin-bottom: 2rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3846153846;
  color: #035FA6;
}
.stepbox_text {
  width: 31rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  color: #035FA6;
}
.stepbox_01 {
  background-image: url(../img/stepbox_01_bg.png);
  background-repeat: no-repeat;
  background-position: right 11rem top 11rem;
  background-size: 25.7rem auto;
}
.stepbox_01 .stepbox_text {
  width: 27.4rem;
}
.stepbox_02 .stepbox_body {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.stepbox_03 {
  margin-bottom: 12rem;
  background-image: url(../img/stepbox_03_bg.png);
  background-repeat: no-repeat;
  background-position: right 13rem top 22rem;
  background-size: 21.2rem auto;
}
.stepbox_03::after {
  display: none;
}
.stepbox_03 .stepbox_body {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.stepbox_03 .stepbox_fig img {
  width: 18.3rem;
}

@media screen and (max-width: 600px) {
  .stepbox {
    margin: 0 1.5rem 7rem;
    padding: 0 2rem 5rem;
    border-radius: 6rem;
  }
  .stepbox::after {
    bottom: -2.8rem;
    left: 15.5rem;
    width: 3.2rem;
    height: 2.8rem;
  }
  .stepbox_head {
    top: -2.4rem;
    display: block;
    margin-bottom: -1.4rem;
  }
  .stepbox_num {
    margin: 0 auto;
    width: 6rem;
  }
  .stepbox_ttl {
    padding-top: 1rem;
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
  .stepbox_note {
    margin: 0 0 2rem;
    padding-left: 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    color: #EA5520;
  }
  .stepbox_body {
    display: block;
    margin-bottom: 4.2rem;
  }
  .stepbox_body_sp {
    display: block;
  }
  .stepbox_fig {
    width: 100%;
  }
  .stepbox_expttl {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    line-height: 1.3636363636;
  }
  .stepbox_text {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
    color: #035FA6;
  }
  .stepbox_01 {
    padding: 0 2rem 17rem;
    background-position: right 4rem bottom 1.5rem;
    background-size: 18rem auto;
  }
  .stepbox_01 .stepbox_body {
    display: none;
  }
  .stepbox_03 {
    margin-bottom: 7rem;
    padding-bottom: 20rem;
    background-position: left 13.5rem bottom 2rem;
    background-size: 17.2rem auto;
  }
  .stepbox_03 .stepbox_fig img {
    width: 14rem;
  }
}
.directshop {
  padding: 7rem 11rem;
  background-color: #BDE3FF;
  border-radius: 10rem;
}
.directshop_lead {
  margin-bottom: 4.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #035FA6;
}
.directshop_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
.directshop_map {
  position: relative;
  padding-left: 1.4rem;
}
.directshop_mapimage {
  width: 32.7rem;
}
.directshop_area {
  position: absolute;
}
.directshop_area_orange {
  top: 8rem;
  left: 0;
}
.directshop_area_green {
  top: 31rem;
  right: 0;
}
.directshop_stamp {
  margin-bottom: 1rem;
  width: 8rem;
}
.directshop_fig3 {
  width: 30.8rem;
}
.directshop_areaname {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}
.directshop_areaname_orange {
  color: #EA5520;
}
.directshop_areaname_green {
  color: #328F41;
}
.directshop_exp {
  width: 31rem;
}
.directshop_text {
  margin-bottom: 2.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  color: #035FA6;
}
.directshop_note {
  margin-bottom: 2.8rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  color: #EA5520;
}
.directshop_list_items {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}
.directshop_list_ttl {
  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;
  margin-bottom: 3rem;
  height: 3.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #035FA6;
  background-color: #fff;
  border-radius: 5rem;
}
.directshop_list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 3.8rem;
}
.directshop_list_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.directshop_list_box_orange {
  color: #EA5520;
}
.directshop_list_box_orange .directshop_list_area {
  border-bottom: 1px solid #EA5520;
}
.directshop_list_box_green {
  color: #328F41;
}
.directshop_list_box_green .directshop_list_area {
  border-bottom: 1px solid #328F41;
}
.directshop_list_area {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7142857143;
}

@media screen and (max-width: 600px) {
  .directshop {
    margin: 0 1.5rem 7rem;
    padding: 5rem 2rem;
    border-radius: 6rem;
  }
  .directshop_lead {
    margin-bottom: 3rem;
  }
  .directshop_info {
    display: block;
    margin-bottom: 4.5rem;
  }
  .directshop_map {
    margin-bottom: 3rem;
    padding-left: 0;
  }
  .directshop_mapimage {
    margin: 0 auto;
    width: 25.2rem;
  }
  .directshop_area_orange {
    top: 7rem;
    left: 2rem;
  }
  .directshop_area_green {
    top: 24rem;
    right: 2rem;
  }
  .directshop_stamp {
    margin-bottom: 0.7rem;
    width: 6.2rem;
  }
  .directshop_exp {
    width: 100%;
  }
  .directshop_text {
    margin-bottom: 2.8rem;
  }
  .directshop_note {
    margin-bottom: 1.5rem;
  }
  .directshop_list_block {
    display: block;
  }
  .directshop_list_box_orange {
    margin-bottom: 4rem;
  }
}
.prize {
  padding-bottom: 15rem;
}
.prize_ttl {
  margin: 0 auto 5rem;
  width: 45rem;
}
.prize_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 0;
}
.prize_items {
  position: relative;
}
.prize_items:first-child {
  width: 100%;
}
.prize_items:first-child .prize_fig {
  width: 100%;
}
.prize_order {
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 8rem;
}
.prize_fig {
  width: 48.2rem;
}

@media screen and (max-width: 600px) {
  .prize {
    padding-bottom: 7rem;
  }
  .prize_ttl {
    margin: 0 auto 2rem;
    width: 26rem;
  }
  .prize_list {
    display: block;
    padding: 0 3.3rem;
  }
  .prize_items {
    margin-bottom: 2rem;
  }
  .prize_items:first-child {
    height: 39.2rem;
    background-image: url(../img/prize1_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .prize_items:first-child .prize_fig {
    display: none;
  }
  .prize_order {
    top: -1rem;
    left: -1rem;
    width: 5rem;
  }
  .prize_fig {
    width: 100%;
  }
}
.information_in {
  padding: 7rem 11rem 4rem;
  background-color: #fff;
}
.information_ttl {
  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;
  margin: 0 auto 3rem;
  width: 37rem;
  height: 3.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #035FA6;
  background-color: #D4EEFE;
  border-radius: 5rem;
}
.information_subttl {
  margin: 0 auto 2rem;
  padding-bottom: 0.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #035FA6;
  border-bottom: 1px solid #035FA6;
}
.information_text {
  margin-bottom: 4.5rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.information_office {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #035FA6;
  text-align: center;
}
.information_tel {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.0909090909;
  color: #333;
  text-align: center;
}
.information_tel_time {
  font-size: 1.4rem;
}
.information_tel a {
  color: #333;
}
.information_email {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #333;
  text-align: center;
}
.information_email a {
  color: #333;
}

@media screen and (max-width: 600px) {
  .information_in {
    padding: 5.6rem 3.5rem 0rem;
  }
  .information_ttl {
    margin: 0 auto 3rem;
    width: 100%;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 5rem;
  }
  .information_subttl {
    margin: 0 auto 1.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
  .information_text {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .information_office {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3636363636;
    color: #035FA6;
    text-align: center;
  }
  .information_tel {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.0909090909;
    color: #333;
    text-align: center;
  }
  .information_email {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7142857143;
    color: #333;
    text-align: center;
  }
}
.rightbanner {
  position: fixed;
  top: 32%;
  right: -0.5rem;
  width: 8.9rem;
}
.rightbanner_button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rightbanner_button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .rightbanner {
    display: none;
  }
}
.bottombanner {
  display: none;
}

@media screen and (max-width: 600px) {
  .bottombanner {
    position: fixed;
    bottom: -6rem;
    left: 0;
    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;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bottombanner.is_show {
    bottom: 0;
  }
  .bottombanner_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 28.8rem;
    height: 6rem;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.g_header {
  position: fixed;
  width: 100%;
  background-color: #0B6F5A;
  border-radius: 0 0 4rem 4rem;
  -webkit-box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.16);
}
.g_header_in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
}

@media screen and (max-width: 600px) {
  .g_header {
    border-radius: 0 0 3rem 3rem;
  }
  .g_header_in {
    height: 5rem;
  }
}
.logo {
  position: absolute;
  top: 0;
  left: 8rem;
  width: 15.6rem;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  -webkit-box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.16);
}
.logo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1.9rem;
  width: 100%;
  height: 7.2rem;
}
.logo_ja {
  width: 10.4rem;
  height: auto;
}

@media screen and (max-width: 600px) {
  .logo {
    left: 3rem;
    width: 13rem;
  }
  .logo_link {
    padding-top: 1.6rem;
    height: 5.5rem;
  }
  .logo_ja {
    width: 9rem;
  }
}
.mainnav_pc {
  margin-right: 8rem;
}
.mainnav_pc .mainnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.mainnav_pc .mainnav_items a {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .mainnav_pc {
    display: none;
  }
}
.mainnav_sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .mainnav_sp {
    position: fixed;
    top: -100vh;
    left: 0;
    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;
    width: 100vw;
    height: 100vh;
    background-color: #0B6F5A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mainnav_sp.is_show {
    top: 0;
  }
  .mainnav_sp .mainnav {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .mainnav_sp .mainnav_items {
    margin-bottom: 7rem;
    text-align: center;
  }
  .mainnav_sp .mainnav_items a {
    color: #fff;
  }
}
.hbgmenu {
  display: none;
}

@media screen and (max-width: 600px) {
  .hbgmenu {
    position: relative;
    display: block;
    margin-right: 3rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .hbgmenu_bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background-color: #fff;
    border-radius: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hbgmenu_bar:nth-child(1) {
    top: 0.2rem;
  }
  .hbgmenu_bar:nth-child(2) {
    top: 1.1rem;
  }
  .hbgmenu_bar:nth-child(3) {
    top: 2rem;
  }
  .hbgmenu.is_show .hbgmenu_bar:nth-child(1) {
    top: 1.1rem;
    left: -0.2rem;
    width: 3rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hbgmenu.is_show .hbgmenu_bar:nth-child(2) {
    width: 0;
  }
  .hbgmenu.is_show .hbgmenu_bar:nth-child(3) {
    top: 1.1rem;
    left: -0.2rem;
    width: 3rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.g_footer {
  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;
  width: 100%;
  padding-top: 9rem;
  padding-bottom: 1rem;
  border-bottom: 5rem solid #035FA6;
}

@media screen and (max-width: 600px) {
  .g_footer {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background-color: #fff;
  }
}
.gf_copyright {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  color: #035FA6;
}

@media screen and (max-width: 600px) {
  .gf_copyright {
    font-size: 1.2rem;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_10 {
  margin-bottom: 1rem !important;
}

.mb_20 {
  margin-bottom: 2rem !important;
}

.mb_30 {
  margin-bottom: 3rem !important;
}

.mb_40 {
  margin-bottom: 4rem !important;
}

.mb_50 {
  margin-bottom: 5rem !important;
}

.mb_50_23 {
  margin-bottom: 5rem !important;
}

.mb_50_30 {
  margin-bottom: 5rem !important;
}

.mb_50_40 {
  margin-bottom: 5rem !important;
}

.mb_60 {
  margin-bottom: 6rem !important;
}

.mb_65 {
  margin-bottom: 6.5rem !important;
}

.mb_70 {
  margin-bottom: 7rem !important;
}

.mb_80 {
  margin-bottom: 8rem !important;
}

.mb_90 {
  margin-bottom: 9rem !important;
}

.mb_100 {
  margin-bottom: 10rem !important;
}

.mb_170 {
  margin-bottom: 17rem !important;
}

@media screen and (max-width: 600px) {
  .mb_50_23 {
    margin-bottom: 2.3rem !important;
  }
  .mb_50_30 {
    margin-bottom: 3rem !important;
  }
  .mb_50_40 {
    margin-bottom: 4rem !important;
  }
}
.mb_30_15 {
  margin-bottom: 3rem !important;
}

.mb_20_10 {
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 600px) {
  .mb_30_15 {
    margin-bottom: 1.5rem !important;
  }
  .mb_20_10 {
    margin-bottom: 1rem !important;
  }
}
.mb_70_100 {
  margin-bottom: 7rem !important;
}

@media screen and (max-width: 600px) {
  .mb_70_100 {
    margin-bottom: 10rem !important;
  }
}
.br_pc {
  display: inline;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
}
.hidden_pc {
  display: none;
}

.hidden_sp {
  display: block;
}

@media screen and (max-width: 600px) {
  .hidden_pc {
    display: block;
  }
  .hidden_sp {
    display: none;
  }
}
.fclr_orange {
  color: #EA5520;
}

.tdec_underline {
  text-decoration: underline;
}

.link_mail {
  text-decoration: none;
}
.link_mail:hover {
  text-decoration: underline;
}

.fdirect_rowreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.justifycont_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}