@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 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* Specify the box size calculation method */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Improved responsiveness of links and buttons on touch devices */
a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* --------------------
	Settings
	変数・mixin設定
-------------------- */
/* --------------------
	Base
	基本設定
-------------------- */
html {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.875rem;
  }
  .visual__button-item02{
    display:none;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000;
}
body a {
  color: inherit;
  text-decoration: none;
  /*&[href^="tel:"] {
    	pointer-events: none;
    }*/
}
body img {
  vertical-align: bottom;
}
body em {
  font-style: normal;
}
body li {
  list-style: none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  body {
    /*a {
      	&[href^="tel:"] {
      		pointer-events: auto;
      	}
      }*/
  }
}
.wrap {
  background: #ffffff;
  width: 100%;
  color: #000000;
}
/* --------------------
	Layout
-------------------- */
/* Mixin */
/* common parts */
/* background image */
/* button */
/*
	Wrap
------------------------------------------------------------ */
.wrap {
  font-family: "Noto Sans JP", sans-serif;
}
.wrap img:not(.wp-image-4158):not(.button_contact){
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.wrap .sp {
  display: none;
}
.wrap .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .wrap .sp {
    display: block;
  }
  .wrap .pc {
    display: none;
  }
}
/*
	Header
------------------------------------------------------------ */
.header {
  transition: all 0.2s ease-in-out;
  background: #fff;
  width: 100%;
  color: #000000;
  position: fixed;
  top: 0;
  z-index: 1000;
  filter: drop-shadow(3px 1px 2px #444);
}
.header__inner {
  width: 90%;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.header__heading {
  width: 33.3%;
  margin: 0 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1111px) {
  .header__heading {
    width: 33vw;
  }
}
.header__box-item .text {
  padding: 0 0.2rem;
  font-size: 0.78rem;
  font-weight: 400;
}
.header__tel {
  margin: 0 0 0 auto;
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 1111px) {
  .header__tel {
    background-size: 1.6vw auto;
    padding: 0 0 0 2vw;
    font-size: 2vw;
  }
  .header__tel .small {
    font-size: 1.2vw;
  }
}
.header__button {
  margin: 0 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__button-item {
  padding: 0 .5rem;
  margin: 0 auto; 
}
.header__button-item01 {
  width: 12em;
  margin: 0 .5rem 0 0;
}
.header__button a {
  transition: all 0.2s ease-in-out;
  padding: 1rem;
  border: none;
  border-radius: 10rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: .5rem 1rem;
}
.header__button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header__button a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1111px) {
  .header__button {
    margin: 0 0 0 1.6vw;
  }
  .header__button-item01 {
    width: 10em;
    margin: 0 .8vw 0 0;
  }
  .header__button a {
    font-size: 1.6vw;
    padding: .5em .8em;
  }
}
.header.is-blur {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
  }
  .header__inner {
    padding: 3vw;
    align-items: flex-end;
  }
  .header__heading {
    width: 30vw;
    margin: 0;
  }
  .header__tel {
    padding: 0 0 0 1.5rem;
    margin: -5px 0;
  }
  .header__button {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    width: 100vw;
    margin: 0;
    padding: 3vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .header__button-item {
    width: calc((100% - 3vw) / 2);
  }
  .header__button-item01 {
    margin: 0;
  }
  .header__button a {
    padding: 3vw 0;
    font-size: 3.7vw;
  }
}
.visual {
  background-color: #ffffff;
  background-image: url("../images/visual.jpg");
  background-position: center top;
  background-repeat: no-repeat, repeat-y;
  background-size: 108vw auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .visual {
    background-image: url("../images/visual@2x.jpg");
  }
}
.visual__inner {
  width: 90vw;
  height: auto;
  margin: 0 0 0 10%;
  padding: 8rem 0 4rem;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.visual__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.visual__box-item {
  margin: 0 0 .78rem;
  text-align: left;
}
.visual__box-item01 {
  
  font-weight: 700;
  width: 50%;
}
.visual__box-item01 .text {
  font-size: 1.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 .7rem;
  color: #fff;
}
.visual__box-item01 .text::before, .visual__box-item01 .text::after {
  border-top: 2px solid #fff;
  content: "";
  width: 48px;
}
.visual__box-item01 .text:before {
  margin-right: 10px;
}
.visual__box-item01 .text:after {
  margin-left: 10px;
}
.visual__box-item01 .heading {
  font-size: 2rem;
  line-height: 120%;
}
.visual__box-item01 .heading .medium {
  font-size: 2.33rem;
}
.visual__box-item02 {
  width: 24.3%;
  margin: -1.5rem 0 0 1.5rem;
}
.visual__box-item02 li {
  color: #fff;
  font-size: 1.56rem;
  font-weight: 700;
  background: #000;
  padding: .4rem 1rem;
  margin: 0 0 .7rem 0;
}
.visual__box-item02 li span {
  display: inline-block;
  transform: skewX(-10deg);
}
.visual__logo {
  width: 80%;
}
.visual__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93%;
  margin: 1rem auto 0;
}
.visual__button a {
  transition: all 0.2s ease-in-out;
  display: block;
}
.visual__button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .visual {
    background: url("../images/visual.jpg") no-repeat;
    background-size: cover;
    margin: 4rem 0 0;
  }
  .visual__inner {
    padding: 12.5rem 0 2rem;
  }
  .visual__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .visual__box-item {
    margin: 0 0 .78rem;
  }
  .visual__box-item01 {
    width: 57%;
  }
  .visual__box-item01 .text {
    font-size: 3.33vw;
  }
  .visual__box-item01 .text::before, .visual__box-item01 .text::after {
    border-top: 2px solid #fff;
    content: "";
    width: 26px;
  }
  .visual__box-item01 .text:before {
    margin-right: 5px;
  }
  .visual__box-item01 .text:after {
    margin-left: 5px;
  }
  .visual__box-item01 .heading {
    font-size: 6.5vw;
    line-height: 120%;
  }
  .visual__box-item01 .heading .medium {
    font-size: 5.6vw;
  }
  .visual__box-item02 {
    width: 36.3%;
  }
  .visual__box-item02 li {
    font-size: 3.33vw;
    padding: .4rem 1rem;
    margin: 0 0 .5rem 0;
  }
  .visual__logo {
    width: 100%;
  }
  .visual__button {
    display: block;
    width: 93%;
    margin: 5rem auto 0;
  }
  .visual__button a {
    transition: all 0.2s ease-in-out;
    display: block;
  }
  .visual__button a:hover {
    opacity: 1;
  }
  .visual__button-item {
    margin: 0 0 1rem;
  }
}
/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #000000;
  /* movie */
}
.contents .movie {
  width: 100%;
  max-width: 1000px;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.contents .movie iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
/* cv */
.cv {
  background: url("../images/cv.png") no-repeat;
  background-size: cover;
}
.cv__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 2.5rem;
}
.cv__heading {
  margin: 1.33rem auto;
  text-align: center;
  font-weight: 700;
}
.cv__text {
  font-weight: 400 !important;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cv__text {
    /*br {
        	display: none;
        }*/
  }
}
.cv__image {
  text-align: center;
}
.cv__image img {
  width: 100%;
  height: auto;
}
.cv__image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .cv__image {
    padding: 0 0 6vw;
  }
}
.cv__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 1.33rem;
}
.cv__button li {
  width: 80%;
  margin: 0 auto; 
}
.cv__button a {
  transition: all 0.2s ease-in-out;
  display: block;
}
.cv__button a:hover {
  opacity: 0.7;
}
.cv__tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 1.33rem;
  width: 75%;
}
.cv__tel li {
  width: 47%;
}
.cv__tel a {
  transition: all 0.2s ease-in-out;
  display: block;
}
@media screen and (max-width: 768px) {
  .cv__inner {
    padding: 1rem;
  }
  .cv__heading {
    margin: .89rem auto;
    line-height: 160%;
    font-size: 4.56vw;
  }
  .cv__button {
    display: block;
    margin: 0 auto 1.33rem;
  }
  .cv__button li {
    width: 100%;
    margin: 0 0 1rem;
  }
  .cv__button a:hover {
    opacity: 1;
  }
  .cv__tel {
    margin: 0 auto 1.33rem;
    width: 100%;
  }
  .cv__tel li {
    width: 48%;
  }
  .cv__text {
    font-size: .67rem;
  }
}
.about {
  background: #fff2f1;
  padding: 3.34rem 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 6.67vw 0;
  }
}
.about__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.about__heading {
  margin: 2.67rem auto;
  text-align: center;
  font-weight: 900;
}
.about__heading .heading-sub {
  font-size: .78rem;
  color: #a2241a;
  margin: 0 0 .67rem;
}
.about__heading .heading-main {
  font-size: 2rem;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .about__heading {
    margin: 5.33vw auto;
  }
  .about__heading .heading-sub {
    font-size: 4.11vw;
  }
  .about__heading .heading-main {
    font-size: 6.33vw;
  }
}
.about__text {
  font-weight: 400 !important;
  font-weight: 700 !important;
  text-align: center;
  line-height: 160%;
  margin: 2.67rem auto;
}
@media screen and (max-width: 768px) {
  .about__text {
    /*br {
        	display: none;
        }*/
  }
}
.about__image {
  text-align: center;
}
.about__image img {
  width: 100%;
  height: auto;
}
.about__image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .about__image {
    padding: 0 0 6vw;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    text-align: left;
  }
}
.merit {
  padding: 3.34rem 0;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 6.67vw 0;
  }
}
.merit__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.merit__heading {
  display: table;
  border-radius: 30px;
  margin: 0 auto 1.67rem;
  padding: 0.89rem 1rem;
  color: #fff;
  font-size: 1.33rem;
  font-weight: 900;
  text-align: center;
  background: -webkit-linear-gradient(left, #0099ff 50%, #6f2625 100%);
  background: -o-linear-gradient(left, #0099ff 50%, #6f2625 100%);
  background: linear-gradient(to right, #0099ff 50%, #6f2625 100%);
}
.merit__heading-sub {
  margin: 0 0 1.34rem;
  text-align: center;
  font-size: 1.78rem;
  color: #0099ff;
  font-weight: 900;
}
.heading-main .marker {
  background: linear-gradient(transparent 48%, #ffd42a 48%);
}
@media screen and (max-width: 768px) {
  .merit__heading {
    font-size: 1.1rem;
  }
  .merit__heading-sub {
    font-size: 5.67vw;
    line-height: 160%;
    color: #0099ff;
  }
}
.merit-sub {
  background: #fff2f1;
  padding: 3.12rem 0;
  padding: 3.34rem 0;
}
@media screen and (max-width: 768px) {
  .merit-sub {
    padding: 6.67vw 0;
  }
}
.merit-sub__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.merit-sub__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.12rem 0;
  margin: 0 auto .89rem;
  color: #fff;
}
.merit-sub__box01 {
  background: -webkit-linear-gradient(left, #464646 1%, #111111 100%);
  background: -o-linear-gradient(left, #464646 1%, #111111 100%);
  background: linear-gradient(to right, #464646 1%, #111111 100%);
}
.merit-sub__box02 {
  background: -webkit-linear-gradient(left, #0099ff 50%, #6f2625 100%);
  background: -o-linear-gradient(left, #0099ff 50%, #6f2625 100%);
  background: linear-gradient(to right, #0099ff 50%, #6f2625 100%);
}
.merit-sub__box-item {
  position: relative;
}
.merit-sub__box-item .heading {
  font-size: 1.33rem;
  text-align: center;
  font-weight: 900;
}
.merit-sub__box-item .text {
  font-weight: 400;
}
.merit-sub__box-item01 {
  width: 25%;
}
.merit-sub__box-item01::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 180px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
.merit-sub__box-item02 {
  width: 70%;
}
.merit-sub__box-item02 li {
  margin: .7rem 0 .7rem;
}
.merit-sub__box-item02 span {
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .merit-sub {
    padding: 3.12rem 0;
    padding: 3.34rem 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .merit-sub {
    padding: 6.67vw 0;
  }
}
@media screen and (max-width: 768px) {
  .merit-sub__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
  }
  .merit-sub__box {
    display: block;
    padding: 3.12rem 0;
  }
  .merit-sub__box-item {
    position: relative;
  }
  .merit-sub__box-item .heading {
    font-size: 1.33rem;
    text-align: center;
    margin: 0 0 2rem;
  }
  .merit-sub__box-item01 {
    width: 100%;
  }
  .merit-sub__box-item01::after {
    content: "";
    display: block;
    width: 90%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 5%;
  }
  .merit-sub__box-item02 {
    width: 90%;
    margin: 0 auto;
  }
  .merit-sub__box-item02 li {
    margin: .7rem 0 .7rem;
    line-height: 160%;
    padding-left: 1em;
    text-indent: -1em;
  }
  .merit-sub__box-item02 span {
    padding: 0;
  }
}
.intro {
  background: url("../images/intro.png") no-repeat;
  background-size: cover;
  padding: 3.34rem 0;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 6.67vw 0;
  }
}
.intro__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.intro__heading {
  margin: 2.67rem auto;
  text-align: center;
  font-weight: 900;
}
.intro__heading .heading-sub {
  font-size: .78rem;
  color: #a2241a;
  margin: 0 0 .67rem;
}
.intro__heading .heading-main {
  font-size: 2.33rem;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .intro__heading {
    margin: 5.33vw auto;
  }
  .intro__heading .heading-sub {
    font-size: 4.11vw;
  }
  .intro__heading .heading-main {
    font-size: 6.33vw;
  }
}
.intro__text {
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .intro__text {
    /*br {
        	display: none;
        }*/
  }
}
.intro__image {
  text-align: center;
}
.intro__image img {
  width: 100%;
  height: auto;
}
.intro__image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .intro__image {
    padding: 0 0 6vw;
  }
}
.intro__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro__box-item {
  width: 30.3%;
  background: #fff;
  padding: 1.67rem 1.34rem;
  border-left: solid 2px #0099ff;
  box-shadow: 4px 4px 12px -6px rgba(0, 0, 0, 0.6);
}
.intro__box-item .text {
  font-size: 1.33rem;
  font-weight: 900;
  line-height: 160%;
  color: #0099ff;
}
@media screen and (max-width: 768px) {
  .intro__box {
    display: block;
  }
  .intro__box-item {
    width: 100%;
    margin: 0 0 .89rem;
    padding: 1rem 1.34rem;
  }
  .intro__box-item .text {
    font-size: 4.2vw;
  }
}
.service {
  padding: 3.34rem 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 6.67vw 0;
  }
}
.service__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.service__heading {
  margin: 2.67rem auto;
  text-align: center;
  font-weight: 900;
}
.service__heading .heading-sub {
  font-size: .78rem;
  color: #a2241a;
  margin: 0 0 .67rem;
}
.service__heading .heading-main {
  font-size: 2rem;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .service__heading {
    margin: 5.33vw auto;
  }
  .service__heading .heading-sub {
    font-size: 4.11vw;
  }
  .service__heading .heading-main {
    font-size: 6.33vw;
  }
}
.service__text {
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .service__text {
    /*br {
        	display: none;
        }*/
  }
}
.service__image {
  text-align: center;
}
.service__image img {
  width: 100%;
  height: auto;
}
.service__image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .service__image {
    padding: 0 0 6vw;
  }
}
.service__box {
  background: -webkit-linear-gradient(left, #ee5043 50%, #a2241a 100%);
  background: -o-linear-gradient(left, #ee5043 50%, #a2241a 100%);
  background: linear-gradient(to right, #ee5043 50%, #a2241a 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin: 0 0 1.78rem;
}
.service__box01, .service__box03 {
  flex-direction: row-reverse;
}
.service__box01 .heading::after {
  content: "";
  display: block;
  width: 94.9%;
  height: 3px;
  background-color: #fff;
  /*position: absolute;*/
  bottom: 40%;
  left: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__box01 .heading::after {
    bottom: 47%;
  }
}
.service__box02 .heading::after {
  content: "";
  display: block;
  width: 96%;
  height: 3px;
  background-color: #fff;
  /*position: absolute;*/
  bottom: 46%;
  right: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__box02 .heading::after {
    bottom: 52%;
  }
}
.service__box03 .heading::after {
  content: "";
  display: block;
  width: 94.9%;
  height: 3px;
  background-color: #fff;
  /*position: absolute;*/
  bottom: 53%;
  left: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__box03 .heading::after {
    bottom: 50%;
  }
}
.service__box-item .number {
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
.service__box-item .heading {
  margin: 0 0 2.12rem 0;
  font-size: 3rem;
  line-height: 130%;
  font-weight: 700;
}
.service__box-item .text {
  line-height: 160%;
  font-weight: 400;
}
.service__box-item01 {
  width: 31%;
}
.service__box-item02 {
  width: 64%;
  padding: 1.56rem;
  position: relative;
}
.service__box-item .text{
  font-size: 10pt;
}

@media screen and (max-width: 768px) {
  .service__box {
    display: block;
    margin: 0 0 1.78rem;
  }
  .service__box01 .heading::after {
    width: 92%;
    height: 2px;
    bottom: 59%;
  }
  .service__box02 .heading::after {
    width: 92%;
    height: 2px;
    bottom: 60%;
    left: 0;
  }
  .service__box03 .heading::after {
    width: 92%;
    height: 2px;
    bottom: 65%;
  }
  .service__box-item .number {
    margin: 0 0 .2rem 0;
  }
  .service__box-item01 {
    width: 100%;
  }
  .service__box-item02 {
    width: 100%;
  }
}
.reason {
  padding: 3.34rem 0;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 6.67vw 0;
  }
}
.reason__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.reason__heading {
  margin: 2.67rem auto;
  text-align: center;
  font-weight: 900;
}
.reason__heading .heading-sub {
  font-size: .78rem;
  color: #a2241a;
  margin: 0 0 .67rem;
}
.reason__heading .heading-main {
  font-size: 2.33rem;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .reason__heading {
    margin: 5.33vw auto;
  }
  .reason__heading .heading-sub {
    font-size: 4.11vw;
  }
  .reason__heading .heading-main {
    font-size: 6.33vw;
  }
}
.reason__text {
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .reason__text {
    /*br {
        	display: none;
        }*/
  }
}
.reason__image {
  text-align: center;
}
.reason__image img {
  width: 100%;
  height: auto;
}
.reason__image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .reason__image {
    padding: 0 0 6vw;
  }
}
.reason__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4rem;
}
.reason__box02, .reason__box04 {
  flex-direction: row-reverse;
}
.reason__box-item .heading__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #0099ff;
  margin: 0 0 1.56rem;
}
.reason__box-item .heading__wrap .number {
  font-size: 5.89rem;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  margin-right: 1.56rem;
}
.reason__box-item .heading__wrap .heading {
  font-size: 1.78rem;
  line-height: 130%;
  font-weight: 900;
}
.reason__box-item .text {
  line-height: 160%;
  font-weight: normal;
}
.reason__box-item01 {
  width: 38%;
}
.reason__box-item02 {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .reason__box {
    display: block;
    margin: 0 0 4rem;
  }
  .reason__box-item .heading__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #0099ff;
    margin: 0 0 1.22rem;
  }
  .reason__box-item .heading__wrap .number {
    font-size: 4.89rem;
    margin-right: 1rem;
  }
  .reason__box-item .heading__wrap .heading {
    font-size: 4.67vw;
  }
  .reason__box-item .text {
    line-height: 160%;
    font-weight: 400;
  }
  .reason__box-item01 {
    width: 100%;
  }
  .reason__box-item02 {
    width: 100%;
  }
}
.case {
  background: #fff2f1;
  padding: 3.34rem 0;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 6.67vw 0;
  }
}
.case__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.case__heading {
  margin: 2.67rem auto;
  text-align: center;
  font-weight: 900;
}
.case__heading .heading-sub {
  font-size: .78rem;
  color: #a2241a;
  margin: 0 0 .67rem;
}
.case__heading .heading-main {
  font-size: 2.33rem;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .case__heading {
    margin: 5.33vw auto;
  }
  .case__heading .heading-sub {
    font-size: 4.11vw;
  }
  .case__heading .heading-main {
    font-size: 6.33vw;
  }
}
.case__text {
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .case__text {
    /*br {
        	display: none;
        }*/
  }
}
.case__image {
  text-align: center;
  box-shadow: 4px 4px 12px -6px rgba(0, 0, 0, 0.6);
  margin: 0 0 1rem;
}
.case__image img {
  width: 100%;
  height: auto;
}
.case__image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .case__image {
    padding: 0 0 6vw;
  }
}
@media screen and (max-width: 768px) {
  .case__image {
    padding: 0;
  }
}
.scene {
  background: #fff2f1;
  padding: 3.34rem 0;
}
@media screen and (max-width: 768px) {
  .scene {
    padding: 6.67vw 0;
  }
}
.scene__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.scene__heading {
  margin: 0 0 1.34rem 0;
  font-weight: 900;
  font-size: 1.78rem;
  line-height: 130%;
  color: #0099ff;
  text-align: center;
}
.scene__text {
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .scene__text {
    /*br {
        	display: none;
        }*/
  }
}
.scene__image {
  text-align: center;
}
.scene__image img {
  width: 100%;
  height: auto;
}
.scene__image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .scene__image {
    padding: 0 0 6vw;
  }
}
.scene__box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.scene__box-item {
  width: 17%;
  text-align: center;
  margin: 0 0 2rem;
}
.scene__box-item .heading {
  font-size: 1.33rem;
  font-weight: 900;
  color: #0099ff;
  margin: 1rem 0;
  line-height: 130%;
}
.scene__box-item .text {
  font-size: .89rem;
  line-height: 160%;
}
.scene__box-item .image {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .scene__heading {
    font-size: 5.67vw;
  }
  .scene__box {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .scene__box-item {
    width: 45%;
    margin: 0 0 2rem;
  }
  .scene__box-item .heading {
    font-size: 1.33rem;
  }
  .scene__box-item .text {
    font-size: .89rem;
    line-height: 160%;
  }
  .scene__box-item .image {
    width: 120px;
    margin: 0 auto;
  }
}
.flow {
  padding: 3.34rem 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 6.67vw 0;
  }
}
.flow__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.flow__heading {
  margin: 2.67rem auto;
  text-align: center;
  font-weight: 900;
}
.flow__heading .heading-sub {
  font-size: .78rem;
  color: #a2241a;
  margin: 0 0 .67rem;
}
.flow__heading .heading-main {
  font-size: 2.33rem;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .flow__heading {
    margin: 5.33vw auto;
  }
  .flow__heading .heading-sub {
    font-size: 4.11vw;
  }
  .flow__heading .heading-main {
    font-size: 6.33vw;
  }
}
.flow__text {
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .flow__text {
    /*br {
        	display: none;
        }*/
  }
}
.flow__image {
  text-align: center;
}
.flow__image img {
  width: 100%;
  height: auto;
}
.flow__image img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .flow__image {
    padding: 0 0 6vw;
  }
}
.flow__box {
  display: flex;
  justify-content: space-between;
}
.flow__box-item {
  width: 26%;
  text-align: center;
  margin: 0 1rem 2rem;
  position: relative;
}
.flow__box-item .heading {
  font-size: 1.33rem;
  font-weight: 900;
  color: #0099ff;
  margin: 1rem 0;
  line-height: 130%;
}
.flow__box-item .text {
  font-size: .89rem;
  line-height: 160%;
  text-align: left;
}
.flow__box-item01::after, .flow__box-item02::after, .flow__box-item03::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1.23rem;
  background-color: #e7c4c3;
  position: absolute;
  top: 15%;
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .flow__box {
    display: block;
  }
  .flow__box-item {
    width: 100%;
    margin: 0 auto 2rem;
    position: static;
  }
  .flow__box-item .heading {
    font-size: 1.33rem;
  }
  .flow__box-item .text {
    font-size: 1rem;
    text-align: left;
  }
  .flow__box-item01::after, .flow__box-item02::after, .flow__box-item03::after {
    content: none;
  }
}
.detail__content table {
  border: 1px solid #C5C5C5;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.detail__content table th, .detail__content table td {
  padding: 15px 20px;
  border: 1px solid #C5C5C5;
}
.detail__content table th {
  background-color: #EFEFEF;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
}
/*
		Footer
------------------------------------------------------------ */
.footer {
  background: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    background-image: url("../images/footer-sp.png");
    padding: 0 0 20vw;
  }
}
.footer .company {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
}
.footer .company__heading {
  width: 400px;
  padding: 4.5rem 0 2rem;
}
.footer .company__list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.footer .company__list-item {
  width: calc((100% - 2rem) / 2);
  padding: 0 0 2rem;
  position: relative;
  /*&::after {
        	content: '';
        	background: white;
        	width: 100%;
        	height: 1px;
        	display: block;
        	position: absolute;
        	top: .5em;
        	right: 0;
        }*/
}
.footer .company__list-item .heading {
  padding: 0 0 1rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.footer .company__list-item .text {
  line-height: 1.6em;
  font-size: 0.7rem;
}
.footer .company__list-item01::after {
  width: calc(100% - 3rem);
}
.footer .company__list-item02::after {
  width: calc(100% - 5rem);
}
.footer .company__list-item03::after {
  width: calc(100% - 7rem);
}
.footer .company__list-item04::after {
  width: calc(100% - 6rem);
}
.footer .company__list-item05::after {
  width: calc(100% - 6rem);
}
@media screen and (max-width: 768px) {
  .footer .company__heading {
    width: 80vw;
    margin: 0 auto;
    padding: 8vw 0;
  }
  .footer .company__list-item {
    width: 100%;
    padding: 0 0 5vw;
  }
  .footer .company__list-item .heading {
    padding: 0 0 3vw;
  }
  .footer .company__list-item .text {
    font-size: .88rem;
  }
}
.footer .copyright__text {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 1rem;
  font-size: .7rem;
  text-align: center;
}
/* Floating area */
.floating {
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.section__main {
  margin-bottom: 100px;
}
.inner {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 1160px;
}
.image__block {
  margin-top: 60px;
  counter-increment: cnt;
}
.service__box-item03 {
  width: 64%;
  padding: 1.4rem;
  position: relative;
}
  .service__box-item03 {
    width: 100%;
  }
.wrap2 {
  margin-left: 30px;
  margin-right: 30px;
}

.visual__pic {
  width: 50%;
}

.card__05 {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 45px;
  display: flex;
  gap: 25px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .card__05li{
    width: calc(100% - 17px) !important;
    display: flex;
    flex-direction: column;
    border: 1px solid #11438F;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    padding: 20px;
    background-color: #FFF;
  }
}
.card__05li{
  width: calc(33.33% - 17px);
  display: flex;
  flex-direction: column;
  border: 1px solid #11438F;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 20px;
  background-color: #FFF;
}

.card__05__hdg {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 0 30px;
  color: #0D4E9E;
  border-bottom: 1px solid #0D4E9E;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.card__05__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.card__05__text {
  line-height: 1.86;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 2rem !important;
}

.detail__content {
  content: "";
  display: block;
  clear: both;
}

.top_img {
  text-align:right
}

.hdg__lv3__02 > .content > h3 {
  font-size: 2.7rem;
  color: #0D4E9E;
  position: relative;
  padding-bottom: 10px;
}

.hdg__lv3__02 > .content > h3::after {
  content: "";
  width: 50px;
  border-bottom: 3px dotted #0D4E9E;
  position: absolute;
  left: 0;
  bottom: 0;
}

.detail__content.mod h3, .wp_contents.mod h3 {
  font-size: 1.5rem;
  color: #1C8CD5;
  padding-left: 20px;
  position: relative;
  margin-top: 30px;
}

.detail__content.mod h3::before, .wp_contents.mod h3::before {
  content: "";
  width: 12px;
  height: 20px;
  background-color: #1C8CD5;
  position: absolute;
  left: 0;
  top: 4px;
}

.detail__content ul > li::before, .wp_contents ul > li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1C8CD5;
  position: absolute;
  left: 0;
  top: 15px;
}

.detail__content ul {
}

.detail__content ul > li, .wp_contents ul > li {
  padding-left: 20px;
  position: relative;
  font-size: 1.1rem;
  line-height: 2;}

.detail__content p, .wp_contents p {
  font-size: 1.1rem;
  line-height: 2;
}





.visual__pic img {
  width: 100%;
}

.visual__logo img {
  width: 100%;
}

.accordion-003 {
    max-width: 80%;
    margin-bottom: 7px;
    border-bottom: 2px solid #d6dde3;
    margin-left: auto;
    margin-right: auto;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::before,
.accordion-003 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}

.accordion-003 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-003 summary::after {
    transition: rotate .3s;
}

.accordion-003[open] summary::after {
    rotate: 90deg;
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
  background: rgb(252, 252, 252);
}



.text_notice {
  padding-top: 10px;
  padding-right: 10px;
  text-align: right;
  
}
