﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');

/*******************************

Common

*********************************************/

html {
  overflow-x: hidden;
}

*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: 'Noto Sans', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',
    メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: #373737;
  line-height: 1.8;
  font-weight: normal;
  overflow-x: hidden;
  background: #fafaf9;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*************** Text  *****************/

p {
  font-family: 'Noto Sans', sans-serif;
  margin: 0 0 1.3em 0;
  padding: 0;
  font-size: 36px;
  font-weight: 400;
  color: #3a3939;
  line-height: 1.5;
  text-align: center;
}

p.min {
  font-size: 0.85rem;
}

b {
  font-weight: bold;
}

ul li {
  padding: 0;
  text-decoration: none;
}

p.left {
  text-align: left;
  font-size: 20px;
}

.Center {
  text-align: center;
}

/*************** Link  *****************/

a {
  outline: none;
  text-decoration: none;
  border: none;
  color: #666666;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
img {
  vertical-align: bottom;
}

/*************** article *****************/

article {
  padding: 0;
}
section {
  width: 100%;
  margin: auto;
}
.section_wrap {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 0 1.5em;
}
.img_wrap {
  padding: 0 20px;
}

/*************** Header *****************/

#header {
  background: #fff;
}

/*************** main *****************/

main#wrapper {
  margin: auto;
  max-width: 900px;
  background: #fff;
}

