@charset "utf-8";

/*========================================================================*\

$root

\*========================================================================*/

/* -- ここはサイトごとに変更 -- */
:root {
  --max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  :root {
    --inner-padding: 6.25rem 1.25rem;
    --max-width: 100%;
  }
}

/*========================================================================*\

$body

\*========================================================================*/

body,
html {
  height: 100%;
}

html {
  /*scroll-padding-top: 100px;*/
}

body {
  font-family: var(font-family);
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.inner {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--inner-padding);
  margin: 0 auto;
}

/*========================================================================*\

$top

\*========================================================================*/

#Co #top {
  background: url(../images/bg_top.png) no-repeat bottom left;
}

/*========================================================================*\

$header

\*========================================================================*/

header {
  padding: 0 1.5rem;
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

header p {
  font-size: 80%;
}

#logo {
  width: 380px;
}

#logo img {
  width: 100%;
}

/*========================================================================*\

$topmain

\*========================================================================*/

#topmain {
  height: 772px;
  background: url(../images/main.jpg) no-repeat center;
  position: relative;
}

#topmain .mainInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #topmain .mainInner {
    padding: 0 1.25rem;
  }
}

#topmain .mainInner h1,
#topmain .mainInner p {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(20, 43, 139, 0.8);
}

#topmain .mainInner h1 {
  font-size: 3.125rem;
  padding: 8.75rem 0 1.25rem;
  line-height: 1.6em;
}

#topmain .mainInner p {
  font-size: 1.375rem;
}

#topmain a.BTN {
  display: none;
}

#topmain a.BTN span {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 15px);
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

#topmain a.BTN span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

/* ipad */
.iPad #topmain {
  height: 50vh;
  background-size: cover;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*========================================================================*\

$section

\*========================================================================*/

#Co .section h2.title {
  background: var(--primary-color);
  text-align: center;
  color: #ffffff;
  font-size: 2.375rem;
  position: relative;
}

#Co .section h2.title::after {
  position: absolute;
  left: 50%;
  transform: translate(0, -50%);
  bottom: -22px;
  content: "";
  display: inline-block;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 15px solid var(--primary-color);
  border-bottom: 0;
}

#Co .section h2.title .pointTxt {
  color: #f7d100;
}

/*========================================================================*\

$aboutSection

\*========================================================================*/

#Co #aboutSection {
  background: url(../images/bg_about.png) no-repeat 90% 50%;
  padding-bottom: 3.125rem;
}

#Co #aboutSection h2 {
  font-size: 2.125rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 3.125rem;
}

#Co #aboutSection .aboutBox {
  width: 570px;
}

#Co #aboutSection .aboutBox h3 {
  font-size: 1.75rem;
  color: var(--primary-color);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

#Co #aboutSection .aboutBox p.ss {
  font-size: 1rem !important;
}

#Co #aboutSection .priceBox p {
  background: var(--font-red);
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
  border-radius: 6px;
  padding: 0.625rem 0 0.9375rem 0;
}

#Co #aboutSection .priceBox p .big {
  font-size: 2.8125rem;
}

#Co #aboutSection .priceBox p .ss {
  font-size: 1rem;
}

#aboutSection .swiper-wrapper {
  transition-timing-function: linear;
}

#aboutSection .swiper-slide {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  padding: 30px;
  transition: 0.3s;
}

#aboutSection .swiper-slide:hover {
  transform: translateY(-10px);
}

#aboutSection .swiper-slide figure {
  margin-bottom: 0.625rem;
}

#aboutSection .swiper-slide h4 {
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1;
  padding: 0.625rem 0.3125rem;
}

#Co #aboutSection .swiper-slide .tblBorder {
  margin-bottom: 0;
}

#Co #aboutSection .swiper-slide th,
#Co #aboutSection .swiper-slide td {
  font-size: 0.9375rem;
  padding: 0.9375rem 0 !important;
}

#Co #aboutSection .swiper-slide td {
  padding: 0.9375rem 0 0.9375rem 0.9375rem !important;
}

/*========================================================================*\

$troubleSection

\*========================================================================*/

#Co #troubleSection .box04Inner {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  padding: 1.25rem;
  border-radius: 6px;
  border-radius: 20px;
}

#Co #troubleSection .box04Inner figure {
  margin-bottom: 0.625rem;
}

