@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
  --sankyo-blue :#1A4C9B;
  --sankyo-green :#6DAD19;
  --sankyo-grade : linear-gradient(90deg, #1a4c9b, #6dad19);
  --font-Outfit : "Outfit", sans-serif;
}

html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  font-size: 0.67vw;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium","Hiragino Sans", Meiryo, sans-serif;
  color: #1e2123;
  font-size: 1.5rem;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
}
@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}
header,main,footer {
  overflow-x: hidden;
}
label {
  width: auto;
  max-width: auto;
}
p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:link {
  color: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: rgba(71, 71, 71, 1.00);
}
a img {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
@media screen and (min-width:598px) {
  a.tel_link {
    color: inherit;
    text-decoration: none;    
  }
}
.hover_img {
  overflow: hidden;
  display: block;
}
.hover_img img{
 transition:1s all;
}
.hover_img img:hover{
  transform:scale(1.04,1.04);
  transition:0.4s all;
}
/*-form
-------------------------------------------------------------------*/
 
.form_small {
  width: 5rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(247,247,247,1.00);
}
.form_middle {
  width: 1.2rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,1.00);
}
.form_long {
  width: 26rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,1.00);
}
input[type="text"],input[type="email"],input[type="tel"],textarea {
  box-shadow: none;
  border: none;
  padding: 1.5rem;
  border-radius: 1rem;
  width: 100%;
  border: 1px solid #cccccc;
  width: 100%;
  background-color: rgba(255,255,255,1.00);
}
/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {
}
ul.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
ul.navbar-nav li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 2rem;
}
ul.navbar-nav li a {
  text-decoration: none;
  color: #333333;
  font-weight: 700;
  transition: 0.6s;
}
ul.navbar-nav li a:hover {
  color: var(--sankyo-blue);
  transition: 0.6s;
}
ul.navbar-nav li.contact a {
  background-image: var(--sankyo-grade);
  padding: 1.5rem;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  transition: 0.6s;
  background-size: 400%;
}
ul.navbar-nav li.contact a:hover {
  color: #ffffff;
  background-image: var(--sankyo-grade);
  transition: 0.6s;
  background-position: right top;
  background-size: 100%;
}
header#globalHeader.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  background-color: #FFFFFF;
  animation: DownAnime 1s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.navbar-brand {
  position: relative;
  z-index: 9999;
  padding: 2rem;
}
/*トグルボタン----------------------------------*/
.toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border-style: none;
  z-index: 9999;
}
.toggle:focus {
  outline: none;
}
.pc {
  display: none;
}
@media (min-width: 991px) {
  .toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  .smp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  body.active {
    height: 100%;
    overflow: hidden;
  }
  .navbar-collapse {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
  }
  ul.navbar-nav {
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  ul.navbar-nav li {
    display: block;
    margin: 0 0 2rem 0;
    margin-left: 2rem;
  }
  ul.navbar-nav li.contact a {
    padding: 1rem;
    border-radius: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
  }
}
.navbar-toggle-anime, .navbar-toggle-anime span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.navbar-toggle-anime {
  position: relative;
  width: 26px;
  height: 26px;
}
.navbar-toggle-anime span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #111111;
  border-radius: 4px;
}
.navbar-toggle-anime span:nth-of-type(1) {
  top: 0;
}
.navbar-toggle-anime span:nth-of-type(2) {
  top: 10px;
}
.navbar-toggle-anime span:nth-of-type(3) {
  bottom: 5px;
}
.navbar-toggle-anime.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.navbar-toggle-anime.active span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggle-anime.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
	clear: both;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.3;
}
footer#globalFooter a {
  text-decoration: none;
}
footer#globalFooter a:hover {
  color: var(--sankyo-green);
}
.footer {
  background-color: #F4F4F4;
  border-radius: 2rem 0 0 0;
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
address {
  font-style: normal;
}
.flogo {
  display: flex;
  align-items: center;
}
.flogo .flogo {
  margin-right: 2rem;
}
.fnav {}
.fnav ul {
  padding: 0;
  list-style: none;
}
.fnav ul li {
  margin-bottom: 1rem;
}
.page-top {
  right: -50px;
  bottom: 50px;
  position: fixed;
}
.page-top a {
  border-radius: 10rem;
  background-color: #333;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display:block;
  position: relative;
}
.page-top a:after {
  content: "";
  display: block;
  background: #ffffff;
  height: calc(tan(60deg) * 60px / 2);
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}
footer#globalFooter p.copyright {
	margin-top: 4rem;
  font-size: 1rem;
  font-family: var(--font-Outfit);
}

/*#　contents ----------------------------------------------------*/
.contentSec {
  margin-bottom: 15rem;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content:center;
}
.flex-end {
	justify-content:flex-end;
}
.flex-around {
	justify-content:space-around;
}
.center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px) {
	.flex {
		display: block;
	}
  .contentSec {
    margin-bottom: 5rem;
  }
}
/*  ------------------------------------------------------------------------------*/
/* BUTTON */

