@charset "UTF-8";
/* NotoSansCJK-Light */
@font-face {
  font-family: 'NotoSansCJK';
  src: url("../font/NotoSansCJKjp-Light_resize.woff") format("woff"), url("../font/NotoSansCJKjp-Light_resize.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* NotoSansCJK-Regular */
@font-face {
  font-family: 'NotoSansCJK';
  src: url("../font/NotoSansCJKjp-Regular_resize.woff") format("woff"), url("../font/NotoSansCJKjp-Regular_resize.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* NotoSansCJK-Medium */
@font-face {
  font-family: 'NotoSansCJK';
  src: url("../font/NotoSansCJKjp-Medium_resize.woff") format("woff"), url("../font/NotoSansCJKjp-Medium_resize.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* NotoSansCJK-Bold */
@font-face {
  font-family: 'NotoSansCJK';
  src: url("../font/NotoSansCJKjp-Bold_resize.woff") format("woff"), url("../font/NotoSansCJKjp-Bold_resize.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* NotoSerifCJK-Medium */
@font-face {
  font-family: 'NotoSerifCJK';
  src: url("../font/NotoSerifCJKjp-Medium_resize.woff") format("woff"), url("../font/NotoSerifCJKjp-Medium_resize.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* NotoSerifCJK-Bold */
@font-face {
  font-family: 'NotoSerifCJK';
  src: url("../font/NotoSerifCJKjp-Bold_resize.woff") format("woff"), url("../font/NotoSerifCJKjp-Bold_resize.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*--------------------------------------------------------------------------
共通
--------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

h1 {
  color: #FFF;
  font-size: 30.4px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 5.25vw;
}

h2 span {
  display: inline-block;
}
h2 span.p_small {
  margin: 0 0 3%;
  color: #1A1A1A;
  font-size: 19.2px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 3.5vw;
}
h2 span.p_large {
  color: #0D4166;
  font-size: 36.8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 5.5vw;
}

h3 {
  color: #0D4166;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 4.5vw;
}

h4 {
  color: #1A1A1A;
  font-size: 19.2px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 3.75vw;
}

p {
  font-size: 14.4px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 3.5vw;
}
p.p_base {
  width: 100%;
  text-align: justify;
}

.disp_pc {
  display: none !important;
}

.serif {
  font-family: 'NotoSerifCJK';
}

.btn01 img {
  width: 54px;
  height: 34px;
}

.btn02 {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0168B7;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  font-family: 'NotoSerifCJK';
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 4.5vw;
}
.btn02:before {
  content: "";
  width: 36px;
  height: 26px;
  margin: 0 3% 0 0;
  background-image: url("../img/icon_mail.svg");
  background-repeat: no-repeat;
}
.btn02:active {
  opacity: 0.6;
}

.contact {
  margin: 0 auto;
  padding: 8% 3%;
  background-color: #000;
}

.noBg .btn02 {
  margin: 0;
}

.next:before {
  content: "";
  width: 120px;
  height: 68px;
  margin: -28px auto 0;
  display: block;
  position: relative;
  background-image: url("../img/icon_next_blue.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.triangle {
  width: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 16px 14px 0 14px;
  border-color: #516F92 transparent transparent transparent;
  display: block;
}

/*--------------------------------------------------------------------------
body
--------------------------------------------------------------------------*/
body {
  font-family: 'NotoSansCJK';
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

/*--------------------------------------------------------------------------
header
--------------------------------------------------------------------------*/
header {
  margin: 0 auto;
  padding: 3% 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: #FFF;
}
header.fix {
  padding: 2% 3%;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
header .logo a img {
  display: block;
}
header .noBg {
  display: flex;
  align-items: center;
}
header .noBg .iconContact {
  margin-right: 10px;
}

/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
各セクション
--------------------------------------------------------------------------*/
#mainVisual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: url("../img/mainVisual_bg_sp@2x-80.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
#mainVisual .bgGradation {
  width: 100%;
  padding: 5% 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 35%, transparent 65%);
}
#mainVisual .bgGradation .box01 {
  width: 100%;
  text-align: left;
}
#mainVisual .bgGradation .box01 p {
  padding: 0 3%;
}
#mainVisual .bgGradation .box01 p.first {
  margin: 0 0 5%;
  color: #FFF;
  font-size: 19.2px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-size: 3.5vw;
}
#mainVisual .bgGradation .box01 p.second {
  margin: 0 0 5%;
  color: #FFF;
  font-size: 2.75vw;
}
#mainVisual .bgGradation .box01 h1 {
  margin: 0 0 5%;
  padding: 5% 3%;
  background: linear-gradient(to right, #000 35%, transparent 65%);
}
#mainVisual .bgGradation .box01 .noBg {
  padding: 0 3%;
  display: flex;
}

#issue {
  text-align: center;
}
#issue h2 {
  padding: 10% 3%;
  background-color: #F4F4F4;
}
#issue .box01 {
  display: flex;
  justify-content: center;
}
#issue .box01 ul {
  padding: 10% 3%;
  display: inline-block;
}
#issue .box01 ul li {
  display: flex;
  text-align: justify;
  align-items: center;
  color: #000;
  font-size: 22.4px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 4.5vw;
}
#issue .box01 ul li:not(:last-of-type) {
  margin: 0 0 5%;
}
#issue .box01 ul li .check {
  width: 33.6px;
  height: 33.6px;
  margin: 0 5% 0 0;
  display: inline-block;
  background-image: url("../img/issue_check.svg");
  background-repeat: no-repeat;
}
#issue .box01 ul li .text {
  width: 100%;
  padding: 0 0 3%;
  border-bottom: solid 2px #E9EDF0;
}
#issue .box02 {
  padding: 10% 3% 20%;
  display: flex;
  background-color: #F4F4F4;
  /* disp_sp専用 */
}
#issue .box02 .parson {
  width: 15%;
  margin: 0 7.5% 0 0;
  position: relative;
}
#issue .box02 .parson img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#issue .box02 .inbox01 {
  width: 100%;
}
#issue .box02 .inbox01 h4 {
  margin: 0 0 5%;
  text-align: justify;
}
#issue .box02 .inbox01 p {
  margin: 0 auto;
  color: #333333;
}

