@charset "UTF-8";
/*============================================================
	Base
============================================================*/
html,
body {
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    min-height: 100vh;
  }
}

html {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.4666666667vw;
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 1.2vw;
  }
}
html * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body::before {
  position: absolute;
  content: "";
  background: #f6f6f6;
  inset: 0;
  z-index: -2;
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:hover img {
  opacity: 0.75;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

header,
main,
section,
footer {
  width: 100%;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

section {
  padding: 8.3333333333rem 0;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 5.7692307692rem 0;
  }
}

dt, strong {
  font-weight: inherit;
}

p {
  line-height: 1.8;
  text-align: justify;
}

/*============================================================
	Objects
============================================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 86.6666666667%;
    max-width: 86.6666666667vw;
  }
}

/*  links
-------------------------------------------------*/
a .arrow, button .arrow {
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  right: 1.6666666667rem;
  top: 0;
  width: 1.1111111111rem;
}
@media only screen and (max-width: 767px) {
  a .arrow, button .arrow {
    right: 1.7307692308rem;
    width: 1.3461538462rem;
  }
}
a .arrow::before, a .arrow::after, button .arrow::before, button .arrow::after {
  position: absolute;
  content: "";
  width: 1.1111111111rem;
  height: 0.3888888889rem;
  top: 1.7777777778rem;
  right: 0.1111111111rem;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
@media only screen and (max-width: 767px) {
  a .arrow::before, a .arrow::after, button .arrow::before, button .arrow::after {
    width: 1.3461538462rem;
    height: 0.4615384615rem;
    top: 1.9230769231rem;
    right: 0.1153846154rem;
  }
}
a .arrow::after, button .arrow::after {
  -webkit-transform: skew(45deg) translate(-100%, 0);
          transform: skew(45deg) translate(-100%, 0);
}
a:hover .arrow::before, button:hover .arrow::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
a:hover .arrow::after, button:hover .arrow::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
a.btn, button.btn {
  display: block;
  width: 15.5555555556rem;
  height: 4.4444444444rem;
  line-height: 4.4444444444rem;
  border-radius: 2.2222222222rem;
  font-size: 1.3333333333rem;
  padding-left: 1.6666666667rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  a.btn, button.btn {
    width: 17.3076923077rem;
    height: 4.6153846154rem;
    line-height: 4.6153846154rem;
    border-radius: 2.3076923077rem;
    font-size: 1.3846153846rem;
    padding-left: 1.7307692308rem;
  }
}
a.btn::before, a.btn::after, button.btn::before, button.btn::after {
  position: absolute;
  content: "";
  inset: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 2.2222222222rem;
  background: #008cd6;
  background: -webkit-gradient(linear, left top, right top, from(#008cd6), to(#3ebeef));
  background: -webkit-linear-gradient(left, #008cd6 0%, #3ebeef 100%);
  background: linear-gradient(to right, #008cd6 0%, #3ebeef 100%);
}
a.btn::before, button.btn::before {
  z-index: 2;
}
a.btn::after, button.btn::after {
  z-index: 1;
}
a.btn span, button.btn span {
  color: #fff;
}
a.btn > span, button.btn > span {
  z-index: 3;
  position: absolute;
}
a.btn > span:not(.arrow), button.btn > span:not(.arrow) {
  overflow: hidden;
  line-height: 1;
  display: block;
  left: 1.6666666667rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
a.btn > span > span, button.btn > span > span {
  text-shadow: 0 1.1em 0 currentColor;
  display: inline-block;
}
a.btn:hover, button.btn:hover {
  opacity: 1;
}
a.btn:hover::before, button.btn:hover::before {
  opacity: 0;
}
a.btn:hover > span > span, button.btn:hover > span > span {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
}

@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: skew(45deg) translate(-100%, 0);
            transform: skew(45deg) translate(-100%, 0);
  }
  100% {
    -webkit-transform: skew(45deg) translate(0, 0);
            transform: skew(45deg) translate(0, 0);
  }
}

@keyframes transformLeftRight {
  0% {
    -webkit-transform: skew(45deg) translate(-100%, 0);
            transform: skew(45deg) translate(-100%, 0);
  }
  100% {
    -webkit-transform: skew(45deg) translate(0, 0);
            transform: skew(45deg) translate(0, 0);
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: skew(45deg) translate(0, 0);
            transform: skew(45deg) translate(0, 0);
  }
  100% {
    -webkit-transform: skew(45deg) translate(100%, 0);
            transform: skew(45deg) translate(100%, 0);
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: skew(45deg) translate(0, 0);
            transform: skew(45deg) translate(0, 0);
  }
  100% {
    -webkit-transform: skew(45deg) translate(100%, 0);
            transform: skew(45deg) translate(100%, 0);
  }
}
/*  headings
-------------------------------------------------*/
h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 2.6666666667rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 2.0769230769rem;
    line-height: 1.4;
  }
}
h3 span {
  font-size: 0.8888888889rem;
  display: block;
  padding-bottom: 1.6666666667rem;
  margin-bottom: 1.6666666667rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  h3 span {
    padding-bottom: 1.1538461538rem;
    margin-bottom: 1.1538461538rem;
    font-size: 0.8461538462rem;
  }
}
h3 span::after {
  position: absolute;
  content: "";
  width: 3.3333333333rem;
  height: 0.2777777778rem;
  background: #fff;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  h3 span::after {
    width: 2.3076923077rem;
    height: 0.1923076923rem;
  }
}

/*  scroll
-------------------------------------------------*/
.scroll_item,
.scroll_list_item,
.scroll_fade_item {
  opacity: 0;
  -webkit-transition: all ease-in-out 1.2s;
  transition: all ease-in-out 1.2s;
}
.scroll_item.scrollActive,
.scroll_list_item.scrollActive,
.scroll_fade_item.scrollActive {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

.fadeTop {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fadeTop.scrollActive {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeLeft,
.fadeRight {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.fadeLeft.scrollActive,
.fadeRight.scrollActive {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeRight {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

/*  form tags
-------------------------------------------------*/
input,
select,
textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #fff;
  padding: 1.1111111111rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  input,
  select,
  textarea {
    padding: 0.9615384615rem;
  }
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #3ebeef;
}
input.problem,
select.problem,
textarea.problem {
  background: rgba(255, 29, 37, 0.1);
}
input.problem:focus,
select.problem:focus,
textarea.problem:focus {
  border-color: #ff1d25;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=checkbox], input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
input[type=checkbox]:checked ~ span::after {
  position: absolute;
  content: "";
  width: 0.8333333333rem;
  height: 0.5555555556rem;
  border-left: solid 3px #008cd6;
  border-bottom: solid 3px #008cd6;
  left: 0.1666666667rem;
  bottom: 0.5555555556rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
input[type=radio]:checked ~ span::after {
  position: absolute;
  content: "";
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  background: #333;
  border-radius: 50%;
  left: 0.2222222222rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

label {
  position: relative;
  display: inline-block;
  width: 100%;
}
label span {
  position: relative;
  padding-left: 1.6666666667rem;
}
label span::before {
  position: absolute;
  content: "";
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  border: solid 1px #ccc;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
label span.rd::before {
  border-radius: 50%;
}

textarea {
  width: 100% !important;
  min-height: 11.1111111111rem;
  line-height: 1.5;
}

.mfp_parent_error {
  background: rgba(255, 29, 37, 0.1);
}

/*============================================================
	Layout
============================================================*/
/*  header
-------------------------------------------------*/
header {
  padding: 1.6666666667rem 1.6666666667rem 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 1.1538461538rem 1.1538461538rem 3.4615384615rem;
  }
}
header .logo__wrap {
  width: 20rem;
  height: 4.4444444444rem;
  background: #fff;
  border-radius: 0.5555555556rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  header .logo__wrap {
    width: 19.2307692308rem;
    height: 4.2307692308rem;
  }
}
header .logo__wrap img {
  width: 5.5555555556rem;
}
@media only screen and (max-width: 767px) {
  header .logo__wrap img {
    width: 5.3846153846rem;
  }
}
header .logo__wrap p {
  letter-spacing: 0.05;
  padding-left: 1.1111111111rem;
  margin-left: 1.1111111111rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header .logo__wrap p {
    font-size: 0.9615384615rem;
    padding-left: 0.9615384615rem;
    margin-left: 0.9615384615rem;
  }
}
header .logo__wrap p::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 2.2222222222rem;
  background: #333;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  header .logo__wrap p::before {
    height: 2.1153846154rem;
  }
}
@media only screen and (max-width: 767px) {
  header .btn {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  header .btn__sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .btn__sp {
    width: 4.2307692308rem;
    height: 4.2307692308rem;
    border-radius: 50%;
    background: #008cd6;
    background: -webkit-gradient(linear, left top, right top, from(#008cd6), to(#3ebeef));
    background: -webkit-linear-gradient(left, #008cd6 0%, #3ebeef 100%);
    background: linear-gradient(to right, #008cd6 0%, #3ebeef 100%);
    display: block grid;
    place-items: center;
  }
  header .btn__sp img {
    width: 2.1153846154rem;
  }
}

/*  mv
-------------------------------------------------*/
#mv {
  padding: 0;
  background: url(../img/bg_mv_pc.svg) no-repeat center top/100%;
}
@media only screen and (max-width: 767px) {
  #mv {
    background-image: url(../img/bg_mv_sp.svg);
  }
}
#mv h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5.5555555556rem;
}
@media only screen and (max-width: 767px) {
  #mv h1 {
    padding-bottom: 3.8461538462rem;
  }
}
#mv h1 figure {
  width: 37.7777777778rem;
  opacity: 0;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  -webkit-transform: translateY(1.1111111111rem);
          transform: translateY(1.1111111111rem);
}
@media only screen and (max-width: 767px) {
  #mv h1 figure {
    width: 21.1538461538rem;
  }
}
#mv h1 figure:first-child {
  margin-bottom: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #mv h1 figure:first-child {
    margin-bottom: 1.5384615385rem;
  }
}
#mv h1 figure.topAnim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#mv > figure {
  border-radius: 4.4444444444rem 4.4444444444rem 0 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
@media only screen and (max-width: 767px) {
  #mv > figure {
    border-radius: 2.3076923077rem 2.3076923077rem 0 0;
  }
}
#mv > figure img {
  inset: 0;
}
#mv > figure.topAnim {
  opacity: 1;
}
#mv .marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 0.5em;
  font-size: 8.3333333333rem;
  color: #008cd6;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: -0.5em;
  opacity: 0;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
@media only screen and (max-width: 767px) {
  #mv .marquee {
    font-size: 3.8461538462rem;
  }
}
#mv .marquee.topAnim {
  opacity: 1;
}
#mv .marquee__inner {
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}
@media only screen and (max-width: 767px) {
  #mv .marquee__inner {
    -webkit-animation: marquee 15s linear infinite;
            animation: marquee 15s linear infinite;
  }
}