.date {
  font-size: 20px;
  margin-left: 20px;
}
.section_text {
  margin-top: 58px;
}
.bold {
  font-weight: 700;
}
.red {
  color: #ff0404;
}
.blue {
  color: #052dff;
}
.strong-l {
  font-size: 68px;
  font-weight: 700;
}
.strong {
  font-size: 50px;
  font-weight: 700;
}
.strong-m {
  font-size: 42px;
  font-weight: 700;
}
.strong-s {
  font-size: 38px;
  font-weight: 700;
}
.strong-ss {
  font-size: 30px;
  font-weight: 700;
}
.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 58px 0;
}
.arrow img {
  width: 100%;
  height: auto;
}
.arrow_img {
  max-width: 100px;
  width: 100%;
  margin-right: 20px;
}
.arrow_img:last-of-type {
  margin-right: 0;
}
.txt_mt {
  margin-top: 48px;
}
.txt_mb0 {
  margin-bottom: 0;
}
.caution_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.caution_icon img {
  width: 100%;
  height: auto;
}
.caution_icon:before {
  content: '';
  width: 60px;
  height: 52px;
  display: inline-block;
  background: url(../../images/caution_icon.png) no-repeat;
  background-size: contain;
}
.caution_icon:after {
  content: '';
  width: 60px;
  height: 52px;
  display: inline-block;
  background: url(../../images/caution_icon.png) no-repeat;
  background-size: contain;
}
.yazirushi {
  max-width: 100px;
  margin: auto;
  margin-top: 20px;
}
.yazirushi img {
  width: 100%;
  height: auto;
}
.cta_wrap {
  position: relative;
}
.cta_bg {
  width: 100%;
  text-align: center;
}
.cta_btn {
  max-width: 700px;
  position: absolute;
  bottom: 23%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
}
.cta_btn img {
  width: 100%;
  height: auto;
}
.link a {
  color: #052dff;
  text-decoration: underline;
}
.bg_blue {
  background-color: #dff1ff;
}
.bg_yellow {
  background-color: #fbe78f;
}
.bg_blue p {
  padding: 12px 0;
  margin-bottom: 12px;
}
.bg_yellow p {
  padding: 20px 0;
}
.block_img {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.block_img img {
  width: 100%;
  height: auto;
}
.cta_blue {
  margin-bottom: 152px;
}
/************ フッター *************/

footer {
  padding: 0 1em;
  font-size: 0.9rem;
  background: #fff;
  color: #1a1a1a;
}

footer .copy {
  font-size: 0.7rem;
  text-align: center;
  max-width: 1080px;
  margin: auto;
  color: #888;
  font-family: 'Noto sans', 'ヒラギノ明朝 ProN W6', HiraMinProN-W6, HG明朝E,
    'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif !important;
}

ul.footer_links {
  max-width: 1080px;
  margin: 1em auto 1em auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

ul.footer_links li {
  margin-right: 1em;
  font-size: 0.9rem;
}
ul.footer_links li:last-of-type {
  margin-right: 0;
}
ul.footer_links li:after {
  content: '/';
  margin-left: 1em;
}
ul.footer_links li:last-of-type:after {
  content: '';
  margin-right: 0;
}

/************ 離脱防止ポップアップ *************/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  z-index: 999;
}

.modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.modal-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-contents {
  max-width: 500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.modal-content {
  max-width: 900px;
  margin: 0 auto;
}

.modal_banner {
  width: 90%;
  max-width: 400px;
  max-height: 600px;
  position: relative;
}

.modal-button-wrapper .modal_link {
  position: absolute;
  max-width: 380px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  background-image: url('/images/popup/cta.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  height: 17%;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
}

.modal-button-wrapper .modal_link:before {
  position: absolute;
  content: '';
  left: 0;
  display: inline-block;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.consultation_button {
  width: 90%;
}

.close_button {
  width: 23px;
  height: 23px;
  position: absolute;
  top: -27px;
  right: 10%;
  cursor: pointer;
}

@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/************ フッター *************/

@media screen and (max-width: 767px) {
  #header {
    padding: 0;
  }
  p {
    font-size: 4vw;
  }
  p.left {
    font-size: 4vw;
  }
  .section_wrap {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  .img_wrap {
    padding: 0 12px;
  }
  .date {
    font-size: 4vw;
    margin: 4px 0 0 8px;
  }
  .section_text {
    margin-top: 28px;
  }
  .strong-l {
    font-size: 7vw;
  }
  .strong {
    font-size: 6.3vw;
    line-height: 1.5;
  }
  .strong-m {
    font-size: 5.8vw;
  }
  .strong-s {
    font-size: 4.8vw;
  }
  .strong-ss {
    font-size: 4.375vw;
  }
  .arrow {
    margin: 28px 0;
  }
  .arrow_img {
    max-width: 40px;
    margin-right: 8px;
  }
  .arrow_img:last-of-type {
    margin-right: 0;
  }
  .caution_icon:before {
    content: '';
    width: 26px;
    height: 24px;
    display: inline-block;
    background: url(../../images/caution_icon.png) no-repeat;
    background-size: contain;
  }
  .caution_icon:after {
    content: '';
    width: 26px;
    height: 24px;
    display: inline-block;
    background: url(../../images/caution_icon.png) no-repeat;
    background-size: contain;
  }
  .txt_mt {
    margin-top: 24px;
  }
  .nagare_img {
    padding: 0 20px;
  }
  .yazirushi {
    max-width: 40px;
    margin-bottom: 8px;
  }
  .cta_blue {
    margin-bottom: 48px;
  }
  footer {
    padding: 1.5em 1em;
    font-size: 0.9rem;
  }
  P footer .copy {
    font-size: 0.65rem;
  }
  ul.footer_links li {
    margin-right: 0.5em;
  }
  ul.footer_links li:after {
    margin-left: 0.5em;
  }
}

@media screen and (max-width: 414px) {
  ul.footer_links li {
    font-size: 3.125vw;
  }
}


/* 20230530 id1930 */
span.marker {
  background: linear-gradient(transparent 60%, #fff88c 40%);
}

.introduce {
  position: relative;
  width: 100%;
  max-width: 620px;
  height: 140px;
  border: solid 2px #000;
  position: relative;
  margin: 5% auto 0;
}
.introduce::before {
  content: "";
  width: 148px;
  height: 2px;
  background: #FFF;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.in-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: 700;
}
.in-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 24px;
  font-weight: 700;
  padding: 28px 10% 0;
  margin: auto;
}
.in-body-list {
  min-width: 200px;
  text-align: left;
}
.section-title {
  background: linear-gradient(to right, #C61010 5%, #fff 0%);
  width: 100%;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  padding: 20px 0 20px 8%;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #000;
}
.section-title-y {
  background: linear-gradient(to right, #FFD600 5%, #fff 0%);
  width: 100%;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  padding: 28px 0;
  margin: 0;
  border-bottom: 1px solid #000;
  text-align: left;
  padding: 20px 0 20px 6%;
}
.section_desc {
  display: block;
  font-size: 32px;
  text-align: center;
}
.section_desc p {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
}
.illust_content {
  margin-top: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.illust-img {
  max-width: 200px;
}
.illust-img img  {
  width: 100%;
  height: auto;
}
.illust-txet p {
  font-size: 24px;
  text-align: left;
  line-height: 1.6;
}
.img_s {
  padding: 0 60px;
}
.img_ss {
  width: 70%;
  padding-bottom: 40px;
}
.img-content {
  max-width: 750px;
  width: 100%;
  margin: auto;
  padding: 0 60px;
}
.yellow-content {
  max-width: 750px;
  width: 100%;
  margin: auto;
}
.kensaset-content {
  margin-top: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kensaset-txet p {
  font-size: 24px;
}
.kensaset-img {
  max-width: 180px;
  padding-left: 20px;
}
.kensaset-img img {
  width: 100%;
  height: auto;
}
.line-notice {
  display: inline-block;
  line-height: 1.3;
  margin-top: 8px;
  font-size: 24px;
  text-align: left;
}
.line-notice-y {
  display: inline-block;
  line-height: 1.3;
  margin-top: 8px;
  font-size: 22px;
  text-align: left;
}
.online-title {
  color: #02476B;
}

.shiny-btn {
  position: relative;
}
.shiny-btn a {
  position: relative;
  display: block;
  overflow: hidden;
}
.shiny-btn a:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .in-body {
    padding-top: 20px;
    font-size: 3.2vw;
  }
  .section-title {
    font-size: 6vw;
    padding: 8px 0 8px 8%;
  }
  .section-title-y {
    font-size: 4.8vw;
    padding: 14px 0 14px 8%;
  }
  .section_desc {
    font-size: 3.6vw;
  }
  .illust_content {
    margin-top: 28px;
    padding: 0 10px;
  }
  .kensaset-content {
    margin-top: 28px;
  }
  .illust-txet p {
    font-size: 12px;
  }
  .illust-img {
    max-width: 80px;
  }
  .yellow-content {
    padding: 0 20px;
  }
  .line-notice {
    font-size: 12px;
  }
  .line-notice-y {
    font-size: 11px;
  }
  .kensaset-txet p {
    font-size: 12px;
  }
  .kensaset-img {
    max-width: 100px;
  }
  .img_s {
    padding: 0 40px;
  }
  .img_ss {
    width: 70%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 414px)  {
  .introduce {
    max-width: 300px;
    height: 100px;
    height: 80px;
  }
  .introduce::before {
    width: 120px;
  }
  .in-title {
    top: -14px;
    font-size: 4vw;
  }
  .in-body {
    padding: 14px 0 0 5%;
    font-size: 3.33vw;
  }
  .in-body-list {
    min-width: 120px;
  }
  .section-title {
    font-size: 5.6vw;
    padding: 8px 0 8px 8%;
  }
  .section-title-y {
    font-size: 5vw;
    padding: 8px 0 8px 6%;
  }
  .section_desc {
    font-size: 3.49vw;
  }
}

/* 20230615 id2043 */

.desc01 .dots {
  -webkit-text-emphasis:'・';
  text-emphasis: '・';
}
.lpo-left {
  text-align: left;
}
.txt_mb {
  margin-bottom: 20px;
}
.green {
  color: #08C654;
}