@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Mobile font size adjust*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  line-height: 1.6;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

/*@font-face {
	font-family: YuGothicMedium;
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}*/
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.7;
}

/*body {
	font-family: "メイリオ",
		Meiryo;
}*/
/*[lang=ja] body {

	// for IE10+
	@media all and (-ms-high-contrast: none) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

	@media all and (-ms-high-contrast: active) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 2.375rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.625rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 500;
}

.display-1 {
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
}

/*====Basic Table Style ====================================*/
table {
  width: 100%;
  margin-bottom: 1rem;
}

th,
td {
  padding: 0;
  border: none;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

/*====Basic List Style ====================================*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 2rem 0;
  padding: 0;
}

p {
  line-height: 1.8;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}
ol,
ul {
  /*bringing lists on to the page with breathing room */
  margin-left: 0;
  margin-bottom: 1.2em;
}

ol {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;
}

ul {
  /*giving UL's LIs generated disc markers*/
  list-style-type: disc;
}

ul li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 0em;
  margin-bottom: 0;
}

ul.no_dots {
  list-style: none;
  margin-left: 0em;
}

/*+++++++++++++++++++++++++++++++++*/
/*      Link Icons                 */
/*+++++++++++++++++++++++++++++++++*/
/* https://icomoon.io/app/  */
.txt_icon {
  padding-left: 1.8em;
  position: relative;
}

.txt_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.7em;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*border-radius: 0.4rem;*/
  background-position: center center;
}

.icon_home:after {
  background-image: url(../img/def/css/svg/home.svg);
}

.icon_arrow:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_rev:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_up:after {
  background-image: url(../img/def/css/svg/circle-up.svg);
}

.icon_arrow_down:after {
  background-image: url(../img/def/css/svg/circle-down.svg);
}

.icon_pdf:after {
  background-image: url(../img/def/css/svg/file-pdf.svg);
}

.icon_word:after {
  background-image: url(../img/def/css/svg/file-word.svg);
}

.icon_excel:after {
  background-image: url(../img/def/css/svg/file-excel.svg);
}

.icon_zip:after {
  background-image: url(../img/def/css/svg/file-zip.svg);
}

.icon_down:after {
  background-image: url(../img/def/css/svg/download.svg);
}

.icon_image:after {
  background-image: url(../img/def/css/svg/image.svg);
}

.icon_page:after {
  background-image: url(../img/def/css/svg/page.svg);
}

.icon_feed:after {
  background-image: url(../img/def/css/svg/feed.svg);
}

.icon_facebook:after {
  background-image: url(../img/def/css/svg/facebook.svg);
}

.icon_twitter:after {
  background-image: url(../img/def/css/svg/twitter.svg);
}

.icon_youtube:after {
  background-image: url(../img/def/css/svg/youtube.svg);
}

/*==== Paragraph & Font Settings ====================================*/
.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

/*=====Basic Tag Utility====*/
.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 2rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .pc_content {
    display: none;
  }
}
/*PC / Tablet*/
@media screen and (min-width: 737px) {
  .sp_content {
    display: none;
  }
}
/*=== Basic Link Style ============================================================*/
a:link {
  color: #3A3A3A;
  text-decoration: none;
}

a:visited {
  color: #3A3A3A;
  text-decoration: none;
}

a:hover {
  color: #3A3A3A;
  text-decoration: none;
}

/*=====lazyload======*/
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 2s;
}

