/* Webフォントを定義 
@font-face {
  font-family: 'PoiretOne'; 
  /* フォーマットごとにパスを指定
  src: url('../fonts/PoiretOne-Regular.ttf') format('truetype');
  src: url('../fonts/PoiretOne-Regular.woff') format('woff');
}
*/

html, body {
  scroll-behavior: smooth;
}

* {
    font-size: 13px;
    font-style: normal;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
}

/* 切り分け */
.when-sp{
    display: block;
    visibility: visible;
}

.when-tb {
    display: none;
    visibility: hidden;
}

.when-pc{
    display: none;
    visibility: hidden;
}

@media (min-width:768px) and (max-width:1280px) {
.when-sp{
    display: none;
    visibility: hidden;
}

.when-tb {
    display: block;
    visibility: visible;
}

.when-pc{
    display: none;
    visibility: hidden;
}
}

@media (min-width: 1281px) {
.when-sp{
    display: none;
    visibility: hidden;
}
    
.when-tb {
    display: none;
    visibility: hidden;
}

.when-pc{
    display: block;
    visibility: visible;
}
}
/* 切り分け */

h1 a {
    font-size: 24px !important;
    line-height: 48px;
    font-weight: 400;
    text-decoration: none;
}

a {
    color: #000 !important;
    transition: .5s;
}

a:hover {
    opacity: 0.95;
    text-decoration: underline;
}

.navbar-brand span img {
  width: 128px;
}

@media (min-width:768px) and (max-width:1280px) {
.navbar-brand span img {
  width: 128px;
}
}

@media (min-width: 1281px) {
.navbar-brand span img {
  width: 162px;
}
}

@media (min-width: 1281px) {
    .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 2.5rem !important;
    }
}

