/*
Theme Name: IRAIZ2025
Version: 1.3
*/


p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;	
}
.blue {
	background-color: #8eb9d7;
}
.tx11 {
	font-size: 1.1rem;
}
.tx12 {
	font-size: 1.2rem;
}
.tx13 {
	font-size: 1.3rem;
}
.tx14 {
	font-size: 1.4rem;
}
.tx15 {
	font-size: 1.5rem;
}
.kosugi-regular {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inner {
	padding: 0 5%;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;	
}
.sp {
}
.dt {
	display: none;
}
.wave {
	background-image: url(images/wave300.svg);
	background-repeat: repeat-x;
	height: 50px;
}
.waver {
	background-image: url(images/wave300r.svg);
	background-repeat: repeat-x;
	height: 50px;
	margin-bottom: 50px;
}
/*******************header********************/
header {
	display: flex;
	justify-content: apace-between;
	align-items: center;
	height: 70px;
}
header .hbox01 {
	flex-basis: 30%;
}
header .hbox01 img {
	max-width: 70%;
	/*aspect-ratio: 5 / 3;*/
	margin: auto;
}
header .hbox02 {
	flex-basis: 60%;
	font-size: 1.3rem;
}
header .hbox03 {
	flex-basis: 20%;
	text-align: center;
}
header .hbox04 {
	flex-basis: 10%;
}
/********************footer***********************/
footer .inner {
	padding-top: 30px;
}
footer .f-box {
	color: #FFF;
	text-align: center;
}
footer .f-box img {
	width: 30%;
	margin: auto;
}

/**********************nav**************************/
.header {
  position: relative;
  padding: 10px;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}
/*/nav*/

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(-100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

/***********index*************/
.inst {
	width: 100%;
}
.inst .serv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.inst .serv .item {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0 5px 50px;
}
.inst .serv .item .pic {
	
}
.inst .serv .item .pic img {
	border-radius: 9999px;
}
.inst .serv .item .tbox {
	background-color: #FFF;
	width: 100%;
	padding: 10px;
	flex-grow: 1;
}
.inst .serv .item .tbox p {
	font-size: 1.3rem;
	color: #0F3CA4;
	margin-bottom: 10px;
}
.sub_title {
	color: #8eb9d7;
	border-bottom: 1px solid #8eb9d7;
	padding: 10px 3px;
	margin: auto;
	margin-bottom: 10px;
}
.blue .sub_title {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.inner.blue .a_tx {
	color: #FFF;
}
.inner .inbox {
	border-radius: 20px;
	padding: 6.5%;
	margin-top: 20px;
}
.inner.blue .inbox {
	background-color: #FFF;
}
.inner .inbox .inbox_ti {
	border-radius: 30px;
	text-align: center;
	color: #8eb9d7;
	border: 1px solid #8eb9d7;
	margin: 0 auto 10px;
	width: 50%;
	padding: 5px 10px;
}
.inner.blue .inbox .inbox_ti {
	background-color: #8eb9d7;
	color: #FFF;
}
.inner .inbox .inbox_p img {
	border-radius: 10px;
	width: 77%;
	height: auto;
	margin: auto;
	margin-bottom: 30px;
}
.inner .inbox .inbox_p2 {
	width: 77%;
	padding: 10px;
	margin: 0 auto 30px;
	text-align: center;
	border-bottom: 1px solid #8eb9d7;
	color: #8eb9d7;
}
.inner .inbox .inbox_tx {
	color: #8eb9d7;
	width: 77%;
	margin: auto;
	padding: 10px 10%;
	border-top: 1px solid #8eb9d7;
}
/**************コンテンツページ**************/
.prof table {
	border-collapse: collapse;
	width: 100%;
}
.prof table th, td {
	border: 2px solid #fff;
	background-color: #e6f1f6;
	padding: 3%;
}
.prof table th {
	width: 30%;
}
.busi .textbox,.picbox {
	margin-bottom: 20px;
}




@media screen and (min-width: 960px) {
  img {
    max-width: 960px;
  }
  .sp {
	  display: none;
  }
  .dt {
	  display: initial;
  }
  .wave {
	background-image: url(images/wave480.svg);
  }
  .waver {
	background-image: url(images/wave480r.svg);
  }
/*******************header********************/
header {
	height: auto;
}
header .hbox01 img {
	max-width: 30%;
}
header .hbox02 {
	flex-basis: 60%;
	font-size: 2rem;
}
/***********index*************/
.inst {
	padding: 20px 12.5%;
}
.inst .serv .item {
	width: 300px;
	margin: 0 5px 50px;
}
}