@charset "utf-8";




/* ===========================

  共通

============================== */

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.85;
}

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

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.contents {
  max-width: 1000px;
  width: 84%;
  margin: 0 auto;
}

.section_ttl {
  height: 24px;
}

.sp_on {
  display: none;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media (max-width: 768px) {
  .sp_off {
    display: none;
  }


  .sp_on {
    display: block;
  }

  a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

}




/* 下からふわっと */

/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}

.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}




/* ===========================

  ページトップボタン

============================== */


#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}







/* ===========================

  ヘッダー

============================== */

.pc_header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}

.top_blue {
  background-image: url(../img/gradation.webp);
  width: 196px;
  height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.top_blue h1 {
  font-size: 12px;
  color: #fff;
}

.pc_header #pc_nav ul {
  display: flex;
  gap: 33px;
}

.pc_header #pc_nav ul li {
  text-align: center;
}

.pc_header #pc_nav ul li img {
  height: 24px;
}


.pc_header #pc_nav ul li p {
  font-size: 12px;
  color: #fff;
}


.pc_header #pc_nav ul li p {
  margin-top: -10px;
}

.pc_header #pc_nav ul li a {
  display: block;
}

.pc_header #pc_nav ul li a:hover {
  opacity: 0.6;
}


/* ===========================

  メインビジュアル

============================== */

.mv {
  height: 96vh;
  max-height: 850px;
  margin-left: 70px;
  position: relative;
  z-index: -1;
}

.mv_slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv_slider::before {
  content: "";
  background-color: #000;
  opacity: 0.19;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.mv_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv h2 {
  color: #fff;
  font-weight: 400;
  margin-top: 8px;
}

.mv_good {
  width: 700px;
  max-width: 88%;
}

.mv_txt {
  position: absolute;
  top: 52%;
  left: 10vw;
  transform: translate(0, -50%);
  z-index: 10;
}

.top_copy {
  transform: rotate(90deg);
  position: absolute;
  left: -80px;
  top: 50%;
  font-size: 12px;
}

.mv .swiper-pagination {
  position: absolute;
  left: -40px;
  bottom: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mv .swiper-pagination-bullet-active {
  background-color: #0C64BD;
  transform: scale(1.3);
}

/* ===========================

  MESSAGE

============================== */

#message {
  margin-top: 100px;
  position: relative;
  z-index: 0;
}

#message::before {
  content: "";
  background: url(../img/message_bg.svg) no-repeat center right;
  background-size: 100%;
  max-width: 481px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.message_left h2 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.message_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.message_right {
  line-height: 2.2;
  position: relative;
  margin-left: auto;
}


.message_right::before {
  position: absolute;
  top: 13px;
  left: -60px;
  content: "";
  height: 1px;
  width: 40px;
  background-color: #000;
}

.message_images {
  display: flex;
  justify-content: space-between;
}

.message_images_left {
  width: 40%;
  display: flex;
  justify-content: space-between;
}


.message_images_left p:first-child {
  width: 40%;
  margin-top: 14vw;
}

.message_images_left p:last-child {
  width: 50%;
}

.message_images_right {
  width: 50%;
  margin-top: 100px;
}

@media screen and (max-width:768px) {
  #message::before {
    background-size: 50%;
    background-position: right 20%;
  }
}


/* ===========================

  SERVICE

============================== */

#service {
  margin-top: 200px;
  position: relative;
  background-image: url(../img/free_bg.jpg);
  background-size: 100%;
  background-position: bottom;
}

#service::before {
  position: absolute;
  background-image: url(../img/service_bg.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 76%, 0% 100%);
  z-index: -1;
  top: -100px;
}


#service h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin: 10px 0 30px;
}

.service_list {
  display: flex;
  justify-content: space-between;
}


.service_list li {
  width: 46.5%;
}

.service_list li:nth-child(2) {
  margin-top: -80px;
}

.service_list li h3 {
  font-size: 24px;
  font-weight: 600;
  color: #002CBF;
  margin: 10px 0;
}

.service_free {
  padding-top: 150px;
  padding-bottom: 100px;
}

.service_free h3 {
  text-align: center;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0.18em;
  line-height: 1.4;
  position: relative;
}

.service_free h3::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 40px;
  background-color: #000;
}

.service_free h3 span {
  color: #002CBF;
  font-weight: 600;

}

.service_free_txt {
  text-align: center;
  margin: 28px 0;
}

.service_link a {
  background-color: #002CBF;
  width: 340px;
  height: 64px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  font-weight: 600;
  gap: 16px;
  margin: 0 auto;
}


.service_link a img:first-child {
  width: 26px;
}

.service_link a img:last-child {
  width: 10px;
}

.service_link a:hover {
  background-color: #001f87;
}



/* ===========================

  COMPANY

============================== */


