@charset "utf-8";

/* 
=================================================================================

▼▼▼　ハンバーガーメニュー　▼▼▼

=================================================================================
*/
@media screen and (min-width: 769px) {
  /* PC用 */
  #navArea {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* SP用 */
  .nav {
      display: block;
      position: fixed;
      top: 0;
      right: 100vw;
      bottom: 0;
      width: 80vw;
      background: #333;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      transition: all 0.5s;
      z-index: 1003;
      opacity: 0;
  }
  .open .nav {
      right: 20vw;
      opacity: 1;
  }
  .nav .inner {
      padding: 1px;
      padding-bottom: 50px;
  }
  .nav .inner ul.sp_menu {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      overflow-y: scroll;
  }
  .nav .inner ul.sp_menu > li {
      position: relative;
      margin: 0;
      border-bottom: 1px solid #fff;
  }
  .nav .inner ul.sp_menu > li > a {
      display: block;
      color: #fff;
      background: #333;
      font-size: 2.5rem;
      padding: 1em;
      text-decoration: none;
      transition-duration: 0.2s;
  }
  .nav .inner ul.sp_menu > li > a.contact_link {
      background: #202c52;
      color: #fff;
  }
  .nav .inner ul.sp_menu > li ol.sp_menu_inner {
      list-style: none;
  }
  .nav .inner ul.sp_menu > li ol.sp_menu_inner > li {
      position: relative;
      margin: 0;
      border-top: 1px solid #fff;
  }
  .nav .inner ul.sp_menu > li ol.sp_menu_inner > li > a {
      display: block;
      color: #fff;
      background: #333;
      font-size: 2rem;
      padding: 1em 1em 1em 3em;
      text-decoration: none;
      transition-duration: 0.2s;
      text-indent: -1em;
  }
  .toggle_btn {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      width: 20vw;
      height: 20vw;
      transition: all 0.5s;
      cursor: pointer;
      z-index: 1004;
      background: #333;
      box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  }
  .toggle_btn span {
      display: block;
      position: absolute;
      right: 4vw;
      width: 12vw;
      height: 1.5vw;
      background-color: #fff;
      transition: all 0.5s;
  }
  .toggle_btn span:nth-child(1) {
      top: 4vw;
  }
  .toggle_btn span:nth-child(2) {
      top: 9vw;
  }
  .toggle_btn span:nth-child(3) {
      bottom: 4vw;
  }
  .open .toggle_btn {
      background: rgba(255, 255, 255, 0);
      box-shadow: none;
  }
  .open .toggle_btn span {
      background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
      -webkit-transform: translateY(5.25vw) rotate(-315deg);
      transform: translateY(5.25vw) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
      opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
      -webkit-transform: translateY(-5.25vw) rotate(315deg);
      transform: translateY(-5.25vw) rotate(315deg);
  }
  #mask {
      display: none;
      transition: all 0.5s;
  }
  .open #mask {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #392E33;
      opacity: 0.5;
      z-index: 1002;
      cursor: pointer;
  }
  body.fixed {
      width: 100%;
      height: 100%;
      position: fixed;
  }
}
/* ▲ ハンバーガーメニュー ▲ */
/* アンカーリンクずれ対策 */
:not([href])[id]::before {
  content: " ";
  display: block;
  height: 8rem;
  margin-top: -8rem;
  pointer-events: none;
  visibility: hidden;
}
html {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}
body {
  width: 100%;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
main {
}
footer {
  background: #000;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  font-size: 2rem;
}
.go {
  font-family: "source-han-sans-japanese", sans-serif;
}
.min {
  font-family: 'Noto Serif JP', serif;
}
.b {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  /* PC用 */
  html {
    font-size: 10px;
  }
  .inner {
    position: relative;
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /* SP用 */
  html {
    font-size: calc(10vw / 750 * 100); /* 最大値768px、文字サイズ10pxの場合 */
  }
  .inner {
    width: 100%;
    padding: 0 5%;
    max-width: 100%;
    margin: auto;
  }
}

.mt150 {
  margin-top: 15rem;
}
.header_outer {
  position: relative;
  height: 8rem;
}
header {
  background: #0073E4;
  position: fixed;
  width: 100%;
  height: 8rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .btn01 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
header .btn01 > a {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 28rem;
}
.mv {
  position: relative;
}
.mv .bg,
.mv .bg img {
  width: 100%;
}
.mv .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv .content .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mv .btn02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.mv .btn02 > a {
  background: #D65E81;
  width: 30rem;
  height: 5rem;
  padding: 1rem 2rem;
  border-radius: 50vmin;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}

.btn002 > a {
  background: #D65E81;
  width: 30rem;
  height: 5rem;
  padding: 1rem 2rem;
  border-radius: 50vmin;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}

ul.top01 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
ul.top01 > li {
  flex: 1;
  border-left: 1px solid;
}
ul.top01 > li > a {
  display: block;
  padding: 1em 0;
}
ul.top01 > li.btn03 {
  border: none;
}
ul.top01 > li.btn03 > a {
  background: #0073E4;
  color: #fff;
  border-radius: 1rem;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
.white {
  color: #fff !important;
}
.yellow {
  color: #FFDE00 !important;
}

.blue {
  color: #0073E4 !important;
}
.bg_blue {
  background: #0073E4;
}
.green {
  color: #00964D !important;
}
.bg_green {
  background: #00964D;
}
.pink {
  color: #D65E81 !important;
}
.bg_pink {
  background: #D65E81;
}
.orange {
  color: #DC7E00 !important;
}
.bg_orange {
  background: #DC7E00;
}
.green02 {
  color: #009B92 !important;
}
.bg_green02 {
  background: #009B92;
}
ul.top02 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 5rem 2.5rem;
  flex-wrap: wrap;
}
ul.top02 > li {
  border-radius: 50vmin;
  background: #0073E4;
  color: #fff;
  width: 18em;
  height: 3em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
ul.top02 > li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-right: 1em solid #0073E4;
  border-left: 0;
  transform: rotate(135deg);
  position: absolute;
  bottom: -1em;
  right: 2em;
}
.area02 {
  background: rgb(175,211,226);
  background: linear-gradient(180deg, rgba(175,211,226,0) 25%, rgba(175,211,226,1) 100%);
}
.border01 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/border01.webp) bottom center / 0.5em auto repeat-x;
  padding: 0 0.2em;
}
ul.top04 > li {
  position: relative;  
}
ul.top04 > li + li {
  margin-top: 10rem;
}
ul.top04 > li:nth-child(1):before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: -12rem;
  content: "";
  display: block;
  width: 405px;
  height: 575px;
  background: url(../img/top08.webp) top left / contain no-repeat;
}
ul.top04 > li:nth-child(2):before {
  z-index: -1;
  position: absolute;
  right: 0;
  top: -12rem;
  content: "";
  display: block;
  width: 405px;
  height: 575px;
  background: url(../img/top09.webp) top right / contain no-repeat;
}
ul.top04 > li:nth-child(3):before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: -12rem;
  content: "";
  display: block;
  width: 405px;
  height: 575px;
  background: url(../img/top10.webp) top left / contain no-repeat;
}
ul.top04 > li:nth-child(4):before {
  z-index: -1;
  position: absolute;
  right: 0;
  top: -12rem;
  content: "";
  display: block;
  width: 405px;
  height: 575px;
  background: url(../img/top11.webp) top right / contain no-repeat;
}
ul.top04 > li:nth-child(5):before {
  z-index: -1;
  position: absolute;
  left: 0;
  top: -12rem;
  content: "";
  display: block;
  width: 405px;
  height: 575px;
  background: url(../img/top12.webp) top left / contain no-repeat;
}
ul.top04 > li .box {
  position: relative;
}
ul.top04 > li .box .point {
  position: absolute;
  top: 0;
  left: 0;
  width: 14rem;
  height: 14rem;
  border-radius: 50vmin;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
ul.top04 > li .box h4 {
  position: absolute;
  left: 38rem;
  width: 100vw;
  pointer-events: none;
}
ul.top04 > li:nth-child(2n - 1) .box h4 {
  top: calc(50% - 4.5rem);
  transform: translateY(-50%);
}
ul.top04 > li:nth-child(2n) .box h4 {
  bottom: calc(50% - 4.5rem);
  transform: translateY(50%);
}
ul.top04 > li .box h4 > span {
  display: table;
  line-height: 1;
  padding: 0.2em 0.5em;
  margin: 0.1em auto 0.1em 0;
}
.lh100p {
  line-height: 1;
}
ul.top04 > li ol.top05 {
  gap: 1rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
ul.top04 > li ol.top05 > li {
  flex: 1;
}
ul.top04 > li ol.top06 {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
ul.top04 > li ol.top06 > li {
  width: 16rem;
  height: 16rem;
  border: 2px dotted;
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area04 {
  background: rgb(0,115,228);
  background: linear-gradient(180deg, rgba(0,115,228,0) 0%, rgba(0,115,228,0) 10%, rgba(0,115,228,1) 10%, rgba(0,115,228,1) 100%);
}
.area04 .inner {
  position: relative;
}
/* top07 */
ul.top07 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
ul.top07:before {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 182px;
  height: 288px;
  background: url(../img/top27.webp) bottom center / contain no-repeat;
}
ul.top07:after {
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  width: 226px;
  height: 288px;
  background: url(../img/top28_pc.webp) bottom center / contain no-repeat;
}
ul.top07 > li {
  padding-bottom: 20px;
}
/* ▲ top07 ▲ */
/* top08 */
ul.top08 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
}
ul.top08 > li {
  position: relative;
}
ul.top08 > li:not(:first-child) {
  width: calc((99.99% - 3rem) / 3);
}
/* ▲ top08 ▲ */
ul.top08 > li .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
ul.top08 > li .content > * {
  padding: 4rem;
}
.area05 h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.area05 h4:before {
  content: "";
  flex: 1;
  border-top: 2px solid #0073E4;
}
.area05 h4:after {
  content: "";
  flex: 1;
  border-top: 2px solid #0073E4;
}
ul.top09 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.area06 {
  background: #F5F3EF;
}
.lh150p {
  line-height: 1.5;
}
/* top10 */
ul.top10 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
ul.top10 > li:not(:last-child) {
  width: calc((99.99% - 2rem) / 2);
  border: 3px solid #0073E4;
  background: #fff;
  border-radius: 1rem;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
ul.top10 > li:not(:last-child) h4 {
  padding: 0.5em;
}
ul.top10 > li:not(:last-child) > .box {
  padding: 2rem 4rem;
}
ul.top10 > li:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
ul.top10 > li:last-child .box {
  width: 100%;
  background: #0073E4;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  position: relative;
}
ul.top10 > li:last-child .txt {
  position: relative;
  padding-right: 1em;
  text-align: center;
}
ul.top10 > li:last-child .txt:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/top41.webp) center center / contain no-repeat;
  position: absolute;
  right: 0;
  top: 8px;
}
ul.top10 > li:last-child .box .img {
  width: 8rem;
  text-align: center;
}
ul.top10 > li:last-child .box .txt {
  line-height: 1;
  flex: 1;
}
ul.top11 > li {
  border-bottom: 1px dashed;
  padding: 0.5em;
}
/* ▲ top10 ▲ */
/* top12 */
ul.top12 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
ul.top12 > li {
  position: relative;
  width: 100%;
  border: 3px solid #0073E4;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.top12 > li .txt01 {
  height: 4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
ul.top12 > li .txt02 {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.top12 > li .txt03 {
  height: 10rem;
}
ul.top12 > li:not(:first-child):before {
  content: "";
  display: block;
  width: 23px;
  height: 87px;
  background: url(../img/top42_pc.webp) top center / contain no-repeat;
  position: absolute;
  left: calc(-4px - 1rem);
  top: 7rem;
}
/* ▲ top12 ▲ */
.area08 {
  background: rgba(0,115,228,0.05);
}
.area08 h4 .txt01 {
  border: 1px solid;
  background: #fff;
  padding: 0.2em 1em;
  border-radius: 0.5rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.area08 h4 .txt02 {
  display: block;
}
.top13 {
  padding: 5rem 7rem;
  border: 1px solid;
  background: #fff;
  border-radius: 2rem;
}
/* top13 */
.top13 ul > li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1em;
  border-bottom: 1px solid;
}
.top13 ul > li .th {
  width: 20%;
  padding: 1em 0 1em 1em;
}
.top13 ul > li .td {
  width: 80%;
  padding: 1em 1em 1em 0;
}
.top13 ul > li:last-child {
  border: none;
}
/* ▲ top13 ▲ */
/* top14 */
ul.top14 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
ul.top14:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  border-radius: 2rem;
  background: #0073E4;
  z-index: -1;
}
ul.top14 > li.txt {
  padding-top: 0.5em;
}
/* ▲ top14 ▲ */
ul.qa > li {
  padding: 5rem;
  border: 1px solid #0073E4;
  border-radius: 2rem;
}
ul.qa > li + li {
  margin-top: 2rem;
}
ul.qa > li .q {
  padding-left: 4rem;
  background: url(../img/q.png) top 2px left / auto 25px no-repeat;
}
ul.qa > li .a {
  padding-left: 4rem;
  background: url(../img/a.png) top 2px left / auto 22px no-repeat;
}
footer {
  padding: 5.5rem 0 1.5rem;
}
/* footer01 */
ul.footer01 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
}
ul.footer01 > li img {
  vertical-align: baseline;
  margin-left: 0.2em;
}
/* ▲ footer01 ▲ */
@media screen and (max-width: 768px) {/* SP用 */
  .fs10 {
    font-size: 1.6rem;
  }
  .fs16 {
    font-size: 2rem;
  }
  .fs18 {
    font-size: 2.6rem;
  }
  .fs20 {
    font-size: 2.6rem;
  }
  .fs22 {
    font-size: 2.6rem;
  }
  .fs24 {
    font-size: 3rem;
  }
  .fs26 {
    font-size: 3rem;
  }
  .fs30 {
    font-size: 3.6rem;
  }
  .fs40 {
    font-size: 5rem;
  }
  .fs50 {
    font-size: 6rem;
  }
  header {
    background: none;
    height: inherit;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: flex-end;
    width: 100%;
  }
  header h1 {
    position: absolute;
    left: 8rem;
    top: 5rem;
    width: 30vw;
  }
  header .btn01 {
    position: fixed;
    height: auto;
  }
  header .btn01 > a {
    background: #D65E81;
    width: 41vw;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    filter: drop-shadow(0px 0px 5px rgba(214,94,129,0.2));
    border-bottom-left-radius: 2rem;
    padding: 2rem;
  }
  .mv .content .inner {
    align-items: flex-start;
    padding-top: 16vw;
  }
  .mv .content .inner .box {
    width: 95vw;
    margin-left: -5vw;
  }
  ul.top01 {
    gap: 2rem;
    flex-wrap: wrap;
  }
  ul.top01 > li {
    width: calc((99.99% - 6rem) / 3);
    flex: inherit;
    border: none;
  }
  ul.top01 > li.btn03 {
    width: 100%;
    font-size: 150%;
  }
  ul.top01 > li.btn03 > a {
    background: #09AB1C;
    border: 1px solid #09AB1C;
  }
  ul.top01 > li > a {
    padding: 0;
    color: #0073E4;
    background: #F5FBFE;
    border: 1px solid #0073E4;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5em;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
  }
  h3 + p.fs16 {
    font-size: 2.6rem;
  }
  ul.top02 > li:nth-child(2n - 1) {
    margin-right: auto;
    margin-left: 0;
  }
  ul.top02 > li:nth-child(2n) {
    margin-left: auto;
    margin-right: 0;
  }
  ul.top04 > li {
    padding: 0 5%;
  }
  ul.top04 > li .box {
    max-width: 85%;
  }
  ul.top04 > li .box h4 {
    top: inherit !important;
    bottom: 5% !important;
    left: inherit !important;
    right: -25%;
    width: auto;
    font-size: 4rem;
    transform: translateY(0) !important;
  }
  ul.top04 > li:nth-child(3) .box h4 {
    bottom: 30% !important;
  }
  ul.top04 > li:nth-child(4) .box h4 {
    bottom: 30% !important;
  }
  ul.top04 > li:before {
    max-width: 30vw;
    top: -7rem !important;
  }
  ul.top04 > li ol.top06 {
    font-size: 2rem;
    gap: 1rem;
  }
  ul.top04 > li ol.top06 > li {
    width: 14rem;
    height: 14rem;
  }
  ul.top04 > li ol.top06 + p {
    font-size: 2rem;
    margin-top: 1em;
  }
  ul.top07:before {
    display: none;
  }
  ul.top07:after {
    margin-right: -5vw;
    width: 50vw;
    height: 50vw;
    background: url(../img/top28_sp.webp) bottom right / contain no-repeat;
  }
  ul.top07 > li {
    position: relative;
    padding: 0;
    text-align: left;
  }
  ul.top07 > li h3 {
    text-align: left;
  }
  .fs80 {
    font-size: 10rem;
    line-height: 1;
  }
  ul.top07 {
    align-items: center;
  }
  ul.top07 > li {
    line-height: 1;
    margin-top: 5%;
  }
  ul.top07 > li p.right {
    position: absolute;
    top: 1.5em;
    right: -3em;
  }
  .area05 h4 {
    margin-bottom: 1em;
  }
  ul.top09 {
    gap: 1rem;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.top09 > li {
    width: calc((99.99% - 3rem) / 4);
  }
  ul.top10 > li h4 {
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul.top12 {
    flex-wrap: wrap;
    padding: 0 5%;
  }
  ul.top12 > li .box {
    width: 100%;
  }
  ul.top12 > li .txt01 {
    font-size: 1.8rem;
    height: auto;
  }
  ul.top12 > li .txt02 {
    font-size: 2.6rem;
    height: auto;
    margin: 0;
  }
  ul.top12 > li .txt03 {
    font-size: 1.8rem;
    height: auto;
    margin: 0.5em 0 0;
  }
  ul.top12 > li:not(:first-child)::before {
    width: 15vw;
    height: 4vw;
    top: calc(-4px - 1rem);
    left: calc(50% - 7.5vw);
    background: url(../img/top42_sp.webp) top center / contain no-repeat;
  }
  .top13 {
    padding: 5rem;
  }
  .top13 ul > li .th {
    padding-left: 0;
    width: 5em;
  }
  .top13 ul > li .td {
    flex: 1;
    width: auto;
    padding-right: 0;
  }
  ul.top14 > li.img {
    width: 40%;
  }
  ul.top14 > li.txt {
    width: 60%;
  }
  ul.qa > li .q {
    background: none;
    position: relative;
  }
  ul.qa > li .q:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.1em;
    left: -0.5em;
    background: url(../img/q.png) top left / contain no-repeat;
    width: 1.5em;
    height: 1.5em;
  }
  ul.qa > li .a {
    background: none;
    position: relative;
  }
  ul.qa > li .a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.1em;
    left: -0.5em;
    background: url(../img/a.png) top left / contain no-repeat;
    width: 1.4em;
    height: 1.4em;
  }
  ul.top14 > li.txt {
    padding-top: 0.5em;
    line-height: 1.3;
  }
  footer h2 img {
    width: 60vw;
  }
  ul.footer01 > li img {
    width: 1em;
    height: 1em;
  }
  ul.top04 > li ol.top05 > li .txt {
    font-size: 2.4rem;
  }
  .header_outer {
    height: 0;
  }
  ul.top10 > li:last-child .box .txt {
    font-size: 3rem !important;
  }
  .mt150 {
    margin-top: 20rem;
  }
}