:root {
/*
  --gr2: #268c50;
  --bl5: #5993de;
  --or5: #f5732d;
  --br5: #523322;
  --br6: #cb662f;
  */
  --x-0a-6a-0f: rgba(10, 106, 15, 1);
  --eb-6300: rgba(235, 99, 0, 1);
  --wihte: rgba(255, 255, 255, 1);
  --sub-color: rgba(109, 181, 81, 1);
  --text-gray: rgba(51, 51, 51, 1);
  --black: rgba(51, 51, 51, 1);
  --corp-color: rgba(2, 100, 66, 1);
  --white: rgba(255, 255, 255, 1);
  --sub-green: rgba(17, 141, 62, 1);
  --line-gray: rgba(204, 204, 204, 1);
  --bggreen: rgba(235, 244, 241, 1);
  --bggray: rgba(245, 245, 245, 1);
  --wakubg: rgba(248, 247, 237, 1);
  --bggreen: #ebf4f1;
  --drop-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  --191919: rgba(25, 25, 25, 1);
}

.bg_baige {
  background-color: var(--wakubg);
}

.bg_gray {
  background-color: #f5f5f5;
}

.bg_gray2 {
  background-color: #f6f6f6;
}

.bg_green {
  background-color: var(--bggreen);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  color: var(--black);
  margin: 0;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

main {
  display: block;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: inherit;
  line-height: inherit;*/
  font-weight: bold;
  /*font-weight:500;*/
  margin: 0;
}

.fb100 {
  font-weight: 100;
}

.fb500 {
  font-weight: 500;
}
.fb600 {
  font-weight: 600;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

li {
  position: relative;
}

i {
  display: inline-block;
  font-style: normal;
}

strong,
em {
  font-weight: bold;
}

a {
  color: var(--black);
  display: inline-block;
  text-decoration: none;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}

span {
  display: inline-block;
}

.cc {
  display: grid;
  place-content: center;
}

#main_contents {
  z-index: 1;
}
/* 汎用
----------------------------------------------------*/

.palt {
  font-feature-settings: "palt";
}

.halt {
  font-feature-settings: "halt";
}



.fade2.view,
.fade.view {
  opacity: 1;
  transition: 1.5s;
}

.fade2,
.fade {
  opacity: 0;
}

a.tra4:hover,
.tra4 a:hover,
.ho a:hover img,
a.ho:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.bo a,
a.bo {
  text-decoration: none;
  transition: all 0.4s linear;
}

.bo a:hover,
a:hover.bo {
  text-decoration: underline;
}

.bo2 a,
a.bo2 {
  color: #007aff;
  text-decoration: underline;
  transition: all 0.4s linear;
}

.bo2 a:hover,
a:hover.bo2 {
  text-decoration: none;
}

.no_link {
  pointer-events: none;
}

.tL {
  text-align: left;
}

.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

.cB {
  clear: both;
}

.pr {
  position: relative;
}

.db {
  display: block;
}

picture,
.ib {
  display: inline-block;
}

.il {
  display: inline;
}


.oh {
  overflow: hidden;
}
.ov {
  overflow: visible;
}

.ov_y{
overflow-y: visible;
}

.fn {
  font-weight: normal;
}
.dn_en,
._dn_100,
.dn {
  display: none;
}

.fb {
  font-weight: bold;
}

.fb400 {
  font-weight: 400;
}
.fb500 {
  font-weight: 500;
}
.fb700 {
  font-weight: 700;
}

.fb600 {
  font-weight: 600;
}
.fb900 {
  font-weight: 900;
}

.en_up {
  text-transform: uppercase;
}

.ti {
  text-indent: -1em;
  padding-left: 1em;
}

.tra a,
.tra {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.bb li,
.bb {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*左右反転*/
.r_x {
  transform: scale(-1, 1);
}

.rad10 {
  border-radius: 10px;
}

.list01 li {
  padding-left: 1em;
}

.list01 li:before {
  display: block;
  content: "";
  top: 15px;
  left: 5px;
  margin: auto;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}

.z1 {
  z-index: 1;
  position: relative;
}

.z2 {
  z-index: 2;
  position: relative;
}

.z3 {
  z-index: 3;
  position: relative;
}

.ls {
  letter-spacing: 0;
}

.tate {
  writing-mode: vertical-rl;
}

.txt8 {
  font-size: 8px;
}
.txt10 {
  font-size: 10px;
}
.txt11 {
  font-size: 11px;
}
.txt12 {
  font-size: 12px;
  line-height: 1.66;
}
.txt13 {
  font-size: 13px;
}
.txt14 {
  font-size: 14px;
}
.txt15 {
  font-size: 15px;
}
.txt16 {
  font-size: 16px;
}
.txt18 {
  font-size: 18px;
}
.txt19 {
  font-size: 19px;
}
.txt20 {
  font-size: 20px;
}
.txt22 {
  font-size: 22px;
}
.txt24 {
  font-size: 24px;
  line-height: 1.6;
}
.txt25 {
  font-size: 25px;
}
.txt26 {
  font-size: 26px;
}
.txt28 {
  font-size: 28px;
}
.txt30 {
  font-size: 30px;
  line-height: 1.45;
}
.txt32 {
  font-size: 32px;
  line-height: 1.5;
}
.txt34 {
  font-size: 34px;
}
.txt35 {
  font-size: 35px;
}
.txt36 {
  font-size: 36px;
}
.txt38 {
  font-size: 38px;
}
.txt40 {
  font-size: 40px;
  line-height: 1.5;
}
.txt42 {
  font-size: 42px;
}
.txt48 {
  font-size: 48px;
}
.txt50 {
  font-size: 50px;
  line-height: 1.4;
}
.txt56 {
  font-size: 56px;
}
.txt60 {
  font-size: 60px;
}
.txt64 {
  font-size: 64px;
}
.txt70 {
  font-size: 70px;
}
.txt80 {
  font-size: 80px;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb_20 {
  margin-bottom: -20px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}

.mt30 {
  margin-top: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt150 {
  padding-top: 150px;
}
.pb30 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb80 {
  padding-bottom: 80px;
}
.pl10 {
  padding-left: 10px;
}

.txt_w {
  color: #fff;
}

.bg_w {
  background: #fff;
}

.bg_gray {
  background: #f1f1f3;
}

.font-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

em {
  font-style: normal;
}

button{
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}

button.more,
a.more {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 91;
}

button.more:hover,
a.more:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mt10 {
  margin-top: 10px;
}

.lh1 {
  line-height: 1;
}

.lh2 {
  line-height: 2;
}

.lh15 {
  line-height: 1.5;
}

.lh18 {
  line-height: 1.8;
}

.a_link:before {
  content: " ";
  margin-top: -70px;
  height: 70px;
  display: block;
  visibility: hidden;
  pointer-events: none;
  position: relative;
}

.a_link2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -120px;
  padding-top: 120px;
  pointer-events: none;
}

img.of100,
.of100 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.main {
line-height: 1.8;
}

@media screen and (min-width: 769px) {
  /*-----------------------------*/

  .nowrap_pc {
    white-space: nowrap;
  }

  .w320_only,
  .sp_only,
  .sp_only ul {
    display: none !important;
  }

  body {
    text-align: center;
  }

  #container {
    width: 100%;
    /*max-width: 100%;*/
    margin-left: auto;
    margin-right: auto;
  }



  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none !important;
  }

  .no_mw {
    max-width: none;
  }

  .nowrap {
    white-space: nowrap;
  }

  .no_max img {
    max-width: none;
  }

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

  .flex-start {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .flex-end {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

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

  .f-column {
    display: flex;
    flex-direction: column;
  }

  .alc,
  .aic {
    align-items: center;
  }

  .ale {
    align-items: end;
  }

  .riv {
    flex-direction: row-reverse;
  }

  .rad20pc,
  .rad20sp,
  .rad20 {
    border-radius: 20px;
  }

  .lh15 {
    line-height: 1.5;
  }

  .box1000 {
    width: min(1112px, 96%);
    margin-left: auto;
    margin-right: auto;
  }
  
    .w980 {
    width: min(980px, 92%);
    margin-left: auto;
    margin-right: auto;
  }


  .w800 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  @media screen and (max-width: 1140px) {
    /*------------*/

    .box1000 {
      width: 96%;
    }
  } /*--1140px--*/
} /*-----*/

@media screen and (max-width: 769px) {
  /*-----------------------------*/

  html {
  scroll-padding-top: 50px;
}

  body {
    text-align: center;
    min-width: 375px;
  }
 .txt40 {
    font-size: 30px;
  }

  .txt24sp {
    font-size: 24px;
  }

  .txt14sp {
    font-size: 14px;
  }
  .txt16sp {
    font-size: 16px;
  }
  .txt18sp {
    font-size: 18px;
  }

  .txt20sp {
    font-size: 20px;
  }
  .txt26sp {
    font-size: 26px;
  }
  .txt32sp {
    font-size: 32px;
  }
    .txt36sp {
    font-size: 36px;
  }
  .txt32 {
    font-size: 26px;
  }
  .mt20sp{
  margin-top: 20px;
  }
  
  .mb5sp{
   margin-bottom: 5px;
   }

  .mb30 {
    margin-bottom: 20px;
  }

  .mb60 {
    margin-bottom: 40px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb75 {
    margin-bottom: 40px;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .mb50sp,
  .mb150 {
    margin-bottom: 50px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a.no_sp {
    pointer-events: none;
  }

  .sptL,
  .tLsp {
    text-align: left !important;
  }

  .tCsp {
    text-align: center;
  }

  .tRsp {
    text-align: right;
  }

  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }

  .w100sp {
    width: 100%;
  }

  .w92sp {
    width: calc(100% - 40px);
    margin-inline: auto;
  }

  .w90sp {
    /*width:90%;*/
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  
   .lh13sp{
  line-height: 1.3 !important;
  }
  
  .lh15sp{
  line-height: 1.5 !important;
  }

  .rad20 {
    border-radius: 10px;
  }

  .rad20sp {
    border-radius: 20px;
  }

  .justify_sp,
  .justify.sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flex-start_sp,
  .flex-start.sp {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .flex-center_sp,
  .flex-center.sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .flex-end.sp {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .f-column.sp,
  .column_sp {
    display: flex;
    flex-direction: column;
  }

  .alc {
    align-items: center;
  }

  .a_link2 {
    margin-top: -90px;
    padding-top: 90px;
  }
} /*-----*/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 動画YouTube化 */

#fv .movie_wrap {
	width :min(700px,96%);
}

#fv .movie_wrap .youtube .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;  /* ここが 16:9 のポイント */
}

#fv .movie_wrap .youtube .video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 768px) {
	#fv .movie_wrap #youtube {
		width:100%;
	}
}

