@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  width: 100% !important;
  /*overflow-x: hidden;*/
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 650px) {
  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }
}

.social_buttons {
  padding: 10px 0 5px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  line-height: 1 !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.container {
  width: 100%;
  font-weight: 400;
  background-color: #fff;
  overflow: hidden;
}

.mv {
  background: #000 url(mv.jpg) no-repeat top center;
  background-size: auto;
}

.mv .mv_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1px 0 0;
  height: 650px;
}

.mv .mv_inner h1 {
  position: absolute;
  top: 430px;
  left: 0;
  right: 0;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.mv .mv_inner h1 span {
  color: #CEFFE2;
}

.mv .mv_inner p.tl_catch {
  width: 70%;
  position: absolute;
  top: 370px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 50px;
  color: #07983E;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  z-index: 10;
  text-align: center;
}

.profile_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 255px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}

.profile {
  padding: 10px 15px 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.profile p {
  margin: 0 0 5px;
  font-size: 14px;
}

.profile p span {
  margin-right: 5px;
  font-size: 18px;
}

.profile p {
  margin: 0 0 5px;
  font-size: 14px;
}

.profile p span {
  margin-right: 5px;
  font-size: 18px;
}

.teikyo {
  position: absolute;
  top: 20px;
  left: 10%;
  color: #fff;
}

.lead_block {
  margin: 0 0 90px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0096A0), to(#07983E));
  background-image: linear-gradient(to right, #0096A0, #07983E);
}

.lead_block .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

.lead_block .wrap p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

.main_inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.main_inner .section {
  position: relative;
  margin: 0 auto 90px;
  padding: 1% 5%;
  background-color: #fff;
}

.main_inner .section .header {
  position: relative;
  margin: 0 auto 50px;
  padding: 8px;
  border-radius: 28px;
  text-align: center;
}

.main_inner .section .header::before,
.main_inner .section .header::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: '';
}

.main_inner .section .header:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 81px;
  height: 81px;
  background-image: url(./parentheses_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.main_inner .section .header:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 81px;
  height: 81px;
  background-image: url(./parentheses_r.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.main_inner .section h2 {
  padding: 10px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.main_inner .section>p {
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.8;
}

.main_inner .section>p span.name_1 {
  color: #627982;
  font-weight: bold;
}

.main_inner .section>p span.name_2 {
  color: #07983E;
  font-weight: bold;
}

.main_inner .section>p span.name_3 {
  color: #0096A0;
  font-weight: bold;
}

.main_inner .section .img_block {
  position: relative;
  padding: 135px 0;
}

.main_inner .section .img_block .copy {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  z-index: 9;
}

.main_inner .section .img_block .copy:before {
  position: absolute;
  top: 0;
  left: 170px;
  content: "";
  display: inline-block;
  width: 55px;
  height: 52px;
  background-image: url(./icon_b01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.main_inner .section .img_block .copy:after {
  position: absolute;
  right: 190px;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 55px;
  height: 52px;
  background-image: url(./icon_b02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.main_inner .section .img_block .photo {
  -webkit-transform: scale(1.9, 1.9);
  transform: scale(1.9, 1.9);
}

.main_inner .section .img_block .photo img {
  width: 100%;
}

.main_inner .section .figure img {
  margin: 0 auto 15px;
}

.main_inner .section .figure img.photo {
  border-radius: 10px;
}

.main_inner .section .figure .caption {
  font-weight: bold;
  text-align: center;
}

.logo_block {
  background-color: #fff;
}

.logo_block .wrap {
  display: block;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}

.logo_block .wrap div {
  width: 100%;
  padding: 0px 20px 40px;
  text-align: center;
}

.logo_block .wrap div .img {
  width: 360px;
  margin: 0 auto;
}

.logo_block .wrap div p {
  font-size: 24px;
  font-weight: bold;
}

.logo_block .wrap div p a {
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.logo_block .wrap div p a:hover {
  color: #001AFA;
  text-decoration: none;
}

.contact_block {
  max-width: 760px;
  margin: 0 auto 60px;
}

.contact_block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
}

.contact_block dl dd,
.contact_block dl dt {
  padding: 20px 40px;
}

.link_block {
  background-color: #07983E;
}

.link_block .wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}

.link_block .wrap h3 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.link_block .wrap ul {
  margin: 0;
  padding: 0;
}

.link_block .wrap ul li {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.link_block .wrap ul>li {
  position: relative;
  padding: 0 0 0 1em;
}

.link_block .wrap ul>li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #fff;
  content: "";
}

.link_block .wrap ul li a {
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link_block .wrap ul li a:hover {
  color: #001AFA;
  text-decoration: none;
}

/* ページTOP */
.btn_pagetop {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
}

.btn_pagetop a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
}

.btn_pagetop a:hover img {
  opacity: 1;
}

@media screen and (max-width: 1040px) {
  .main_inner .section .img_block .copy {
    font-size: clamp(20px, 3.5vw, 36px);
  }

  .main_inner .section .img_block .photo {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
  }

}

@media screen and (max-width: 1024px) {
  .mv .mv_inner {
    margin: 0 2%;
    padding: 0;
    height: min(74vw, 650px);
  }

  .mv .mv_inner h1 {
    margin-top: 1vw;
    font-size: 6.2vw;
  }

  .lead_block .wrap {
    padding: 30px 3%;
  }

  .main_inner .section>p.blockquote:before {
    left: 60px;
  }

  .main_inner .section>p.blockquote:after {
    right: 60px;
  }

  .link_block .wrap {
    padding: 30px 3%;
  }
}

@media screen and (max-width: 820px) {
  .mv {
    background-size: cover;
  }

  .mv .mv_inner {
    height: 600px;
  }

  .mv .mv_inner p.tl_catch {
    top: 370px;
    font-size: 20px;
  }

  .mv .mv_inner h1 {
    margin-top: 0;
  }

  .profile p {
    margin: 0;
    font-size: 14px;
  }

  .profile p span {
    font-size: 18px;
  }

  .teikyo {
    top: 10px;
    left: 10px;
  }

  .lead_block .wrap {
    padding: 30px 5%;
  }

  .lead_block .wrap p {
    font-size: 18px;
  }

  .main_inner .section .header {
    padding: 5px;
    border-radius: 28px;
  }

  .main_inner .section .header:before {
    width: 51px;
    height: 51px;
    background-repeat: no-repeat;
  }

  .main_inner .section .header:after {
    width: 51px;
    height: 51px;
  }

  .main_inner .section h2 {
    padding: 10px;
    font-size: min(4.5vw, 50px);
  }

  .main_inner .section .img_block .copy:before {
    width: 45px;
    height: 42px;
  }

  .main_inner .section .img_block .copy:after {
    width: 45px;
    height: 42px;
  }

  .logo_block .wrap {
    display: block;
    padding: 0 5% 20px;
  }

  .logo_block .wrap div {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }

  .logo_block .wrap div .img {
    width: 70%;
    margin: 0 auto;
  }

  .logo_block .wrap div p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .contact_block {
    width: 90%;
    margin: 0 auto 60px;
  }

  .contact_block dl {
    display: block;
    padding: 5px;
  }

  .contact_block dl dd,
  .contact_block dl dt {
    padding: 5px;
    text-align: center;
  }

  .link_block .wrap {
    padding: 30px 5%;
  }

  .link_block .wrap h3 {
    font-size: 20px;
  }

  .link_block .wrap ul>li::before {
    top: 25%;
  }

  .link_block .wrap ul>li:first-child::before {
    top: 20%;
  }
}

@media screen and (max-width: 768px) {
  .main_inner .section .img_block .copy:before {
    left: 160px;
  }

  .main_inner .section .img_block .copy:after {
    right: 180px;
  }
}

@media screen and (max-width: 680px) {
  .btn_pagetop a img {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .mv {
    background: #000 url(mv_sp.jpg) no-repeat bottom center;
    background-size: cover;
  }

  .mv .mv_inner {
    height: 100vw;
  }

  .mv .mv_inner p.tl_catch {
    top: 64vw;
    font-size: 18px;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
  }

  .mv .mv_inner h1 {
    top: 350px;
    top: 75vw;
    margin: 0;
    font-size: 6.5vw;
  }

  .profile_block {
    top: 44vw;
    width: 100%;
  }

  .profile.p01 {
    left: 0%;
    top: 180px;
    padding: 10px;
  }

  .profile.p02 {
    right: 0%;
    top: 180px;
    padding: 10px;
  }

  .profile p {
    font-size: 12px;
  }

  .profile p span {
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {
  .mv .mv_inner {
    height: 110vw;
  }

  .mv .mv_inner h1 {
    top: 84vw;
    font-size: 6.8vw;
    line-height: 1.5;
  }

  .mv .mv_inner p.tl_catch {
    top: 71vw;
    font-size: 16px;
    font-size: 4vw;
    width: 90%;
  }

  .profile_block {
    top: 50vw;
    gap: 5px;
    width: 100%;
  }

  .teikyo {
    top: 5px;
    left: 5px;
    font-size: 13px;
  }


  .profile p {
    margin: 0;
    font-size: 11px;
  }

  .profile p span {
    font-size: 13px;
  }

  .main_inner .section .header:before {
    width: 36px;
    height: 36px;
  }

  .main_inner .section .header:after {
    width: 36px;
    height: 36px;
  }

  .main_inner .section h2 {
    padding: 10px;
    font-size: min(6vw, 50px);
  }

  .main_inner .section .img_block {
    padding: 100px 0 0;
  }

  .main_inner .section .img_block .copy {
    top: -5px;
    font-size: clamp(16px, 4.5vw, 20px);
  }

  .main_inner .section .img_block .copy:before {
    top: 0;
    left: 60px;
    width: 30px;
    height: 30px;
  }

  .main_inner .section .img_block .copy:after {
    right: 70px;
    bottom: 0;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 375px) {

  .profile p {
    font-size: 10px;
  }

  .profile.p01 {
    padding: 5px;
  }

  .profile.p02 {
    padding: 5px;
  }

  .profile p span {
    font-size: 12px;
  }

  .main_inner .section .img_block .copy:before {
    left: 50px;
  }

  .main_inner .section .img_block .copy:after {
    right: 60px;
  }
}