/*-----------------------
Common Style
update:2025/01/08
-------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Roboto", sans-serif !important;
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  box-sizing: border-box;
}

header{
  width:100%;
  padding: 1.5% 0;
  background: #000;
  border-bottom: 5px solid #FFD200; 
}

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

footer{
  padding: 60px 0;
  text-align: center;
  background: #000;
  color: #FFF;
  border-top: 5px solid #FFD200;
}
footer img {
  margin: 0 auto;
}
footer p {
  padding: 5px;
}
footer .tel {
  font-size: 2.2rem;
}
.footer-logo {
  margin-top: 30px;
}

footer .sitemap {
  margin: 0 0 30px;
  text-align: center;
}

section {
  padding-bottom: 60px;
}
a {
  color: #FFF;
  text-decoration: underline;
  word-break: break-all;
}
.news a, .shokaiBox a, .download a {
  color: #000;
}

a:hover, .news a:hover {
  color: #FFD200;
  text-decoration: underline;
}

h1 {
  display: block;
}

h2.title_y{
  padding-top: 5px;
  padding-left: 10px;
  font-size: clamp(2rem, 1.709rem + 1.45vw, 2.8rem);
  background: #FFD200;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
h2.title_y>img {
  display: inline-block;
  height: 0.9em;
}

img.logo_black {
  filter: invert(0%) sepia(0%) saturate(15%) hue-rotate(337deg) brightness(100%) contrast(107%);
}

#main {
  line-height: 1.8;
}

#main img {
  max-width: 100%;
  text-align: center;
}

.resp-img {
  width: 100%;
  height: auto;
}

.content {
  width: 60vw;
  max-width: 1100px;
  margin: 0 auto;
}
.explan01 {
  padding:60px 0 ;
}
.feature01 {
  padding-top: 45px;
  background: #000;
}
.feature01 ul {
  margin: 0;
  padding: 0 20px;
  position: relative;
}
.feature01 ul::before,
.feature01 ul::after {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 100%;
    content: '';
    border-top: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
}
.feature01 ul::before {
    border-left: solid 3px #FFF;
    left: 0;
}
.feature01 ul::after {
    border-right: solid 3px #FFF;;
    right: 0;
}
.feature01 li {
  color: #FFF;
  list-style: none;
  font-size: clamp(1.4rem, 1rem + 2vw, 2.5rem);
}

.item1 {
  margin: 30px 0;
}
.feature02 {
  padding-top:60px;
}

.ImgArea {
  margin: 0 auto;
  width: 90%;
}

.merit {
  margin-top: 60px;
}

h3.t2 {
  margin: 0 auto 15px auto;
  padding: 0 30px;
  justify-content: center;
  position: relative;
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  color: #FFD200;
  background: #000;
  text-align: center;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
span.t-inner {
  display: block;
  -webkit-transform: skewX(15deg) !important;
  -ms-transform: skewX(15deg) !important;
  -o-transform: skewX(15deg) !important;
  transform: skewX(15deg) !important;
}

h3.t3 {
  margin-bottom: 15px;
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  text-align: center;
}

h4.t4 {
  margin-bottom: 15px;
  font-size: clamp(1.8rem, 1.436rem + 1.82vw, 2.8rem);
  color: #FFF;
  background: #000;
  text-align: center;
}
.toi {
  display: flex;
}

.toi a {
  margin: 60px auto;
  padding: 15px 55px;
  font-size: clamp(1.8rem, 1.582rem + 1.09vw, 2.4rem);
  font-weight: bold;
  display: block;
  color: #FFF;
  background: #E60012;
  text-decoration: none;
  text-align: center;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}

.toi a:hover {
  opacity: 0.8;
}
.toi .icon-mail {
  width: 30px;
  margin-top: -5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.toi span {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
}
.news {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  padding-top: 60px;
  background: #F6F6F6;
  text-align: center;

  line-height: 1.5; /*news欄ヘッダー下に移動時に追加*/
}

