@charset "UTF-8";

/*
Base
-----------------------------------------------------*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
    box-sizing: border-box;
    height: 100%;
    font-size: medium;
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic',
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    'Meiryo UI', 'メイリオ', 'Press Start 2P', cursive, Meiryo, sans-serif;
    line-height: 1.5;
}

html *,
html *:before,
html *:after {
    box-sizing: inherit;
}

body {
    height: 100%;
    color: #263238;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

[lang="en"] {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}
html{
    scroll-behavior: smooth;
}

/*
  layout
-----------------------------------------------------*/
.l-header {
    background-color: #50B1DA;
    padding: 1rem 0;
}
.header-wrap {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.header-wrap h1 {
    width: 167px;
}
.bt-wrap {
    width: 34.2%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.bt-wrap .bt01 {
    width: 50.584%;
}
.bt-wrap .bt02 {
    width: 46.783%;
}

.hero {
  background-image: url(../images/fv-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
  margin-bottom: 16.5rem;
}
.hero-wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.works {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.works .success-img {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}

.operation {
  width: 100%;
  margin: 0;
  padding: 200px 0 200px;
  position: relative;
  top: 100px;
  overflow: hidden;
}
.operation::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FDF8EE;
  transform: skewY(-4deg) translateY(90px);
  z-index: -1;
}
.operation-wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -11rem;
}
.operation-wrap h2 {
  width: 69%;
  margin: 0 auto;
}
.operation-flex {
  margin-top: 80px;
}
.operation-flex li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.operation-flex li:nth-child(2) {
  margin: 0 35px;
}

.cta-wrap {
  background-image: url(../images/cta-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 40px;
}
.cta-box {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.cta-bt {
  position: absolute;
  width: 92.8%;
  bottom: 14%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  vertical-align: top;
}
.cta-bt li {
  display: inline-block;
  width: 48.6%;
}
.cta-bt li:first-child {
  margin-right: 20px;
}

.skill {
  padding: 50px 0 60px;
  background-image: url(../images/skill-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.skill-wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.flow {
  padding: 80px 0 130px;
  background-image: url(../images/flow-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.flow-wrap {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

.qa {
  background-image: url(../images/qa-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 40px;
  margin-top: -20px;
}
.qa-wrap {
  width: 95%;
  max-width: 750px;
  margin: 0 auto;
}


 /* form */
.contact {
  background-color: #50B1DA;
  padding: 60px 0 60px;
  position: relative;
}
.contact h2 {
  text-align: center;
  font-family: 游ゴシック体, sans-serif, sans;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 45px;
}
.contact-wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 0 30px 50px;
}
.t-text {
  text-align: center;
  font-family: 游ゴシック体, sans-serif, sans;
  line-height: 1.6875;
  color: #2F2F2F;
  padding: 40px 0;
}
tbody {
  display: block;
  padding: 0 80px;
}

tr{
  width: 100%;
  padding: 20px;
  border-top: 1px solid #D6D6D6;
}
table tr th span {
  width: 54px;
  display: block;
  text-align: center;
  background-color: #C60404;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  float: right;
  border-radius: 5px;
  margin-top: -3px;
}
table th {
  width: 26%;
  text-align: left;
  font-family: 游ゴシック体, sans-serif, sans;
  font-weight: bold;
  padding-left: 20px;
}
td{
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  width: 80%;
}

.check-txt {
  line-height: 1.5;
  padding: 25px 0 25px 20px;
}
.check-box td {
  vertical-align:middle;
}
.check-box td input {
  margin-right: 10px;
  border: none;
  outline: none;
}
.check-box td span {
  margin-right: 25px;
}

#contact-chack label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
/* #contact-chack label::before,
#contact-chack label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#contact-chack label::before {
  background-color: #F0F0F0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
#contact-chack label::after {
  background-color: #ddd;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px
}

input:checked + label::after {
  opacity: 1;
}
.check-box td input[type="radio"]{
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); 
  margin: -1px;
} */

.contact-textarea {
  border-bottom: 1px solid #D6D6D6;
}
#contact-textarea p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
}
#contact-textarea textarea {
  font-size:16px;
  width: 97%;
  border-radius: 5px;
  border: none;
  background-color: #F0F0F0;
}


.text-box{
  display: block;
  height:45px;
  font-size:16px;
  width: 97%;
  border-radius: 5px;
  outline: none;
  border: none;
  background-color: #F0F0F0;
  padding-left: 15px; 
}

#contact-service label{
margin-top: -10px;
display: block;
margin-left: 30px;
margin-top: -35px;
}

.formbutton{
width:326px;
height: 70px;
border: 0px;
outline: none;
}

::placeholder{
color: #ccc;
}

.consent {
  text-align: center;
  margin-top: 25px;
}

.information {
  width:760px;
  height:165px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 25px;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  padding: 20px;
  font-size: 12px;
  line-height: 1.65;
}
.overflow {
  overflow: hidden scroll;
  height: 100%;
}

footer {
  text-align: center;
  padding: 30px 0 10px;
  font-size: 16px
}
footer p {
  margin-bottom: 30px;
}
footer small {
  font-size: 14px;
}

.thanks {
  text-align: center;
  padding: 100px 0 100px;
}
.thanks h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
.thanks p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 60px;
}
.thanks-bt {
  width: 326px;
  height: 70px;
  margin: 0 auto;
}
.thanks-footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}

footer p a {
  text-decoration: none;
  color: #000000;
}
.loader_wrap {
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#btn-contact:disabled,
#btn-contact[disabled]{
  opacity: 0.6;
  pointer-events: none;
}
.error {
  font-size: 14px;
  color: #ff0000;
  margin-bottom: 5px;
}

#result input.error {
  border-color: #e41919;
}

#result div.error {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(228, 25, 25, 0.75);
  color: #fff;
}

#result div.success {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(50, 178, 95, 0.75);
  color: #fff;
}