@media (min-width: 1281px) {
.btn {
    display: none !important;
}
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.navbar-custom {
    transition: background-color 0.5s ease;
    padding: 1rem !important;
}
.navbar-transparent {
    background-color: transparent;
}
.navbar-colored {
    background-color: rgba(255, 255, 255, 0.9);
}

.fullscreen .modal-dialog {
  margin: 0 0 0 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;;
}
 
.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  background: linear-gradient(150deg, #8AEDD4, #017CC6);
  overflow:auto;
}
 
.fullscreen .modal-content .modal-header{
  border: 0px;
}
 
.fullscreen .modal-content button{
  opacity: 1;
}
 
.fullscreen .modal-content button span{
  color: #fff;
  font-weight: 1;
  font-size: 26px;
  text-shadow: none;
}
 
.fullscreen .modal-body .modal-logo img {
  width: 158px;
  padding-bottom: 84px;
}
 
.fullscreen .modal-body ul {
  margin-top: 80px;
  padding: 0 0 0 0;
}
.fullscreen .modal-body li {
  text-align: center;
  padding-bottom: 43px;
}
.fullscreen .modal-body ul li a {
  color: #fff !important;
  font-size: 24px;
}
 
.fullscreen .modal-body .social img {
  width: 56px;
  margin: 8px;
}
.modal-title{
  color: #fff;
}

.contact--button {
  display: inline-block;
  width: 70vw;
  border: 2px solid #fff;
  border-radius: 60px;
  position: absolute;
  bottom: 50px;
  left: 15vw;
  padding: 30px 0;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.first--visual {
  background-image: url(../img/sp-top_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height:  200vw;
}

@media (min-width: 1281px) {
.first--visual {
  background-image: url(../img/top_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 60vw;
}
}

.first--catch {
  color: #fff;
  font-size: 7vw;
  letter-spacing: 1px;
  line-height: 1.4;
  position: absolute;
  top: 70vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 11;
}

@media (min-width: 1281px) {
.first--catch {
  color: #fff;
  font-size: 3vw;
  letter-spacing: 1px;
  line-height: 1.4;
  position: absolute;
  top: 20vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 11;
}
}

.first--img {
  width: 160%;
  position: absolute;
  top: -50vw;
  left: -30%;
}

@media (min-width: 1281px) {
.first--img {
  width: 100%;
  position: absolute;
  top: -10vw;
  left: 0;
}
}

.section--title {
  font-size: 30px;
  margin-top: 200px;
  margin-bottom: 50px;
}

.policy--comment {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}


@media (min-width: 1281px) {
.section--title {
  font-size: 60px;
  margin-top: 160px;
  margin-bottom: 100px;
}

.policy--comment {
  font-size: 36px;
  line-height: 1.8;
  font-weight: 300;
}
}

.works-bg {
  background-image: url(../img/base.jpg);
  background-repeat: repeat;
  background-size: 1440px;
  width: 100%;
  /* height: 820vw; */
  padding: 100px 0;
  margin-top: 160px;
  overflow: hidden;
}

@media (min-width:768px) and (max-width:1280px) {
.works-bg {
  background-image: url(../img/base.jpg);
  background-repeat: repeat;
  background-size: 1440px;
  width: 100%;
  /* height: 3200px; */
  padding: 100px 0;
  margin-top: 120px;
  overflow: hidden;
}
}

@media (min-width: 1281px) {
.works-bg {
  background-image: url(../img/base.jpg);
  background-repeat: repeat;
  background-size: 1440px;
  width: 100%;
  /* height: 3200px; */
  padding: 100px 0;
  margin-top: 120px;
  overflow: hidden;
}
}

.business-content {
  height: 80vw;
}

.mini-title {
  width: 100%;
  position: absolute;
  top: 30vw;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  z-index: 11;
}

.mini-comment {
  width: 100%;
  position: absolute;
  top: 52vw;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  z-index: 11;
  letter-spacing: 0;
}

.mini-item-bg-L {
  width: 140%;
  position: absolute;
  top: 0;
  left: -20%;
}

.mini-item-bg-R {
  width: 140%;
  position: absolute;
  top: 0;
  right: -20%;
}

@media (min-width:768px) and (max-width:1280px) {
.business-content {
  height: 49vw;
}

.mini-title {
  width: 100%;
  position: absolute;
  top: 13vw;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  z-index: 11;
}

.mini-comment {
  width: 100%;
  position: absolute;
  top: 21vw;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  z-index: 11;
  letter-spacing: 0;
}

.mini-item-bg-L {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mini-item-bg-R {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
}

@media (min-width: 1281px) {
.business-content {
  height: 580px;
}

.mini-title {
  width: 100%;
  position: absolute;
  top: 140px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1.6;
  z-index: 11;
}

.mini-comment {
  width: 100%;
  position: absolute;
  top: 270px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  z-index: 11;
}

.mini-item-bg-L {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mini-item-bg-R {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
}


.title--comment {
  font-size: 16px;
}

@media (min-width: 1281px) {
.title--comment {
  font-size: 24px;
}
}

.result-single {
  width: 100%;
  max-width: 100vw;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto 60px auto;
}

.achievement {
  width: 90vw;
  height: 90vw;
  margin: 5vw auto auto auto;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
}

.result-genre {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 18vw;
  margin-bottom: 40px;
}
.result-genre-sp {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 10vw;
  margin-bottom: 40px;
}
.result-number {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: -20px;
}
.result-number .big-number {
  font-size: 74px;
  font-weight: 700;
}

.achievement-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width:768px) and (max-width:1280px) {
.result-single {
  width: 70%;
  max-width: 480px;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 50px auto auto auto;
}

.achievement {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 5vw 5% auto 5%;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
}

.achievement-bg {
  width: 100%;
  max-width: 780px;
  position: absolute;
  top: 0;
  left: 0;
}
}

@media (min-width: 1281px) {
.result-single {
  height: 560px;
}

.achievement {
  width: 540px;
  height: 540px;
  margin-top: 15px;
  margin-left: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
}

.result-genre {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 140px;
  margin-bottom: 40px;
}
.result-genre-sp {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 140px;
  margin-bottom: 40px;
}
.result-number {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-bottom: -20px;
}
.result-number .big-number {
  font-size: 74px;
  font-weight: 700;
}

.achievement-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
}


.company-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.about-caption {
  width: 30%;
  border-bottom: 3px solid #416bbc;
  padding: 50px 0;
  font-size: 16px;
}

.about-content {
  width: 70%;
  border-bottom: 3px solid #95e0cb;
  padding: 50px 0;
  font-size: 16px;
}

@media (min-width: 1281px) {
.company-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.about-caption {
  width: 30%;
  border-bottom: 3px solid #416bbc;
  padding: 50px;
  font-size: 30px;
}

.about-content {
  width: 70%;
  border-bottom: 3px solid #95e0cb;
  padding: 50px;
  font-size: 30px;
}
}

.foot-bg {
  background-image: url(../img/base.jpg);
  background-repeat: repeat;
  background-size: 1440px;
  width: 100%;
  padding: 20px 0 0 0;
}

.contact--button-bl {
  display: inline-block;
  width: 90%;
  background-color: #386ac2;
  border-radius: 60px;
  padding: 30px 0;
  text-align: center;
  color: #fff !important;
  font-size: 20px;
}

.copyright {
  font-size: 14px;
  color: #fff;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media (min-width: 1281px) {
.contact--button-bl {
  display: inline-block;
  width: 400px;
  background-color: #386ac2;
  border-radius: 60px;
  padding: 30px 0;
  text-align: center;
  color: #fff !important;
  font-size: 20px;
}

.copyright {
  font-size: 16px;
  color: #fff;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
}