/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/*+++++++++++++++++++++++++++++++++*/
/*Web Site BODY.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/
/*Mobile*/
/*===Page Body ============================================*/
body {
  color: #3A3A3A;
  background-color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body.non_scroll {
  overflow: hidden;
}

main {
  overflow: hidden;
}

section.back-color {
  background-color: rgba(116, 116, 116, 0.05);
}

.contents-inner {
  width: 1000px;
  margin: auto;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  .contents-inner {
    width: 90%;
    padding: 12vw 0;
  }
}

@media screen and (max-width: 736px) {
  .pc_img {
    display: none;
  }
}

.sp_img {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp_img {
    display: block;
  }
}

.fadeIn,
.fadeIn_mv01,
.fadeIn_mv02,
.fadeIn_mv03,
.fadeIn_mv04,
.fadeIn_mv05,
.fadeIn_mv06 {
  opacity: 0;
  transition: 0.7s;
}
.fadeIn.is-show,
.fadeIn_mv01.is-show,
.fadeIn_mv02.is-show,
.fadeIn_mv03.is-show,
.fadeIn_mv04.is-show,
.fadeIn_mv05.is-show,
.fadeIn_mv06.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.7s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_mv01 {
  transition-delay: 0.3s;
}

.fadeIn_mv02 {
  transition-delay: 1s;
}

.fadeIn_mv03 {
  transition-delay: 1.5s;
}

.fadeIn_mv04 {
  transition-delay: 2s;
}

.fadeIn_mv05 {
  transition-delay: 2.5s;
}

.fadeIn_mv06 {
  transition-delay: 3s;
}

.sp_br {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp_br {
    display: block;
  }
}

ul {
  margin: 0;
}
ul li {
  margin: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p {
  margin: 0;
}

.loop-swiper > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

body.archive {
  margin-top: 125px;
}
@media screen and (max-width: 736px) {
  body.archive {
    margin-top: 71px;
  }
}
body.archive .contents-inner {
  padding-top: 40px;
}

.contents-mv {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
  background-color: rgba(96, 156, 227, 0.1);
}
.contents-mv__title-block {
  width: 1000px;
  padding: 70px 0;
  margin: auto;
  color: #609CE3;
}
@media screen and (max-width: 736px) {
  .contents-mv__title-block {
    width: 90%;
  }
}
.contents-mv__title {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1.1;
  text-shadow: 0 0 1px rgb(255, 255, 255);
}
@media screen and (max-width: 736px) {
  .contents-mv__title {
    font-size: 1.8rem;
  }
}

body.single {
  margin-top: 125px;
}
@media screen and (max-width: 736px) {
  body.single {
    margin-top: 71px;
  }
}
body.single .contents-inner {
  padding: 40px 0;
}

.topics-head {
  margin-top: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.topics-head__inner {
  width: 1000px;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .topics-head__inner {
    width: 90%;
  }
}

.topics-date-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.topics-date-cat__date {
  opacity: 0.6;
}
.topics-date-cat span {
  background-color: #FF7A02;
  border-radius: 30px;
  padding: 2px 20px 3px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}
.topics-date-cat span.campaign {
  background-color: #FD8080;
}

.archive-back {
  width: 450px;
  border-radius: 50px;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
  border: 3px solid #609CE3;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .archive-back:hover {
    opacity: 0.7;
  }
}
.archive-back a {
  display: block;
  text-align: center;
  color: #609CE3 !important;
  padding: 21px 50px;
  position: relative;
  font-size: 1.2rem;
}
.archive-back a:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(../img/global/arrow_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scaleX(-1);
}

/* ==================================
  楽々労災 トップページ
  BEM source. Compiled output: /css/import.css
================================== */
.Index {
  color: #3A3A3A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.c-sec-title {
  margin-bottom: 42px;
  color: #609CE3;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  display: flex;
  position: relative;
  justify-content: center;
  padding-bottom: 45px;
}
.c-sec-title::after {
  content: "・・・";
  display: block;
  color: #609CE3;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -0.5em;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.c-sec-title--white {
  color: #609CE3;
}
.c-sec-title--white::after {
  color: #609CE3;
}
@media screen and (max-width: 999px) {
  .c-sec-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 736px) {
  .c-sec-title {
    font-size: 1.65rem;
    margin-bottom: 34px;
  }
  .c-sec-title::after {
    font-size: 2rem;
  }
}
.c-sec-title .rakuraku {
  width: 95px;
  margin: 0 3px;
}

.c-sec-dots {
  display: none;
  margin-bottom: 42px;
  color: #609CE3;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .c-sec-dots {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 736px) {
  .c-sec-dots {
    margin-bottom: 28px;
    font-size: 1.2rem;
  }
}
.c-sec-dots--white {
  color: #609CE3;
}

.c-cta {
  background: #dceafa;
  padding: 54px 20px 58px;
}
@media screen and (max-width: 999px) {
  .c-cta {
    padding: 48px 24px;
  }
}
@media screen and (max-width: 736px) {
  .c-cta {
    padding: 36px 5vw;
  }
}
.c-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 736px) {
  .c-cta__inner {
    gap: 15px;
  }
}
.c-cta__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 66px;
  padding: 15px 70px 15px 35px;
  border-radius: 999px;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .c-cta__btn {
    min-width: 430px;
  }
}
@media screen and (max-width: 736px) {
  .c-cta__btn {
    width: min(100%, 340px);
    min-width: 0;
    min-height: 54px;
    padding: 12px 52px 12px 22px;
    font-size: 0.98rem;
    gap: 7px;
    justify-content: left;
  }
}
.c-cta__btn--line {
  background: #fff;
  border: 5px solid #20bf36;
  color: #20bf36;
  width: 670px;
  padding: 30px 0;
  font-size: 1.9rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 736px) {
  .c-cta__btn--line {
    width: 100%;
    font-size: 1.2rem;
    padding: 20px;
  }
}
.c-cta__btn--line:link, .c-cta__btn--line:visited {
  color: #20bf36;
}
.c-cta__btn--line:after {
  content: "";
  display: block;
  position: absolute;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #00B906;
  background-image: url(../img/global/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 26%;
  right: 49px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .c-cta__btn--line:after {
    width: 30px;
    height: 30px;
    right: 18px;
  }
}
.c-cta__btn--mail {
  width: 425px;
  min-height: 48px;
  padding: 10px 54px 10px 26px;
  background: #609CE3;
  border: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
}
.c-cta__btn--mail:link, .c-cta__btn--mail:visited {
  color: #fff;
}
@media screen and (max-width: 736px) {
  .c-cta__btn--mail {
    width: 85%;
    min-height: 42px;
    font-size: 1rem;
    padding: 3vw 5vw;
  }
}
.c-cta__btn--mail .c-cta__btn-icon {
  width: 47px !important;
}
.c-cta__btn--mail:after {
  content: "";
  display: block;
  position: absolute;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #fff;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/global/arrow_b.svg);
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 26%;
}
@media screen and (max-width: 736px) {
  .c-cta__btn--mail:after {
    width: 25px;
    height: 25px;
  }
}
.c-cta__btn-icon {
  width: 67px;
  height: 67px;
  flex: 0 0 auto;
}
@media screen and (max-width: 736px) {
  .c-cta__btn-icon {
    width: 35px;
    height: 35px;
  }
}
.c-cta__btn--mail .c-cta__arrow::after {
  background: rgba(255, 255, 255, 0.28);
}

.l-fixed-cta {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 20;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 999px) {
  .l-fixed-cta {
    bottom: 120px;
  }
}
@media screen and (max-width: 736px) {
  .l-fixed-cta {
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 0;
  }
}
.l-fixed-cta__btn {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 280px;
  min-height: 46px;
  padding: 15px 17px 15px 30px;
  border-radius: 50px 0 0 50px;
  background: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(58, 58, 58, 0.12);
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-fixed-cta__btn :hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .l-fixed-cta__btn {
    width: 50%;
    overflow: hidden;
    padding: 8px;
    border-radius: 0;
    white-space: nowrap;
    justify-content: center;
    font-size: 0.9rem;
  }
}
.l-fixed-cta__btn--line {
  border: 3px solid #28c73a;
  border-right: 0;
  color: #20b934;
}
@media screen and (max-width: 736px) {
  .l-fixed-cta__btn--line {
    border-left: none;
    border-bottom: none;
  }
}
.l-fixed-cta__btn--line:link, .l-fixed-cta__btn--line:visited {
  color: #20b934;
}
.l-fixed-cta__btn--line .l-fixed-cta__icon {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 736px) {
  .l-fixed-cta__btn--line .l-fixed-cta__icon {
    width: 30px;
    height: 30px;
  }
}
.l-fixed-cta__btn--mail {
  background: #609CE3;
  color: #fff;
  border: 3px solid #fff;
  border-right: none;
}
@media screen and (max-width: 736px) {
  .l-fixed-cta__btn--mail {
    border: none;
  }
}
.l-fixed-cta__btn--mail:link, .l-fixed-cta__btn--mail:visited {
  color: #fff;
}
.l-fixed-cta__btn--mail .l-fixed-cta__icon {
  width: 34px;
  height: 30px;
}
.l-fixed-cta__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.p-mv {
  background: #609CE3;
  position: relative;
  z-index: 0;
}
.p-mv:before {
  content: "";
  display: block;
  height: 100%;
  width: 30%;
  background-image: url(../img/index/dot.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-mv:after {
  content: "";
  display: block;
  height: 100%;
  width: 30%;
  background-image: url(../img/index/dot.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(-1, 1);
  z-index: -1;
}
.p-mv__visual {
  display: block;
  width: min(1000px, 100%);
  margin: 125px auto 0;
}
@media screen and (max-width: 736px) {
  .p-mv__visual {
    margin-top: 71px;
  }
}
.p-mv__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.p-campaign {
  padding: 88px 20px 84px;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .p-campaign {
    padding: 44px 5vw;
  }
}
.p-campaign__inner {
  width: calc(1000px + 10vw);
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .p-campaign__inner {
    width: 100%;
  }
}
.p-campaign__card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
  padding: 55px 5vw;
  border-radius: 18px;
  background: rgba(96, 156, 227, 0.1);
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-campaign__card:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .p-campaign__card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }
}
.p-campaign__date {
  padding-top: 3px;
  font-size: 1.1rem;
  opacity: 0.6;
  font-weight: 500;
}
.p-campaign__ttl {
  margin-right: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.p-campaign__tag {
  display: inline-block;
  min-width: 78px;
  padding: 3px 25px 4px;
  border-radius: 999px;
  background: #FD8080;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}
.p-campaign__text {
  margin-top: 15px;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  opacity: 0.8;
}

.p-feature {
  padding: 58px 20px 70px;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .p-feature {
    padding: 42px 5vw;
  }
}
.p-feature__inner {
  width: min(1000px, 100%);
  margin: 0 auto;
}
.p-feature__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
@media screen and (max-width: 736px) {
  .p-feature__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.p-feature__card {
  overflow: hidden;
  min-height: 132px;
  border: 4px solid #609CE3;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .p-feature__card {
    width: 80%;
    margin: auto;
  }
}
.p-feature__card-text {
  display: grid;
  place-items: center;
  min-height: 55px;
  padding: 30px 10px;
  background: #609CE3;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
}
.p-feature__card-text strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.p-feature__card-img {
  display: grid;
  place-items: center;
  padding: 33px 0;
  background-color: rgba(96, 156, 227, 0.1);
}
.p-feature__card-img__inner {
  width: 110px;
  height: 80px;
}
.p-feature__card-img__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-feature__tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 33px 0;
}
@media screen and (max-width: 736px) {
  .p-feature__tags {
    grid-template-columns: 1fr;
    margin-inline: 0;
    gap: 15px;
  }
}
.p-feature__tag {
  display: grid;
  place-items: center;
  min-height: 50px;
  border-radius: 999px;
  background: #609CE3;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  width: 300px;
  padding: 12px 0;
}
@media screen and (max-width: 736px) {
  .p-feature__tag {
    width: 80%;
    margin: auto;
    font-size: 1.1rem;
  }
}
.p-feature__card:nth-child(2) .p-feature__card-text {
  padding: 19px 10px;
}

.p-comparison {
  padding: 76px 20px 86px;
  background: #f8f8f8;
}
@media screen and (max-width: 736px) {
  .p-comparison {
    padding: 52px 5vw;
  }
}
.p-comparison__inner {
  width: min(1000px, 100%);
  margin: 0 auto;
}
.p-comparison__lead {
  margin: -14px 0 42px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .p-comparison__lead {
    font-size: 1.1rem;
  }
}
.p-comparison__wrap {
  overflow-x: auto;
  padding-top: 25px;
  display: flex;
  justify-content: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-comparison__wrap:-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 736px) {
  .p-comparison__wrap {
    display: block;
    width: 100vw;
    margin-left: -5vw;
    padding: 25px 5vw 0;
  }
}
.p-comparison__table {
  margin: 0;
  border: 4px solid #609CE3;
  border-radius: 30px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .p-comparison__table {
    width: 800px;
  }
}
.p-comparison__table thead tr th {
  font-weight: 700 !important;
  font-size: 1.15rem;
  background-color: #f7f2ec;
}
.p-comparison__table thead tr th:first-child {
  border-radius: 28px 0 0 0;
}
.p-comparison__table thead tr th:last-child {
  border-radius: 0 28px 0 0;
}
.p-comparison__table thead tr th.p-comparison__th--main {
  background: #609CE3;
  color: #fff;
  font-size: 1.4rem !important;
  position: relative;
  padding: 0 0 23px;
}
.p-comparison__table thead tr th.p-comparison__th--main:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: #609CE3;
  top: -25px;
  left: 0;
  border-radius: 15px 15px 0 0;
}
.p-comparison__table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 28px;
}
.p-comparison__table tbody tr:last-child td:last-child {
  border-radius: 0 0 28px 0;
}
.p-comparison__th, .p-comparison__td {
  height: 62px;
  padding: 23px 25px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 736px) {
  .p-comparison__th, .p-comparison__td {
    font-size: 1rem;
    padding: 23px 15px;
  }
}
.p-comparison__td.p-comparison__td--main {
  background-color: rgba(96, 156, 227, 0.1);
  color: #609CE3;
  font-size: 1.2rem;
}
@media screen and (max-width: 736px) {
  .p-comparison__td.p-comparison__td--main {
    font-size: 1.1rem;
  }
}
.p-comparison__th--label, .p-comparison__td--label {
  background: #f7f2ec;
  text-align: left;
  font-size: 1.15rem;
  font-weight: 700;
}
.p-comparison__star {
  color: #FF7A02;
  margin-right: 5px;
}
.p-comparison__note {
  margin-top: 12px;
  color: #777;
  font-size: 1rem;
  font-weight: 500;
}
.p-comparison__note a {
  color: #777;
  text-decoration: underline;
}

.p-target {
  padding: 72px 20px 74px;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .p-target {
    padding: 50px 5vw;
  }
}
.p-target__inner {
  width: min(1000px, 100%);
  margin: 0 auto;
}
.p-target__body {
  display: grid;
  grid-template-columns: 420px 500px;
  justify-content: center;
  gap: 42px;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .p-target__body {
    grid-template-columns: 310px 1fr;
    max-width: 860px;
  }
}
@media screen and (max-width: 736px) {
  .p-target__body {
    display: block;
    max-width: none;
  }
}
.p-target__left {
  display: contents;
}
@media screen and (max-width: 736px) {
  .p-target__left {
    display: block;
  }
}
.p-target__table {
  grid-column: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  border-collapse: separate;
  border-spacing: 0;
  align-self: start;
}
@media screen and (max-width: 736px) {
  .p-target__table {
    margin-bottom: 24px;
  }
}
.p-target__table th {
  background: #FF7A02;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  padding: 12px 16px;
}
.p-target__table td {
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff7ef;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.p-target__list {
  grid-column: 2;
  margin: 0;
  padding-top: 4px;
}
.p-target__list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 23px;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-target__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF7A02;
}
.p-target__line-box {
  grid-column: 1/-1;
  justify-self: center;
  position: relative;
  width: 575px;
  min-width: 360px;
  min-height: 122px;
  margin-top: 18px;
  padding: 25px 0;
  border-radius: 90px;
  background: #e9faed;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .p-target__line-box {
    width: 500px;
  }
}
@media screen and (max-width: 736px) {
  .p-target__line-box {
    min-width: 0;
    width: 100%;
    min-height: 0;
    padding: 22px;
  }
}
.p-target__line-block {
  text-align: center;
  margin-top: 60px;
  position: relative;
}
.p-target__line-heading {
  color: #20b934;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 736px) {
  .p-target__line-heading {
    font-size: 1.2rem;
  }
}
.p-target__line-heading:before, .p-target__line-heading:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #00B906;
  width: 4px;
  height: 80px;
  bottom: 0;
}
@media screen and (max-width: 736px) {
  .p-target__line-heading:before, .p-target__line-heading:after {
    width: 3px;
    height: 45px;
  }
}
.p-target__line-heading:before {
  transform: rotate(-30deg);
  left: -50px;
}
@media screen and (max-width: 736px) {
  .p-target__line-heading:before {
    left: -25px;
  }
}
.p-target__line-heading:after {
  transform: rotate(30deg);
  right: -50px;
}
@media screen and (max-width: 736px) {
  .p-target__line-heading:after {
    right: -25px;
  }
}
.p-target__line-sub {
  color: #20b934;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  .p-target__line-sub {
    font-size: 1.1rem;
  }
}
.p-target__line-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 8px 28px 9px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  width: 305px;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-target__line-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .p-target__line-btn {
    width: 75%;
    font-size: 1.3rem;
  }
}
.p-target__line-btn img {
  width: 38px;
  height: 38px;
  border-radius: 7px;
  border: 1px solid #fff;
  margin-right: 5px;
}
.p-target__line-btn:link, .p-target__line-btn:visited {
  color: #fff;
}
.p-target__right {
  grid-column: 1/-1;
  justify-self: end;
  width: 150px;
  margin-top: -136px;
  margin-right: 170px;
}
@media screen and (max-width: 999px) {
  .p-target__right {
    margin-right: 130px;
  }
}
@media screen and (max-width: 736px) {
  .p-target__right {
    display: none;
  }
}
.p-target__line-oyakatakun {
  position: absolute;
  width: 170px;
  height: 187px;
  right: 165px;
  bottom: 0;
}
@media screen and (max-width: 736px) {
  .p-target__line-oyakatakun {
    width: 125px;
    height: 140px;
    right: -55px;
  }
}

