@charset "UTF-8";
/*------------------------------------------------------------
reset
------------------------------------------------------------*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  overflow-x: hidden;
}

.fixed-image {
  position: fixed;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 60%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
  z-index: -1;
}

.fixed-image.visible {
  opacity: 1;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

a[href^="geo:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  text-decoration: none;
}

a:visited {
  color: #333333;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
汎用Mixin
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
汎用、ベースクラス
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.clearfix::after,
.cf::after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  clear: both;
}

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

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

.inner {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
}

.flexWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flexWrap {
    flex-wrap: wrap;
  }
}

.whiteTxt {
  color: #fff;
}

.ttl04 {
  color: #3A71B1;
  font-weight: bold;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 24px;
  }
}

.slash {
  display: inline-block;
  position: relative;
}
.slash:after {
  content: "/";
  color: #fff;
  display: inline-block;
  position: absolute;
  right: -35px;
  bottom: -10px;
  font-weight: normal;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .slash:after {
    font-weight: bold;
    right: -30px;
    bottom: 0px;
    font-size: 22px;
  }
}
.slash:before {
  content: "/";
  color: #fff;
  transform: scale(-1, 1);
  display: inline-block;
  position: absolute;
  left: -35px;
  bottom: -10px;
  font-weight: normal;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .slash:before {
    font-weight: bold;
    left: -30px;
    bottom: 0px;
    font-size: 22px;
  }
}

a.btn01 {
  color: white;
  background-color: #FF8C00;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 19px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
a.btn01 .afterImg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
}
a.btn01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  a.btn01 {
    padding: 25px 70px;
    width: 100%;
    font-size: 18px;
    background-size: 15px;
  }
}

.underline-red {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(234, 106, 141, 0.4);
  text-decoration-color: rgba(234, 106, 141, 0.4);
  text-decoration-thickness: 15px;
  text-underline-offset: -3px;
}
@media screen and (max-width: 768px) {
  .underline-red {
    text-decoration-thickness: 12px;
    text-underline-offset: -7px;
  }
}

.bold {
  font-weight: bold;
}

.orangeTxt {
  color: #FF8C00;
}

.yellowTxt {
  color: #FFEA00;
}

.parallax {
  position: relative;
  height: 344px;
}
@media screen and (max-width: 768px) {
  .parallax {
    height: 164px;
  }
}
.parallax .sectionInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
}
.parallax .imageBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .parallax .imageBg {
    background-position: -200px center;
  }
}
.parallax #imageBg02 {
  background-image: url("../img/top/pc_para.png");
}
@media screen and (max-width: 768px) {
  .parallax #imageBg02 {
    background-image: url("../img/top/sp/sp_para.png");
  }
}

.slider02Wrap .slider01 {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .slider02Wrap .slider01 {
    margin-top: 3px;
  }
}
.slider02Wrap .slider01 .slick-slide {
  height: 34vh;
}
@media screen and (max-width: 768px) {
  .slider02Wrap .slider01 .slick-slide {
    height: 127px;
  }
}
.slider02Wrap .slider01 .imgList {
  height: 34vh;
  margin: 0px 10px;
}
@media screen and (max-width: 768px) {
  .slider02Wrap .slider01 .imgList {
    height: 127px;
  }
}
.slider02Wrap .slider01 .imgList img {
  height: 25vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 98%;
}
@media screen and (max-width: 768px) {
  .slider02Wrap .slider01 .imgList img {
    height: 107px;
  }
}
.slider02Wrap .slider01 p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #3A71B1;
}
@media screen and (max-width: 768px) {
  .slider02Wrap .slider01 p {
    font-size: 12px;
  }
}
.slider02Wrap .slider02 .slick-slide {
  height: 20vh;
}
.slider02Wrap .slider02 .imgList {
  height: 20vh;
}
.slider02Wrap .slider02 .imgList img {
  height: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.section-heading {
  width: 100%;
  height: auto;
  margin: 0 auto 41px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-heading {
    width: 100%;
    margin: 0 auto 19px auto;
  }
}
.section-heading .section-subTitle {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .section-heading .section-subTitle {
    font-size: 14px;
    letter-spacing: normal;
    margin-bottom: 4px;
  }
}
.section-heading .section-title {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #0168B7;
}
@media screen and (max-width: 768px) {
  .section-heading .section-title {
    font-size: 24px;
    letter-spacing: normal;
    line-height: normal;
  }
}
.section-heading .section-title span {
  font-weight: 400;
}

.contact {
  background: #FF8C00;
  justify-content: space-between;
  width: 200px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 100vh;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
    background: #FF8C00;
    justify-content: center;
    border-radius: 100vh;
    padding: 0px 30px;
    margin-top: 27px;
    border-bottom: unset;
    gap: 10px;
  }
}
.contact a {
  color: #fff;
  display: flex;
  padding: 0px 20px 0px 0px !important;
  width: 100%;
  justify-content: end;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact a {
    color: #fff;
  }
}
.contact a:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact a:visited {
    color: #fff;
  }
}
.contact p {
  color: #fff;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .contact p {
    color: #fff;
    padding: 15px 0px 15px 0px;
    letter-spacing: 3px;
    font-weight: bold;
  }
}
.contact img {
  width: 18px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .contact img {
    width: 33px;
    height: 33px;
  }
}
.contact img.arrow {
  width: 6px;
  height: 8px;
  position: relative;
  left: 3px;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .contact img.arrow {
    left: 30px;
    top: 0px;
  }
}

.link-blue {
  background: #3A71B1;
  justify-content: space-between;
  width: 200px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 100vh;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .link-blue {
    width: 200px;
    background: #3A71B1;
    justify-content: center;
    border-radius: 100vh;
    padding: 0px 0px;
    margin-top: 27px;
    border-bottom: unset;
    gap: 10px;
  }
}
.link-blue a {
  color: #fff;
  display: flex;
  padding: 0px 20px 0px 0px;
  width: 100%;
  justify-content: end;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .link-blue a {
    color: #fff;
    justify-content: center;
    gap: 5px;
    padding: 0px;
  }
}
.link-blue a:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .link-blue a:visited {
    color: #fff;
  }
}
.link-blue p {
  color: #fff;
  padding: 0px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .link-blue p {
    color: #fff;
    padding: 15px 0px 15px 0px;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 12px;
  }
}
.link-blue img {
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .link-blue img {
    width: 10px;
    height: 10px;
  }
}
.link-blue img.arrow {
  width: 13px;
  height: 13px;
  position: relative;
  left: 3px;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .link-blue img.arrow {
    left: 30px;
    top: 0px;
  }
}

.repeater {
  width: 100%;
  padding-top: 70px;
  background: url(../img/repeater/kanban_bg.png) top center repeat;
}
@media screen and (max-width: 768px) {
  .repeater {
    width: 100%;
    padding-top: 20px;
    background: url(../img/repeater/kanban_bg.png) top center repeat;
  }
}
.repeater section {
  background: url(../img/repeater/bg01.png) top center no-repeat;
}
@media screen and (max-width: 768px) {
  .repeater section {
    background: url(../img/repeater/bg01.png) top center no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .repeater section > p:first-child {
    width: 56%;
    height: auto;
  }
}
.repeater .repeater_title1 {
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .repeater .repeater_title1 {
    margin: 10px auto;
    text-align: center;
  }
}
.repeater .repeater_title1 .r-title01 {
  width: 431px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .repeater .repeater_title1 .r-title01 {
    width: 100%;
    height: auto;
  }
}
.repeater .repeater_title1 .r-title02 {
  width: 856px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .repeater .repeater_title1 .r-title02 {
    width: 90%;
    height: auto;
  }
}
.repeater .repeater_title1 img {
  width: 96%;
  height: auto;
  margin: 0 2%;
}
.repeater .repeater_title_text {
  margin: 20px auto;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .repeater .repeater_title_text {
    margin: 10px auto 20px;
    font-size: 20px;
  }
}
.repeater .repeater_title_text .txt01 {
  border: 3px solid #000;
  padding: 6px;
  font-size: 26px;
  font-weight: bold;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .repeater .repeater_title_text .txt01 {
    font-size: 20px;
  }
}
.repeater .repeater_title_text .txt02 {
  display: inline-block;
  font-size: 70px;
  font-weight: bold;
  color: #1a90e1;
  line-height: 1;
  vertical-align: -10px;
}
@media screen and (max-width: 768px) {
  .repeater .repeater_title_text .txt02 {
    font-size: 50px;
  }
}
.repeater .repeater_title:first-child {
  margin-top: 60px;
}
.repeater .repeater_text {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .repeater .repeater_text {
    width: 90%;
    margin: 0 5%;
    text-align: left;
    font-size: 0.9em;
  }
}
.repeater .repeater_title2 {
  width: 1200px;
  text-align: center;
  margin: 40px auto 0 auto;
  padding-bottom: 20px;
  font-size: 2em;
  color: #068ee4;
  font-weight: bold;
  border-bottom: 1px solid #068ee4;
}
@media screen and (max-width: 768px) {
  .repeater .repeater_title2 {
    width: 100%;
    text-align: center;
    margin: 40px 0 0 0;
    padding-bottom: 10px;
    font-size: 1.5em;
  }
}
.repeater .reform_jisseki {
  width: 1040px;
  height: 200px;
  margin: 40px auto 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .repeater .reform_jisseki {
    width: 100%;
    height: auto;
    margin: 4% 0;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .repeater .reform_jisseki .box01 {
    width: 46%;
    margin: 2%;
  }
}
.repeater .reform_jisseki .box01:nth-child(1) {
  background: url(../img/repeater/house1_bg.png) no-repeat;
  padding: 235px 85px 125px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .repeater .reform_jisseki .box01:nth-child(1) {
    background-size: cover;
    padding: 32% 5% 10%;
  }
}
.repeater .reform_jisseki .box01:nth-child(2) {
  background: url(../img/repeater/house2_bg.png) no-repeat;
  padding: 235px 50px 125px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .repeater .reform_jisseki .box01:nth-child(2) {
    background-size: cover;
    padding: 32% 5% 10%;
  }
}
.repeater .reform_jisseki .box01:nth-child(3) {
  background: url(../img/repeater/house3_bg.png) no-repeat;
  padding: 235px 65px 125px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .repeater .reform_jisseki .box01:nth-child(3) {
    background-size: cover;
    padding: 32% 5% 10%;
  }
}
.repeater .reform_jisseki p {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .repeater .reform_jisseki p {
    font-size: 4vw;
  }
}
.repeater .reform_jisseki p span {
  color: #fef436;
}
@media screen and (max-width: 768px) {
  .repeater .reform_jisseki .txtInner {
    position: absolute;
    top: 20%;
    left: 37%;
    font-size: 4.2vw;
    line-height: 1.5;
    font-weight: bold;
  }
}
.repeater .repeater_banner {
  height: 396px;
  padding-top: 230px;
  text-align: center;
  background: url(../img/repeater/bg02.jpg) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .repeater .repeater_banner {
    width: 100%;
    height: auto;
    padding: 40px 0 30px 0;
    text-align: center;
    background: url(../img/repeater/bg02.jpg) top center no-repeat;
    background-size: cover;
  }
}
.repeater .repeater_banner img {
  width: 687px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .repeater .repeater_banner img {
    width: 90%;
    margin: 0 5%;
  }
}
.repeater .our .text span,
.repeater .repeater_text span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
CVここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.cv {
  background: url(../img//top/cv-bg.png) no-repeat;
  background-size: cover;
  padding: 23px 0px 38px 0px;
}
.cv .intro {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}
.cv .flexWrap {
  width: 1100px;
  margin: 0 auto 13px auto;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .cv .flexWrap {
    width: 100%;
    gap: 0px;
    align-items: end;
  }
}
.cv .flexWrap .left {
  width: 167px;
}
.cv .flexWrap .left img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cv .flexWrap .left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cv .flexWrap .right {
    margin: 0 auto;
    width: 98%;
  }
}
.cv .flexWrap .right .heading-txt {
  font-size: 46px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .cv .flexWrap .right .heading-txt {
    font-size: 32px;
    text-align: center;
    line-height: 1.4;
  }
}
.cv .flexWrap .right .heading-txt .smallTxt {
  font-size: 46px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .cv .flexWrap .right .heading-txt .smallTxt {
    font-size: 18px;
  }
}
.cv .flexWrap .right .slash:before,
.cv .flexWrap .right .slash::after {
  color: #fff;
  bottom: 3px;
}
@media screen and (max-width: 768px) {
  .cv .flexWrap .right .slash:before,
.cv .flexWrap .right .slash::after {
    bottom: -3px;
  }
}
.cv .flexWrap .right .heading-subTitle {
  font-size: 32px;
  position: relative;
  left: 49%;
  transform: translateX(-50%);
  bottom: 5px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .cv .flexWrap .right .heading-subTitle {
    font-size: 16px;
    left: unset;
    transform: unset;
    top: unset;
    letter-spacing: 1px;
  }
}
.cv .inner {
  background: white;
  padding: 55px 40px 73px 40px;
  width: 1205px;
  box-sizing: border-box;
  height: 236px;
}
.cv .inner .cvTtl {
  color: #3A71B1;
  font-size: 60px;
  text-align: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #3A71B1;
  font-weight: bold;
  max-width: 1084px;
  margin: 0 auto;
}
.cv .inner .flexWrap {
  max-width: 1114px;
  margin: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.cv .inner .flexWrap .cvTelWrap {
  width: 61%;
}
.cv .inner .flexWrap .cvTelWrap .cvTel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: start;
  align-items: baseline;
  justify-content: start;
  gap: 11px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .cv .inner .flexWrap .cvTelWrap .cvTel {
    flex-wrap: wrap;
  }
}
.cv .inner .flexWrap .cvTelWrap .cvTel img {
  width: 52px;
  height: 52px;
  position: relative;
}
.cv .inner .flexWrap .cvTelWrap .cvTel span {
  font-weight: bold;
  display: block;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #3A71B1;
}
.cv .inner .flexWrap .cvTelWrap .receptionTime {
  color: #3A71B1;
  display: block;
  font-weight: bold;
  font-size: 26px;
  position: relative;
  left: 11px;
  bottom: 4px;
}
.cv .inner .flexWrap .btn01 {
  width: 40%;
  max-width: 424px;
  font-size: 24px;
  font-weight: bold;
  padding: 37px 0;
  position: relative;
  top: 5px;
  left: 8px;
  letter-spacing: 2px;
  border-radius: 7px;
}
.cv .inner .flexWrap .btn01 .greenBubble {
  width: 323px;
  height: auto;
  position: absolute;
  top: -25px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .cv .inner .flexWrap .btn01 .greenBubble {
    left: 54%;
    transform: translateX(-50%);
    width: 85%;
    top: -30px;
  }
}
.cv .inner .flexWrap .btn01 .beforeImg {
  width: 35px;
  height: auto;
  margin-right: 3px;
  position: relative;
  top: 0px;
}
.cv .inner .flexWrap .btn01 .arrow-img {
  width: 9px;
  height: auto;
  margin-left: 17px;
}
@media screen and (max-width: 768px) {
  .cv {
    background: url(../img//top/sp/cv-bg02.png) no-repeat;
    padding: 15px 2% 22px 2%;
    background-size: cover;
  }
  .cv .inner {
    padding: 30px 2% 20px 2%;
    height: auto;
  }
  .cv .inner .cvTtl {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .cv .inner .flexWrap {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .cv .inner .flexWrap {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .cv .inner .flexWrap .cvTelWrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .cv .inner .flexWrap .cvTelWrap .cvTel {
    justify-content: center;
    gap: 8px;
  }
  .cv .inner .flexWrap .cvTelWrap .cvTel img {
    width: 22px;
    height: auto;
    top: 2px;
  }
  .cv .inner .flexWrap .cvTelWrap .cvTel span {
    font-weight: bold;
    display: block;
    font-size: 36px;
    letter-spacing: 0.5px;
    color: #0380b8;
  }
  .cv .inner .flexWrap .cvTelWrap .receptionTime {
    line-height: 1.5;
    font-size: 18px;
    text-align: center;
    color: #0380b8;
  }
}
@media screen and (max-width: 768px) {
  .cv .inner .flexWrap .btn01 {
    width: 100%;
    max-width: 340px;
    font-size: 18px;
    margin: 20px auto 0px auto;
    padding: 25px 0px 25px 0px;
    top: unset;
    left: unset;
    border-radius: unset;
  }
  .cv .inner .flexWrap .btn01 .beforeImg {
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .cv .inner .flexWrap .afterImg {
    right: 25px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ヘッダーここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 768px) {
  #header {
    background: #fff;
    height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 45;
  }
}
#header .header-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0 0 2%;
  align-items: center;
  height: 85px;
}
@media screen and (max-width: 768px) {
  #header .header-wrapper {
    height: 55px;
  }
}
#header .logo {
  width: 21%;
  max-width: 292px;
  padding: 10px 0px;
}
@media screen and (max-width: 768px) {
  #header .logo {
    width: 184px;
    position: relative;
    z-index: 100;
  }
}
#header .logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header .logo img {
    width: 184px;
  }
}
#header .logo a {
  display: block;
}
#header nav {
  height: 85px;
}
#header nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 85px;
  align-items: center;
}
#header nav ul li {
  display: flex;
  align-items: center;
}
#header nav ul li a {
  padding: 0 13px;
  font-size: 16px;
  font-weight: bold;
}
#header nav ul li.include-icon img {
  width: 13px;
  height: 13px;
  position: relative;
  margin-left: 5px;
}
#header nav .telMenu {
  margin-left: 13px;
  width: auto;
}
#header nav .telMenu .telMenu-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  color: #3A71B1;
}
#header nav .telMenu .top {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}
#header nav .telMenu .top img {
  width: 19px;
  height: 19px;
  position: relative;
  right: 4px;
  top: 1px;
}
#header nav .telMenu .bottom {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #header .spNavBarBtn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #header .spNavBarBtn {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #header .spNavBarBtn .tel-button {
    background: #0168B7;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #header .spNavBarBtn .tel-button img {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  #header .spNavBarBtn .contact-button {
    background: #FF8C00;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #header .spNavBarBtn .contact-button img {
    width: 30px;
    height: auto;
  }
}
#header .btn-gNav {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .btn-gNav {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 56px;
    z-index: 50;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 400ms;
  }
}
@media screen and (max-width: 768px) {
  #header .btn-gNav span {
    position: absolute;
    width: 28px;
    height: 3px;
    background: #3A71B1;
    transition: all 400ms;
    right: 50%;
    transform: translateX(50%);
    z-index: 60;
  }
}
#header .btn-gNav span:nth-child(1) {
  top: 15px;
}
#header .btn-gNav span:nth-child(2) {
  top: 25.5px;
}
#header .btn-gNav span:nth-child(3) {
  top: 36px;
}
#header .btn-gNav.open span:nth-child(1) {
  background: #3A71B1;
  top: 28px;
  left: 15px;
  transform: rotate(-45deg);
}
#header .btn-gNav.open span:nth-child(2),
#header .btn-gNav.open span:nth-child(3) {
  top: 28px;
  left: 15px;
  background: #3A71B1;
  transform: rotate(45deg);
}
#header .gNav {
  position: relative;
  bottom: 15px;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  #header .gNav {
    position: fixed;
    top: 0;
    bottom: unset;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 40;
    padding-top: 0px;
    transition: 0.3s;
  }
}
#header .gNav-margin {
  width: 100%;
  height: 50px;
}
#header .gNav.open {
  right: 0;
}
@media screen and (max-width: 768px) {
  #header .gNav.open {
    overflow-y: scroll;
  }
}
#header nav .navi {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header nav .navi {
    padding: 0;
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: block;
    flex-direction: column;
    text-align: left;
    position: relative;
    top: 100px;
  }
}
#header nav .navi .pcNavi {
  height: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header nav .navi .pcNavi {
    display: block;
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  #header nav .navi .pcOnly {
    display: none;
  }
}
#header nav .navi a {
  color: white;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  #header nav .navi a {
    color: #333333;
  }
}
#header nav .navi a:visited {
  color: white;
}
@media screen and (max-width: 768px) {
  #header nav .navi a:visited {
    color: #333333;
  }
}
#header nav .navi a:hover p {
  color: #0168B7;
  border-bottom: 2px solid #0168B7;
}
#header nav .navi a.contact-link {
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #header nav .navi a.contact-link {
    padding-bottom: 0px;
  }
}
#header nav .navi a.contact-link:hover p {
  border-bottom: unset;
}
#header nav .navi .navi-txt {
  margin-right: 36px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #header nav .navi .navi-txt {
    margin-right: 0px;
    padding-bottom: 10px;
  }
}
#header nav .navi p {
  color: white;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #header nav .navi p {
    color: #333333;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #header nav .navi .arrow {
    position: relative;
    right: 12px;
  }
}
@media screen and (max-width: 768px) {
  #header nav .navi li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F1F1F1;
  }
}
@media screen and (max-width: 768px) {
  #header nav .navi li img {
    width: 8px;
    height: 10px;
  }
}
#header nav .navi li.contact {
  background: #FFB300;
  justify-content: space-between;
  width: 230px;
  box-sizing: border-box;
  border-radius: 100vh;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #header nav .navi li.contact {
    width: 100%;
    background: #FF8C00;
    justify-content: center;
    border-radius: 100vh;
    padding: 0px 30px;
    margin-top: 27px;
    border-bottom: unset;
    gap: 10px;
  }
}
#header nav .navi li.contact a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #header nav .navi li.contact a {
    color: #fff;
  }
}
#header nav .navi li.contact a:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #header nav .navi li.contact a:visited {
    color: #fff;
  }
}
#header nav .navi li.contact p {
  color: #fff;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  #header nav .navi li.contact p {
    color: #fff;
    padding: 15px 0px 15px 0px;
    letter-spacing: 3px;
    font-weight: bold;
  }
}
#header nav .navi li.contact img {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  #header nav .navi li.contact img {
    width: 33px;
    height: 33px;
  }
}
#header nav .navi li.contact img.arrow {
  width: 6px;
  height: 8px;
  position: relative;
  left: 3px;
  top: 1px;
}
@media screen and (max-width: 768px) {
  #header nav .navi li.contact img.arrow {
    left: 30px;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #header nav .navi li.header-tel {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 0px;
    justify-content: start;
    border-bottom: none;
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  #header nav .navi li.header-tel .blue-tel-icon {
    width: 43px;
    height: auto;
    position: relative;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  #header nav .navi li.header-tel .right-txt-area {
    position: relative;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  #header nav .navi li.header-tel .right-txt-area .tel-number {
    font-size: 30px;
    letter-spacing: 4px;
    padding: 0px;
    color: #0168B7;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  #header nav .navi li.header-tel .right-txt-area .business-hour {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0px;
    color: #0168B7;
  }
}
#header nav .navi .show {
  display: block;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
ヘッダーここまで
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
フッターここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#footer .flexWrap {
  padding: 60px 0;
  box-sizing: border-box;
}
#footer .flexWrap .left {
  width: 55%;
  max-width: 650px;
}
#footer .flexWrap .left .footTtl {
  font-weight: bold;
  font-size: 18px;
}
#footer .flexWrap .left .logo {
  display: block;
  margin: 19px 0px 22px 0px;
  width: 373px;
  height: auto;
  box-sizing: border-box;
}
#footer .flexWrap .left .footerLinkTxt a {
  font-size: 20px;
  color: #0380b8;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 768px) {
  #footer .flexWrap .left .footerLinkTxt a {
    font-size: 16px;
  }
}
#footer .flexWrap .right {
  width: 43%;
  max-width: 470px;
}
#footer .flexWrap .right .introTxt {
  color: #0380B8;
}
#footer .flexWrap .right .footTel {
  margin: 12px 0px 17px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: baseline;
  color: #0380B8;
}
@media screen and (max-width: 768px) {
  #footer .flexWrap .right .footTel {
    flex-wrap: wrap;
  }
}
#footer .flexWrap .right .footTel img {
  width: 29px;
  height: 48px;
  margin-right: 5px;
}
#footer .flexWrap .right .footTel span {
  font-weight: bold;
  display: block;
  font-size: 45px;
  line-height: 1;
}
#footer .flexWrap .right a.btn01 {
  font-weight: bold;
  width: 388px;
  border: 2px solid #f2990a;
  color: #f2990a;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer .flexWrap .right a.btn01 {
    width: auto;
    font-size: 20px;
  }
}
#footer .flexWrap .right a.btn01:hover {
  background-color: #f2990a;
  color: #fff;
}
#footer .flexWrap .right a.btn01:hover .beforeImg {
  content: url(../img//icon/mail-white-s.png);
}
#footer .flexWrap .right a.btn01 .beforeImg {
  width: 26px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
@media screen and (max-width: 768px) {
  #footer .flexWrap .right a.btn01 .beforeImg {
    bottom: 1px;
  }
}
#footer .flexWrap .right .receptionTime {
  display: block;
  margin: 5px 0 10px 0;
}
#footer .flexWrap .right .introTxt {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #footer {
    text-align: left;
  }
  #footer .flexWrap {
    padding: 50px 10px 35px;
  }
  #footer .flexWrap .left {
    width: 100%;
  }
  #footer .flexWrap .left .footTtl {
    font-size: 15px;
    margin-bottom: 13px;
  }
  #footer .flexWrap .left .logo {
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
  #footer .flexWrap .left .address {
    font-size: 13px;
    padding: 0px;
  }
  #footer .flexWrap .right {
    width: 100%;
    margin-top: 26px;
    padding: 0 10px;
  }
  #footer .flexWrap .right .footTel {
    justify-content: start;
  }
  #footer .flexWrap .right .footTel img {
    width: 27px;
    height: 38px;
    bottom: 5px;
    margin-right: 7px;
    position: relative;
    top: 2px;
  }
  #footer .flexWrap .right .footTel span {
    font-size: 36px;
  }
  #footer .flexWrap .right .receptionTime {
    margin: 0 0 16px 0;
    font-weight: bold;
    line-height: 1.5;
  }
  #footer .flexWrap .right .introTxt {
    font-weight: bold;
    font-size: 15px;
  }
  #footer .flexWrap .right a.btn01 {
    text-align: center;
    padding: 25px 38px;
    font-size: 18px;
    width: 100%;
  }
}

.copyR {
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .copyR {
    font-size: 10px;
    border-top: 1px solid #707070;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
トップページここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 768px) {
  #top {
    margin-top: 55px;
  }
}
#top h1 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 2%;
  position: absolute;
  top: 5%;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.52) 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  #top h1 {
    font-size: 14px;
    padding: 0 0 0 2%;
    top: 3%;
  }
}
#top-mv {
  position: relative;
  height: 683px;
}
@media screen and (max-width: 768px) {
  #top-mv {
    height: 617px;
  }
}
#top-mv img {
  width: 100%;
  height: 683px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top-mv img {
    height: 617px;
  }
}
#top-mv .mv-txtarea {
  position: absolute;
  bottom: 19%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  #top-mv .mv-txtarea {
    left: 5%;
    bottom: 15%;
  }
}
#top-mv .mv-txtarea p {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  background: #3A71B1;
  padding: 10px 44px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #top-mv .mv-txtarea p {
    font-size: 26px;
    padding: 7px 15px;
  }
}
@media screen and (max-width: 768px) {
  #top-mv .mv-txtarea p.pc {
    display: none;
  }
}
#top-mv .mv-txtarea p.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #top-mv .mv-txtarea p.sp {
    display: inline-block;
    margin-bottom: 10px;
  }
}
#top-mv .mv-txtarea p:first-of-type {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #top-mv .mv-txtarea p:first-of-type {
    margin-bottom: 10px;
  }
}
#top #onepoint-area.onepoint01 {
  text-align: center;
}
#top #onepoint-area.onepoint01 .bg-area {
  width: 100%;
  background: #F7FBFF;
  padding: 97px 0px 42px 0px;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .bg-area {
    padding: 58px 0px 0px 0px;
    height: 685px;
  }
}
#top #onepoint-area.onepoint01 .top-area {
  margin-bottom: 47px;
}
#top #onepoint-area.onepoint01 .top-area p {
  font-size: 48px;
  font-weight: bold;
  color: #3A71B1;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .top-area p {
    font-size: 27px;
  }
}
#top #onepoint-area.onepoint01 .top-area p .smallTxt {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .top-area p .smallTxt {
    font-size: 21px;
  }
}
#top #onepoint-area.onepoint01 .middle-area {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .middle-area .hukidasi {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .middle-area .hukidasi .left {
    width: 46%;
    bottom: 20px;
  }
  #top #onepoint-area.onepoint01 .middle-area .hukidasi .left img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .middle-area .hukidasi .right {
    width: 46%;
    position: relative;
    top: 25px;
  }
  #top #onepoint-area.onepoint01 .middle-area .hukidasi .right img {
    width: 100%;
    height: auto;
  }
}
#top #onepoint-area.onepoint01 .middle-area .left {
  width: 31%;
  height: auto;
  position: relative;
}
#top #onepoint-area.onepoint01 .middle-area .left img {
  width: 320px;
  height: auto;
}
#top #onepoint-area.onepoint01 .middle-area .left img:nth-child(1) {
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .middle-area .left img:nth-child(1) {
    margin: unset;
  }
}
#top #onepoint-area.onepoint01 .middle-area .left img:nth-child(2) {
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .middle-area .left img:nth-child(2) {
    margin: unset;
  }
}
#top #onepoint-area.onepoint01 .middle-area .left img:nth-child(3) {
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .middle-area .left img:nth-child(3) {
    margin: unset;
  }
}
#top #onepoint-area.onepoint01 .middle-area .center {
  width: 21%;
  height: auto;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .middle-area .center {
    width: 195px;
    height: 205px;
    position: relative;
    right: 45px;
    bottom: 45px;
  }
}
#top #onepoint-area.onepoint01 .middle-area .center img {
  width: 100%;
  height: auto;
}
#top #onepoint-area.onepoint01 .middle-area .right {
  width: 31%;
  height: auto;
}
#top #onepoint-area.onepoint01 .middle-area .right img {
  width: 320px;
  height: auto;
}
#top #onepoint-area.onepoint01 .middle-area .right img:nth-child(1) {
  margin-right: auto;
  display: block;
}
#top #onepoint-area.onepoint01 .middle-area .right img:nth-child(2) {
  margin-left: auto;
  display: block;
}
#top #onepoint-area.onepoint01 .middle-area .right img:nth-child(3) {
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .bottom-img {
    width: 100%;
    position: relative;
    bottom: 3px;
  }
}
#top #onepoint-area.onepoint01 .bottom-img img {
  width: 100%;
}
#top #onepoint-area.onepoint01 .bottom-area {
  padding: 75px 0px 119px 0px;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .bottom-area {
    padding: 26px 0px 54px 0px;
  }
}
#top #onepoint-area.onepoint01 .bottom-area .top-txt {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .bottom-area .top-txt {
    font-size: 20px;
  }
}
#top #onepoint-area.onepoint01 .bottom-area .flexWrap {
  justify-content: center;
  gap: 15px;
  align-items: center;
}
#top #onepoint-area.onepoint01 .bottom-area .flexWrap img {
  width: 580px;
  height: 118px;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .bottom-area .flexWrap img {
    width: 97%;
    height: auto;
    margin: 0 auto;
  }
}
#top #onepoint-area.onepoint01 .bottom-area .bottom-txt {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .bottom-area .bottom-txt {
    font-size: 20px;
  }
}
#top #onepoint-area.onepoint01 .bottom-area .bottom-txt .underline-red {
  font-size: 62px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint01 .bottom-area .bottom-txt .underline-red {
    font-size: 32px;
  }
}
#top #onepoint-area.onepoint02 .top-txt {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint02 .top-txt {
    font-size: 24px;
  }
}
#top #onepoint-area.onepoint02 .middle-area {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 23px 0px 28px 0px;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint02 .middle-area {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#top #onepoint-area.onepoint02 .middle-area img {
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint02 .middle-area img {
    width: 100px;
    height: 100px;
  }
}
#top #onepoint-area.onepoint02 .bottom-txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint02 .bottom-txt {
    font-size: 16px;
  }
}
#top #onepoint-area.onepoint02 .bottom-txt .navy-txt {
  color: #3A71B1;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint02 .bottom-txt .navy-txt {
    font-size: 16px;
  }
}
#top #onepoint-area.onepoint03 {
  width: 100%;
  height: 749px;
  background-image: url("../img/top/onepoint03-bg.png");
  background-size: cover;
  background-position: bottom;
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint03 {
    background-image: url("../img/top/sp/onepoint03-bg.png");
    height: 696px;
    margin-bottom: 98px;
  }
}
#top #onepoint-area.onepoint03 .txt-area {
  width: 70%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint03 .txt-area {
    width: 100%;
    transform: unset;
    top: 77px;
    left: unset;
  }
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint03 .txt-area .top-area {
    padding: 0px 5px;
    margin-bottom: 5px;
  }
}
#top #onepoint-area.onepoint03 .txt-area .top-area p {
  font-size: 38px;
  font-weight: bold;
  background-color: #3A71B1;
  padding: 5px 30px;
  margin-bottom: 27px;
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint03 .txt-area .top-area p {
    font-size: 19px;
    padding: 5px 10px;
    margin-bottom: 9px;
    letter-spacing: 1px;
  }
}
#top #onepoint-area.onepoint03 .txt-area .top-area p .yellowTxt {
  font-size: 38px;
  font-weight: bold;
  background-color: #3A71B1;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint03 .txt-area .top-area p .yellowTxt {
    font-size: 19px;
    letter-spacing: 1px;
  }
}
#top #onepoint-area.onepoint03 .txt-area .bottom-area {
  padding-left: 2%;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint03 .txt-area .bottom-area {
    padding-left: unset;
  }
}
#top #onepoint-area.onepoint03 .txt-area .bottom-area p {
  font-size: 18px;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint03 .txt-area .bottom-area p {
    font-size: 15px;
    padding: 0 5%;
    line-height: 2;
  }
}
#top #onepoint-area.onepoint03 .txt-area .bottom-area p .bold {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #top #onepoint-area.onepoint03 .txt-area .bottom-area p .bold {
    font-size: 15px;
    line-height: 2;
  }
}
#top-introduction {
  width: 100%;
  height: auto;
  padding: 116px 0px 94px 0px;
  margin-top: 30px;
  background-image: url("../img/top/intro-bg.png?v1");
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-introduction {
    height: auto;
    background: linear-gradient(to bottom, #ffffff 15%, rgba(255, 255, 255, 0) 15%), url(../img/top/sp/intro-bg-sp.png);
    padding: 68px 0px 72px 0px;
    background-repeat: no-repeat;
    margin-top: 0px;
  }
}
#top-introduction .section-heading {
  text-align: left;
  margin: 0 auto 14px auto;
}
@media screen and (max-width: 768px) {
  #top-introduction .section-heading {
    margin: 0 auto 19px auto;
  }
}
#top-introduction .section-heading .section-subTitle {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #top-introduction .section-heading .section-subTitle {
    margin-bottom: 4px;
  }
}
#top-introduction .contents-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-introduction .contents-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
  }
}
#top-introduction .contents-wrapper .txtBox {
  box-sizing: border-box;
  width: 53%;
  z-index: 3;
  position: relative;
  padding: 80px 90px 89px 7%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  #top-introduction .contents-wrapper .txtBox {
    width: 100%;
    order: 2;
    background-color: unset;
    padding: 0;
  }
}
#top-introduction .contents-wrapper .txtBox .txt-content {
  font-size: 19px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #top-introduction .contents-wrapper .txtBox .txt-content {
    font-size: 15px;
    line-height: 2.2;
  }
}
#top-introduction .contents-wrapper .imgBox {
  box-sizing: border-box;
  width: 54%;
  z-index: 2;
  position: absolute;
  right: 0;
  top: -5%;
}
@media screen and (max-width: 768px) {
  #top-introduction .contents-wrapper .imgBox {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 34px;
    order: 1;
  }
}
#top-introduction .contents-wrapper .imgBox img {
  width: 100%;
  height: 588px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top-introduction .contents-wrapper .imgBox img {
    width: 100%;
    height: auto;
  }
}
#top-introduction .intro-bg-text {
  position: absolute;
  bottom: 0;
  width: 103%;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #top-introduction .intro-bg-text {
    width: 548px;
    left: -12px;
  }
}
#top-service {
  margin-top: 125px;
  margin-bottom: 156px;
}
@media screen and (max-width: 768px) {
  #top-service {
    margin-top: 72px;
    margin-bottom: 84px;
  }
}
#top-service .item__contents {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top-service .item__contents {
    line-height: 2;
  }
}
#top-service .item__contents .section-heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top-service .item__contents .section-heading {
    margin-bottom: 14px;
  }
}
#top-service .item__contents .detail-txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 37px;
  padding: 0 5%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-service .item__contents .detail-txt {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
  }
}
#top-service .item__contents .box-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-service .item__contents .box-links {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4px;
         column-gap: 4px;
    row-gap: 4px;
    padding: 0px;
  }
}
#top-service .item__contents .box-links .tile {
  overflow: hidden;
  position: relative;
}
#top-service .item__contents .box-links figure {
  overflow: hidden;
  position: relative;
  border: unset !important;
}
#top-service .item__contents .box-links img {
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  overflow: hidden;
  display: block;
}
#top-service .item__contents .box-links figcaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top-service .item__contents .box-links figcaption {
    font-size: 17px;
    letter-spacing: 2px;
  }
}
#top-service .item__contents .box-links .tile {
  height: 345px;
}
#top-strength {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #D9EAFD 30%, #D9EAFD 100%);
  padding: 0px 0px 48px 0px;
  margin-top: 129px;
  margin-bottom: 124px;
}
@media screen and (max-width: 768px) {
  #top-strength {
    padding: 81px 5% 79px 5%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #D9EAFD 10%, #D9EAFD 100%);
    margin-top: 0px;
  }
}
#top-strength .box-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1356px;
  margin: 0 auto;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #top-strength .box-items {
    display: block;
    max-width: 100%;
  }
}
#top-strength .box-items li {
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #top-strength .box-items li {
    width: 320px;
    margin: 0 auto 33px auto;
  }
}
@media screen and (max-width: 768px) {
  #top-strength .box-items li:last-of-type {
    margin-bottom: 0px;
  }
}
#top-strength .box-items li .item-img {
  width: 100%;
}
#top-strength .box-items li .bottom-area {
  padding: 21% 33px 46px 33px;
  position: relative;
}
#top-strength .box-items li .bottom-area .circle-img {
  width: 55%;
  height: auto;
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
#top-strength .box-items li .bottom-area h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 33px;
  position: relative;
  z-index: 2;
}
#top-strength .box-items li .bottom-area p {
  font-size: 16px;
  line-height: 1.7;
}
#top-recommend {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #top-recommend {
    margin-bottom: 57px;
  }
}
#top-recommend .item__bg {
  background: url("../img/top/recommend-bg.png");
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 541px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 6%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg {
    background: url("../img/top/sp/blue-bg.png");
    background-size: cover;
    height: 890px;
    background-position: top;
    display: block;
    padding: 71px 0px 0px 0px;
  }
}
#top-recommend .left {
  color: #fff;
  width: 46%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
  height: auto;
  position: relative;
  top: 32px;
  padding-left: 2px;
}
@media screen and (max-width: 768px) {
  #top-recommend .left {
    width: 100%;
    height: auto;
    line-height: 2.2;
    padding: 0 5%;
    top: unset;
  }
}
#top-recommend .left .heading-title {
  width: 100%;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #top-recommend .left .heading-title {
    text-align: left;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: normal;
  }
}
#top-recommend .left .sub-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #top-recommend .left .sub-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#top-recommend .left .border {
  border-bottom: 2px solid white;
  display: block;
  width: 70px;
}
@media screen and (max-width: 768px) {
  #top-recommend .left .border {
    border-bottom: 1px solid white;
    width: 55px;
  }
}
#top-recommend .left .txt24 {
  width: 100%;
  font-size: 24px;
  margin: 40px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  #top-recommend .left .txt24 {
    font-size: 20px;
    line-height: 2;
    margin: 25px 0px 15px 0px;
  }
}
#top-recommend .left .txt20 {
  font-size: 16px;
  width: 100%;
  line-height: 2.5;
  margin-bottom: 38px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #top-recommend .left .txt20 {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: unset;
    padding-left: 0px;
  }
}
#top-recommend .right {
  display: flex;
  flex-wrap: nowrap;
  width: 55%;
  position: relative;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  #top-recommend .right {
    width: 100%;
    position: relative;
    top: 5%;
    padding: 0px 0px 0px 20px;
  }
}
#top-recommend .right .imgBox {
  position: relative;
  top: 40px;
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #top-recommend .right .imgBox {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top-recommend .right .sp_imgBox {
    position: relative;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-wrap: nowrap;
    gap: 11px;
    margin-left: auto;
  }
}
#top-recommend .right .position-b {
  position: relative;
  bottom: 165px;
}
@media screen and (max-width: 768px) {
  #top-recommend .right .position-b {
    bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  #top-recommend .right .position-t {
    position: relative;
    top: 20px;
  }
}
#top-recommend .right .img-242 {
  width: auto;
  height: 411px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #top-recommend .right .img-242 {
    width: auto;
    height: 223px;
  }
}
#top-recommend .right .img-230 {
  width: auto;
  height: 411px;
  position: relative;
  bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #top-recommend .right .img-230 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top-recommend .right .img-230 {
    display: block;
    width: 69px;
    height: auto;
    bottom: unset;
  }
}
#top-recommend .item__bg02 {
  padding: 138px 0px 60px 0px;
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg02 {
    padding: 88px 5% 0px 5%;
  }
}
#top-recommend .item__bg02 h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #2A879D;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg02 h3 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}
#top-recommend .item__bg02 .box-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg02 .box-links {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg02 .box-links li {
    margin-bottom: 37px;
  }
}
#top-recommend .item__bg02 .box-links figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg02 .box-links figure {
    max-width: 100%;
    margin-bottom: 20px;
    height: 200px;
  }
}
#top-recommend .item__bg02 .box-links img {
  width: 100%;
  transition: transform 0.8s ease;
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg02 .box-links img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top-recommend .item__bg02 .box-links figcaption {
  position: absolute;
  bottom: 6%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg02 .box-links figcaption {
    text-align: center;
    padding: 5px 0px;
    width: 100%;
    font-size: 22px;
    position: relative;
    bottom: 40px;
  }
}
#top-recommend .item__bg02 .box-links figcaption span {
  color: #ffffff;
  font-size: 16px;
  transition: color 0.8s ease;
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg02 .box-links figcaption span {
    letter-spacing: 1.2px;
  }
}
#top-recommend .item__bg02 .box-links figcaption .arrow {
  width: 6px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg02 .box-links figcaption .arrow {
    width: 4px;
    height: 6px;
    position: absolute;
    right: 15px;
  }
}
#top-recommend .item__bg02 .box-links .tile {
  height: 345px;
}
#top-recommend .item__bg02 .box-links p {
  margin-top: 28px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-recommend .item__bg02 .box-links p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
  }
}
#top-case {
  background: #F8F8F8;
  padding: 67px 0px 102px 0px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top-case {
    padding: 38px 0px 65px 0px;
    position: relative;
  }
}
#top-case .flexWrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  #top-case .flexWrap {
    align-items: end;
    margin-bottom: 21px;
  }
}
#top-case .flexWrap .section-heading {
  width: auto;
  margin: 0;
  text-align: left;
}
#top-case .flexWrap .section-heading .section-subTitle {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #top-case .flexWrap .link-txt-wrapper {
    position: relative;
    bottom: 5px;
  }
}
#top-case .flexWrap .link-txt {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  #top-case .flexWrap .link-txt {
    font-size: 14px;
  }
}
#top-case .flexWrap .link-txt .link-img {
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #top-case .flexWrap .link-txt .link-img {
    width: 20px;
    height: 20px;
    padding: 0px;
    margin-left: 11px;
  }
}
#top-case .flexWrap .link-txt .link-img img {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  #top-case .flexWrap .link-txt .link-img img {
    width: 10px;
    height: 10px;
  }
}
#top-case .lists-area {
  /* スワイパーナビのスタイリング */
}
#top-case .lists-area ul.case-lists li {
  width: 390px;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area ul.case-lists li {
    width: 90%;
    height: auto;
  }
}
#top-case .lists-area ul.case-lists li .slide-wrapper {
  background: #fff;
  width: 390px;
  height: 579px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area ul.case-lists li .slide-wrapper {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 22px;
  }
}
#top-case .lists-area ul.case-lists li .case-img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area ul.case-lists li .case-img {
    height: 184px;
  }
}
#top-case .lists-area ul.case-lists li .bottom {
  padding: 41px 41px 0px 41px;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area ul.case-lists li .bottom {
    padding: 34px 33px 0px 33px;
  }
}
#top-case .lists-area ul.case-lists li h4 {
  font-size: 24px;
  color: #3A71B1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area ul.case-lists li h4 {
    font-size: 20px;
  }
}
#top-case .lists-area ul.case-lists li .name-txt {
  font-size: 19px;
  font-weight: bold;
  color: #000;
  margin: 5px 0px 11px 0px;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area ul.case-lists li .name-txt {
    font-size: 16px;
  }
}
#top-case .lists-area ul.case-lists li .detail-txt {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area ul.case-lists li .detail-txt {
    font-size: 15px;
  }
}
#top-case .lists-area ul.case-lists li .link-blue {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area ul.case-lists li .link-blue {
    height: auto;
    padding: 6px 0px;
  }
}
#top-case .lists-area ul.case-lists li .link-blue .contact-inner p {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area ul.case-lists li .link-blue .contact-inner p {
    padding: 3px 0px 3px 0px;
    letter-spacing: normal;
  }
}
#top-case .lists-area .swiper-button-next,
#top-case .lists-area .swiper-button-prev {
  background-color: #3A71B1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area .swiper-button-next,
