@charset "UTF-8";

/* font */
@font-face {
  font-family: YuGothB;
  src: url(./lp/assets/fonts/YuGothB.ttc);
}
@font-face {
  font-family: YuGothM;
  src: url(./lp/assets/fonts/YuGothM.ttc);
}



html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2 {
  font-weight: normal;
}

body {
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: "YuGothB", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.5;
}

.wrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 94%;
}

img {
  width: 100%;
}

/* ================================
common
================================ */
.ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 6%;
  text-align: center;
}
.ttl span {
  position: relative;
  font-size: 11px;
  width: 110px;
  margin: 0 auto;
  display: block;
  padding: 4px;
  bottom: -12px;
  left: 0;
  right: 0;
}

.subttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
}

section {
  padding: 7% 0 7% 0;
}

/* ================================
res tab common
================================ */
@media screen and (max-width: 750px) {
  .ttl {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 750px) {
  .subttl {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 750px) {
  section {
    padding: 12% 0 10% 0;
  }
}

/* ================================
res sp common
================================ */
@media screen and (max-width: 574px) {
  .wrap {
    width: 90%;
  }
}

@media screen and (max-width: 574px) {
  .ttl {
    margin-bottom: 7%;
    font-size: 18px;
  }
}

@media screen and (max-width: 574px) {
  .subttl {
    margin-bottom: 7%;
    font-size: 16px;
  }
}

@media screen and (max-width: 574px) {
  section {
    padding: 17% 0 15% 0;
  }
}

/* ================================
header 
================================ */
.header {
  position: fixed;
  padding: 1% 0;
  width: 100%;
  z-index: 10;
  background: #0089cd;
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
}
.header-wrap__ttl img {
  width: 200px;
  vertical-align: bottom;
}
.header-wrap__menu__list {
  display: flex;
  justify-content: flex-end;
}
.header-wrap__menu__list__item {
  margin-left: 20px;
  font-size: 14px;
}
.header-wrap__menu__list__item:nth-child(1) {
  margin-left: unset;
}
.header-wrap__menu__list__item a {
  color: #fff;
}
.header.change-color {
  background-color: #0089cd;
  transition: 0.3s;
  border-bottom: 1.5px solid #fff;
}

/* ================================
res sp header 
================================ */
@media screen and (max-width: 574px) {
  .header {
    padding: 2% 0;
  }
  .header-wrap {
    width: 96%;
  }
  .header-wrap__ttl a {
    opacity: 1;
  }
  .header-wrap__ttl a img {
    width: 150px;
  }
}

/* ================================
top
================================ */
main {
  padding-top: calc(57.27px + 2%);
}
.top {
  width: 100%;
  height: 54.9vw;
  background-image: url("img/top_pc.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 0;
  display: flex;
}
.top-wrap {
  width: 100%;
  max-width: unset;
  height: 100%;
  position: relative;
  color: #54515B;
}
.top-wrap__items {
  position: absolute;
  top: 22vw;
  left: 60%;
  width: 40%;
}

.top-wrap__cat {
  text-align: left;
  line-height: 1.4;
  font-size: 40px;
  white-space: nowrap;
  font-weight: bold;
}
.top-wrap__cat__br {
}
.top-wrap__subcat {
  font-size: 22px;
  white-space: nowrap;
  line-height: 1.4;
  margin-top: 3%;
}
.top-wrap__subcat > br {
  display: none;
}

/* ================================
res pc-wide dipsplay top
================================ */
@media screen and (min-width: 1400px) {
  .top-wrap__cat__br {
    display: none;
  }
}

/* ================================
res pc-medium dipsplay top
================================ */
@media screen and (max-width: 1279px) {
  .top-wrap__cat {
    font-size: 30px;
  }
  .top-wrap__subcat {
    font-size: 20px;
  }
}
/* ================================
res pc-narrow dipsplay top
================================ */
@media screen and (max-width: 980px) {
  .top-wrap__cat {
    font-size: 20px;
  }
  .top-wrap__subcat {
    font-size: 16px;
  }
}

/* ================================
res tab top
================================ */
@media screen and (max-width: 750px) {
  .top {
    height: 211.45vw;
    background-image: url("img/top_sp.jpeg");
    background-size: cover;
    background-position: top center;
  }
  .top-wrap {
    width: 100%;
    height: 100%;
    margin-top: auto;
  }
  .top-wrap__items {
    top: auto;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 40%;
    padding-top: 14%;
  }

  .top-wrap__cat {
    text-align: center;
    font-size: 32px;
  }
  .top-wrap__cat__br {
    display: inline-block;
  }
  .top-wrap__subcat {
    white-space: normal;
    text-align: center;
    font-size: 22px;
  }
  .top-wrap__subcat > br {
    display: block;
  }
}

/* ================================
res sp top
================================ */
@media screen and (max-width: 574px) {
  main {
    padding-top: calc(42.95px + 4%);
  }
}



/* ================================
service
================================ */
.service {
  /* background-color: #0089cd; */
  background-color: #f5f5f5;
}
.service-wrap {
  max-width: 1600px;
}
.service-wrap__ttl {
  /* color: #fff; */
}
.service-wrap__ttl span {
  background-color: #0089cd;
  color: #fff;
}

.service-wrap__inner {
  background-color: #f5f5f5;
  padding: 10px;
}
.service-wrap__inner .service_title {
  text-align: left;
  font-size: 32px;
  font-family: "YuGothM", sans-serif;
  line-height: 1.4;
}
.service-wrap__inner .purple-txt {
  color:#5129AD;
  font-family: "YuGothB", sans-serif;
  font-weight: 500;
}
.service_description {
  display: flex;
  justify-content: space-evenly;
  margin-top: 100px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.service_description .service_description-txt {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-family: YuGothB;
  font-weight: 700;
  line-height: 1.8;
}
.service_description .service_description-txt > p {
  font-size: 28px;
}
.service_description .service_description-txt > .purple-txt {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 28px;
}
.service_description .service_description-txt .service_btn_cover {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
}
.service_description .service_description-txt .service_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background-color: #5129AD;
  color: #fff;
  border-radius: 30px;
  width: auto;
  padding: 10px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
  font-size: 18px;
  min-width: 258px;
  min-height: 60px;
}
.service_description .service_description-txt .service_btn > span {
  display: inline-block;
  margin-left: 10px;
}
.service_description .service_description-image {
  width: 50%;
}

/* ================================
res tab service
================================ */
@media screen and (max-width: 1010px) {

  .service_description {
    margin-top: 60px;
  }
  
  .service_description .service_description-txt > p {
    font-size: 20px;
  }
  .service_description .service_description-txt > .purple-txt {
    font-size: 20px;
  }
}

/* ================================
res tab service
================================ */
@media screen and (max-width: 750px) {
  .service-wrap__inner {
    padding: 30px;
  }
  .service-wrap__inner .service_title {
    text-align: center;
    font-size: 24px;
  }
  .service_description {
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .service_description .service_description-txt {
    line-height: 1.4;
  }
  .service_description .service_description-txt > p {
    font-size: 22px;
  }
  .service_description .service_description-txt > .purple-txt {
    font-size: 28px;
  }
  .service_description .service_description-image {
    width: 80%;
    margin-top: 50px;
  }
}

/* ================================
res sp service
================================ */
@media screen and (max-width: 574px) {
  .service-wrap__inner {
    padding: 0;
  }
  .service-wrap__inner .service_title {
    text-align: center;
    font-size: 15px;
  }
  .service_description {
    margin-top: 20px;
  }
  .service_description .service_description-txt > p {
    font-size: 14px;
  }
  .service_description .service_description-txt > .purple-txt {
    font-size: 20px;
  }
  .service_description .service_description-txt .service_btn_cover {
    justify-content: center;
  }
}

/* ================================
message
================================ */
.message {
  color: #000;
}
.message-wrap__ttl span {
  background-color: #0089cd;
  color: #fff;
}
.message-wrap__subttl {
  line-height: 1.4;
}
.message-wrap__txtbox__txt {
  font-size: 14px;
  margin-bottom: 3%;
  line-height: 1.7;
}
.message-wrap__txtbox__name {
  text-align: right;
}

/* ================================
res sp message
================================ */
@media screen and (max-width: 574px) {
  .message-wrap__txtbox__txt {
    font-size: 14px;
  }
}

/* ================================
company
================================ */
.company {
  background-color: #f5f5f5;
  color: #000;
  padding: 8% 0 0 0;
}
.company-wrap__ttl span {
  background-color: #0089cd;
  color: #fff;
}
.company-wrap__box {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  margin: 5% auto 8% auto;
  font-size: 16px;
}
.company-wrap__box dt {
  width: 30%;
  line-height: 1.7;
  background-color: #fff;
  margin-bottom: 3%;
  padding: 1.5% 0 1.5% 1.5%;
}
.company-wrap__box dt:last-of-type {
  margin-bottom: unset;
}
.company-wrap__box dd {
  width: 70%;
  line-height: 1.7;
  background-color: #fff;
  margin-bottom: 3%;
  padding: 1.5% 0 1.5% 1%;
}
.company-wrap__box dd:last-of-type {
  margin-bottom: unset;
}
.company-wrap__box .br {
  display: none;
}
.company iframe {
  height: 50vh;
}

/* ================================
res tab company
================================ */
@media screen and (max-width: 750px) {
  .company {
    padding: 12% 0 0 0;
  }
  .company-wrap__box {
    width: 80%;
    margin: 8% auto 12% auto;
  }
}

/* ================================
res sp company
================================ */
@media screen and (max-width: 574px) {
  .company {
    padding: 17% 0 0 0;
  }
  .company-wrap__box {
    width: 100%;
    margin: 10% auto 15% auto;
    font-size: 14px;
  }
  .company-wrap__box .br {
    display: inline-block;
  }
}

/* ================================
contact
================================ */
.contact {
  color: #000;
}
.contact-wrap__ttl span {
  background-color: #0089cd;
  color: #fff;
}
.contact-wrap__box {
  width: 65%;
  margin: 0 auto;
}
.contact-wrap__box__form {
  background-color: #fff;
  font-size: 18px;
}
.contact-wrap__box__form__item {
  display: flex;
  flex-direction: column;
}
.contact-wrap__box__form__item label {
  width: 100%;
  line-height: 1.7;
  padding: 1.5% 0 0.5% 0;
}
.contact-wrap__box__form__item label span {
  color: rgba(255, 0, 0, 0.797);
  margin-left: 1%;
  font-size: 14px;
  padding: 0 4px 2px;
  line-height: 1.7;
}
.contact-wrap__box__form__item input {
  background-color: #f5f5f5;
  border: none;
  width: 100%;
  line-height: 1.7;
  padding: 1.5% 2%;
}
.contact-wrap__box__form__item textarea {
  background-color: #f5f5f5;
  border: none;
  height: 20vh;
  padding: 1.5% 2%;
}
.contact-wrap__box__form__btn {
  text-align: center;
  padding: 7% 0;
}
.contact-wrap__box__form__btn button {
  white-space: nowrap;
  all: unset;
  background-color: #f5f5f5;
  border-radius: 30px;
  width: 30%;
  padding: 3% 0% 3% 6%;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}
.contact-wrap__box__form__btn button span {
  display: inline-block;
  padding: 0% 10% 0% 25%;
}
.contact-wrap__box__form__btn button:hover {
  background-color: #0089cd;
  color: #fff;
}

section#contact {
  padding: 7% 0 0 0;
}

/* ================================
res tab contact
================================ */
@media screen and (max-width: 750px) {
  .contact-wrap__box {
    width: 80%;
  }
  .contact-wrap__box__form__btn {
    padding: 10% 0;
  }
}

@media screen and (max-width: 750px) {
  section#contact {
    padding: 12% 0 0 0;
  }
}

/* ================================
res sp contact
================================ */
@media screen and (max-width: 574px) {
  .contact-wrap__box {
    width: 100%;
  }
  .contact-wrap__box__form {
    font-size: 14px;
  }
  .contact-wrap__box__form__item textarea {
    margin-top: 2px;
  }
  .contact-wrap__box__form__btn {
    padding: 10% 0 17%;
  }
  .contact-wrap__box__form__btn button {
    width: 45%;
    padding: 4% 0% 4% 10%;
  }
  .contact-wrap__box__form__btn button span {
    padding: 0% 10% 0% 20%;
  }
}

@media screen and (max-width: 574px) {
  section#contact {
    padding: 17% 0 0 0;
  }
}

/* ================================
footer
================================ */
.footer {
  padding: 3% 0 2% 0;
  background-color: #f5f5f5;
}
.footer-wrap {
  max-width: unset;
}
.footer-wrap__img img {
  width: 200px;
  margin-bottom: 1%;
}
.footer-wrap__add {
  line-height: 1.4;
  font-size: 14px;
}
.footer-wrap__copy {
  text-align: right;
  font-size: 14px;
}

/* ================================
res tab footer
================================ */
@media screen and (max-width: 750px) {
  .footer {
    padding: 4% 0 3% 0;
  }
  .footer-wrap__add {
    margin-bottom: 3%;
  }
}

/* ================================
res sp footer
================================ */
@media screen and (max-width: 574px) {
  .footer {
    padding: 6% 0 5% 0;
  }
  .footer-wrap a {
    opacity: 1;
  }
  .footer-wrap a img {
    width: 150px;
  }
  .footer-wrap__add {
    margin-bottom: 5%;

    font-size: 14px;
  }
  .footer-wrap__copy {
    font-size: 12px;
  }
}

/* ================================
ハンバーガーメニュー
================================ */
@media screen and (max-width: 750px) {
  body .header .drawer {
    visibility: visible;
    width: 40px;
    position: absolute;
    top: 27.5%;
    right: 3%;
    border-top: solid 2px #fff;
    cursor: pointer;
    z-index: 100;
  }
  body .header .drawer::before, body .header .drawer::after {
    content: "";
    display: block;
    width: 40px;
    background: #fff;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
  }
  body .header .drawer::before {
    top: 11px;
  }
  body .header .drawer::after {
    top: 24px;
  }
  body.nav-open .header .drawer {
    border-top: 0;
  }
  body.nav-open .header .drawer::before {
    top: 9px;
    transform: rotate(-45deg);
    background-color: #fff;
  }
  body.nav-open .header .drawer::after {
    top: 9px;
    transform: rotate(45deg);
    background-color: #fff;
  }
}

/* ================================
res sp ハンバーガーメニュー
================================ */
@media screen and (max-width: 574px) {
  body .header .drawer {
    top: 26.5%;
    right: 3%;
  }
}

/* ================================
ハンバーガーメニュー表示時の画面
================================ */
@media screen and (max-width: 750px) {
  body .header-wrap__menu {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: #0089cd;
    top: 0;
    left: 0;
  }
  body .header-wrap__menu__list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  body .header-wrap__menu__list__item {
    margin: 0 auto;
    font-size: 16px;
    line-height: 3.5;
  }
  body .header-wrap__menu__list__item a {
    color: #fff;
    position: relative;
  }
  body .header-wrap__menu__list__item a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(img/right.png);
    background-size: contain;
    position: absolute;
    top: -1px;
    left: -32px;
  }
}