#company {
  padding: 100px 0;
  background-color: #F2F8FF;
}


#company h2 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin-top: 10px;
}

.company_flex {
  display: flex;
  justify-content: space-between;
}

.company_table {
  width: 70%;
}

.company_table th {
  font-weight: 600;
  border-bottom: 1px solid #000;
  text-align: right;
  width: 116px;
  padding: 30px 0;
}

.company_table td {
  padding: 30px;
  border-bottom: 1px solid #D0D0D0;
}


/* ===========================

  PROFILE

============================== */

#profile {
  padding-top: 100px;
  background-size: 100px 100px;
  background: linear-gradient(180deg, #F2F8FF 0%, #F2F8FF 100px, #fff 100px, #fff 100%);
  padding-bottom: 100px;
}

#profile h2 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 50px;
}

.profile_left {
  width: 50%;
  margin-top: -70px;
}

.profile_name span {
  font-size: 28px;
  margin-left: 12px;
}

.profile_name {
  margin-bottom: 10px;
}

.profile_flex {
  display: flex;
  justify-content: space-between;
}


.profile_right {
  width: 40%;
  margin-top: -100px;
}


/* ===========================

  CONTACT

============================== */

#contact {
  background: linear-gradient(180deg, #FFF 0%, #FFF 220px, #F2F8FF 220px, #F2F8FF 100%);
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

#contact h2 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin: 10px 0 30px;
  color: #fff;
}

.contact_bg {
  width: 94%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: -2;
  height: 450px;
  object-fit: cover;
}

.contact_white {
  background-color: #fff;
  padding: 100px;
}

.contact_form {
  margin-top: 30px;
}

.contact_form .form_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

.contact_form textarea {
  border: 1px solid #C7C7C7;
  display: block;
  width: 100%;
  padding: 10px 14px;
}

.contact_form label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact_form .way .form_category_flex label {
  display: inline-block;
  margin-right: 30px;
  font-weight: normal;
}

.contact_form label span {
  background-color: #002CBF;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  padding: 2px 8px;
  margin-left: 8px;
}

.contact_form select {
  border: 1px solid #C7C7C7;
  margin-bottom: 30px;
  padding: 10px 14px;
  width: 100%;
}

.contact_form input {
  border: 1px solid #C7C7C7;
  margin-bottom: 30px;
  padding: 10px 14px;
  width: 100%;
}

.contact_form button[type=submit] {
  border: none;
  background-color: #002CBF;
  color: #fff;
  font-weight: 600;
  height: 64px;
  border-radius: 60px;
  margin: 0 auto;
  display: block;
  padding-right: 10px;
  transition: all 0.3s;
  width: 100%;
}

.contact_form button[type=submit]:hover {
  background-color: #05195C;
}

.form_submit {
  position: relative;
  margin: 0 auto;
  width: 400px;
}

.contact_form button br {
  display: none;
}



.form_submit::before {
  position: absolute;
  content: "";
  background-image: url(../img/arrow_white.svg);
  top: 27px;
  right: 28px;
  width: 10px;
  height: 10px;
}

.contact_form input[type=checkbox] {
  width: 16px;
  margin-right: 8px;
}



span.category_txt {
  margin-right: 20px;
}


.contact_form input[type=radio] {
  width: 24px;
}

.privacy-policy {
  height: 180px;
  overflow-y: scroll;
  padding: 30px;
  background-color: #F8F8F8;
  border: 1px solid #C7C7C7;
  margin: 40px 0;
  font-size: 14px;
}


.privacy-policy h3 {
  margin-bottom: 20px;
  font-size: 14px;
}


.privacy-policy p {
  margin-bottom: 20px;
}

.privacy-policy a {
  color: #000;
}

.form_category_flex {
  display: flex;
  flex-wrap: wrap;
}


input::placeholder {
  color: #bcbcbc;
}

/* ===========================

  THANKS

============================== */
#thanks .thanks_content {
  padding: 100px 0;
}
#thanks .thanks_content h2 {
  margin-bottom: 30px;
}
#thanks .thanks_content p {
  background-color: #C7C7C7;
  padding: 30px;
}
/* ===========================

  FOOTER

============================== */

footer {
  padding-top: 40px;
}

.f_logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.f_logo:hover {
  opacity: 0.6;
}


