@charset "UTF-8";



* {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}


body {
  text-align: left;
  color: #333333;
  /*color: #241818;*/
  font-size: 14px;
  background: #fff;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, div {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 100%;
  line-height: 1.8em;
  color: #333333;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

address {
  font-style: normal;
}

dl {
  display: flex;
  flex-wrap: wrap;
}

dl dt {
  width: 30%;
}

dl dd {
  width: 70%;
}

/*img 								{ border: none; max-width:100%; height:auto; }*/
.clr {
  font-size: 1px;
  line-height: -1px;
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 1px;
}

@font-face {
  font-family: "SourceHanSans";
  src:
    url("../fonts/SourceHanSans-Medium.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "SourceHanSans";
  src:
    url("../fonts/SourceHanSans-Bold.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "Deutschlander";
  src: url("../fonts/Deutschlander.woff2") format("woff2"),
    url("../fonts/Deutschlander.woff") format("woff");
  letter-spacing: 0em;
  font-display: swap;
  font-weight: 100;
}

@font-face {
  font-family: "Din";
  src: url("../fonts/DIN.ttf") format("truetype");
  letter-spacing: 0em;
  font-display: swap;
  font-weight: 100;
}

@font-face {
  font-family: "SourceHanSans";
  src:
    url("../fonts/SourceHanSans-Light.otf") format("opentype");
  font-weight: 100;
}

.mei {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Verdana, 'Hiragino Kaku Gothic Pro', osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.hira {
  font-family: 'ヒラギノ角ゴ Pro W3', Verdana, 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.tukusi {
  font-family: "a-otf-midashi-go-mb31-pr6n", 'ヒラギノ角ゴ Pro W3', Verdana, 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.hel {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.koz {
  font-family: "KozGoPro-Regular", "小塚ゴシック Pro R", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.hel_ne {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 700;
}

.jpfont {
  font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック';
}

.ryogo {
  font-family: "ryo-gothic-plusn", sans-serif;
}

.ryotit {
  font-family: "ryo-text-plusn", serif;
  font-weight: 100;
}

.Yumin {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Yugo {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  font-family: "yu-mincho-pr6n", sans-serif;
}

img {
  width: 100%;
}

.mgt140 {
  margin-top: 140px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb140 {
  margin-bottom: 140px;
}

.mgt80 {
  margin-top: 80px;
}

.mgt60 {
  margin-top: 80px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt30 {
  margin-top: 30px;
}

.pdt140 {
  padding-top: 140px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb140 {
  padding-bottom: 140px;
}

.aline_c {
  text-align: center;
}

.aline_l {
  text-align: left;
}

.aline_r {
  text-align: right;
}

.inline_b {
  display: inline-block;
}

.block {
  display: block;
}

.font_b {
  font-weight: bold;
  text-shadow: 0.5px #000;
  -webkit-text-stroke: 0.5px black;
}

.right_auto {
  margin-left: auto;
}

.fnt70 {
  font-size: 70px;

}

.fnt60 {
  font-size: 60px;

}

.fnt50 {
  font-size: 50px;

}

.fnt45 {
  font-size: 45px;

}

.fnt40 {
  font-size: 40px;

}

.fnt30 {
  font-size: 30px;

}

@media screen and (max-width: 1400px) {
  .fnt45 {
    font-size: 40px;

  }

  .fnt30 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1250px) {
  .fnt30 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1100px) {
  .fnt30 {
    font-size: 20px;
  }
}

.fnt25 {
  font-size: 25px;

}

.fnt23 {
  font-size: 23px;

}

.swiper-slide .fnt23 {
  font-size: 1.1rem;
}

.fnt20 {
  font-size: 20px;

}

.fnt16 {
  font-size: 16px;

}


.fnt14 {
  font-size: 14px;

}


.item_c {
  align-items: center;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.flex02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex02 li {
  width: 48%;
}

.flex03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex03 li {
  width: 32%;
  margin-right: 2%;
}

.flex03 li:nth-child(3n) {

  margin-right: 0%;
}

.flex04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex04 li {
  width: 24%;
  margin-right: 2%;
}

.flex04 li:nth-child(4n) {

  margin-right: 0%;
}

.flex_img_txt .li_img img {
  padding-right: 50px;
}

.flex_txt_img .li_img img {
  padding-left: 50px;
}

@media screen and (max-width: 1200px) {
  .flex_img_txt .li_img img {
    padding-right: 25px;
  }

  .flex_txt_img .li_img img {
    padding-left: 25px;
  }
}

.flex_img_txt .li_img {
  width: 44%;
}

.flex_img_txt .li_txt {
  width: 55%;
}

.flex_txt_img li:nth-child(1) {
  order: 2;
}

.flex_txt_img li:nth-child(2) {
  order: 1;
}

@media screen and (max-width: 498px) {
  .flex_txt_img li:nth-child(1) {
    order: 1;
  }

  .flex_txt_img li:nth-child(2) {
    order: 2;
  }


}

.img_center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.common_inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .common_inner {
    max-width: 90%;
  }
}

.wide_width {
  width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 1700px) {
  .wide_width {
    width: 95%;
  }
}

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


  .mgt140 {
    margin-top: 100px;
  }

  .mgt100 {
    margin-top: 70px;
  }

  .mgb140 {
    margin-bottom: 100px;
  }

  .pdt140 {
    padding-top: 100px;
  }

  .pdb140 {
    padding-bottom: 100px;
  }

  .mgt80 {
    margin-top: 60px;
  }

  .mgt60 {
    margin-top: 40px;
  }


  .pdt80 {
    padding-top: 60px;
  }

  .fnt70 {
    font-size: 60px;

  }

  .fnt60 {
    font-size: 50px;

  }

  .fnt50 {
    font-size: 40px;

  }

  .fnt45 {
    font-size: 38px;

  }

  .fnt40 {
    font-size: 32px;
  }

  .fnt23 {
    font-size: 20px;

  }
}

@media (max-width: 950px) {
  .fnt70 {
    font-size: 50px;

  }

  .fnt60 {
    font-size: 40px;

  }

  .fnt50 {
    font-size: 35px;

  }

  .fnt40 {
    font-size: 30px;

  }

  .fnt30 {
    font-size: 18px;
  }

  .fnt23 {
    font-size: 18px;

  }

  .mgt40 {
    margin-top: 20px;
  }

  .pdt80 {
    padding-top: 40px;
  }


}

.sp_tab {

  display: none;
}


@media (max-width: 768px) {
  * {
    font-size: 14px
  }

  .sp_tab {

    display: block;
  }

  .sp_tabnone {
    display: none;
  }

  .mgt140 {
    margin-top: 50px;
  }

  .mgt100 {
    margin-top: 40px;
  }

  .mgb140 {
    margin-bottom: 50px;
  }

  .pdt140 {
    padding-top: 50px;
  }

  .pdb140 {
    padding-bottom: 50px;
  }

  .mgb140 {
    margin-bottom: 50px;
  }

  .mgt80 {
    margin-top: 30px;
  }


  .pdt80 {
    padding-top: 30px;
  }

  .fnt40 {
    font-size: 22px;
  }

  .fnt25 {
    font-size: 20px;
  }

  .mgt30 {
    margin-top: 20px;
  }
  .fnt20 {
    font-size: 18px;
  }
}

.sp_br {
  display: none;
}


.sp {
  display: none;
}

@media (max-width: 480px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp_br {
    display: block;
  }

  .common_subh1 {
    font-size: 25px;
  }

  .mgt150 {
    margin-top: 35px;
  }

  .mgt100 {
    margin-top: 20px;
  }

  .mgt40 {
    margin-top: 20px;
  }

  .pdt80 {
    padding-top: 25px;
  }

  .mgt60 {
    margin-top: 20px;
  }

  .fnt70 {
    font-size: 40px;

  }

  .fnt60 {
    font-size: 35px;

  }

  .fnt50 {
    font-size: 30px;

  }

  .fnt45 {
    font-size: 30px;

  }

  .fnt40 {
    font-size: 25px;

  }

  .fnt30 {
    font-size: 16px;
  }

  .fnt25 {
    font-size: 19px;
  }

  .fnt23 {
    font-size: 18px;

  }

  .fnt20 {
    font-size: 16px;
  }

  .fnt16 {
    font-size: 14px;
  }

  .flex02, .flex03 {
    flex-direction: column;
  }

  .flex02 li {
    width: 100%;
  }

  .flex03 li {
    width: 100%;
    margin-right: 0%;
  }

  .flex_txt_img .li_img img {
    padding-left: 0;
  }
}

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


*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light
}

@media (prefers-reduced-motion:no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(button) {
  border-style: solid
}

:where(a) {
  color: inherit;
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem)
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important
}



/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;

}

.title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);

}

.title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #FEFFBA;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

/*
      <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="js/9-2-1.js"></script>
   <script>
//アコーディオンをクリックした時の動作
$('.title').on('click', function() {//タイトル要素をクリックしたら
  var findElm = $(this).next(".box");//直後のアコーディオンを行うエリアを取得し
  $(findElm).slideToggle();//アコーディオンの上下動作
    
  if($(this).hasClass('close')){//タイトル要素にクラス名closeがあれば
    $(this).removeClass('close');//クラス名を除去し
  }else{//それ以外は
    $(this).addClass('close');//クラス名closeを付与
  }
});

//ページが読み込まれた際にopenクラスをつけ、openがついていたら開く動作※不必要なら下記全て削除
$(window).on('load', function(){
  $('.accordion-area li:first-of-type section').addClass("open"); //accordion-areaのはじめのliにあるsectionにopenクラスを追加
  $(".open").each(function(index, element){ //openクラスを取得
    var Title =$(element).children('.title'); //openクラスの子要素のtitleクラスを取得
    $(Title).addClass('close');       //タイトルにクラス名closeを付与し
    var Box =$(element).children('.box'); //openクラスの子要素boxクラスを取得
    $(Box).slideDown(500);          //アコーディオンを開く
  });
});
   </script>



*/