.p-reason {
  background: #f7f7f7;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 736px) {
  .p-reason {
    padding: 50px 5vw 38px;
  }
}
.p-reason__inner {
  width: min(1000px, 100%);
  margin: 0 auto;
  max-width: 860px;
}
.p-reason__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: -6px auto 40px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 736px) {
  .p-reason__list {
    width: auto;
    margin-left: 1.4em;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .p-reason__list li {
    margin-bottom: 20px;
  }
}
.p-reason__item::marker {
  color: #609CE3;
  font-weight: 600;
}
.p-reason__item strong {
  font-size: 1.08em;
  font-weight: 600;
  color: #609CE3;
}
.p-reason__illust-wrap {
  text-align: center;
  width: 790px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .p-reason__illust-wrap {
    width: 100%;
  }
}
.p-reason__illust-wrap img {
  width: 100%;
  hieght: auto;
}
.p-reason__balloon {
  position: relative;
  min-width: 455px;
  padding: 22px 36px;
  border: 3px solid #609CE3;
  border-radius: 44px;
  background: #fff;
  color: #609CE3;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .p-reason__balloon {
    min-width: 0;
    flex: 1 1 auto;
    padding: 15px 16px;
  }
}
.p-reason__balloon-sub {
  font-size: 0.86rem;
}
.p-reason__balloon-main {
  font-size: 1.16rem;
  line-height: 1.55;
}
@media screen and (max-width: 736px) {
  .p-reason__balloon-main {
    font-size: 0.98rem;
  }
}