#top-case .lists-area .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 43%;
  }
}
#top-case .lists-area .swiper-button-next::after,
#top-case .lists-area .swiper-button-prev::after {
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #top-case .lists-area .swiper-button-next::after,
#top-case .lists-area .swiper-button-prev::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #top-case .swiper-pagination {
    top: 53%;
  }
}
#top-case .information-box {
  max-width: 1230px;
  height: auto;
  margin: 43px auto 0 auto;
  padding: 30px 63px;
  border: 1px solid #A0A0A0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top-case .information-box {
    max-width: unset;
    width: 90%;
    padding: 34px 33px;
    margin: 70px auto 0 auto;
  }
}
#top-case .information-box p {
  font-size: 18px;
  font-weight: 600;
  color: #F09135;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-case .information-box p {
    font-size: 15px;
  }
}
#top #qa {
  background: #fff;
  padding: 80px 0px 100px 0px;
}
@media screen and (max-width: 768px) {
  #top #qa {
    padding: 83px 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  #top #qa .section-heading {
    margin-bottom: 42px;
  }
}
#top #qa .contents {
  width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top #qa .contents {
    width: 100%;
    padding: 0 5%;
  }
}
#top #qa .contents .qa-box {
  width: 100%;
  margin-bottom: 9px;
}
#top #qa .contents .question,
#top #qa .contents .answer {
  display: flex;
  flex-wrap: nowrap;
}
#top #qa .contents .q-initial,
#top #qa .contents .a-initial {
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0px 0px 10px;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #top #qa .contents .q-initial,
#top #qa .contents .a-initial {
    width: 45px;
    height: 62px;
    font-size: 22px;
  }
}
#top #qa .contents .q-initial {
  background: #0168B7;
  color: #fff;
}
#top #qa .contents .a-initial {
  background: #1EB9EF;
  color: #fff;
}
#top #qa .contents .q-txt,
#top #qa .contents .a-txt {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 33px 210px 33px 77px;
  width: 100%;
  height: auto;
  font-size: 25px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top #qa .contents .q-txt,