.button {
  display: inline-block;
  width:100%;
  max-width: 280px;
  text-align: center;
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: none!important;
  padding: 1rem 0;
  border-radius: 100px;
  transition: .4s;
  background: var(--sankyo-grade);
  background-size: 100%;
}

.button:hover {
  background-position: right top;
  background-size: 150%;
}

input.button,
input.buttonCancel {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  margin-block: 2rem;
}

.buttonCancel {
  display: inline-block;
  width:100%;
  max-width: 280px;
  text-align: center;
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: none!important;
  padding: 1rem 0;
  border-radius: 100px;
  transition: .4s;
  background-color: #666666;
}

.buttonCancel:hover {
   background-color: #444444;
}

/*　privacy-------------------------------------------------------------------------*/
.subPage {
  background-color: #ffffff;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  padding: 4rem;
}
.privacy {
  text-align: left;
  padding-bottom: 6rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.privacy h2 {
  font-size: 2rem;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.privacy h3 {
  font-size:1.8rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.privacy h4 {
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.privacy h5 {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.privacy h6 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.privacy p {
  margin-bottom: 1.5rem;
}
.privacy ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
  line-height: 1.6;
}
.privacy ul li{
  margin-bottom: 0.7rem;
}
.privacy ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
  line-height: 1.6;
}
.privacy ol li {
  margin-bottom: 0.7rem;
}
.privacy a {
  text-decoration: underline;
}
/* home ------------------------------------------------------------------------------*/
.homePage {}
.homePage .container-fluid {
  padding: 0;
}
.homeSlider img {
  border-radius: 0 2rem 2rem 0;
}
.homeSlider .slider div {
  position: relative;
}
.homeSlider .slider div span {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
}
.homeSlider .mc {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.homeConcept {
  text-align: center;
}
.homeConcept h2 {
  margin-bottom: 4rem;
}
.homeConcept p {
  margin-bottom: 5rem;
}
.homeConcept .homeConcept__btn {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.homeConcept__btn a {
  color: #fff;
}
.soyulBlock__wrap {
  background-color: var(--sankyo-green);
  color: #fff;
  padding: 4rem;
  border-radius: 2rem;
}
.soyulBlock__wrap img {
  border-radius: 2rem;
}
.soyulBlock__wrap-title {
  padding: 1rem 1rem 3rem;
}
.soyulBlock__wrap-title span {
  font-family: var(--font-Outfit);
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFE200;
}
.soyulBlock__wrap-title h2 {
  font-size: 3rem;
  font-weight: 600;
}
.oyulBlock__wrap-content p {
}
.soyulBlock__wrap-btn a {
  background-color: #FFE200;
  width: 100%;
  max-width: 270px;
  border-radius: 100px;
  text-align: center;
  padding-block: 1rem;
  text-decoration: none;
  color: #111111;
  font-size: 1.4rem;
  display: block;
  margin-top: 5rem;
  transition: 0.6s;
}
.soyulBlock__wrap-btn a:hover {
  background-color: #111111;
  color: #FFE200;
}

/** page common
 * *********************************************/
.pageBlue {
  margin-top: 4rem;
  width: 96%;
  background-color: var(--sankyo-blue);
  border-radius: 0 2rem 2rem 0;
  padding: 4.5rem 3.5rem 0.5rem;
}
.pageGreen {
  margin-top: 4rem;
  width: 96%;
  background-color: var(--sankyo-green);
  border-radius: 0 2rem 2rem 0;
  padding: 4.5rem 4.5rem 0.5rem;
}
.pageTitle {
  margin-bottom: 4rem;
  color: #ffffff;
}
.pageTitle span {
  font-family: var(--font-Outfit);
  font-size: 6rem;
  font-weight: 100;
  line-height: 1;
}
.pageTitle h1 {
  font-size: 2rem;
  font-weight: 500;
}
/** 事業紹介
 * *********************************************/
.pageIntro {
  color: #ffffff;
  margin-bottom: 4rem;
}
.service__inner {
  background-color: #ffffff;
  padding: 4rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
}
.service__inner .logo {
  text-align: center;
  margin-bottom: 3rem;
}
.service__inner picture img {
  border-radius: 2rem;
}
.service__inner h2 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.service__inner-btn {
  margin-top: 3rem;
  text-align: center;
}

/**************
 * 会社紹介
 * *************/
.ceo {}
.ceo__wrap {
  background-color: #ffffff;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
}
.ceo__warap-image {
  width: 40%;
}
.ceo__warap-image img {
  border-radius: 2rem 0 0 2rem;
}
.ceo__wrap-block {
  width: 60%;
  padding: 3rem;
}
.ceo__wrap-block h2 {
  margin-bottom: 2.5rem;
}
.ceo__wrap-block p {
  margin-bottom: 2rem;
  line-height: 2vw;
}
@media(min-width: 1440px) {
  .ceo__wrap-block p {
    line-height: 1.8;
  }
}
.ceo__wrap-block p:last-child {
  margin-bottom: 0;
}
.outline {}

/* 会社概要セクション */
.outline {}
.outline__inner {
  background-color: #ffffff;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  padding: 4rem;
}
.outline__inner h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.outline__inner table {
  width: 100%;
  margin-bottom: 3rem;
}
.outline__inner tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.outline__inner th {
  padding: 3rem;
}
.outline__inner td {
  padding: 3rem;
}
.outline__inner td span {
  margin-right: 4rem;
}

/* アクセスセクション */
.access {}
.access__wrap {
  background-color: #ffffff;
  object-fit: cover;
  border-radius: 2rem;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.access__wrap iframe {
  object-fit: cover;
  border-radius: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width:1280px) {
  .ceo__wrap-block p {
    margin-bottom: 2rem;
    line-height: 1.6vw;
  }
}
@media (max-width:991px) {
  .ceo__wrap {
    display: flex;
    flex-direction: column;
  }
  .ceo__warap-image {
    width: 100%;
  }
  .ceo__warap-image img {
    border-radius: 2rem 2rem 0 0;
  }
  .ceo__wrap-block {
    width: 100%;
  }
  .ceo__wrap-block p {
    line-height: 1.67;
  }
}
@media (max-width:767px) {
  .ceo .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .ceo__wrap-block {
    padding: 2rem 1.5rem 3rem;
  }
  .outline__inner {
    padding: 3rem 0 1rem;
  }
  .outline__inner th {
    padding: 1.5rem 1.5rem 0.5rem;
    display: block;
  }
  .outline__inner td {
    padding: 0rem 1.5rem 1.5rem;
    display: block;
  }
  .outline__inner td span {
    margin-right: 2rem;
  }
  .access__wrap {
    background-color: #ffffff;
    object-fit: cover;
    border-radius: 2rem;
    position: relative;
    width: 100%;
    padding-top: 100%;
    height: 0;
  }
}

/****************
 * お問い合わせ
 * **************/
.contact {
  margin-bottom: 5rem;
}
.contact__wrap  {
  background-color: #ffffff;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  padding: 4rem;
}
.contact__wrap h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.contact__wrap table {
  width: 100%;
  margin-bottom: 3rem;
}
.contact__wrap tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.contact__wrap th {
  padding: 3rem 0rem 3rem 3rem;
  width: 25%;
  font-weight: 400;
}
.contact__wrap td {
  padding: 3rem;
}
.contact__wrap td span {
  margin-right: 4rem;
}
.contact-intro {
  margin-bottom: 3rem;
  text-align: center;
}
.contact .red {
  color: #ff0000;
}

/*　Media Queries　-------------------------------------------------------*/
@media (max-width:1280px) {}
@media (max-width:1120px) {}
@media (max-width:1024px) {
  .soyulBlock__wrap {
    padding: 2rem;
  }
  .soyulBlock__wrap-title {
    padding: 1rem 0 2rem;
  }
  .soyulBlock__wrap-title h2 {
    font-size: 2rem;
  }
  .soyulBlock__wrap-btn a {
    max-width: 100%;
    
    margin-top: 3rem;
  }
}
@media (max-width:767px) {
  .navbar-brand {
    width: 30%;
    padding: 1rem;
  }
  .navbar-brand img {
    width: 100%;
    height: absolute;
  }
  .fnav {
    margin-top: 4rem;
  }
  .homeSlider .slider div span {
    right: 1rem;
    bottom: 0.5rem;
    font-size: 1.2rem;
  }
  .homeSlider .mc {
    top: 30%;
  }
  .homeSlider .mc img {
    zoom: 0.5;
  }
  .homeConcept p {
    text-align: left;
  }
  /** page common
   * *********************************************/
  .pageBlue {
    margin-top: 2rem;
    padding: 2rem 1rem 0.5rem;
  }
  .pageGreen {
    margin-top: 2rem;
    padding: 2rem 1rem 0.5rem;
  }
  .pageTitle {
    margin-bottom: 2rem;
  }
  .pageTitle span {
    font-size: 4rem;
  }
  .pageTitle h1 {
    font-size: 1.6rem;
  }
  /** 事業紹介
   * *********************************************/
  .pageIntro {
    margin-bottom: 2rem;
  }
  .service__inner {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  .service__inner .logo {
    text-align: center;
    margin-bottom: 3rem;
  }
  .service__inner .logo img {
    width: 100%;
    height: auto;
  }
  .service__inner picture img {
    margin-bottom: 3rem;
  }
  .service__inner h2 {
    font-size: 1.5rem;
  }
  .service__inner-btn {
    margin-top: 1.5rem;
  }
  /****************
   * お問い合わせ
   * **************/
  .contact {
    margin-bottom: 1rem;
  }
  .contact__wrap  {
    padding: 3rem 0;
  }
  .contact__wrap th {
    padding: 1.5rem 0rem 1.5rem 1.5rem;
    width: 100%;
    display: block;
  }
  .contact__wrap td {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    display: block;
  }
   .contact__wrap td a {
    display: block;
   }
  .subPage {
    padding: 2rem 0;
  }
}
@media (max-width:576px) {}
@media (max-width:414px) {}
@media (max-width:320px) {}