.p-faq,
.p-voice {
  padding: 74px 0 82px;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .p-faq,
  .p-voice {
    padding: 52px 0 60px;
  }
}
.p-faq__head,
.p-voice__head {
  padding: 0 20px;
}
.p-faq__scroll-outer,
.p-voice__scroll-outer {
  overflow-x: auto;
  padding-left: max(20px, (100vw - 1000px) / 2);
  padding-bottom: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-faq__scroll-outer:-webkit-scrollbar,
.p-voice__scroll-outer:-webkit-scrollbar {
  display: none;
}
.p-faq__scroll-inner,
.p-voice__scroll-inner {
  display: flex;
  gap: 26px;
  width: -moz-max-content;
  width: max-content;
  padding-right: 40px;
}
@media screen and (max-width: 736px) {
  .p-faq__scroll-inner,
  .p-voice__scroll-inner {
    gap: 20px;
  }
}

.p-faq__card {
  width: 520px;
  min-height: 218px;
  padding: 40px 45px;
  border-radius: 30px;
  background: #eef3ff;
}
@media screen and (max-width: 736px) {
  .p-faq__card {
    width: 310px;
    padding: 33px 35px;
  }
}

.p-faq__num {
  float: left;
  margin-right: 12px;
  color: #43b8cc;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  .p-faq__num {
    font-size: 3.3rem;
  }
}

.p-faq__q {
  min-height: 46px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  .p-faq__q {
    font-size: 1.2rem;
  }
}

.p-faq__line {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 3px solid #7fc6d5;
}

.p-faq__a {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}

.p-flow {
  margin: 0;
  padding: 175px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-flow:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 5vw);
  height: calc(100% - 160px);
  background-color: rgba(96, 156, 227, 0.1);
  border-radius: 60px 0 0 60px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  .p-flow:before {
    height: calc(100% - 50px);
  }
}
@media screen and (max-width: 736px) {
  .p-flow {
    padding: 52px 0;
    background-size: 94% calc(100% - 86px);
  }
}
.p-flow__head {
  padding: 0 20px;
  text-align: center;
}
.p-flow__label {
  margin-bottom: 4px;
  color: #609CE3;
  font-size: 1rem;
}
.p-flow__scroll-outer {
  overflow-x: auto;
  width: 90vw;
  float: right;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-flow__scroll-outer:-webkit-scrollbar {
  display: none;
}
.p-flow__scroll-inner {
  display: flex;
  gap: 90px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 40px 8px 0;
}
@media screen and (max-width: 736px) {
  .p-flow__scroll-inner {
    gap: 60px;
  }
}
.p-flow__card {
  width: 330px;
  height: 100%;
  padding: 22px 30px;
  border: 4px solid #609CE3;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 736px) {
  .p-flow__card {
    width: 260px;
  }
}
.p-flow__card:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(../img/index/flow-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -67px;
}
@media screen and (max-width: 736px) {
  .p-flow__card:after {
    width: 25px;
    height: 25px;
    right: -47px;
  }
}
.p-flow__item:last-child .p-flow__card:after {
  display: none;
}
.p-flow__step {
  display: grid;
  place-items: center;
  min-height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #609CE3;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 5px 0;
}
@media screen and (max-width: 736px) {
  .p-flow__step {
    font-size: 1.4rem;
  }
}
.p-flow__card-img {
  width: 125px;
  height: 125px;
  margin-bottom: 14px;
  margin: 30px auto;
}
@media screen and (max-width: 736px) {
  .p-flow__card-img {
    width: 100px;
    height: 100px;
  }
}
.p-flow__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow__card-text {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
}
.p-flow__card-btns {
  display: grid;
  gap: 10px;
  margin-top: 7px;
}
.p-flow__line-btn, .p-flow__mail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 22px;
  border-radius: 999px;
  font-size: 1rem;
  text-decoration: none;
  padding: 8px 0;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-flow__line-btn:hover, .p-flow__mail-btn:hover {
    opacity: 0.7;
  }
}
.p-flow__line-btn {
  border: 2px solid #00B906;
  color: #00B906 !important;
}
.p-flow__line-btn img {
  width: 27px;
  height: 27px;
  margin-right: 5px;
}
.p-flow__mail-btn {
  border: 2px solid #609CE3;
  color: #609CE3 !important;
}
.p-flow__mail-btn img {
  width: 27px;
  height: 21px;
  margin-right: 3px;
}