.f_logo h1 {
  font-size: 13px;
  color: #05195C;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}

footer nav ul {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 16px;
}

footer nav ul li a {
  color: #000;
  display: block;
}

footer nav ul li a:hover {
  opacity: 0.6;
}

.f_left p {
  font-size: 14px;
}

.f_flex {
  display: flex;
  justify-content: space-between;
}

.f_copy {
  color: #B1B1B1;
  font-size: 12px;
  margin: 100px 0 40px;
}





@media (max-width: 1080px) {
  .mv_good {
    width: 60vw;
  }

  .mv h2 {
    font-size: 18px;
  }

  .top_blue {
    width: 166px;
    height: 166px;
  }

  .pc_header nav ul {
    gap: 23px;
  }

  .top_blue img {
    width: 66px;
  }

  .top_blue h1 {
    font-size: 10px;
  }

  .message_flex {
    gap: 30px;
  }

  .message_images {
    margin-top: -40px;
    position: relative;
    z-index: -1;
  }

  .contact_bg {
    width: 100%;
  }

  #service h2,
  #company h2,
  #profile h2,
  #contact h2,
  .service_free h3 {
    font-size: 32px;
  }

  .f_flex {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .f_copy {
    text-align: center;
  }

  .f_logo {
    justify-content: center;
  }

  .f_left p {
    text-align: center;
  }

  .f_left {
    text-align: center;
  }
}

@media (max-width: 768px) {

  .mv {
    margin-left: 50px;
  }

  .mv_txt {
    left: 6vw;
  }

  .top_blue {
    width: 126px;
    height: 126px;
  }

  .top_blue img {
    width: 54px;
  }

  .top_blue h1 {
    font-size: 9px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .message_left h2 {
    font-size: 40px;
  }

  #service h2,
  #company h2,
  #profile h2,
  #contact h2,
  .service_free h3 {
    font-size: 28px;
    margin-top: 0;
  }

  .message_right::before {
    display: none;
  }

  .message_images {
    position: static;
    flex-direction: column;
    margin-top: 60px;
  }

  .message_images_left {
    width: 80%;
    margin-left: auto;
  }

  .message_images_right {
    width: 85%;
    margin-top: 20vw;
  }

  .message_images_left p:first-child {
    margin-top: 34vw;
  }


  #service {
    background-size: 1800px;
  }

  .service_list {
    flex-direction: column;
  }

  .service_list li {
    width: 100%;
  }

  .service_list li:nth-child(2) {
    margin-top: 100px;
  }


  .service_free_txt {
    text-align: left;
  }

  .service_free h3 span {
    font-size: 48px;
  }


  .profile_right {
    display: none;
  }

  .profile_left {
    width: 100%;
  }



  .profile_name {
    margin-top: 20px;
  }


  #profile {
    background: linear-gradient(180deg, #F2F8FF 0%, #F2F8FF 80px, #fff 80px, #fff 100%);
  }

  .company_flex {
    flex-direction: column;
  }

  .company_table {
    width: 100%;
    margin-top: 30px;
  }

  #company {
    padding-bottom: 60px;
  }



  .contact_white {
    padding: 40px 30px;
  }

  .contact_form .form_grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact_form button br {
    display: block;


  }

  .contact_form button[type=submit] {
    height: 94px;
  }

  .form_submit::before {
    top: 43px;
    right: 30px;
  }

  .form_submit {
    width: 300px;
  }

  footer nav {
    width: 100%;
  }

  footer nav ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0;

  }

  footer nav ul li {
    border-bottom: 1px solid #dedede;
    width: 100%;
  }


  footer nav ul li a {
    padding: 20px;
  }

  footer.contents {
    width: 100%;
  }


}

@media (max-width: 480px) {

  body {
    font-size: 14px;
  }

  #message {
    margin-top: 80px;
  }


  #service {
    margin-top: 160px;
  }

  #service::before {
    top: -80px;
  }

  .service_free {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .service_list li:nth-child(2) {
    margin-top: 80px;
  }

  .form_submit {
    width: 100%;
  }

  .contact_form button[type=submit] {
    font-size: 14px;
  }

  .service_link a {
    width: 100%;
    font-size: 14px;
  }

  .profile_txt {
    font-size: 14px;
  }

  .company_table th {
    padding: 15px 0;
    font-size: 14px;
    width: 80px;
  }

  #company {
    padding: 80px 0 40px;
  }

  #profile {
    padding-bottom: 80px;
  }

  .company_table td {
    padding: 15px 20px;
    font-size: 14px;
  }

  .profile_name span {
    font-size: 22px;
    margin-left: 10px;
  }

  .service_free_txt {
    font-size: 14px;
  }

  .section_ttl {
    height: 20px;
  }

  #contact {
    padding: 80px 0;
  }

  .contact_bg {
    height: 360px;
  }

  .privacy-policy {
    font-size: 12px;
    padding: 20px;
  }

  .f_left p {
    font-size: 13px;
  }

  .f_copy {
    margin-top: 80px;
  }

  #page_top {
    width: 24px;
  }
}

@media (max-width: 360px) {
  .contents {
    width: 90%;
  }

  .contact_white {
    padding: 30px 20px;
  }

  #service h2,
  #company h2,
  #profile h2,
  #contact h2,
  .service_free h3 {
    font-size: 24px;
  }
}