@-webkit-keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 0.5em);
  }
}

@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 0.5em);
  }
}
/*  service
-------------------------------------------------*/
#service {
  padding-top: 5.5555555556rem;
}
#service h2 {
  width: 33.5555555556rem;
  margin: 0 auto 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #service h2 {
    width: 23.2307692308rem;
    margin-bottom: 1.9230769231rem;
  }
}
#service > p {
  text-align: center;
}
#service ul li {
  margin-top: 8.3333333333rem;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #service ul li {
    padding-top: 15.3846153846rem;
    margin-top: 5.7692307692rem;
  }
}
#service ul li figure {
  position: absolute;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #service ul li figure {
    width: 50%;
    height: 27.7777777778rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  #service ul li figure {
    width: 80vw;
    height: 15.3846153846rem;
    top: 0;
  }
}
#service ul li figure img {
  inset: 0;
}
#service ul li .service__wrap {
  background: #008cd6;
  background: -webkit-gradient(linear, left top, right top, from(#008cd6), to(#3ebeef));
  background: -webkit-linear-gradient(left, #008cd6 0%, #3ebeef 100%);
  background: linear-gradient(to right, #008cd6 0%, #3ebeef 100%);
}
@media print, screen and (min-width: 768px) {
  #service ul li .service__wrap {
    width: 73.3333333333vw;
    height: 38.8888888889rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #service ul li .service__wrap {
    width: 93.3333333333vw;
    height: auto;
    margin-top: -7.6923076923rem;
    padding: 9.6153846154rem 1.9230769231rem 1.9230769231rem;
  }
}
@media print, screen and (min-width: 768px) {
  #service ul li .service__wrap .service__contents {
    width: 36.6666666667vw;
  }
}
#service ul li .service__wrap .service__contents h3 {
  margin-bottom: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #service ul li .service__wrap .service__contents h3 {
    margin-bottom: 1.9230769231rem;
  }
}
#service ul li:nth-child(odd) figure {
  left: 0;
  border-radius: 0 2.7777777778rem 2.7777777778rem 0;
}
@media only screen and (max-width: 767px) {
  #service ul li:nth-child(odd) figure {
    border-radius: 0 1.9230769231rem 1.9230769231rem 0;
  }
}
#service ul li:nth-child(odd) .service__wrap {
  border-radius: 2.7777777778rem 0 0 2.7777777778rem;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #service ul li:nth-child(odd) .service__wrap {
    border-radius: 1.9230769231rem 0 0 1.9230769231rem;
  }
}
@media print, screen and (min-width: 768px) {
  #service ul li:nth-child(odd) .service__wrap .service__contents {
    margin-left: 26.6666666667vw;
  }
}
#service ul li:nth-child(even) figure {
  right: 0;
  border-radius: 2.7777777778rem 0 0 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #service ul li:nth-child(even) figure {
    border-radius: 1.9230769231rem 0 0 1.9230769231rem;
  }
}
@media print, screen and (min-width: 768px) {
  #service ul li:nth-child(even) .service__wrap {
    border-radius: 0 2.7777777778rem 2.7777777778rem 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  #service ul li:nth-child(even) .service__wrap {
    border-radius: 0 1.9230769231rem 1.9230769231rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  #service ul li:nth-child(even) .service__wrap .service__contents {
    margin-right: 26.6666666667vw;
  }
}