#Co #troubleSection .box04Inner figure img {
  border-radius: 10px;
}

#Co #troubleSection .box04Inner h4 {
  font-size: 1.125rem;
  color: var(--primary-color);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

#Co #troubleSection .box04Inner p {
  line-height: 1.8;
  font-size: 1.125rem;
}

/*========================================================================*\

$troubleSection

\*========================================================================*/

#Co #troubleSection .box04Inner {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  padding: 1.25rem;
  border-radius: 6px;
}

#Co #troubleSection .box04Inner figure {
  margin-bottom: 1.25rem;
}

#Co #troubleSection .box04Inner h4 {
  font-size: 1.1875rem;
  color: var(--primary-color);
  margin-bottom: 0.625rem;
  text-align: center;
}

#Co #troubleSection .box04Inner p {
  line-height: 1.6;
  font-size: .9375rem;

}

/*========================================================================*\

$strengthSection

\*========================================================================*/

#Co #strengthSection {
  background: url(../images/bg_strength.jpg) no-repeat top center;
}

#Co #strengthSection h2 {
  text-align: center;
  margin-bottom: 3.125rem;
  color: #ffffff;
}

#Co #strengthSection .strengthArea {
  background: rgba(255, 255, 255, 0.8);
  padding: 3.125rem;
  margin-bottom: 3.125rem;
}

#Co #strengthSection .pointCatch li {
  font-weight: bold;
  font-size: 1.875em;
  color: #142b8b;
  padding: 10px 0 10px 3.75rem;
  background: url(../images/ico_check.png) no-repeat left 0.6em;
  background-size: 44px 44px;
  margin: 0 !important;
  line-height: 1.8;
}

#Co #strengthSection .strengthArea h4 {
  background: var(--primary-color);
  font-size: 1.5rem;
  padding: 5px 0.9375rem;
  margin-bottom: 1.25rem;
  color: #ffffff;
  border-radius: 10px;
}

#Co #strengthSection .strengthBox .box02 {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

#Co #strengthSection .strengthBox .strengthBoxInner {
  margin-bottom: 50px;
}

#Co #strengthSection .strengthBox .strengthBoxInner:last-child {
  margin-bottom: 0;
}

#Co #strengthSection .strengthBox .box02Inner {
  width: calc(100% - 450px);
}

#Co #strengthSection .strengthBox .box02Inner:first-child {
  width: 400px;
}

#Co #strengthSection .strengthBox .box02Inner p {
  font-size: 1.125rem;
}

#Co #strengthSection .tuyomiBox .box02Inner h4 {
  color: var(--primary-color);
  font-size: 1.875rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

#Co #strengthSection .tuyomiBox .box02Inner:last-child {
  width: 420px;
}

#Co #strengthSection .tuyomiBox .box02Inner {
  overflow: hidden;
  position: relative;
  width: calc(100% - 470px);
}

#Co #strengthSection .tuyomiBox .box02Inner p {
  font-size: 1.125rem;
}

#Co #strengthSection .tuyomiBox .box02Inner:last-child p {
  font-size: 1rem;
  line-height: 1.8;
}

#Co #strengthSection .tuyomiBox .box02Inner h5 {
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 0;
}
#Co #strengthSection .tuyomiBox .box02Inner img {
  border-radius: 10px;
  margin-bottom: 10px;
}

#Co #strengthSection .swiper-horizontal > .swiper-pagination-bullets,
#Co #strengthSection .swiper-pagination-bullets.swiper-pagination-horizontal,
#Co #strengthSection .swiper-pagination-custom,
#Co #strengthSection .swiper-pagination-fraction {
  bottom: 185px !important;
}

#Co #strengthSection .swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
}

.yellow {
  color: var(--secondary-color);
}

/*========================================================================*\

$achievementsSection

\*========================================================================*/

#Co #achievementsSection  h3 {
text-align: center;
line-height: 1.6;
margin: 0 0 3.125rem 0 !important;
color: var(--primary-color);
}

#Co #achievementsSection {
  background: url(../images/bg_achievements.png) no-repeat top left;
}

#Co #achievementsSection .box04 {
  margin-bottom: 0;
}

#Co #achievementsSection .box04Inner {
  background: #ebf0fc;
  border-radius: 0.625rem;
  padding: 1.25rem;
}

