﻿@charset "UTF-8";
/*
layout
*/
/*
z-index
*/
/*
color
*/
/*
pxをvwに変換

ウインドウ幅1400pxに対して要素幅50pxの場合
getvw(50,1400)となる
*/
/*
メディアクエリ
記述例
body{
  @include ms-w('max',1200){
    background-color: red;
  }
}
*/
/*
FONT
*/
/*
ICON FONT
*/
/*
mixin
*/
/************************************************************
SCREEN RESPONSIVE
*************************************************************/
.sitemap {
  padding: 120px 0 190px;
  width: 1120px;
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .sitemap {
    padding: 25px 0 65px;
    width: 89.3333333333vw;
  }
}
.sitemap .common-round-btn {
  height: 80px;
  width: 100%;
  color: #fff;
  box-shadow: 4px 5px 0 0 #000;
  margin: 60px auto 45px;
  font-size: 26px;
  justify-content: left;
  padding-left: 30px;
}
@media screen and (max-width:767px) {
  .sitemap .common-round-btn {
    max-width: none;
    margin: 30px auto 15px;
    font-size: 16px;
    padding-left: 20px;
    height: 45px;
    font-weight: bold;
  }
}
.sitemap .common-round-btn:hover {
  box-shadow: 2px 3px 0 0 #000;
}
.sitemap .common-round-btn.-top {
  background-color: #F24469;
}
.sitemap .common-round-btn.-about {
  background-color: #68BDC3;
}
.sitemap .common-round-btn.-resources {
  background-color: #FFC33C;
}
.sitemap .common-round-btn.-introduction {
  background-color: #9D79C9;
}
.sitemap .common-round-btn.-soukanzu {
  background-color: #6CB252;
}
.sitemap .common-round-btn.-culture {
  background-color: #FF9C98;
}
.sitemap .common-round-btn.-faq {
  background-color: #F24469;
}
.sitemap .common-round-btn.-requirement {
  background-color: #68BDC3;
}
.sitemap .common-round-btn.-arrow::after {
  font-size: 9px;
}
@media screen and (max-width:767px) {
  .sitemap .common-round-btn.-arrow::after {
    font-size: 4.5px;
    font-weight: 900;
    text-shadow: 0 0 0 #fff;
  }
}
.sitemap .sitemap-link li.-about a span {
  color: #68BDC3;
}
.sitemap .sitemap-link li.-introduction a span {
  color: #9D79C9;
}
.sitemap .sitemap-link li.-culture a span {
  color: #FF9C98;
}
.sitemap .sitemap-link li.-requirement a span {
  color: #68BDC3;
}
.sitemap .sitemap-link-2 li, .sitemap .sitemap-link-3 li {
  font-size: 22px;
  line-height: 1.9;
  font-weight: 500;
  margin-left: 30px;
}
@media screen and (max-width:767px) {
  .sitemap .sitemap-link-2 li, .sitemap .sitemap-link-3 li {
    font-size: 14px;
    margin-left: 16px;
  }
}/*# sourceMappingURL=detail.css.map */