#support {
  text-align: center;
}
#support h2 {
  padding: 10% 3%;
  border-bottom: solid 4px #F4F4F4;
}
#support .box01 {
  background-image: url("../img/support_bg@2x-80.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#support .box01 .inbox01 {
  padding: 10% 3% 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#support .box01 .inbox01 h3 {
  margin: 0 0 5%;
  color: #1A1A1A;
}
#support .box01 .inbox01 p {
  margin: 0 auto 10%;
  color: #333333;
}
#support .box01 .inbox01 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#support .box01 .inbox01 ul li {
  width: 80%;
  margin: 0 0 10%;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  background-color: #FFF;
}
#support .box01 .inbox01 ul li dl {
  padding: 0 5% 10%;
}
#support .box01 .inbox01 ul li dl dt {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support .box01 .inbox01 ul li dl dd {
  margin: 0 0 10%;
}
#support .box01 .inbox01 ul li dl dd .index {
  width: 75%;
  margin: 0 auto 10%;
  padding: 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #000;
  color: #FFF;
  font-size: 11.2px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3vw;
}
#support .box01 .inbox01 ul li dl dd .index .number {
  margin: 5% 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 6vw;
}
#support .box01 .inbox01 ul li dl dd .title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 4.5vw;
}
#support .box01 .inbox01 ul li:nth-of-type(1) img {
  height: 110px;
}
#support .box01 .inbox01 ul li:nth-of-type(2) img {
  height: 120px;
}
#support .box01 .inbox01 ul li:nth-of-type(3) img {
  height: 110px;
}
#support .box02 {
  padding: 0 0 10%;
  background-color: rgba(0, 101, 172, 0.1);
  background-image: url("../img/support_bg_dot.svg");
  background-size: 100%;
}
#support .box02 h3 {
  padding: 10% 3%;
  color: #0D4166;
  line-height: 2;
}
#support .box02 h4 {
  margin: 0 0 5%;
}
#support .box02 .inbox01 {
  margin: 0 0 10%;
  padding: 5% 3%;
  background-color: #FFF;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
#support .box02 .inbox01 .imgLayout img {
  width: 100%;
}
#support .box02 .goAhead .triangle {
  margin-bottom: 5%;
}
#support .box02 .inbox04 {
  padding: 0 3%;
}
#support .box02 .inbox04 p {
  margin: 0 auto;
  padding: 5%;
  border-radius: 2px;
  background-color: #FFF;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  color: #4D4D4D;
  letter-spacing: 0.08em;
}