.news h2 {
  margin-bottom: 30px;
}
.news h2>span.t-en {
  font-size: 5rem;
  line-height: 0;
}
.news h2>span.t-jp {
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  font-weight: normal;
}
.news p.em,.news p.emdate {
  font-size: clamp(1rem, 0.273rem + 3.64vw, 3rem);
}
.news .icon {
  display: inline-block;
  vertical-align: text-top;
}
.news .conv {
  font-size: clamp(1rem, 0.455rem + 2.73vw, 2.5rem);
}
.news .photo {
  width : 80% ;
  margin: 30px auto 0;
}
.video {
  text-align: center;
  margin-top: 60px;
}
.video video {
  width: 90%;
  border: 1px solid #dcdcdc;
}
.topick {
  padding: 15px 0 60px;
}
.topick .content {
  padding: 0 2%;
}
.shokaiBox {
  width: 100%;
  margin: 0 auto ;
}
.shokaiBox h3 {
  font-size: 3rem;
  margin-bottom: 15px;
}
.shokaiBox span {
  font-size: clamp(1rem, 0.455rem + 2.73vw, 2.5rem);
}
.shokaiBox a {
  color: #FFD200;
}
.shokaiBox a:hover {
  color: #FFF;
}
.boxdiago {
  margin: 0 auto 15px auto;
  padding: 15px 30px;
  justify-content: center;
  position: relative;
  color: #FFD200;
  background: #000;
  text-align: center;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.diago-inner {
  display: block;
  -webkit-transform: skewX(15deg) !important;
  -ms-transform: skewX(15deg) !important;
  -o-transform: skewX(15deg) !important;
  transform: skewX(15deg) !important;
}

.download {
  background-color: #FFD200;
}
.download .ttlBox {
  padding: 30px 0;
  text-align: center;
  background: #000;
}
.download h3 {
  font-size: clamp(2rem,3.2vw,3.5rem);
  color: #FFD200;
  text-align: center;
}
.download .dlBox {
  margin-top: 60px;
  padding: 30px 50px;
  background-color: #FFF;
  color: #000;
}
.download .dlBox2 {
  margin-top: 60px;
}
.download ul {
  list-style: none;
}
.download .dllist li{
  background-image: url(../img/icon_pdf.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size:  auto 30px;
  padding-left: 40px;
  line-height:40px;
  font-size: clamp(1.4rem, 3vw, 2rem);
}
.DL_btn {
  text-align: center;
}
.DL_btn a {
  margin: 20px auto;
  padding: 15px 55px;
  font-size: clamp(1.8rem,3vw,2.4rem);
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  background: #E60012;
  text-decoration: none;
  text-align: center;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}

.tdeco {
  margin: 0 auto 15px auto;
  padding: 3px 20px;
  display: inline-block;
  justify-content: center;
  position: relative;
  color: #FFF;
  background: #E60012;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.tdeco-inner {
  display: block;
  -webkit-transform: skewX(15deg) !important;
  -ms-transform: skewX(15deg) !important;
  -o-transform: skewX(15deg) !important;
  transform: skewX(15deg) !important;
}
.balloon{
  position: relative;
}
.balloon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 50px 60px 0 60px;
}
.explan02 .content {
  margin-bottom: 60px;
}
table , td {
  border: 1px solid #595959;
  border-collapse: collapse;
}
table {
  width: 100%;
  background: #fff;
}
td {
  padding: 8px;
}
.genre {
  width: 25%;
}
.product {
  width: 50%;
}
footer .tel {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .content {
    width: 80vw;
  }
  .download .dlBox {
    margin-top: 60px;
    padding: 20px 0 20px 10px;
    background-color: #FFF;
    color: #000;
  }
  .download ul {
    padding-left: 0;
  }
  .download .dllist li{
    padding-left: 40px;
    line-height:30px;
    background-size:  auto 25px;
  }

}

.privacy {
  margin: 60px 0;
}

.privacy h2 {
  margin-bottom: 60px;
  padding-bottom: 30px;
  display: block;
  border-bottom: 1px solid #000;
}