.p-voice {
  background: #f7f7f7;
}
.p-voice__scroll-outer {
  padding-left: max(20px, (100vw - 1000px) / 2);
}
.p-voice__card {
  width: 610px;
  min-height: 195px;
  padding: 45px;
  border-radius: 14px;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .p-voice__card {
    width: 310px;
    padding: 35px;
  }
}
.p-voice__person {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 736px) {
  .p-voice__person {
    display: block;
  }
}
.p-voice__avatar {
  width: 95px;
  height: 95px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 736px) {
  .p-voice__avatar {
    width: 85px;
    height: 85px;
    margin: 0 auto 3vw;
  }
}
.p-voice__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice__business {
  font-size: 1.55rem;
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  .p-voice__business {
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-voice__name {
  font-size: 1.3rem;
}
@media screen and (max-width: 736px) {
  .p-voice__name {
    font-size: 1.1rem;
    text-align: center;
  }
}
.p-voice__line {
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #d8d8d8;
}
.p-voice__text {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}

.p-news {
  padding: 72px 20px 76px;
  background: #f7f7f7;
}
@media screen and (max-width: 736px) {
  .p-news {
    padding: 50px 5vw;
  }
}
.p-news__inner {
  width: min(1000px, 100%);
  margin: 0 auto;
}
.p-news__card {
  padding: 35px 45px;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .p-news__card {
    padding: 12px 20px;
  }
}
.p-news__list {
  margin: 0;
}
.p-news__item {
  display: grid;
  grid-template-columns: 90px 110px 1fr;
  gap: 15px;
  align-items: self-start;
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 736px) {
  .p-news__item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
}
.p-news__item:last-child {
  border-bottom: none;
}
.p-news__date {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.1rem;
  font-weight: 500;
}
.p-news__tag {
  display: inline-grid;
  place-items: center;
  min-height: 22px;
  border-radius: 999px;
  background: #FF7A02;
  color: #fff;
  font-size: 0.85rem;
  padding: 2px 0 3px;
}
.p-news__tag.campaign {
  background: #FD8080;
}
@media screen and (max-width: 736px) {
  .p-news__tag {
    padding: 2px 20px 3px;
  }
}
.p-news__link {
  color: #3A3A3A;
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;
  color: #3A3A3A;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .p-news__link {
    width: 100%;
  }
}

body.archive .p-news__card {
  padding: 0;
  border-radius: 0;
}

.p-series {
  padding: 78px 20px 84px;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .p-series {
    padding: 52px 5vw 58px;
  }
}
.p-series__inner {
  width: min(1000px, 100%);
  margin: 0 auto;
}
.p-series__lead {
  margin: -12px 0 60px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
}
.p-series__cards {
  display: grid;
  gap: 65px;
}
@media screen and (max-width: 736px) {
  .p-series__cards {
    gap: 30px;
  }
}
.p-series__card {
  display: block;
  padding: 60px 78px;
  border-radius: 60px;
  text-decoration: none;
}
@media screen and (max-width: 736px) {
  .p-series__card {
    padding: 30px;
    border-radius: 40px;
  }
}
.p-series__card--oyakata {
  background: #fff0e2;
}
.p-series__card--ccus {
  background: #e9f8f0;
}
.p-series__card-head {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .p-series__card-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.p-series__card-logo {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  .p-series__card-logo {
    width: 80%;
    margin: auto;
  }
}
.p-series__card-desc {
  color: #3A3A3A;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .p-series__card-desc {
    font-size: 1.1rem;
  }
}
.p-series__card-banner {
  position: relative;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-series__card-banner:hover {
    opacity: 0.7;
  }
}
.p-series__card-banner img {
  display: block;
  border-radius: 30px;
}
.p-series__card-banner-icon {
  position: absolute;
  right: 17px;
  bottom: 17px;
}
@media screen and (max-width: 736px) {
  .p-series .c-sec-title {
    display: block;
  }
}
.p-series .c-sec-title span {
  text-align: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 736px) {
  .p-series .c-sec-title span {
    justify-content: center;
  }
  .p-series .c-sec-title span .rakuraku {
    width: 70px;
  }
}

.l-footer {
  background: #fff;
}
.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  width: min(1000px, 92%);
  margin: 0 auto;
  padding: 58px 0 54px;
}
@media screen and (max-width: 736px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 44px 0;
  }
}
.l-footer__logo {
  width: 230px;
  margin-bottom: 28px;
}
.l-footer__org {
  margin-bottom: 18px;
  font-size: 0.84rem;
}
.l-footer__address {
  font-style: normal;
  font-size: 0.76rem;
  line-height: 1.7;
}
.l-footer__nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 42px;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .l-footer__nav-list {
    gap: 12px 24px;
  }
}
.l-footer__nav-item a {
  color: #3A3A3A;
  font-size: 0.78rem;
  text-decoration: none;
}
.l-footer__copy-bar {
  display: grid;
  place-items: center;
  min-height: 50px;
  background: #609CE3;
}
.l-footer__copy {
  color: #fff;
  font-size: 0.74rem;
}

.p-flow__btn-icon {
  width: 16px;
  height: 16px;
}

.p-target__line-icon {
  width: 20px;
  height: 20px;
}

/* ==================================
  デザイン調整 2026-05-12
================================== */
html {
  font-size: 17px;
}

@media screen and (max-width: 999px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 736px) {
  html {
    font-size: 16px;
  }
}
/* ==================================
  セクション余白・タイトルドット調整
================================== */
.c-cta,
.p-feature,
.p-comparison,
.p-target,
.p-reason,
.p-faq,
.p-voice,
.p-news,
.p-series {
  padding-top: 95px;
  padding-bottom: 95px;
}