#Co #achievementsSection .box04Inner img {
  border-radius: 0.625rem;
  margin-bottom: 0.625rem;
}

#Co #achievementsSection .box04Inner h5 {
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 0;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}

#Co #achievementsSection .box04Inner p {
  font-size: .9375rem;
  line-height: 1.7;
}

/*========================================================================*\

$flowSection

\*========================================================================*/

#Co #flowSection .box03Inner {
  text-align: left;
  border-radius: 6px;
  background: #ebf0fc;
  position: relative;
  padding: 36px 26px 26px 26px;
}

#Co #flowSection .box03Inner::before {
  position: absolute;
  content: "STEP";
  font-weight: bold;
  left: 30px;
  top: -45px;
  color: var(--primary-color);
}

#Co #flowSection .box03Inner::after {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  left: 24px;
  top: -45px;
  z-index: 3;
  content: "01";
  color: var(--primary-color);
}

#Co #flowSection .box03Inner:nth-of-type(2)::after {
  content: "02";
}

#Co #flowSection .box03Inner:nth-of-type(3)::after {
  content: "03";
}

#Co #flowSection .box03Inner:nth-of-type(2) {
  background: #cfd9f3;
}

#Co #flowSection .box03Inner:nth-of-type(3) {
  background: #adbce1;
}

#Co #flowSection .box03Inner h5 {
  color: var(--primary-color);
  margin-bottom: 0.625rem;
}

#Co #flowSection .box03Inner img {
  border-radius: 10px;
  margin-bottom: 20px;
}

#Co #flowSection .box03Inner p {
  line-height: 1.7;
  color: var(--primary-color);
}

#Co #flowSection .box03Inner:nth-of-type(2) .itemBox::before,
#Co #flowSection .box03Inner:nth-of-type(2) .itemBox::after {
  content: "";
  position: absolute;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 60px solid #ebf0fc;
  border-right: 0;
}

#Co #flowSection .box03Inner:nth-of-type(2) .itemBox::before,
#Co #flowSection .box03Inner:nth-of-type(2) .itemBox::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#Co #flowSection .box03Inner:nth-of-type(2) .itemBox::before {
  left: -30px;
}

#Co #flowSection .box03Inner:nth-of-type(2) .itemBox::after {
  right: -60px;
  border-left-color: #cfd9f3;
}

/*========================================================================*\

$contactFIX

\*========================================================================*/

#contactFIX {
  background: #1e2568 url(../images/cv_bg.jpg) no-repeat left bottom;
  color: #fff;
  padding: 60px 0;
}

#contactFIX .Inner {
  background: #fff;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#contactFIX p {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 1em;
  text-align: center;
}

#contactFIX .Inner p {
  font-size: 0.875em;
  margin: 0;
  padding: 0 1em;
  color: #333;
  font-weight: normal;
}

#contactFIX p.logo img {
  width: 450px;
  margin-right: 2em;
}

/* --------- form ---------- */
input[type="submit"],
input[type="text"],
input[type="button"],
select {
  -webkit-appearance: none;
  appearance: none;
}

#formCo {
  padding: 100px 0;
  margin: auto;
  width: 1000px;
}

#formCo h2 {
  font-size: 3em;
  margin: 0 0 0.6em;
  text-align: center;
}

#formCo p {
  margin: 0 0 2em;
  text-align: center;
}

#formCo table {
  width: 100%;
  margin: 0 0 1em;
}
#formCo th,
#formCo td {
  text-align: left;
  vertical-align: middle;
}
#formCo th {
  position: relative;
}
#formCo th span {
  position: absolute;
  right: 1em;
  display: block;
  border-radius: 4px;
  padding: 0.6em 0;
  font-size: 10px;
  font-weight: normal;
  width: 5em;
  text-align: center;
  line-height: 1em;
  color: #fff;
  background: #cc0000;
}

#formCo th.thNini span {
  background: #999;
}

textarea {
  width: 100%;
}

.error {
  color: red;
}

#formCo td select,
#formCo td input,
#formCo textarea {
  background: #f7f7f7;
  border: solid 1px #c4c4c4;
  padding: 6px;
  margin: 5px;
  font-size: 1.063em;
  line-height: 1.6em;
  vertical-align: middle;
}