#top #qa .contents .a-txt {
    padding: 20px 40px 20px 12px;
    font-size: 14px;
    line-height: 1.6;
  }
}
#top #qa .contents .q-txt {
  background: #E6EDF2;
}
@media screen and (max-width: 768px) {
  #top #qa .contents .q-txt {
    background: #F8F8F8;
  }
}
#top #qa .contents .a-txt {
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #top #qa .contents .a-txt {
    background: #fff;
  }
}
#top #qa .contents .button .plus {
  position: relative;
}
#top #qa .contents .button .plus::after, #top #qa .contents .button .plus::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 3px;
  height: 33px;
  background-color: #000000;
  transition: transform 0.5s;
}
#top #qa .contents .button .plus::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #top #qa .contents .button .plus::after, #top #qa .contents .button .plus::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 2px;
    height: 15px;
    background-color: #000000;
    transition: transform 0.5s;
  }
}
#top #qa .contents .qa-box[open] .button .plus {
  position: relative;
}
#top #qa .contents .qa-box[open] .button .plus::before {
  content: none;
}
#top #qa .contents .qa-box[open] .button .plus::after {
  background-color: #3A71B1;
}
#top-greeting {
  background: url(../img/top/greeting-bg.png) no-repeat;
  background-position: bottom;
  margin-top: 50px;
  padding: 100px 0px 0px 0px;
  background-size: 100%;
}
#top-greeting .inner {
  position: relative;
}
#top-greeting .inner .afterImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 460px;
  height: auto;
}
#top-greeting .txtBox {
  padding-bottom: 0px;
  max-width: 671px;
  position: relative;
  bottom: 30px;
}
#top-greeting .txtBox .ttl06 {
  font-weight: bold;
  color: #3A71B1;
  margin-bottom: 20px;
  font-size: 50px;
}
#top-greeting .txtBox p {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  max-width: 682px;
  letter-spacing: 0.4px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-greeting {
    background: url(../img/top/sp/greeting-bg03.png) no-repeat;
    background-size: 100%;
    background-position: top;
    margin-top: 10px;
    height: 330px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #top-greeting .inner {
    bottom: 0px;
    top: 17%;
  }
  #top-greeting .txtBox {
    position: relative;
    padding-bottom: 0px;
    width: 100%;
    bottom: 0px;
  }
  #top-greeting .txtBox .ttl06 {
    font-size: 23px;
    position: relative;
    position: relative;
    top: 5px;
    margin-bottom: 0px;
  }
  #top-greeting .txtBox .ttl06 .spAfterImg {
    position: absolute;
    right: -13%;
    bottom: -12px;
    width: 50%;
    max-width: 144px;
    height: auto;
  }
  #top-greeting .txtBox p {
    position: relative;
    top: 17px;
    font-size: 14px;
    font-weight: normal;
    max-width: 100%;
    line-height: 1.8;
  }
  #top-greeting .txtBox .name {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    right: 0;
  }
}
#top-appeal02 {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  #top-appeal02 {
    margin-top: 24px;
    padding: 0px 10px;
  }
}
#top-appeal02 .imgBox {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top-appeal02 .imgBox {
    margin-bottom: 5px;
  }
}
#top-appeal02 .imgBox img {
  width: 1090px;
}
@media screen and (max-width: 768px) {
  #top-appeal02 .imgBox img {
    width: 100%;
  }
}
#top-appeal02 .headingBox {
  text-align: center;
}
#top-appeal02 .heading-title {
  font-size: 56px;
  color: #3A71B1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top-appeal02 .heading-title {
    font-size: 28px;
  }
}
#top-appeal02 .flexWrap {
  justify-content: center;
  align-items: end;
}
#top-appeal02 .left {
  width: 358px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #top-appeal02 .left {
    order: 1;
    width: 100%;
    display: block;
    text-align: center;
  }
}
#top-appeal02 .left img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top-appeal02 .left img {
    width: 372px;
    margin: 0 auto;
  }
}
#top-appeal02 .right {
  width: 759px;
  height: auto;
  position: relative;
  left: 35px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top-appeal02 .right {
    order: 0;
    width: 100%;
    left: 0px;
    bottom: 0px;
    margin-top: 21px;
    padding: 0px 10px;
  }
}
#top-appeal02 .right .txt-list {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #top-appeal02 .right .txt-list {
    font-size: 15px;
  }
}
#top-appeal02 .right .txt-list li {
  display: flex;
  height: 40px;
  align-items: flex-start;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #top-appeal02 .right .txt-list li {
    height: auto;
    margin-bottom: 12px;
  }
}
#top-appeal02 .right .txt-list li p {
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #top-appeal02 .right .txt-list li p {
    font-size: 15px;
  }
}
#top-appeal02 .right .list-icon {
  width: 25px;
  height: 24px;
  margin-right: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #top-appeal02 .right .list-icon {
    width: 18px;
    height: 17px;
    margin-top: 4px;
    margin-right: 10px;
  }
}
#top-map {
  margin: 100px 0px;
}
@media screen and (max-width: 768px) {
  #top-map {
    padding: 0 5%;
    margin: 70px 0px 60px 0px;
  }
}
#top-map .flexWrap {
  justify-content: center;
  gap: 86px;
}
@media screen and (max-width: 768px) {
  #top-map .flexWrap {
    gap: 18px;
  }
}
#top-map .flexWrap .left {
  width: 395px;
}
#top-map .flexWrap .left img {
  width: 100%;
  height: auto;
}
#top-map .flexWrap .right {
  width: 640px;
}
#top-map .flexWrap .right h3 {
  font-size: 32px;
  font-weight: bold;
  color: #3A71B1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #top-map .flexWrap .right h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
#top-map .flexWrap .right p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #top-map .flexWrap .right p {
    font-size: 14px;
    line-height: 2.2;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
トップページここまで
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/