@media screen and (max-width: 736px) {
  .c-cta,
  .p-feature,
  .p-comparison,
  .p-target,
  .p-reason,
  .p-faq,
  .p-flow,
  .p-voice,
  .p-news,
  .p-series {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
/* ==================================
  l-header
================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 736px) {
  .l-header {
    padding: 2vw 0;
  }
}
.l-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 999px) {
  .l-header__inner {
    max-width: 100%;
    padding: 0 4%;
    height: 65px;
  }
}
@media screen and (max-width: 736px) {
  .l-header__inner {
    padding: 0 4%;
    height: 56px;
  }
}
.l-header__logo a {
  display: block;
  width: 200px;
}
@media screen and (max-width: 999px) {
  .l-header__logo a {
    width: 140px;
  }
}
@media screen and (max-width: 736px) {
  .l-header__logo a {
    width: 120px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.l-header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  .l-header__right {
    gap: 14px;
  }
}
@media screen and (max-width: 736px) {
  .l-header__right {
    gap: 8px;
  }
}
.l-header__tel {
  text-align: right;
  padding-left: 62px;
  position: relative;
}
.l-header__tel a {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #609CE3;
  background-image: url(../img/global/tel_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header__tel-num {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #3A3A3A;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 2px;
}
.l-header__tel-num:link, .l-header__tel-num:visited {
  color: #609CE3;
}
@media screen and (max-width: 999px) {
  .l-header__tel-num {
    font-size: 1.15rem;
  }
}
.l-header__tel-num svg {
  color: #609CE3;
}
.l-header__tel-time {
  display: block;
  font-size: 1.08rem;
  color: #609CE3;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
.l-header__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #00B906;
  color: #fff !important;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.l-header__cta-btn:link, .l-header__cta-btn:visited {
  color: #06C755;
}
@media (hover: hover) {
  .l-header__cta-btn:hover {
    background-color: #06C755;
    color: #fff;
  }
}
@media screen and (max-width: 736px) {
  .l-header__cta-btn {
    padding: 8px 14px;
    font-size: 0.78rem;
    gap: 6px;
  }
}
.l-header__cta-btn svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.l-header__cta-icon {
  border: 0.5px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.l-header__btn-mail {
  position: relative;
  padding-bottom: 23px;
}
@media screen and (max-width: 736px) {
  .l-header__btn-mail {
    display: none;
  }
}
.l-header__cta-mail {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  font-size: 0.7rem;
  text-decoration: underline !important;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__cta-mail:hover {
    opacity: 0.7;
  }
}

.p-target__line-icon,
.p-flow__btn-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}

.sp-nav-btn {
  display: none;
  width: 45px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.sp-nav-btn span {
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sp-nav-btn span:before, .sp-nav-btn span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #609CE3;
  transition: all 0.3s ease;
}
.sp-nav-btn span:before {
  top: -5px;
}
.sp-nav-btn span:after {
  bottom: -5px;
}
.sp-nav-btn.open span:before {
  transform: rotate(150deg);
  top: 0;
}
.sp-nav-btn.open span:after {
  transform: rotate(-150deg);
  bottom: 0;
}
@media screen and (max-width: 736px) {
  .sp-nav-btn {
    display: block;
  }
}

.sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 71px;
  z-index: 800;
  background-color: rgba(255, 255, 255, 0.95);
}
.sp-nav__inner {
  padding: 10vw;
}
.sp-nav__item a {
  display: block;
  padding: 3vw 0;
  font-size: 1.1rem;
}

/* ==================================
  l-footer
================================== */
.l-footer {
  background-color: #fff;
}
.l-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
  display: flex;
  gap: 135px;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .l-footer__inner {
    gap: 40px;
    padding: 50px 5% 40px;
  }
}
@media screen and (max-width: 736px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 8vw;
    padding: 10vw 5vw 8vw;
  }
}
.l-footer__info {
  flex: 0 0 auto;
  width: 400px;
}
@media screen and (max-width: 999px) {
  .l-footer__info {
    width: 260px;
  }
}
@media screen and (max-width: 736px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer__logo {
  width: 320px;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .l-footer__logo {
    width: 150px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.l-footer__org {
  font-size: 1.1rem;
  font-weight: 600;
  color: #3A3A3A;
  margin-bottom: 22px;
}
@media screen and (max-width: 736px) {
  .l-footer__org {
    font-size: 0.82rem;
  }
}
.l-footer__address {
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 736px) {
  .l-footer__address {
    font-size: 0.8rem;
  }
}
.l-footer__nav {
  flex: 1;
  padding-top: 10px;
}
@media screen and (max-width: 736px) {
  .l-footer__nav {
    padding-top: 0;
    width: 100%;
  }
}
.l-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .l-footer__nav-list {
    display: none;
  }
}
.l-footer__nav-item a {
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  font-weight: 500;
}
.l-footer__nav-item a:link, .l-footer__nav-item a:visited {
  color: #555;
}
@media (hover: hover) {
  .l-footer__nav-item a:hover {
    color: #609CE3;
  }
}
@media screen and (max-width: 736px) {
  .l-footer__nav-item a {
    font-size: 0.82rem;
  }
}
.l-footer__copy-bar {
  background-color: #609CE3;
  padding: 27px 0;
  text-align: center;
}
.l-footer__copy {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

/*==== Layout Module ==============================================*/
.c-section .l-inner {
  width: 1000px;
  margin: auto;
  padding: 30px 0;
}
@media screen and (max-width: 736px) {
  .c-section .l-inner {
    width: 90%;
  }
}
.c-section.has-bg {
  background-color: rgba(66, 253, 63, 0.09);
}
.c-section--heading01 .l-inner, .c-section--heading02 .l-inner, .c-section--heading03 .l-inner {
  padding-bottom: 0;
}

.single-unit .c-section {
  padding: 30px 0;
}
.single-unit .c-section--heading01, .single-unit .c-section--heading02, .single-unit .c-section--heading03, .single-unit .c-section--heading04, .single-unit .c-section--question {
  padding-bottom: 0;
}

.c-spacer {
  height: 30px;
}

.c-heading--h2 {
  font-weight: 600;
  font-size: 2.3rem;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .c-heading--h2 {
    font-size: 1.8rem;
  }
}
.c-heading--h3 {
  font-weight: 600;
  margin: 0;
}
.c-heading--h4 {
  font-weight: 600;
  color: #609CE3;
  margin: 0;
}

.c-copy {
  font-size: 1.15rem;
}

.c-text {
  line-height: 2;
}

.c-media {
  position: relative;
}
.c-media:after {
  content: "";
  display: block;
  clear: both;
}
.c-media__img {
  width: 430px;
  height: 290px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .c-media__img {
    width: 100%;
    height: 60vw;
    margin-bottom: 5vw;
  }
}
.c-media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-media__body {
  width: 530px;
}
@media screen and (max-width: 736px) {
  .c-media__body {
    width: 100%;
  }
}
.c-media__title {
  font-weight: 500;
  color: #609CE3;
  margin-bottom: 20px;
}
.c-media__text {
  line-height: 2;
}

.is-image_text_arrangement-left .c-media__body,
.is-image_text_place-right .c-media__body {
  float: left;
}
.is-image_text_arrangement-left .c-media__img,
.is-image_text_place-right .c-media__img {
  float: right;
}

.is-image_text_arrangement-right .c-media__body,
.is-image_text_place-left .c-media__body {
  float: right;
}
.is-image_text_arrangement-right .c-media__img,
.is-image_text_place-left .c-media__img {
  float: left;
}

.is-image_text_design-design .c-media__body {
  width: 645px;
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design .c-media__body {
    width: 100%;
  }
}
.is-image_text_design-design .c-media__img {
  width: calc((100vw - 1000px) / 4 + 300px);
  height: 350px;
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design .c-media__img {
    width: calc(100% + 5vw);
    height: 60vw;
  }
}
.is-image_text_design-design.is-image_text_arrangement-left .c-media__img {
  margin-right: calc((100vw - 1000px) / 4 * -1);
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design.is-image_text_arrangement-left .c-media__img {
    margin-right: -5vw;
    border-radius: 30px 0 0 30px;
  }
}
.is-image_text_design-design.is-image_text_arrangement-right .c-media__img {
  margin-left: calc((100vw - 1000px) / 4 * -1);
}
@media screen and (max-width: 736px) {
  .is-image_text_design-design.is-image_text_arrangement-right .c-media__img {
    margin-left: -5vw;
    border-radius: 0 30px 30px 0;
  }
}

.c-image-grid {
  display: grid;
}
.c-image-grid__item {
  border-radius: 30px;
  overflow: hidden;
  background-color: rgba(66, 253, 63, 0.09);
}
.c-image-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-image_column_num-num01 .c-image-grid {
  grid-template-columns: 1fr;
  gap: 30px 0;
}
.is-image_column_num-num01 .c-image-grid__item {
  width: calc((100vw - 1000px) * 0.3 + 1000px);
  height: 700px;
  margin-left: calc((100vw - 1000px) / 2 * 0.3 * -1);
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num01 .c-image-grid__item {
    width: 100%;
    height: 60vw;
    margin-left: 0;
  }
}

.is-image_column_num-num02 .c-image-grid {
  grid-template-columns: 1fr 1fr;
  gap: 25px 0;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num02 .c-image-grid {
    gap: 3vw;
  }
}
.is-image_column_num-num02 .c-image-grid__item {
  width: 475px;
  height: 350px;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num02 .c-image-grid__item {
    width: 100%;
    height: 35vw;
    border-radius: 25px;
  }
}

.is-image_column_num-num03 .c-image-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 0;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num03 .c-image-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
  }
}
.is-image_column_num-num03 .c-image-grid__item {
  width: 310px;
  height: 230px;
}
@media screen and (max-width: 736px) {
  .is-image_column_num-num03 .c-image-grid__item {
    width: 100%;
    height: 35vw;
    border-radius: 25px;
  }
}

.has-bg .c-image-grid__item {
  background-color: #fff;
}

.c-link-module {
  display: grid;
}
.c-link-module__item {
  width: 320px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 736px) {
  .c-link-module__item {
    width: 100%;
  }
}
.c-link-module__link {
  display: block;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.c-link-module__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FD8080;
  background-image: url(../img/parts/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  right: -10px;
  bottom: -10px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-link-module__link:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-link-module__link:hover:after {
    right: -13px;
  }
}
.c-link-module__thumb {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  overflow: hidden;
}
.c-link-module__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-link-module__body {
  border-radius: 30px;
  padding: 45px 40px;
  flex: 1;
  background-color: rgba(66, 253, 63, 0.09);
}
.c-link-module__title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.is-link_module_column-column02 .c-link-module {
  grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column02 .c-link-module {
    grid-template-columns: 1fr;
  }
}
.is-link_module_column-column02 .c-link-module__item {
  width: 478px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column02 .c-link-module__item {
    width: 100%;
  }
}
.is-link_module_column-column02 .c-link-module__thumb {
  height: 478px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column02 .c-link-module__thumb {
    height: 320px;
  }
}

.is-link_module_column-column03 .c-link-module {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 20px;
}
@media screen and (max-width: 736px) {
  .is-link_module_column-column03 .c-link-module {
    grid-template-columns: 1fr;
  }
}

.c-section--list_module_m .c-link-module__item {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 265px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__item {
    padding-left: 0;
  }
}
.c-section--list_module_m .c-link-module__item:last-child {
  margin-bottom: 0;
}
.c-section--list_module_m .c-link-module__link {
  display: block;
  width: calc(100% + 265px);
  height: 100%;
  position: relative;
  margin-left: -265px;
  padding-left: 265px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__link {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.c-section--list_module_m .c-link-module__link:after {
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__link:after {
    top: auto;
    bottom: -3vw;
    right: -3vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-section--list_module_m .c-link-module__link:hover:after {
    right: -23px;
  }
}
.c-section--list_module_m .c-link-module__thumb {
  width: 265px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m .c-link-module__thumb {
    width: 100%;
    position: static;
    height: 60vw;
  }
}
.c-section--list_module_m.is-link_module_size-size02 .c-link-module__item {
  padding-left: 370px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m.is-link_module_size-size02 .c-link-module__item {
    padding-left: 0;
  }
}
.c-section--list_module_m.is-link_module_size-size02 .c-link-module__link {
  width: calc(100% + 370px);
  margin-left: -370px;
  padding-left: 370px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m.is-link_module_size-size02 .c-link-module__link {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.c-section--list_module_m.is-link_module_size-size02 .c-link-module__thumb {
  width: 370px;
}
@media screen and (max-width: 736px) {
  .c-section--list_module_m.is-link_module_size-size02 .c-link-module__thumb {
    width: 100%;
  }
}

.has-bg .c-link-module__body {
  background-color: #fff;
}

.is-link_module_box-link_module_box .l-inner {
  background-color: rgba(66, 253, 63, 0.09);
  padding: 95px 5vw;
  width: calc(1000px + 10vw);
  border-radius: 30px;
}
@media screen and (max-width: 736px) {
  .is-link_module_box-link_module_box .l-inner {
    width: 90%;
  }
}
.is-link_module_box-link_module_box .l-inner .c-link-module__body {
  background-color: #fff;
}
.is-link_module_box-link_module_box.has-bg .l-inner {
  background-color: #fff;
}
.is-link_module_box-link_module_box.has-bg .l-inner .c-link-module__body {
  background-color: rgba(66, 253, 63, 0.09);
}

.c-map {
  width: 100%;
  height: 570px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .c-map {
    width: 100%;
    height: 70vw;
    margin: auto;
  }
}
.c-map iframe {
  width: 100%;
  height: 100%;
}

.c-youtube {
  width: 100%;
  height: 560px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .c-youtube {
    height: 55vw;
  }
}
.c-youtube__inner {
  height: 100%;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}

.c-table__row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CFCFCF;
  padding: 40px 0;
}
@media screen and (max-width: 736px) {
  .c-table__row {
    padding: 28px 0;
  }
}
.c-table__th {
  width: 275px;
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .c-table__th {
    width: 100%;
    margin-bottom: 3vw;
    font-weight: 600;
  }
}
.c-table__td {
  width: 700px;
  font-weight: 400;
}
@media screen and (max-width: 736px) {
  .c-table__td {
    width: 100%;
    font-size: 0.9rem;
  }
}

.c-btn,
.c-back {
  min-width: 450px;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  margin: auto;
  background-color: #609CE3;
}
@media screen and (max-width: 736px) {
  .c-btn,
  .c-back {
    width: 100%;
    min-width: 100%;
  }
}
.c-btn__link,
.c-back__link {
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 21px 50px;
  position: relative;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .c-btn__link,
  .c-back__link {
    font-size: 0.9rem;
  }
}
.c-btn__link:after,
.c-back__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  background-image: url(../img/global/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  .c-btn__link:after,
  .c-back__link:after {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__link,
  .c-back:hover .c-btn__link {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-btn__link:after,
  .c-back:hover .c-btn__link:after {
    right: 22px;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-back__link,
  .c-back:hover .c-back__link {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover .c-back__link:after,
  .c-back:hover .c-back__link:after {
    right: auto;
    left: 22px;
  }
}

.c-back__link:after {
  transform: scale(-1, 1);
  right: auto;
  left: 25px;
}

@media (hover: hover) and (pointer: fine) {
  .c-section--filelink_btn .c-btn:hover .c-btn__link:after {
    right: 25px;
  }
}
.c-section--filelink_btn .c-btn .c-btn__link:after {
  width: 23px;
  height: 28px;
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".pdf"]:after {
  background-image: url("../img/parts/icon_pdf_w.svg");
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".xls"]:after, .c-section--filelink_btn .c-btn .c-btn__link[href$=".xlsx"]:after {
  background-image: url("../img/parts/icon_excel_w.svg");
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".doc"]:after, .c-section--filelink_btn .c-btn .c-btn__link[href$=".docx"]:after {
  background-image: url("../img/parts/icon_word_w.svg");
}
.c-section--filelink_btn .c-btn .c-btn__link[href$=".ppt"]:after, .c-section--filelink_btn .c-btn .c-btn__link[href$=".pptx"]:after {
  background-image: url("../img/parts/icon_pp_w.svg");
}

.c-section--link_btn .l-inner,
.c-section--filelink_btn .l-inner,
.c-section--back_btn .l-inner {
  text-align: center;
}

.c-section--link_btn,
.c-section--filelink_btn {
  text-align: center;
}

.c-qa__q {
  position: relative;
  font-size: 1.1rem;
  padding-left: 29px;
  font-weight: 600;
}
.c-qa__q:before {
  content: "Q";
  color: #609CE3;
  font-size: 1.3rem;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 0;
}
.c-qa__q:after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 1.5px #000;
  border-right: solid 1.5px #000;
  transform: rotate(135deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  transition: all 0.3s ease;
  display: none;
}
.c-qa__a {
  padding: 22px 0 0 29px;
  margin-top: 25px;
  position: relative;
  border-top: 1px solid rgba(8, 8, 8, 0.15);
}
.c-qa__a:before {
  content: "A";
  color: #609CE3;
  font-size: 1.3rem;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 22px;
}
.c-qa__item {
  background-color: rgba(66, 253, 63, 0.09);
  border-radius: 10px;
  border: 1px solid rgba(8, 8, 8, 0.15);
  margin-bottom: 30px;
  padding: 32px 40px;
  cursor: pointer;
}
.c-qa__item:last-child {
  margin-bottom: 0;
}
.c-qa__item.open .c-qa__q:after {
  transform: rotate(-45deg);
}

.has-bg .c-qa__item {
  background-color: #fff;
}

.c-section--question {
  position: relative;
}
.c-section--question:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: calc(100% - 45px);
  left: 0;
  top: 30px;
  background-color: #609CE3;
}
.c-section--question span {
  color: #609CE3;
  opacity: 0.5;
  letter-spacing: 0.015em;
  line-height: 1;
  padding-left: 20px;
}
.c-section--question .c-question {
  color: #609CE3;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-left: 20px;
}

div b,
p b {
  background: linear-gradient(transparent 60%, rgba(96, 156, 227, 0.4) 0%);
  display: inline;
  padding: 0 1px 1px;
}

.flow-inner {
  width: 100vw;
  margin-left: calc((100vw - 1000px) / 2 * -1) !important;
  padding-left: calc((100vw - 1000px) / 2) !important;
}
@media screen and (max-width: 736px) {
  .flow-inner {
    margin-left: -5vw !important;
    padding-left: 5vw !important;
  }
}

.c-flow__item {
  width: 360px !important;
  height: auto !important;
  border-radius: 30px;
  border: 1px solid #609CE3;
  padding: 40px;
  background-color: rgba(96, 156, 227, 0.03);
  margin-right: 50px;
  position: relative;
  counter-increment: flow;
}
@media screen and (max-width: 736px) {
  .c-flow__item {
    width: 250px !important;
    margin-right: 7vw;
    padding: 35px 30px;
  }
}
.c-flow__num {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #609CE3;
  border-radius: 50%;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .c-flow__num {
    width: 48px;
    height: 48px;
    margin-bottom: 4vw;
  }
}
.c-flow__num:before {
  content: counter(flow);
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.6;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .c-flow__num:before {
    font-size: 1.3rem;
  }
}
.c-flow__num:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #609CE3;
  height: 2px;
  width: 322px;
  left: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .c-flow__num:after {
    width: calc(190px + 7vw);
    left: 38px;
  }
}
.c-flow__title {
  font-weight: 600;
}
@media screen and (max-width: 736px) {
  .c-flow__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 736px) {
  .c-flow__text {
    font-size: 0.9rem;
  }
}
.c-flow__item:last-child .c-flow__num:after {
  display: none;
}

.has-bg .c-flow__item {
  background-color: #fff;
}/*# sourceMappingURL=import.css.map */