/*  promise
-------------------------------------------------*/
#promise {
  padding: 0;
  position: relative;
}
#promise h2 {
  position: absolute;
  top: 5.5555555556rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40rem;
}
@media only screen and (max-width: 767px) {
  #promise h2 {
    width: 25rem;
  }
}

/*  company
-------------------------------------------------*/
#company {
  background: url(../img/bg_company.jpg) no-repeat center top/cover;
}
#company .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #company .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #company .inner h3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company .inner h3 span::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#company .inner .profile {
  width: 75%;
  background: #fff;
  border-radius: 2.7777777778rem;
  padding: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #company .inner .profile {
    width: 100%;
    padding: 1.9230769231rem;
    border-radius: 2.3076923077rem;
    margin-top: 1.9230769231rem;
  }
}
#company .inner .profile dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.1111111111rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #company .inner .profile dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0.7692307692rem;
  }
}
#company .inner .profile dl::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2222222222rem;
  background: -webkit-radial-gradient(circle farthest-side, #008cd6, #008cd6 50%, transparent 50%, transparent);
  background: radial-gradient(circle farthest-side, #008cd6, #008cd6 50%, transparent 50%, transparent);
  background-size: 0.2222222222rem 0.2222222222rem;
}
@media only screen and (max-width: 767px) {
  #company .inner .profile dl::after {
    height: 0.1538461538rem;
    background-size: 0.1538461538rem 0.1538461538rem;
  }
}
#company .inner .profile dl:not(:last-child) {
  margin-bottom: 1.1111111111rem;
}
@media only screen and (max-width: 767px) {
  #company .inner .profile dl:not(:last-child) {
    margin-bottom: 0.7692307692rem;
  }
}
#company .inner .profile dl dt {
  width: 16.25%;
  font-size: 0.8888888889rem;
  color: #008cd6;
}
@media only screen and (max-width: 767px) {
  #company .inner .profile dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #company .inner .profile dl dd {
    line-height: 1.4;
  }
}