#feature {
  text-align: center;
  padding: 10% 0;
}
#feature h3 {
  margin: 0 0 10%;
  padding: 0 3%;
}
#feature ul li {
  margin: 0 0 10%;
}
#feature ul li dl dt {
  margin: 0 0 15%;
  display: flex;
  justify-content: center;
  position: relative;
}
#feature ul li dl dt img, #feature ul li dl dt .edge, #feature ul li dl dt .bg {
  display: block;
}
#feature ul li dl dt img {
  width: 90%;
  height: 100%;
  position: relative;
  z-index: 3;
}
#feature ul li dl dt .edge {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 7.5%;
  z-index: 2;
  background-color: #FFF;
}
#feature ul li dl dt .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: 1;
  background-color: #F4F4F4;
}
#feature ul li dl dd {
  width: 90%;
  margin: 0 auto;
}
#feature ul li dl dd .index {
  width: 50%;
  margin: 0 0 5%;
  padding: 5% 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 11.2px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4vw;
}
#feature ul li dl dd .index .number {
  margin: 0 2%;
  font-size: 16px;
  font-size: 4.5vw;
}
#feature ul li dl dd .inner {
  display: block;
  background: #FFF;
}
#feature ul li dl dd .inner .title {
  margin: 0 0 5%;
  display: block;
  text-align: justify;
  color: #1A1A1A;
  font-size: 22.4px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 5vw;
}
#feature ul li dl dd .inner .detail {
  display: block;
  text-align: justify;
  color: #4D4D4D;
  font-size: 14.4px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-size: 3.5vw;
}

.contactBg {
  margin: -10% 0 0;
  background-image: url("../img/contact_bg@2x-80.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contactBg .box01 {
  padding: 20% 3% 10%;
  background-color: rgba(26, 26, 26, 0.9);
}
.contactBg .box01 h4 {
  margin: 0 0 10%;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  line-height: 2;
}

#service {
  padding: 10% 3%;
  background-color: rgba(0, 101, 172, 0.1);
  text-align: center;
}
#service h3 {
  margin: 0 0 5%;
}
#service p {
  margin: 0 0 5%;
  text-align: justify;
  color: #333333;
  letter-spacing: 0.06em;
}
#service .box01 {
  width: 100%;
  margin: 0 auto 15%;
  padding: 2.5%;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}
#service ul.step {
  margin: 0 0 15%;
}
#service ul.step li:not(:last-of-type):after {
  content: "";
  width: 0;
  margin: 5% auto;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #000 transparent transparent transparent;
  display: block;
}
#service ul.step li dl {
  background-color: #FFF;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service ul.step li dl dt {
  width: 25%;
  padding: 2.5% 0;
  background-color: #000;
  color: #FFF;
  font-size: 14.4px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 3.5vw;
}
#service ul.step li dl dd {
  width: 70%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#service ul.step li dl dd .icon {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service ul.step li dl dd .text {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 19.2px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 4.5vw;
}
#service ul.step li:nth-of-type(1) img {
  height: 49.2px;
}
#service ul.step li:nth-of-type(2) img {
  height: 72px;
}
#service ul.step li:nth-of-type(3) img {
  height: 72px;
}
#service ul.step li:nth-of-type(4) img {
  height: 54px;
}
#service ul.price {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#service ul.price li {
  width: 100%;
}
#service ul.price li:not(:last-of-type) {
  margin: 0 0 5%;
}
#service ul.price li dl {
  padding: 5%;
  border-radius: 2px;
  background-color: #FFF;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service ul.price li dl dt {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1A1A1A;
  color: #FFF;
  font-size: 19.2px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4vw;
}
#service ul.price li dl dd {
  width: 50%;
}
#service ul.price li dl dd .title {
  margin: 0 0 5%;
  padding: 10% 0;
  border-top: solid 2px #1A1A1A;
  border-bottom: solid 2px #1A1A1A;
  display: block;
  color: #1A1A1A;
  font-size: 19.2px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 4.5vw;
}
#service ul.price li dl dd .detail {
  display: block;
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 3.5vw;
}

#contactForm {
  width: 100%;
  padding: 10% 3%;
  margin: 0 auto;
  text-align: center;
}
#contactForm h3 {
  margin: 0 0 10%;
}
#contactForm iframe {
  width: 100%;
}

/*--------------------------------------------------------------------------
top navi
--------------------------------------------------------------------------*/
#pagetop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 28px;
  z-index: 100;
  cursor: pointer;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../img/icon_pagetop.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------------------
footer
--------------------------------------------------------------------------*/
footer {
  padding: 5% 3%;
  border-top: solid 4px #F4F4F4;
  text-align: center;
}
footer ul {
  margin: 0 0 5%;
}
footer ul li {
  display: inline-block;
}
footer ul li:not(:last-of-type) {
  margin: 0 3% 0 0;
}
footer ul li a {
  transition: color 0.2s ease-out;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11.2px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 2.5vw;
}
footer small {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11.2px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 2.5vw;
}
