@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;
}

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

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

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

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

.disp_sp {
  display: none !important;
}

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

.btn01 {
  width: 192px;
  height: 38.4px;
  border: solid 2px #0168B7;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0168B7;
  font-family: 'NotoSerifCJK';
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.btn01:hover {
  background-color: #FFF;
  color: #0168B7;
}

.btn02 {
  width: 350.4px;
  height: 62.4px;
  margin: 0 auto;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0168B7;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  box-shadow: 0 0.375rem 0 0 #0D4166;
  font-family: 'NotoSerifCJK';
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.btn02:before {
  content: "";
  width: 28.8px;
  height: 20.8px;
  margin: 0 15px 0 0;
  background-image: url("../img/icon_mail.svg");
  background-repeat: no-repeat;
}
.btn02.btnShadow:hover {
  box-shadow: 0 0 0 0 #0D4166;
  transform: translateY(0.375rem);
}

.contact {
  margin: 0 auto;
  padding: 50px 20px;
  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: 20px;
  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: 10px 20px;
  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 nav#headerNav {
  visibility: hidden;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
header nav#headerNav.fix {
  visibility: unset;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}
header nav#headerNav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
header nav#headerNav ul li {
  margin: 0 10px 0;
  display: inline-block;
}
header nav#headerNav ul li a {
  color: #1A1A1A;
  font-size: 14.4px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
header nav#headerNav ul li a:hover {
  color: #0168B7;
}

/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
各セクション
--------------------------------------------------------------------------*/
#mainVisual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: url("../img/mainVisual_bg_pc@2x-80.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
#mainVisual .bgGradation {
  width: 100%;
  padding: 56px 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 0 0 72px;
}
#mainVisual .bgGradation .box01 p.first {
  margin: 0 0 24px;
  color: #FFF;
  font-size: 19.2px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
#mainVisual .bgGradation .box01 p.second {
  margin: 0 0 40px;
  color: #FFF;
}
#mainVisual .bgGradation .box01 h1 {
  margin: 0 0 24px;
  padding: 28px 0 28px 72px;
  background: linear-gradient(to right, #000 35%, transparent 65%);
}
#mainVisual .bgGradation .box01 .noBg {
  padding: 0 0 0 72px;
  display: flex;
  justify-content: flex-start;
}

nav#mvNav {
  width: 100%;
  padding: 20px 0;
  background-color: #FFF;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
nav#mvNav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
nav#mvNav ul li {
  margin: 0 35px 0;
  display: inline-block;
}
nav#mvNav ul li a {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
nav#mvNav ul li a:hover {
  color: #0168B7;
}

#issue {
  text-align: center;
}
#issue h2 {
  padding: 75px 20px;
  background-color: #F4F4F4;
}
#issue .box01 {
  display: flex;
  justify-content: center;
  /* disp_pc専用 */
}
#issue .box01 .parson {
  position: relative;
}
#issue .box01 .parson img {
  width: 232.8px;
  height: 384px;
  position: absolute;
  top: 200px;
  right: 0;
}
#issue .box01 ul {
  padding: 60px 20px 60px 65px;
  display: inline-block;
}
#issue .box01 ul li {
  display: flex;
  text-align: left;
  align-items: center;
  color: #000;
  font-size: 22.4px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#issue .box01 ul li:not(:last-of-type) {
  margin: 0 0 10px;
}
#issue .box01 ul li .check {
  width: 33.6px;
  height: 33.6px;
  margin: 0 20px 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 10px;
  border-bottom: solid 2px #E9EDF0;
}
#issue .box02 {
  padding: 85px 20px 105px;
  background-color: #F4F4F4;
}
#issue .box02 .inbox01 h4 {
  margin: 0 0 40px;
}
#issue .box02 .inbox01 p {
  margin: 0 auto;
  color: #333333;
}

#support {
  text-align: center;
}
#support h2 {
  padding: 70px 20px 90px;
  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: 100px 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#support .box01 .inbox01 h3 {
  margin: 0 0 65px;
  padding: 0 20px;
  color: #1A1A1A;
}
#support .box01 .inbox01 p {
  margin: 0 auto 85px;
  color: #333333;
}
#support .box01 .inbox01 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#support .box01 .inbox01 ul li {
  margin: 0 15px 100px;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  background-color: #FFF;
}
#support .box01 .inbox01 ul li dl {
  padding: 0 0 30px;
}
#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 20px;
}
#support .box01 .inbox01 ul li dl dd .index {
  width: 168px;
  height: 75.2px;
  margin: 0 60px 20px;
  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;
}
#support .box01 .inbox01 ul li dl dd .index .number {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
#support .box01 .inbox01 ul li dl dd .title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
#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 160px;
  background-color: rgba(0, 101, 172, 0.1);
  background-image: url("../img/support_bg_dot.svg");
  background-size: 100%;
}
#support .box02 h3 {
  padding: 60px 0;
  color: #0D4166;
  line-height: 2;
}
#support .box02 h4 {
  margin: 0 0 40px;
  padding: 0 20px;
}
#support .box02 .inbox01 {
  margin: 0 0 60px;
  padding: 30px 20px;
  background-color: #FFF;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