/*  contact
-------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  #contact .inner {
    width: 53.3333333333vw;
    max-width: 800px;
  }
}
#contact .inner h3 {
  color: #008cd6;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner h3 {
    margin-bottom: 1.9230769231rem;
  }
}
#contact .inner h3 span {
  color: #008cd6;
}
#contact .inner h3 span::after {
  background: #008cd6;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#contact .inner form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6666666667rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.9230769231rem;
  }
}
#contact .inner form dl dt {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
#contact .inner form dl dt span {
  color: #ff1d25;
}
#contact .inner form dl dd {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl dd {
    width: 100%;
  }
}
#contact .inner form .agree {
  margin-top: 2.7777777778rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #contact .inner form .agree {
    margin-top: 2.3076923077rem;
  }
}
#contact .inner form .agree label {
  padding: 0.4em 0;
}
#contact .inner form .agree label a {
  color: #008cd6;
  text-decoration: underline;
}
#contact .inner form .btn {
  margin: 2.7777777778rem auto 0;
}
#contact.thanks {
  padding-top: 3.3333333333rem;
}
@media only screen and (max-width: 767px) {
  #contact.thanks {
    padding-top: 2.3076923077rem;
  }
}
#contact.thanks h3 {
  line-height: 1.2;
  text-align: center;
}
#contact.thanks p {
  text-align: center;
}
#contact.thanks p small {
  display: block;
  color: #ff1d25;
}

.mfp_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  .mfp_buttons {
    padding-top: 1.9230769231rem;
  }
}
.mfp_buttons button:first-child {
  margin-bottom: 1.6666666667rem;
}
@media only screen and (max-width: 767px) {
  .mfp_buttons button:first-child {
    margin-bottom: 1.1538461538rem;
  }
}
.mfp_buttons button#mfp_button_cancel {
  background: #999;
  color: #fff;
  font-size: 1rem;
  width: 10rem;
  height: 2.2222222222rem;
  line-height: 2.2222222222rem;
  border-radius: 1.1111111111rem;
  text-align: center;
}

#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#mfp_overlay_background {
  background: #333;
  display: none;
  z-index: 10000;
}

#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
#mfp_overlay #mfp_overlay_inner {
  background: #fff;
  padding: 5.5555555556rem;
  margin: auto;
  width: 66.6666666667vw;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner {
    padding: 1.9230769231rem;
    width: 86.6666666667%;
    max-width: 86.6666666667vw;
  }
}
#mfp_overlay #mfp_overlay_inner h4 {
  font-size: 1.6666666667rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner h4 {
    font-size: 1.3846153846rem;
  }
}
#mfp_overlay #mfp_overlay_inner table {
  width: 100%;
}
#mfp_overlay #mfp_overlay_inner table tr {
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table tr {
    display: block;
  }
}
#mfp_overlay #mfp_overlay_inner table th,
#mfp_overlay #mfp_overlay_inner table td {
  padding: 1.1111111111rem 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table th,
  #mfp_overlay #mfp_overlay_inner table td {
    width: 100%;
    padding: 0.7692307692rem 0;
    display: list-item;
    list-style: none;
  }
}
@media print, screen and (min-width: 768px) {
  #mfp_overlay #mfp_overlay_inner table th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table th {
    padding: 0.7692307692rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #mfp_overlay #mfp_overlay_inner table td {
    width: 70%;
  }
}

#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #333;
  position: absolute;
}

#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  background-image: url(../img/loading.svg);
}

.mfp_err {
  display: none;
  color: #ff1d25;
  margin-top: 0.5em;
  font-size: 90%;
}

/*  footer
-------------------------------------------------*/
footer {
  background: #333;
  padding: 2.7777777778rem 0;
  color: #fff;
  text-align: center;
  font-size: 0.7777777778rem;
}
footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.7777777778rem;
  margin-bottom: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  footer ul {
    gap: 1.9230769231rem;
  }
}
footer ul a {
  color: #fff;
  font-size: 1rem;
}