#formCo td textarea {
  line-height: 1.6em;
  padding: 10px;
}
#formCo #btnSend input {
  margin: 0 auto;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  transition: all 1s;
}
#formCo #btnSend input.btnBack {
  background: #eee;
  color: #666;
}
.error {
  color: #ff0000;
}
.err {
  color: #ff0000;
}

::placeholder {
  color: #ccc;
}

:focus::-webkit-input-placeholder {
  color: #f7f7f7;
}
:focus:-moz-placeholder {
  color: #f7f7f7;
}
:focus::-moz-placeholder {
  color: #f7f7f7;
}
:focus::placeholder {
  color: #f7f7f7;
}

#formCo label {
  cursor: pointer;
}
#formCo td input {
  width: 50%;
}

#formCo td input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
}

#formCo #btnSend {
  text-align: center;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}
#formCo #btnSend input {
  padding: 1em 0 1em 0.2em;
  cursor: pointer;
  background: #142b8b;
}

#formCo #btnSend.confirm input {
  margin: 0 10px;
}

#formCo #btnSend {
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}
#formCo #btnSend input {
  padding: 12px 0;
  font-size: 1.125em;
  cursor: pointer;
  background-size: 20px;
}

/*========================================================================*\

$footer

\*========================================================================*/

#formCo input[type="checkbox"] {
  width: 1.125em;
  height: 1.125em;
}

#formCo .boxPrivacy {
  text-align: left;
  border: 1px solid #ccc;
  background: #f6f6f6;
  margin-bottom: 1.5em;
  padding: 2em;
  height: 20em;
  overflow: scroll;
}
#formCo .boxPrivacy p {
  font-size: 80%;
  text-align:left;
}

#formCo .boxPrivacy h3 {
  font-size: 1.25em;
}
#formCo .boxPrivacy h4 {
  margin: 1em 0 0.4em;
}
#formCo .boxPrivacy p {
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  #formCo th,
  #formCo td {
    padding: 1.4em 0.4em;
    line-height: 1.8em;
    border-top: 1px solid #666;
  }
  #formCo th {
    width: 25%;
  }

  #formCo #btnSend.confirm {
    display: flex;
    justify-content: center;
  }

  #formCo #btnSend input {
    width: 240px;
    margin: 1em;
  }
}

@media screen and (max-width: 767px) {
  #formCo {
    width: 90%;
    padding: 2.5em 0;
  }

  #formCo h2 {
    font-size: 1.25em;
  }

  #formCo td input,
  #formCo td textarea {
    padding: 2px;
    width: 100%;
    margin: 5px 2px;
  }
  #formCo td select,
  #formCo td input,
  #formCo td textarea {
    font-size: 16px;
  }
  #formCo td.checkboxrequired.types {
    line-height: 2.4em;
    font-size: 1em;
  }
  #formCo td textarea {
    max-height: 10em;
  }
  #formCo table {
    margin-bottom: 1.5em;
  }
  #formCo th,
  #formCo td {
    display: block;
    width: 100%;
    line-height: 1.5em;
  }

  #formCo th {
    padding: 1.125em 0 0;
    border-top: 1px solid #666;
  }
  #formCo td {
    font-size: 0.875em;
    padding: 0.5em 0 1.125em;
  }
  #formCo p {
    font-size: 0.813em;
    text-align: left;
  }

  #formCo input {
    width: 100%;
    font-size: 16px;
  }
  #formCo #btnSend {
    width: auto;
  }
  #formCo #btnSend input {
    margin: auto;
    width: 60%;
    padding: 10px 0;
    -webkit-appearance: none;
  }

  #formCo #btnSend {
  }
  #formCo #btnSend input {
    font-size: 0.875em;
    padding: 1em 0;
    width: 80%;
    margin: 1em 0 0;
  }

  #formCo .boxPrivacy {
    padding: 1em;
  }
  #formCo .boxPrivacy h3 {
    font-size: 1em;
  }
  #formCo .boxPrivacy h4 {
    font-size: 0.875em;
  }

  #formCo .boxPrivacy p {
    font-size: 0.75em;
  }
}

/*========================================================================*\

$footer

\*========================================================================*/

#pageTop {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 500;
}

footer {
  padding: 80px 0;
}

#Copyright {
  font-size: 0.75em;
  text-align: center;
}