#support .box02 .inbox01 .imgLayout {
  display: flex;
  justify-content: center;
}
#support .box02 .inbox01 .imgLayout .img01 {
  max-width: 214.4px;
  width: 100%;
  position: relative;
}
#support .box02 .inbox01 .imgLayout .img01 img {
  max-width: 214.4px;
  width: 100%;
  position: absolute;
  top: 20px;
  right: 0;
}
#support .box02 .inbox01 .imgLayout .img02 {
  max-width: 538.4px;
  width: 100%;
}
#support .box02 .inbox01 .imgLayout .img02 img {
  width: 100%;
}
#support .box02 .goAhead .triangle {
  margin-bottom: 25px;
}
#support .box02 .goAhead .triangle:last-of-type {
  margin-bottom: 70px;
}
#support .box02 .inbox04 {
  padding: 0 20px;
}
#support .box02 .inbox04 p {
  max-width: 955px;
  margin: 0 auto;
  padding: 50px 60px;
  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: 100px 0 150px;
}
#feature h3 {
  margin: 0 0 140px;
}
#feature ul li {
  height: 232px;
  position: relative;
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #F4F4F4 50%, #F4F4F4 100%);
}
#feature ul li:not(:last-of-type) {
  margin: 0 0 136px;
}
#feature ul li dl {
  width: 100%;
  height: 232px;
  margin: -40px auto 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
#feature ul li dl dt {
  max-width: 384px;
  width: 100%;
  max-height: 232px;
  height: 100%;
  position: relative;
}
#feature ul li dl dt img, #feature ul li dl dt .edge, #feature ul li dl dt .bg {
  max-width: 384px;
  width: 100%;
  max-height: 232px;
  height: 100%;
  display: block;
}
#feature ul li dl dt img {
  position: absolute;
  z-index: 3;
  object-fit: cover;
}
#feature ul li dl dt img.object-fit-img {
  font-family: "object-fit: cover;";
}
#feature ul li dl dt .edge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background-color: #FFF;
}
#feature ul li dl dt .bg {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
  background-color: #F4F4F4;
}
#feature ul li dl dd {
  width: 584px;
  margin: 0 0 0 40px;
}
#feature ul li dl dd .index {
  width: 120px;
  height: 40px;
  margin: 0 0 0 40px;
  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;
}
#feature ul li dl dd .index .number {
  margin: 0 4px;
  font-size: 16px;
}
#feature ul li dl dd .inner {
  height: 232px;
  padding: 20px 40px 0;
  display: block;
  background: #FFF;
}
#feature ul li dl dd .inner .title {
  margin: 0 0 20px;
  display: block;
  text-align: left;
  color: #1A1A1A;
  font-size: 22.4px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#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;
}
#feature ul li.reverse {
  background: linear-gradient(270deg, transparent 0%, transparent 50%, #F4F4F4 50%, #F4F4F4 100%);
}
#feature ul li.reverse dl {
  flex-direction: row-reverse;
}
#feature ul li.reverse dl dt img {
  object-position: right center;
}
#feature ul li.reverse dl dt img.object-fit-img {
  font-family: "object-fit: cover; object-position: right center;";
}
#feature ul li.reverse dl dt .edge {
  left: unset;
  right: 8px;
}
#feature ul li.reverse dl dt .bg {
  left: unset;
  right: 40px;
}
#feature ul li.reverse dl dd {
  margin: 0 40px 0 0;
}

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

#service {
  padding: 90px 20px 150px;
  background-color: rgba(0, 101, 172, 0.1);
  text-align: center;
}
#service h3 {
  margin: 0 0 40px;
}
#service p {
  margin: 0 0 40px;
  color: #333333;
  letter-spacing: 0.06em;
}
#service .box01 {
  max-width: 848px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 28.8px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}
#service ul.step {
  margin: 0 0 110px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#service ul.step li {
  margin: 0 0 50px;
  display: flex;
  align-items: center;
}
#service ul.step li:not(:last-of-type):after {
  content: "";
  width: 0;
  margin: 0 10px;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #000;
  display: block;
}
#service ul.step li dl {
  border-radius: 2px;
  background-color: #FFF;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
#service ul.step li dl dt {
  width: 136px;
  height: 40px;
  margin: 0 35px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #FFF;
  font-size: 14.4px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
#service ul.step li dl dd {
  padding: 0 0 40px;
}
#service ul.step li dl dd .icon {
  height: 120px;
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service ul.step li dl dd .text {
  display: block;
  color: #000;
  font-size: 19.2px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
#service ul.step li:nth-of-type(1) img {
  height: 82px;
}
#service ul.step li:nth-of-type(2) img {
  height: 120px;
}
#service ul.step li:nth-of-type(3) img {
  height: 120px;
}
#service ul.step li:nth-of-type(4) img {
  height: 90px;
}
#service ul.price {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#service ul.price li {
  margin: 0 15px 30px;
}
#service ul.price li dl {
  padding: 40px;
  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: 144px;
  height: 144px;
  margin: 0 40px 0 0;
  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;
}
#service ul.price li dl dd {
  width: 177.6px;
}
#service ul.price li dl dd .title {
  margin: 0 0 25px;
  padding: 20px 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;
}
#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;
}

#contactForm {
  max-width: 1000px;
  width: 100%;
  padding: 120px 20px;
  margin: 0 auto;
  text-align: center;
}
#contactForm h3 {
  margin: 0 0 60px;
}
#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: 20px 40px;
  border-top: solid 4px #F4F4F4;
  display: flex;
  justify-content: space-between;
}
footer ul {
  display: flex;
}
footer ul li {
  margin: 0 30px 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;
}
footer ul li a:hover {
  transition: color 0.3s ease-out;
  color: #000;
}
footer small {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11.2px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1;
}