/* ================================
privacy policy top
================================ */
.privacy-top {
  width: 100%;
  height: 50vh;
  background-image: url("img/top.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.privacy-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: rgba(179, 179, 179, 0.502);
}
.privacy-top-wrap {
  width: 100%;
  height: 50vh;
  position: relative;
  color: #fff;
}
.privacy-top-wrap__ttl {
  text-align: center;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  white-space: nowrap;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

/* ================================
res tab privacy policy top
================================ */
@media screen and (max-width: 750px) {
  body .privacy-top-wrap__ttl {
    font-size: 40px;
  }
}

/* ================================
res sp privacy policy top
================================ */
@media screen and (max-width: 574px) {
  body .privacy-top-wrap__ttl {
    font-size: 32px;
  }
}

/* ================================
privacy policy con
================================ */
.privacy-ttl {
  font-size: 20px;
  font-weight: 900;
}
.privacy-space__box {
  margin-bottom: 3%;
}
.privacy-space__small {
  margin-bottom: 1%;
}
.privacy-leftspace {
  margin-left: 20px;
}
.privacy-con {
  background-color: #f5f5f5;
  color: #000;
  line-height: 1.7;
  font-size: 16px;
}
.privacy-con-wrap__box1__list li {
  margin-left: 30px;
}
.privacy-con-wrap__box2__list li {
  margin-left: 30px;
}

/* ================================
res sp privacy policy con
================================ */
@media screen and (max-width: 574px) {
  body .privacy-con {
    font-size: 12px;
  }
}

/* ================================
thanks-page
================================ */
.thanks-page {
  padding-top: 2%;
  background-color: #fff;
  height: 100vh;
  color: #000;
}
.thanks-page-wrap {
  text-align: center;
}
.thanks-page-wrap p {
  line-height: 3;
}

.php-button {
  all: unset;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: none;
  border-radius: 30px;
  display: inline-block;
  padding: 2% 5%;
  margin: 2%;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}
.php-button a:hover {
  opacity: 1;
}

.php-button:hover {
  background-color: #0089cd;
  color: #fff;
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */
