@charset "UTF-8";
/* CSS Document */
body {
  line-height: 1.5;
  font-size: 18px;
  background-color: #374259;
  color: #374259;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", serif;
}
img{
  width: 100%;
}
a img.tel {
  width: 70%;
  max-width: 300px;
}
h2.title img{
  max-width: 350px;  
  margin-bottom: 40px;
}
.pc_only {
  display: inline-block;
}
.sp_only {
  display: none!important;
}

a, button {
  transition: 0.5s ease;
  cursor: eventer;
}
a:hover, button:hover {
  opacity: 0.6;
}
nav ul li a:hover,button.hamburger:hover{
  opacity: 1!important;
}
.bg-last {
  background: #fcf5dd;
  padding-top: 20px;
}
.bold {
  font-weight: bold;
}
.left {
  text-align: left;
}
.right {
  text-align: right!important;
}
.center {
  text-align: center!important;
}
section{
  max-width: 1000px;
  width: 90vw;
  margin: 0 auto;
  background-color: #fcf5dd;
  border-radius: 40px;
  margin-bottom: 80px;
}
.inner{
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
  padding: 50px 20px;
}
p.lead span,
p.sanka span{
  color: #d95152;
}
.flex {
  display: flex;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
}

.num_wrap{
  text-align: left;
  padding: 2vw 0 1vw;
}

/*---------------------------------
  nav
---------------------------------*/
.menu_wrap{
  display: none;
}
.pc_menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background: rgb(238 186 0 / 80%);
  /*
  background: rgb(28 28 28 / 90%);
  */
  color: #fff;
  z-index: 99999;
}
.pc_menu .flex{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.pc_menu .flex li{
  position: relative;
  display: block;
  padding: 0 5px;
}
.pc_menu .flex li img{
  width: auto;
  height: 80px;
  cursor: pointer;
}
.pc_menu .flex li a{
  position: relative;
  display: inline-block;
  width: 100%;
  color: #374259;
  margin: 18px 4px 10px;
  padding-top: 3px;
  transition: .3s;
  transition: ease 0.3s;
}
.pc_menu .flex li a::after{
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 7%;
  left: 0;
  bottom: -3px;
  background-color: #fcf5dd;
  transition: all ease 0.3s;
}
.pc_menu .flex li a:hover::after{
  height: 100%;
}
.pc_menu .flex ul{
  display: block;
}
.pc_menu .flex ul li a{
  display: block;
  text-decoration: none;
  color: #000;
  padding:10px 10px;
  transition:all .3s;
}
.pc_menu .flex li.has-child::before{
  content:'';
  position: absolute;
  right: 0;
  bottom: 1.2em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right:2px solid #fff;
  transform: rotate(135deg);
}

.pc_menu .flex li.has-child ul{
  position: absolute;
  left:0;
  top: 62px;
  z-index: 4;
  background:#fff;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  line-height: 1.2;
}
.pc_menu .flex li.has-child:hover > ul,
.pc_menu .flex li.has-child ul li:hover > ul,
.pc_menu .flex li.has-child:active > ul,
.pc_menu .flex li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

.pc_menu .flex li.has-child ul li a:hover,
.pc_menu .flex li.has-child ul li a:active{
  color:#fff;
}
.pc_menu .flex li.has-child{
  padding-right: 1em;
}

/*---------------------------------
  main
---------------------------------*/
.main {
  width: 100%;
  margin: 0 auto;
}
.main .mv img {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.main .flex{
  align-items: center;
  justify-content: center;
}
.main .kariya_logo {
  width: 20%;
}

.main .kariya_logo img {
  width: 80%;
}
.mv{
  width: 100%;
  margin: 0 auto 80px;
  padding-top: 40px;
}
.mv .pc_main{
  display: block;
}
.mv .sp_main{
  display: none;
}

/*--------------------------------
	　overview
--------------------------------*/
.overview {
  background:#fcf5dd url(../img/overview_bottom-img.png) bottom center no-repeat;
  background-size: 100%;
  border-radius: 40px;
}
.overview .inner {
  background:url(../img/overview_top-img.png) top 30px center no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.overview p.lead{
  font-size: 26px;
  margin-bottom: 40px;
  padding-top: 80px;
}

.overview p.sanka{
  font-size: 24px;
  margin-bottom: 20px;
  padding-top: 80px;
}
.overview p.fax{
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

/*--------------------------------
	　news
--------------------------------*/
#news{
  background: url(../img/overview_news-bg.png) top left / 100% auto no-repeat;
  max-width: 900px;
  height: 500px;
  width: 96%;
  margin: 50px auto 0;
  padding-top: 140px;
  padding-bottom: 50px;
}
#news h2 img{
  max-width: 300px;
  width: 80%;
}
.news .news-list{
  margin: 20px auto 0;
  max-height: 250px;
  width: 70%;
  overflow-x: auto;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.news .flex {
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 90%;
  margin: 40px auto 0;
  min-height: 1.5em;
  border-bottom: 2px solid #3c5068;
}
.news_day {
  width: 25%;
  line-height: 1.3;
  text-align: left;
}
.news_txt{
  width: 70%;
  text-align: left;
  margin: 0 0 1em 20px;
  word-break: break-all;
  line-height: 1.3;
}

/*--------------------------------
	　story
--------------------------------*/
#story{
  background: url(../img/story_bg-pc.jpg) top center / cover no-repeat;
}

#story h2 img{
  width: 64%;
  max-width: 350px;
  margin-top: 40px;
  margin-bottom: 60px;
}
#story p{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 1em;
  text-align: left;
}

#story p span{
  font-size: 14px;
  font-weight: normal;
  font-weight: bold;
}
/*--------------------------------
	　point
--------------------------------*/
.point .inner {
  background: url(../img/howto_bg.png) top 40px left no-repeat, url(../img/howto_bg.png) bottom 40px center no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.point h3{
  width: 60%;
  max-width: 350px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.point p{
  font-size: 18px;
  margin-bottom: 1em;
}
.point ul{
  margin: 0 auto;
  padding: 1em 0;
  background: #fcf5dd;
  justify-content: space-between;
}
.point ul li{
  width: 32%;
}
.point ul li img{
  width: 100%;
}
/*--------------------------------
	　howto
--------------------------------*/
#howto .inner {
  background: url(../img/howto_bg.png) top 40px left no-repeat, url(../img/howto_bg.png) bottom 40px center no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
#howto p{
  color: #3c5068;
  font-size: 26px;
  margin-bottom: 1em;
}
#howto p.hp{
  margin-top: 1.5em;
}
#howto .line-top{
  background: url(../img/howto_line.png) top left no-repeat;
  background-size: 100%;
  padding-top: 60px;
  margin-top: 60px;
}
#howto ul.img-list{
  max-width: 660px;
  margin: 0 auto;
  padding: 1em 0;
  gap: 2%;
}
#howto ul.img-list li{
  width: 32%;
  margin-bottom: 20px;
}
#howto ul.img-list li img{
  width: 100%;
}

/*--------------------------------
	　gaiyo
--------------------------------*/
#gaiyo .inner {
  background: url(../img/howto_bg.png) top 40px left no-repeat, url(../img/howto_bg.png) bottom 40px center no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
#gaiyo dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px dotted #b6692a;
  padding: 30px 0;
  gap:20px
}

.need dt {
  padding-bottom: 0;
  line-height: 1.7em;
  width: 9em;
  font-size: 18px;
  color: #fff;
}
.gaiyo dt span {
  width: 100%;
  padding: 2px;
  line-height: 1.5;
  display: inline-block;
  background: #3c5068;
}
#gaiyo dd {
  text-align: left;
  font-size: 16px;
  padding-top: 4px;
  width: 75%;
}
#gaiyo dl a{
  color:#d95152;;
}
#gaiyo .need{
  border-bottom: 2px dotted #3c5068;
}

.gaiyo dl.system span {
  padding: 2px 10px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #3c5068;
}
#gaiyo .system dd p{
  margin-bottom: 10px;
}
#gaiyo .nanido dd span{
  font-size: 20px;
}
#gaiyo a img.tel {
  margin-top: 0.5em;
  max-width: 210px;
}
#gaiyo dl.contact dd p.mt {
  margin-top :1.5em !important;
}
/*--------------------------------
	　faq
--------------------------------*/
#faq dl{
  margin-bottom: 50px;
}
#faq dl img{
  width: 35px;
}

#faq dt,
#faq dd{
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap:15px
}
#faq dt{
  padding-bottom: 0.6em;
  border-bottom: 1px solid #3c5068;
}
#faq dd{
  padding-top: 0.6em;
}
/*--------------------------------
	　attention
--------------------------------*/

#attention ul{
  margin: 0 auto;
  padding: 1em 0;
  background: #fcf5dd;
}
#attention ul li{
  text-align: left;
  margin-bottom: 20px;
}
.attention ul li {
  list-style: none;
  line-height: 1.6;
  margin-bottom: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.attention a {
  text-decoration: underline;
  color: #e95050;
}

/*--------------------------------
	　copy_sec
--------------------------------*/
.copy_sec{
  background: #262b35;
  padding: 1em 0 1em;
  color: #fff;
}
.copy_sec ul li{
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.copy_sec ul li a{
  color: #92c7b5;
}
.copy_sec img{
  max-width: 200px;
}
.copy_sec ul li br{
  display: none;
}