/*  privacy policy & terms
-------------------------------------------------*/
#documents {
  padding-top: 3.3333333333rem;
}
@media only screen and (max-width: 767px) {
  #documents {
    padding-top: 2.3076923077rem;
  }
}
#documents .inner h3 {
  color: #008cd6;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.7777777778rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #documents .inner h3 {
    margin-bottom: 1.9230769231rem;
  }
}
#documents .inner h3 span {
  color: #008cd6;
}
#documents .inner h3 span::after {
  background: #008cd6;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#documents .inner h3 small {
  display: block;
  margin-top: 0.5em;
  font-size: 60%;
}
#documents .inner h4 {
  font-size: 1.3333333333rem;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  #documents .inner h4 {
    line-height: 1.4;
  }
}
#documents .inner h5 {
  font-size: 1.1111111111rem;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  #documents .inner h5 {
    line-height: 1.4;
  }
}
#documents .inner ul {
  padding-left: 1em;
  margin-top: 0.5em;
}
#documents .inner ul:not(:last-child) {
  margin-bottom: 0.5em;
}
#documents .inner ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
#documents .inner ul li::before {
  content: "・ ";
}
#documents .inner ul li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
#documents .inner a {
  color: #008cd6;
  text-decoration: underline;
}
#documents .inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.1111111111rem;
  position: relative;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  #documents .inner dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0.7692307692rem;
  }
}
#documents .inner dl::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2222222222rem;
  background: -webkit-radial-gradient(circle farthest-side, #008cd6, #008cd6 50%, transparent 50%, transparent);
  background: radial-gradient(circle farthest-side, #008cd6, #008cd6 50%, transparent 50%, transparent);
  background-size: 0.2222222222rem 0.2222222222rem;
}
@media only screen and (max-width: 767px) {
  #documents .inner dl::after {
    height: 0.1538461538rem;
    background-size: 0.1538461538rem 0.1538461538rem;
  }
}
#documents .inner dl:not(:last-child) {
  margin-bottom: 1.1111111111rem;
}
@media only screen and (max-width: 767px) {
  #documents .inner dl:not(:last-child) {
    margin-bottom: 0.7692307692rem;
  }
}
#documents .inner dl dt {
  width: 40%;
  font-size: 0.8888888889rem;
  line-height: 1.4;
  color: #008cd6;
}
@media only screen and (max-width: 767px) {
  #documents .inner dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
#documents .inner dl dd {
  line-height: 1.4;
}