@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;900&display=swap');

:root {
  --aioi-blue :#0d68be;
  --font-Raleway : "Raleway", sans-serif;
}
html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  font-size: 0.67vw;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "M PLUS Rounded 1c",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #1e2123;
  font-size: 1.7rem;
  font-feature-settings: "palt" 1;
  position: relative;
}
label {
  width: auto;
  max-width: auto;
}
.Raleway {
  font-family: var(--font-Raleway);
}
h2,h3,h4,h5,h6 {
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
 font-weight: 600;
}
h1 {
  font-weight: 600;
}
p {
  line-height: 1.5;
}
b {
  font-size: 110%;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:link {
  color: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: rgba(71, 71, 71, 1.00);
}
a img {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
@media screen and (min-width:598px) {
  a.tel_link {
    color: inherit;
    text-decoration: none;    
  }
}
.hover_img {
  overflow: hidden;
  display: block;
}
.hover_img img{
 transition:1s all;
}
.hover_img img:hover{
  transform:scale(1.04,1.04);
  transition:0.4s all;
}
button,input {
  white-space: nowrap;
}
/*-form
-------------------------------------------------------------------*/
 
.form_small {
  width: 5rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(247,247,247,1.00);
}
.form_middle {
  width: 1.2rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,1.00);
}
.form_long {
  width: 26rem;
  height: 1.4rem;
  font-size: 1.2rem;
  background-color: rgba(255,255,255,1.00);
}
input[type="text"],input[type="email"],input[type="tel"],textarea {
  box-shadow: none;
  border: none;
  padding: 1.5rem;
  border-radius: 1rem;
  width: 100%;
  background-color: rgba(255,255,255,1.00);
}
/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 1rem;
  z-index: 100;
}
header#globalHeader ul {
  padding: 0;
}
header#globalHeader ul li {
  list-style: none;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 2rem;
  position: relative;
}
header#globalHeader ul li span {
  position: relative;
}
header#globalHeader ul li span:hover {
  cursor: pointer;
}

header#globalHeader ul li i {
  margin-right: 0.6rem;
}
header#globalHeader ul li i img {
  margin-top: -0.4rem;
}
header#globalHeader a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.6s;
}
header#globalHeader a:hover {
  color: #999999;
  transition: 0.6s;
}
header#globalHeader.pageNav {
  background-color: #fff;
}
header#globalHeader.pageNav ul li {
  font-size: 1.6rem;
  margin-left: 2rem;
}
header#globalHeader.pageNav a {
  text-decoration: none;
  color: #333333;
  transition: 0.6s;
}
header#globalHeader.pageNav  a:hover {
  color: #666666;
}
header#globalHeader.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  animation: DownAnime 1s forwards;
}
header#globalHeader.fixed a {
  text-decoration: none;
  color: #111111;
  transition: 0.6s;
}
header#globalHeader.fixed a:hover {
  color: #666666;
  transition: 0.6s;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.navbar-brand {
  margin: 1rem 0 0 0;
  position: relative;
  z-index: 9999;
}
.navbar-brand img {
  width: 20rem;
  height: auto;
}

@media (min-width:768px) {
  header#globalHeader ul {
    list-style: none;
    padding: 0;
    margin: 1rem 1rem 0 0;
    display: flex;
    justify-content: flex-end;
  }
  header#globalHeader.pageNav ul li.pulldown {
    position: relative;
    padding-left: 15px;
  }
  .pulldown:after {
    content: "";
    background: #111111;
    height: calc(tan(10deg) * 60px / 2);
    width: 10px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header#globalHeader ul ul.subNav {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 1rem 1.5rem 0.1rem;
    border: 1px solid #f7f7f7;
    background-color: #ffffff;
    white-space: nowrap;
  }
  header#globalHeader ul .active ul.subNav {
    display: block;
  }
  header#globalHeader ul ul.subNav li {
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}

/*トグルボタン----------------------------------*/
.toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border-style: none;
  z-index: 999;
}
.toggle:focus {
  outline: none;
}
.pc {
  display: none;
}
@media (min-width: 991px) {
  .toggle {
    display: none;
  }
  .smp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 1);
		padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.active {
    height: 100%;
    overflow: hidden;
  }
  header#globalHeader ul.sub-nav {
    display: none;
  }
  header#globalHeader ul.navbar-nav {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  header#globalHeader ul.navbar-nav li {
    margin: 1rem 2rem;
    position: relative;
    padding-left: 1.2rem;
  }
  header#globalHeader ul.navbar-nav li a:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  header#globalHeader ul.navbar-nav a {
    color: #111111;
  }
  .navbar-brand {
    width: 18rem;
    height: auto;
  }
  .navbar-brand img {
    width: 100%;
    height: auto;
  }
}
.navbar-toggle-anime, .navbar-toggle-anime span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.navbar-toggle-anime {
  position: relative;
  width: 26px;
  height: 26px;
}
.navbar-toggle-anime span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #111111;
  border-radius: 4px;
}
.navbar-toggle-anime span:nth-of-type(1) {
  top: 0;
}
.navbar-toggle-anime span:nth-of-type(2) {
  top: 10px;
}
.navbar-toggle-anime span:nth-of-type(3) {
  bottom: 5px;
}
.navbar-toggle-anime.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.navbar-toggle-anime.active span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggle-anime.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

@media (min-width:991px) {

}

/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
	clear: both;
  padding: 3rem 2rem 0.6rem;
}

.globalFooter__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav.globalFooter__inner-fnav {
  display: flex;
  gap: 2rem;
}
nav.globalFooter__inner-fnav ul {
  list-style: none;
  padding: 0;
  display: block;
}
nav.globalFooter__inner-fnav ul li {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-block: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
nav.globalFooter__inner-fnav ul li:before {
  content: "-";
  color: #000000;
  position: absolute;
  left: 0;
  top: 0;
}
nav.globalFooter__inner-fnav ul li a {
  text-decoration: none;
}
nav.globalFooter__inner-fnav ul li a:hover {
  color: #999999;
  text-decoration: underline;
}
.flogo {
  margin-block: 1.5rem;
}
.address {
  margin-bottom: 2rem;
}
.address p {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.address p a {
  text-decoration: none;
}
@media (max-width: 766px) {
  .globalFooter__inner-footer {
    text-align: center;
    width: 100%;
  }
  .address p {
    text-align: center;
  }
}

/* copyright　----------------------------------------------------*/
footer#globalFooter p.copyright {
  font-family: var(--font-Raleway);
	text-align: center;
  font-size: 1.1rem;
  width: 100%;
}

/*#　contents ----------------------------------------------------*/

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content:center;
}
.flex-end {
	justify-content:flex-end;
}
.flex-around {
	justify-content:space-around;
}
.center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:576px) {
	.flex {
		display: block;
	}
}

/*　privacy-------------------------------------------------------------------------*/
.modal-container,
.modal-container2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 10% 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100;
}

.modal-container:before,
.modal-container2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active,
.modal-container2.active {
  opacity: 1;
  visibility: visible;
}
.modal-body{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
  display: block;
  vertical-align: middle;
  width: 90%;
  height: 80%;
  overflow: scroll;
  border-radius: 2rem;
}
.modal-close{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
}
.modal-content,
.modal-content2 {
  background: #fff;
  text-align: left;
  padding: 30px;
}
.privacy {
  text-align: left;
  padding-block: 10rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.privacy h2 {
  font-size: 2rem;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.privacy h3 {
  font-size:1.8rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.privacy h4 {
  font-size: 1.7rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.privacy h5 {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.privacy h6 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.privacy p {
  margin-bottom: 1.5rem;
}
.privacy ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
  line-height: 1.6;
}
.privacy ul li{
  margin-bottom: 0.7rem;
}
.privacy ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
  line-height: 1.6;
}
.privacy ol li {
  margin-bottom: 0.7rem;
}
.privacy a {
  text-decoration: underline;
}
.cookie__block {
  padding-block: 1rem;
}
.cookie__block h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 4rem;
}
.cookie__block h3 {
  border-bottom: 1px solid #cccccc;
  padding-block-end: 1rem;
}
.cookie__block p {
  margin-block-end: 1rem;
}
.simplePage_title {
  margin-top: 2rem;
}
/* hero *
*****************************************/
.hero {
  position: relative;
  z-index: 0;
}
.hero .copy {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 134.4rem;
  padding-inline: 2rem;
}
.hero .copy img {
  width: 100%;
  height: auto;
}

/* home *
**********************************************/
.homeMain {
  position: relative;
}
.homeMain .slider {
  position: relative;
  top: 0;
  left: 0;
}
.homeMain .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wrap .machida {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36%;
}
.wrap .copy {
  width: 50%;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.wrap .copy img {
  width: 100%;
  height: auto;
}

.about {
  padding-block: 5rem;
}
.about p {
  text-align: left;
  margin-bottom: 3rem;
}
.about .button {
  padding: 2rem;
  text-align: center;
}
.about-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.about-copy h3 {
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 3rem;
}

.home_news {
  background-color: #F5F5F5;
  padding-block: 10rem;
}
.home_news .ttl,
.home_news .ttl h2,
.home_news .ttl .center_small {
  text-align: left;
}
.news__inner ul {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
.news__inner li {
  padding: 2rem;
}
.news__inner li:nth-child(odd){
  background-color: #ffffff;
}
.news__inner li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
}
.news__inner .date {
  margin-inline-end: 2rem;
}
.news__inner .category {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0.6rem 0.5rem 0;
  margin-inline-end: 2rem;
  display: block;
  text-align: center;
  line-height: 1.2;
  border-radius: 3px;
  background-color: var(--aioi-blue);
}
.news__inner .title {}
.home_news .button {
  text-align: center;
}
.button a {
  background-color: var(--aioi-blue);
  border-radius: 100px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 1rem 2rem;
  transition: 0.6s;
}
.button a:hover {
  background-color: #111111;
}
.section_comment {
  text-align: center;
  margin-block: 2rem 8rem;
}

.home_products {
  background-color: #D7ECF4;
  padding-block: 10rem;
}

.doctor {
  padding-block: 4rem;
}
.doctor__inner {
  border-radius: 3rem;
  border: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.doctor__inner-box {
  width: 80%;
  padding: 4rem;
}
.doctor__inner-box h2 {
  margin-bottom: 3rem;
}
.doctor__inner-box p {
  margin-bottom: 3rem;
}
.doctor__inner-img {
  width: 18%;
  margin-right: 1rem;
}


.pageMain__inner {
  padding-block: 7rem;
}
.support {
  padding-block: 5rem 10rem;
}
.ttl h2{
  text-align: center;
}
.ttl .center_small {
  display: block;
  text-align: center;
  font-family: var(--font-Raleway);
  margin-bottom: 5rem;
  color: #007CC6;
}
.support__inner {}
.support__inner-box {
  margin-bottom: 4rem;
}
.support__inner-box a {
  text-decoration: none;
}
.support__inner-box picture {
  margin-bottom: 1.5rem;
  display: block;
}
.support__inner-box img {
  width: 100%;
  height: auto;
}
.support__inner-box h3 {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
  font-weight: 400;
}
.support__inner-box .btn {}
.support__inner-box .btn a {
  width: 80%;
  display: block;
  margin-inline: auto;
  background-color: #128BCF;
  box-shadow: 0 4px 0 #0d6293;
  border-radius: 10rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  padding-block: 1rem;
  transition: 0.1s;
}
.support__inner-box .btn a:hover {
  transform: translateY(4px);
  box-shadow: none;
  transition: 0.4s;
}

.partner__inner {}
.partner__inner-box {
  margin-bottom: 4rem;
}
.partner__inner-box a {
  text-decoration: none;
}
.partner__inner-box picture {
  margin-bottom: 1.5rem;
  display: block;
}
.partner__inner-box img {
  width: 100%;
  height: auto;
}
.partner__inner-box h3 {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
  font-weight: 400;
}
.partner__inner-box .button {
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .news__inner .title {
    margin-top: 1rem;
    width: 100%;
  }
  .news__inner .category {
    font-size: 1rem;
    padding-bottom: 0.6rem;
  }
  .doctor {
    padding-block: 2rem;
  }
  .doctor__inner {
    align-items: center;
  }
  .doctor__inner-box {
    width: 100%;
    padding: 3rem;
  }
  .doctor__inner-box h2 {
    margin-bottom: 2rem;
  }
  .doctor__inner-box p {
    margin-bottom: 2rem;
  }
  .doctor__inner-img {
    width: 100%;
    margin-inline: auto;
    margin-right: 0;
    text-align: center;
  }
  .doctor__inner-img img {
    width: 50%;
    height: auto;
  }
  .doctor .button {
    text-align: center;
  }
  .section_comment {
    text-align: left;
    margin-block: 0 3rem;
    padding-inline: 1.5rem;
  }
}

/* 事業紹介ページ *
******************************************************************************************/
.service__concept {
  padding-block: 5rem 10rem;
}
.service__concept p{
  font-size: 1.6rem;
  text-align: center;
}
.service__concept-box {
  background-color: var(--aioi-blue);
  color: #ffffff;
  text-align: center;
  padding: 4rem;
  margin-bottom: 1.5rem;
}
.service__concept-box span {
  font-family: var(--font-Raleway);
  font-size: 4rem;
  font-weight: 200;
}
.service__concept-box h2 small {
  font-size: 3rem;
  line-height: 1.2;
}
.service__concept-box h2 {
  font-size: 4rem;
  line-height: 1.2;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.serviceWrap {
  margin-bottom: 6rem;
}
.serviceTitle {
  margin-bottom: 4rem;
}
.serviceTitle span {
  font-family: var(--font-Raleway);
  color: var(--aioi-blue);
  font-size: 1.6rem;
  font-weight: 700;
}
.serviceTitle h3 {
  font-size: 2.6rem;
}
.serviceWrap__inner {
  margin-bottom: 3rem;
}
.serviceWrap__inner h4 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.serviceWrap__inner p {
  margin-bottom: 3rem;
}
.btn__wrap {
  margin-bottom: 1ren;
  display: flex;
  gap: 2rem;
}
.reason {
  background-color: #EDF9FF;
  padding-block: 5rem;
}
.reason__title {
  text-align: center;
}
.reason__title h2 {
  font-size: 3rem;
  margin-bottom: 4rem;
}
.reason__inner {}
.reason__inner ul {
  list-style: none;
  padding: 0;
}
.reason__inner li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.reason__inner li h3 {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
}
.reason__inner li h3 i {
  margin-right: 1rem;
}
.reason__inner p {
  text-align: right;
}

/* 製品一覧 */
p.maker {
  font-size: 1.3rem;
  margin-bottom: 0;
}
h3.product_name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.cat_products {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.cat_products span {
  position: relative;

}
.cat_products span:after {
  content: "/";
  padding-left: 0.3rem;
}
.cat_products span:last-child:after {
  content: "";
}
p.maker_price {
  font-size: 1.4rem;
}
span.price {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-right: 0.3rem;
  color: #FF2727;
}
span.price_after {
  font-size: 1.4rem;
}
span.lot {
  font-size: 1.4rem;
}
div.feature {
  padding-block: 1.5rem;
}
div.spec {
  font-size: 1.3rem;
  padding-bottom: 2.5rem;
}
.product_btn {
  margin-top: 2rem;
}
.add {
  margin-top: 2rem;
}
.add a {
  width: 100%;
  display: block;
  border-radius: 6px;
  background-color: var(--aioi-blue);
  color: #ffffff;
  padding-block: 1.5rem;
  text-decoration: none;
  text-align: center;
}
.productPage__wrap {
  display: flex;
  margin-bottom: 4rem;
  align-items: flex-start;
}
.products_slider {
  width: 50%;
}
.products_ingo {
  width: 100%;
}
.products_slider + .products_ingo {
  width: 50%;
  padding-inline-start: 40px;
}
.productPage__other {
  border-radius: 10px;
  border: 1px solid #666666;
  padding: 1.5rem;
}

.partnerPage__wrap {
  display: flex;
  margin-bottom: 4rem;
  align-items: flex-start;
}
.partnerPage__image {
  width: 50%;
}
.products_ingo {
  width: 100%;
}
.partnerPage__image + .products_ingo {
  width: 50%;
  padding-inline-start: 40px;
}
.cat_partner {
  font-size: 1.3rem;
}
.cat_partner span:after {
  content: "/";
  padding-left: 0.3rem;
}
.cat_partner span:last-child:after {
  content: "";
}
.machine {
  font-size: 1.4rem;
  border-top: 1px solid #cccccc;
  padding-block-start: 2rem;
  margin-block: 1rem;
}
.partner-info {
  font-size: 1.4rem;
  background-color: #f5f5f5;
  padding: 2rem;
}
.pr {
  text-align: center;
  padding: 0 2rem 8rem;
}
.pr p {
  font-size: 2rem ;
  font-weight: 700;
}

.asp-popup-iframe {
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {

  .pageMain__inner {
    padding-block: 3rem 5rem;
  }
  .service__concept {
    padding-block: 3rem 5rem;
  }
  .service__concept p {
    font-size: 1.3rem;
  }
  .service__concept-box {
    padding: 2rem;
    margin-bottom: 1rem;
  }
  .service__concept-box span {
    font-size:1.6rem;
  }
  .service__concept-box h2 small {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .service__concept-box h2 {
    font-size: 2rem;
  }
  .serviceWrap {
    margin-bottom: 7rem;
  }
  .serviceTitle {
    margin-bottom: 2rem;
  }
  .serviceTitle span {
    font-size: 1.2rem;
  }
  .serviceTitle h3 {
    font-size: 2rem;
  }
  .serviceWrap__inner {
    margin-bottom: 5rem;
  }
  .serviceWrap__inner h4 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .serviceWrap__inner p {
    margin-bottom: 2rem;
  }
  .btn__wrap {
    margin-bottom: 2ren;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
  .reason {
    padding-block: 2.5rem;
  }
  .reason__title h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .reason__title h2 img {
    width: 45px;
    height: auto;
  }
  .reason__inner {}
  .reason__inner ul {
    list-style: none;
    padding: 0;
  }
  .reason__inner li {
    display: block;
    margin-bottom: 3rem;
  }
  .reason__inner li h3 {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }

  .reason__inner li h3 i img {
    width: 40px;
    height: auto;
  }
  .reason__inner p {
    text-align: left;
  }
  .productPage__wrap {
    display: block;
    margin-bottom: 2rem;
  }
  .slick-dotted.slick-slider {
    width: 100%;
    margin-bottom: 4rem;
  }
  .products_ingo {
    width: 100%;
  }
  .products_slider + .products_ingo {
    width: 100%;
    padding-inline-start: 0;
  }
  .partnerPage__wrap {
    display: block;
    margin-bottom: 2rem;
  }
  .partnerPage__image {
    width: 100%;
    margin-bottom: 2rem;
  }
  .products_ingo {
    width: 100%;
  }
  .partnerPage__image + .products_ingo {
    width: 100%;
    padding-inline-start: 0;
  }
}
ul.smp-foot-nav {
  position: fixed;
  right: -15.3rem;
  top: 50%;
  z-index: 999999;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: rotate(90deg);
  display: flex;
}
 ul.smp-foot-nav li {
  margin: 0;
  width: 18rem;
  background-color: #ff0000;
 }
 ul.smp-foot-nav li:first-child {
  border-right: 1px solid #ffffff;
 }
ul.smp-foot-nav a {
  display: block;
  padding: 1.4rem 0;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
ul.smp-foot-nav a i {
  margin-right: 0.6rem;
}
ul.smp-foot-nav a i img {
  margin-top: -0.3rem;
}
/* 企業案内 *
**********************************************************************************/
.greeting {
  margin-block: 10rem;
}
.greeting .row {
  align-items: center;
}
.greeting p {
  line-height: 1.8;
}
.title_box {
  text-align: center;
  margin-bottom: 5rem;
}
.title_box h2 {
  font-size: 4rem;
}
.title_box h3 {
  font-size: 3rem;
}
.title_box span {
  color: var(--aioi-blue);
  font-family: var(--font-Raleway);
  font-size: 2rem;
  margin-top: 1.5rem;
}
.aioi_history {
  background-color: #EDF9FF;
  padding-block: 10rem;

}
.aioi_history p {
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.mvv {
  margin-bottom: 10rem;
}
.mvv .row {
  align-items: center;
}
.mvv__inner {
  padding: 0 2rem 4rem;
}
.mvv .col-sm-6,
.mvv .col-sm-4 {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mvv .row p {
  margin-bottom: 2rem;
}
.mvv .row p.en {
  font-size: 1.3rem;
  color: #666666;
  margin-bottom: 0;
}
.value {
  padding-top: 5rem;
}
.value__inner {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.value__box {
  text-align: center;
}
.value__box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  border-radius: 100px;
  background-color: #128BCF;
  color: #ffffff;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  line-height: 1.2;
}
.value__box-inner:after {
  content: "";
  height: 2.6rem;
  width: 0.2rem;
  background-color: #128BCF;
  position: absolute;
  bottom: -2.6rem;
  left: 50%;
}
.value__box p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .aioi_history {
    padding-block: 3rem;
  }
  .value__box-inner {
    width: 11rem;
    height: 11rem;
    font-size: 1.3rem;
  }
  .value__box p {
    font-size: 1.4rem;
  }
}
/* outline *
************************************************************/
.outline {
  padding-top: 10rem;
  background-color: #EDF9FF;
}
.outline__inner {
  margin-bottom: 10rem;
}
.outline dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.outline dl dt {
  padding: 2rem;
  width: 20%;
  font-weight: 400;
  border-radius: 1rem 0 0 1rem;
}
.outline dl dd {
  padding: 2rem;
  width: 80%;
  margin: 0;
  border-radius: 0 1rem 1rem 0;
}
.outline dl dt.odd {
  background-color: #ffffff;
}
.outline dl dd.odd {
  background-color: #ffffff;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.history {
  padding-bottom: 10rem;
}
.history__wrap {
  padding-block: 3rem;
}
.history__wrap-slide {
  border-bottom: 1px solid #cccccc;
  
  overflow-x: scroll;
}
.history__wrap-slide ul {
  display: flex;
  flex-wrap: nowrap;
  width: 130rem;
  position: relative;
  padding: 0;
}
.history__wrap-slide ul:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 32%;
  left:0;
}
.history__wrap-slide li {
  width: 25rem !important;
  display: block;
  padding-right: 2rem;
}
.history__wrap-slide li .day {
  font-size: 1.4rem;
  font-weight: 700;
}
.history__wrap-slide li .dot {
  width: 2rem;
  height: 2rem;
  background-color: var(--aioi-blue);
  border-radius: 100px;
  margin-block: 0.5rem;
  position: relative;
  z-index: 50;
}
.history__wrap-slide li p {
  font-size: 1.3rem;
  line-height: 1.4;
}

/* FAQ *
***************************************************************************************/
.faq {
  padding-block: 10rem;
}
.faw__inner {}
.faw__inner i {
  display: block;
  
  margin-right: 10px;
}
.faw__inner i img {
  width: 30px;
  height: auto;
}
.faw__inner dl {}
.faw__inner dt {
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.faw__inner dd {
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .faq {
    padding-block: 3rem 5rem;
  }
}

/* かかりつけ医ページ *
*****************************************************************************************/


/* trouble */
.trouble {
  position: relative;
  padding-block: 10rem;
}
.trouble:before {
  content: "";
  background-image: url(/wp-content/themes/aioi-theme/assets/images/left.svg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 46.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.trouble:after {
  content: "";
  background-image: url(/wp-content/themes/aioi-theme/assets/images/right.svg);
  background-position: top right;
  background-repeat: no-repeat;
  width: 46.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.trouble h2 {
  text-align: center;
  font-size: 3rem;
  position: relative;
  z-index: 10;
  margin-bottom: 4rem;
}
.trouble h2 i {
  margin-right: 1rem;
}
.trouble__wrap {
  margin-bottom: 4rem;
}
.trouble__wrap:after {
  content: "";
  display: block;
  clear: both;
}
.trouble__wrap:before {
  content: "";
  display: block;
  clear: both;
}
.trouble__wrap {
  display: block;
}
.trouble__wrap,
.trouble__block {
  position: relative;
  z-index: 10;
}
.trouble__wrap-box {
  position: relative;
}
.trouble__wrap-box i {
  position: absolute;
  top: 2rem;
  left: -6rem;
}
.speechBubble {
  position: relative;
  top: 0rem;
  left: 3rem;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 200px;
  background-color: #838383;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #838383 transparent transparent;
  transform: calc(-50% - 0.4px) 100%,skew(-18deg);
  transform-origin: top;
}
.trouble__wrap-box p {
  width: 100%;
  max-width: 30rem;
  position: relative;
  top: 0rem;
  left: 8rem;
}
.box01 {
  margin-top: 5rem;
  margin-left: 5rem;
  float: left;
}
.box02 {
  margin-top: 0rem;
  margin-right: 5rem;
  float: right;
}
.box03 {
  margin-top: 5rem;
  margin-left: 5rem;
  float: left;
}
.box04 {
  margin-top: 5rem;
  margin-right: 5rem;
  float: right;
}
.box05 {
  margin-top: 5rem;
  margin-left: 5rem;
  float: left;
}
.trouble__block {
  clear: both;
}
.trouble__block-inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  border: 0.3rem solid #FF4343;
  border-radius: 3rem;
}
.trouble__block-inner .illust {
  margin-inline: 2rem;
}
.trouble__block-inner p {
  padding-inline-end: 3rem;
}
.trouble__block-inner .icon {
  position: absolute;
  top: -5rem;
  right: -3rem;
}

/* content02 
*******************************************************/
.content02 {
  background-color: #fff0b7;
  padding-block: 10rem;
}
.content02__intro {
  text-align: center;
  margin-bottom: 5rem;
}
.content02__intro h2 {
  font-size: 3.2rem;
  margin-bottom: 5rem;
}
.content02__inner h3 {
  text-align: center;
  margin-bottom: 10rem;
}
.content02__inner-block-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.6rem;
  box-shadow: 0 0 3px 3px rgba(00,00,00,0.1);
  height: 100%;
}
.content02__inner-block-box i {
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
}
.content02__inner-block-box i img {
  margin-top: -10rem;
}
.content02__inner-block-box h4 {
  text-align: center;
  margin-bottom: 2rem;
}
  .content02__inner-block-box h5 {
    text-align: center;
    margin-bottom: 1rem;
    background-color: #ff0000;
    padding-block: 1rem;
    color: #ffffff;
    font-size: 1.7rem;
  }
.content02__inner-cmt {
  margin-top: 6rem;
}
.content02__inner-cmt-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 3px 3px rgba(00,00,00,0.1);
  height: 100%;
  position: relative;
}
.content02__inner-cmt-box p {}
.content02__inner-cmt-box .illust {
  position: absolute;
  top: -3rem;
  right: 2rem;
}

/* cta
**********************************/
.cta {
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
  padding: 4rem 0;
  text-align: center;
  position: relative;
}
.cta h2 {
  font-family: var(--font-Raleway);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}
.cta p {
  font-weight: 700;
}
.cta p.telNo {
  font-family: var(--font-Raleway);
  font-size: 5rem;
  line-height: 1;
}
.cta p.telNo a {
  text-decoration: none;
}
.cta .button a {
  margin-block: 1rem 0.5rem;
  display: inline-block;
  border-radius: 100px;
  padding: 1rem 0;
  width: 26rem;
  background-color: #FF0000;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.6s;
}
.cta .button a:hover {
  background-color: #000000;
  transition: 0.6s;
}
.cta__tel {
  margin-block: 3rem;
}
.cta .illust {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  transform: translateX(90%);
}

@media(max-width: 767px) {
  .cta {
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    padding: 2rem 0;
  }
  .cta h2 {
    font-size: 2.4rem;
  }
  .cta p {
    font-size: 1.2rwm;
  }
  .cta p.telNo {
    font-size: 3rem;
  }
  .cta .button a {
    width: 18rem;
  }
  .cta__tel {
    margin-block: 2rem;
  }
  .cta .illust {
    bottom: 4rem;
    left: 50%;
    transform: translateX(90%);
  }
  .cta .illust img {
    width: 90px;
    height: auto;
  }
}

/* about
************************************************/
.about {
  
}
.about__wrap {
  background-color: #fff0b7;
  border-radius: 1.5rem;
  padding: 4rem;
  position: relative;
}
.about__wrap  h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.about__wrap .intro {
  margin-bottom: 3rem;
  padding-right: 16rem;
}
.about__wrap .illust {
  position: absolute;
  top: -4rem;
  right: -1rem;
}
.about__inner {}
.about__inner-box {
  margin-bottom: 3rem;
}
.about__inner-box h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #ff5f00;
  text-align: center;
  border-radius: 1rem;
  padding-block: 0.6rem;
  margin-bottom: 1.5rem;
}
.about__wrap .end {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
/* japan
************************************************/
.japan {
  padding-bottom: 10rem;
}
.japan .row {
  align-items: flex-end;
}
.japan h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.japan p {
  margin-bottom: 2rem;
  font-size: 1.7rem;
}

/* change
************************************************/
.change {
  background-color: #e7e7e7;
  padding-block: 10rem;
}
.change .ttl {
  margin-inline: auto;
  text-align: center;
}
.change h2 {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 5rem;
  display: inline-block;
  position: relative;
}
.change h2:before {
  content: "";
  background-image: url(/wp-content/themes/aioi-theme/assets/images/works_left.svg);
  width: 44px;
  height: 73px;
  position: absolute;
  left: -7rem;
  top: 1rem;
}
.change h2:after {
  content: "";
  background-image: url(/wp-content/themes/aioi-theme/assets/images/works_right.svg);
  width: 46px;
  height: 73px;
  position: absolute;
  right: -6rem;
  top: 1rem;
}
.change__box {
  margin-bottom: 3rem;
}
.change__box img {
  margin-bottom: 2rem;
}
.change__box h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.change h4 {
  text-align: center;
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}

/* emergency
*********************************************/
.emergency { 
margin-bottom:2rem
}
.emergency__title {
  position: relative;
  z-index: 0;
}
.emergency__title .copy {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 134.4rem;
  padding-inline: 2rem;
}
.emergency__title .copy img {
  width: 100%;
  height: auto;
}
.emergency__inner {
  background-color: #fff0b7;
  padding: 2rem 2rem 0;
  border-radius: 3rem;
  margin-top: 3rem;
}

.emergency__wrap {
  padding-block: 2rem;
}
.emergency__wrap h3 {
  font-size: 3rem;
  margin-bottom: 5rem;
  text-align: center;
}
.emergency__warap-inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.emergency__warap-box {
  position: relative;
  padding: 2rem 0 2rem;
  margin-inline: 1rem;
}
.emergency__warap-box i {
  position: absolute;
  top: 0;
  left: 0;
}
.innerBox {
  margin-left: 2rem;
}
.emergency__warap-box h4 {
  border-radius: 2rem;
  background-color: #f06919;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.5rem 1.5rem 1.5rem 16rem;
}
.emergency__warap-box p {
  padding: 1.5rem 1.5rem 1.5rem 16rem;
}
.emergency__catch p {
  margin-top: 3rem;
  line-height: 1.4;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
.emergency__works {
  padding-top: 3rem;
}
.emergency__works h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.emergency__works h2 i {
  display: block;
}
.emergency__works-wrap .col-sm-4 {
  margin-bottom: 5rem;
}
.emWorks {
  border-radius: 1rem;
  border: 1px solid #707070;
  height: 100%;
  background-color: #fff;
  
}
.emWorks__header {
  background-color: var(--aioi-blue);
  position: relative;
  padding: 2rem;
  text-align: center;
  font-weight: 700;
  border-radius: 1rem 1rem 0 0;
  color: #ffffff;
}
.emWorks__header i {
  position: absolute;
  top: -3.5rem;
  left: 1rem;
}
.emWorks__header span {}
.emWorks__main {
  padding: 1.5rem;
}
.emWorks__main h3 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
.emFinish {
  text-align: center;
}
.emFinish p {
  margin-bottom: 1rem;
  font-weight: 700;
}

.finish_box {
  display: flex;
  justify-content: center;
}
.finish_box_inner {
  margin-right: 2rem;
}
/***********
 * お問い合わせ
 * *********/
.contact {
  padding-block: 10rem;
  border-bottom: 8px solid #000000;
}
.contact h2.title {
  margin-bottom: 3rem;
  background-color: var(--aioi-blue);
  font-size: 3rem;
  text-align: center;
}
.contact__inner p {
  text-align: center;
  margin-bottom: 2.5rem;
}

.contact__mc {
  text-align: center;
  border-bottom: 1px solid #939393;
  padding-bottom: 10rem;
}
.contact_tel {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  border-bottom: 1px solid #939393;
}
.contact_tel h3 {
  margin-bottom: 2rem;
}
.contact_tel .tel {
  font-family: var(--font-Raleway);
  font-weight: 700;
  padding-block: 0;
  font-size: 4rem;
  line-height: 1;
}
.contact_tel .tel a {
  text-decoration: none;
}
.contact_tel .tel i {
  margin-inline-end: 1rem;
}
.contact_tel .tel i img {
  margin-block-start: -0.8rem;
}
.form {
  padding-top: 5rem;
}
.form h3 {
  text-align: center;
}
.form p {
  margin-bottom: 3rem;
}
.form_title {
  margin-block-end: 3rem;
}
.form p {
  text-align: center;
}
.form__inner {

}
.form__inner dl {
  display: flex;
  margin-bottom: 2.3rem;
  text-align: left;
  align-items: center;
}
.form__inner dl dt {
  width: 30%;
}
.form__inner dt span {
  color: red;
}
.form__inner dl dd {
  width: 70%;
}
.form__inner dl dd #preview {
  width: 100%;
  height: auto;
}
.form__inner dl dd a {
  text-decoration: underline;
}
.ex p {
  text-align: left;
  font-size: 1.3rem;
  margin-block-end: 0.5rem;
}
.confirm .form__inner dl {
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
.form.confirm p {
text-align: left;
}
.grecaptcha-badge { visibility: hidden; }

.form.finish p {
 margin-block-end: 3rem;
}

.confirm .btn p {
  display: flex;
  justify-content: center;

}
.form__inner .btn {
  padding-top: 1rem;
}
.form__inner .btn input {
  cursor: pointer;
  background-color: #000000;
  width: 26rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #ffffff;
  letter-spacing: 0.2rem;
  border-radius: 6rem;
  margin-block-end: 2rem;
}
.form__inner .btn input:hover {
  background-color: #666666;
}
input[type="submit"] {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  border-radius: 8px;
  padding: 1rem 1rem;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="button"],textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid #dfdfdf;
  background-color: #F4F4F4;
  border-radius: 0;
  padding:1rem 1rem;
  border-radius: 8px;
}
.finish__inner {
  text-align: left;
}
.finish__inner h2 {
  font-family: var(--title-font);
  font-size: 2.4rem;
  margin-block-end: 4rem;
  text-align: center;
}
.finish__inner p {
  margin-block-end: 2rem;
}
#formWrap {}
#formWrap dl {
 border-bottom: 1px solid #cccccc;
}
#formWrap dt {
  width: 28%;
}
#formWrap dd {
  width: 72%;
}

.page__page {
  padding: 15rem 0 0 0;
}
.pageMain {
  padding: 15rem 0 0 0;
}

.pageTItle {
  margin-bottom: 10rem 5rem;
}
.pageTItle span {
  font-family: var(--font-Raleway);
  color: #007CC6;
  font-size: 5.5rem;
  font-weight: 200;
  line-height: 1;
}
.pageTItle h1 {
  font-size: 1.6rem;
  color: #007CC6;
}
.pageTItle__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pageTItle__img {}
.supportIntro {
  margin-top: 5rem;
}
.supportIntro p {
  line-height: 1.6;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}

.supportContents {
  margin-bottom: 10rem;
}
.supportContents_title {
  background-color: #007CC6;
  color: #ffffff;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
.supportContents__inner {
  margin-bottom: 6rem;
}
.supportContents__inner-ttl {
  margin-bottom: 2rem;
}
.supportContents__inner-ttl span {
  font-family: var(--font-Raleway);
  color: #007CC6;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
.supportContents__inner-ttl h3 {
  font-size: 1.8rem;
  color: #606060;
  margin-bottom: 1.5rem;
}
.supportContents__ichatch {
  margin-block: 3rem;
}
.supportContents__ichatch img {
  width: 100%;
  height: auto;
  border-radius: 13px;
}
.supportContents__inner-box {
  background-color: #f7f7f7;
  padding: 1.6rem;
  border-radius: 1.6rem;
}
.supportContents__inner-box img {
  border-radius: 8px;
}
.supportContents__block {
  border: 2px solid #666666;
  border-radius: 20px;
  padding: 2rem;
}
.supportContents__block-box img {
  border-radius: 8px;
}
.supportContents__block-ttl span {
  font-family: var(--font-Raleway);
  color: #007CC6;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: center;
  display: block;
}
.supportContents__block-ttl h3 {
  font-size: 1.8rem;
  color: #606060;
  margin-bottom: 1.5rem;
  text-align: center;
}
.supportContents p {
  margin-bottom: 1.4rem;
}
.supportContents ul,
.supportContents ol {
  padding-left: 2rem;
  margin-bottom: 1.4rem;
}
blockquote {
  background-color: #e4edee;
  padding: 20px 20px 1px;
  display: block;
  border-radius: 12px;
  margin-block: 20px;
}
.side__inner {
  margin-bottom: 4rem;
}
.side__inner h4 {
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 4px solid #007cc6;
}
ul.side__inner-box {
  padding: 0;
  list-style: none;
}
ul.side__inner-box li {
  padding-bottom: 2rem;
  font-size: 1.4rem;
}
ul.side__inner-box a {
  text-decoration: none;
}
ul.side__inner-box a:hover {
  text-decoration: underline;
}


.category_title {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #007cc6;
  margin-bottom: 4rem;
  color: #fff;
}

.category_title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.singleNavi {
  display: flex;
  justify-content: space-between;
  margin-block: 3rem 4rem;
}
.singleNavi a {
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 10rem;
  border: 1px solid #111111;
  color: #ffffff;
  font-size: 0.1rem;
  position: relative;
  transition: 0.6s;
}
.singleNavi a:hover {
  transition: 0.6s;
  background-color: #111111;
  color: #ffffff;
}
.singleNavi .prev a:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: solid 1px #111111;
  border-right: solid 1px #111111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-20%,-50%) rotate(-135deg) ;
}
.singleNavi .next a:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-top: solid 1px #111111;
  border-right: solid 1px #111111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-70%,-50%) rotate(45deg) ;
}
.singleNavi .prev a:hover:after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transition: 0.6s;
}
.singleNavi .next a:hover:after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transition: 0.6s;
}

/* ブログ *
***********************************************/
.blogPost {}
.blogPost_title h2 {
  position: relative;
  padding: 0.5em;
  background: var(--aioi-blue);
  color: white;
  margin-bottom: 3rem;
}

.blogPost_title h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.blogPost_title time {
  font-family: var(--font-Raleway);
  font-weight: 700;
  font-size: 1.3rem;
  color: #999;
  padding-left: 2rem;
}
.blogPost main {
  padding-left: 2rem;
}
.blogPost main h1 {
  font-size: 2.2rem;
}
.blogPost main h2 {
  font-size: 2rem;
}
.blogPost main h3 {
  font-size: 1.8rem;
}
.blogPost main h4 {
  font-size: 1.6rem;
}
.blogPost main h5 {
  font-size: 1.5rem;
}
.blogPost main h6 {
  font-size: 1.5rem;
}
.blogPost main p {
  margin-bottom: 1.4rem;
}
.blogPost main ul,
.blogPost main ol {
  padding-left: 2rem;
  margin-bottom: 1.4rem;
}
.blogPost .category {
  padding-left: 1rem;
  padding-block: 0.5rem;
  font-size: 1.3rem;
  text-align: right;
}
.post-tags {
  list-style: none;
  margin-block: 4rem;
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 1.6rem;
}
.post-tags li {
  display: inline;
  margin: 0.5rem;
}
.artive_title {
  margin-bottom: 4rem;
}
.artive_title p {
  font-size: 2rem;
  font-weight: 700;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px var(--aioi-blue);
}
.widget_block {
  margin-bottom: 3rem;
}
.wp-block-group h2 {
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 4px solid #007cc6;
}
.wp-block-group ul {
  padding: 0;
  list-style: none;
}
.wp-block-group {
  font-size: 1.4rem;
}
.wp-block-group ul li {
  padding-bottom: 2rem;
  
}
.wp-block-group ul a {
  text-decoration: none;
}
.wp-block-group ul a:hover {
  text-decoration: underline;
}
.pagination {
  padding-block: 3rem;
  text-align: center;
}
.error__page {
  padding-block: 10rem;
  text-align: center;
}
.error__page .img {
  width: 20rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.error__page h2 {
   font-size: 2rem;
   font-weight: 700;
}
.search {}
.search h2 {
  text-align: center;
  margin-bottom: 4rem;
}
ul.search_ul {
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.search_ul li a {
  text-decoration: none;
  display: block;
  padding: 1.5rem 1rem;
  border-bottom: 1px dotted#cccccc;
}
ul.search_ul li a:hover {
  background-color: #f6f6f6;
  display: block;
}
.wp-block-search__label {
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 4px solid #007cc6;
}
/* page 
******************************************************/
.page-content {
  padding-top: 10rem;
}
/**********
 * お知らせ
 * *********/
  .news {
  padding-block: 10rem;
 }
 ul.homeNews__list {
  padding: 2rem 0 0;
  list-style: none;

}
ul.homeNews__list li {
  margin-block-start: -1px;
  padding: 2rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
ul.homeNews__list li a {
  text-decoration: none;
}
ul.homeNews__list li a .date {
  margin-inline-end: 4rem;
  font-weight: 600;
}
.news {
  padding-block-end: 10rem;
}
.news__mc {}
.news__mc h2 {
  border-bottom: 1px solid #cccccc;
  padding-block-end: 0.5rem;
  margin-block-end: 2rem;
  font-size: 2.4rem;
  color: #666666;
  font-weight: 400;
}
.news_content {}
.news_content .day {
  margin-block-end: 3rem;
}
.news_content p {
  margin-block-end: 2rem;
}
.news_nav {
  margin-block-start: 5rem;
}
.news_nav ul {
  list-style: none;
  padding: 0;
}
.news_nav li {}
.news_nav li a {
  text-decoration: none;
}.news_nav li i {
  margin-inline-end: 1rem;
}
.news_nav li i img {
  transform: scale(-1, 1);
}
.news_nav li a:hover {
  color: #666666;
}
.cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.cat ul {
  list-style: none;
  padding: 0;
}
a.post-cat {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.5rem;
  position: relative;
}
a.post-cat:after {
  content: " /";
}
a.post-cat:last-child:after {
  content: "";
}
.categoryTitle {
  background-color: #EDF9FF;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
.categoryTitle h2 {
  font-size: 1.8rem;
}
.width100 img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .news {
    padding-block: 2rem 5rem;
  }
}

/* 商品ページ
************************************************************/
.asp_product_item {
    border: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.asp_product_item_thumbnail img {
    display: none !important;
}

.asp_product_name {
    display: none !important;
}
.asp_price_amount {
  font-size: 2.8rem;
  color: #ff0000;
}
.asp_product_buy_btn_container {
  display: block;
}
#MediaQueries-----------------------------------------------------------------------------------------------------------------------------------------------------{}
@media (max-width:1280px) {}
@media (max-width:1120px) {}
@media (max-width:1024px) {}
@media (max-width:768px) {}
@media (max-width:760px) {
  body {
    font-size: 1.4rem;
  }
  main {
    overflow-x: hidden;
  }
  footer#globalFooter {
    padding-bottom: 6rem;
  }
  .privacy {
    padding-block: 2rem;
  }
  .privacy h2 {
    font-size: 1.6rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  .privacy h3 {
    font-size:1.5rem;
    margin-bottom: 1rem;
  }
  .privacy h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .privacy h5 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .privacy h6 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .privacy p {
    margin-bottom: 1rem;
  }
  .cookie__block {
    padding-block: 1rem;
  }
  .cookie__block h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .simplePage_title {
    margin-top: 1rem;
  }
  .title_box h2 {
  font-size: 2rem;
  }
  /* hero *
  *****************************************/
  .homeMain {
    margin-top: 6rem;
  }
  .hero {
    position: relative;
    z-index: 0;
    margin-top: 6rem;
  }
  .hero .copy {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 134.4rem;
    padding-inline: 2rem;
  }
  .hero .copy img {
    width: 100%;
    height: auto;
  }
  .pageTItle__inner {
    margin-bottom: 2rem;
  }
  .greeting {
    margin-block: 2rem 5rem;
  }
  .ceo-photo {
    padding-block: 3rem 0;
    padding-inline: 20%;
  }
  /* trouble 
  *************************************/
  .trouble {
    padding-block: 2rem 5rem;
  }
  .trouble:before {
    background-size: 10rem auto;
    width: 10rem;
  }
  .trouble:after {
    background-size: 10rem auto;
    width: 10rem;
  }
  .trouble h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .trouble h2 i {
    margin-right: 0.7rem;
  }
  .trouble h2 i img {
    width: 5rem;
    height: 5rem;
  }
  .trouble__wrap {
    margin-bottom: 2rem;
  }
  .trouble__wrap-box {
    margin-bottom: 3rem;
  }
  .trouble__wrap-box i {
    position: absolute;
    top: 4rem;
    left: 0rem;
  }
  .trouble__wrap-box i img {
    width: 5rem;
    height: 5rem;
  }
  .speechBubble {
    top: 0rem;
    left: 3rem;
    margin-bottom: 10px;
    padding: 12px;
    font-size: 13px;
    line-height: 1.3;
  }
  .speechBubble::after {
    left: 12%;
    border-width: 20px 20px 0 0;
    border-color: #838383 transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
    transform: skew(-18deg);
    transform-origin: top;
  }
  .trouble__wrap-box p {
    width: 100%;
    max-width: 30rem;
    position: relative;
    top: 0rem;
    left: 7rem;
    font-size: 1.3rem;
  }
  .box01 {
    margin-top: 0;
    margin-left: 0;
    float: none;
  }
  .box02 {
    margin-top: 0;
    margin-left: 0;
    float: none;
  }
  .box03 {
    margin-top: 0;
    margin-left: 0;
    float: none;
  }
  .box04 {
    margin-top: 0;
    margin-left: 0;
    float: none;
  }
  .box05 {
    margin-top: 0;
    margin-left: 0;
    float: none;
  }
  .trouble__block {
    clear: both;
  }
  .trouble__block-inner {
    display: block;
  }
  .trouble__block-inner .illust {
    width: 100%;
    text-align: center;
    margin-inline: 0;
  }
  .trouble__block-inner .illust img {
    zoom: 0.7;
  }
  .trouble__block-inner p {
    padding: 2rem 1rem 2rem 2rem;
    padding-inline-end: 3rem;
  }
  .trouble__block-inner .icon {
    position: absolute;
    top: -2rem;
    right: -1rem;
  }
   .trouble__block-inner .icon img {
    zoom: 0.7;
   }
  /* content02 
  *******************************************************/
  .content02 {
    padding-block: 4rem;
  }
  .content02 .col-sm-4 {
    margin-bottom: 8rem;
  }
  .content02__intro {
    margin-bottom: 4rem;
  }
  .content02__intro h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .content02__intro p {
    font-size: 1.5rem;
  }
  .content02__inner h3 {
    margin-bottom: 10rem;
  }
  .content02__inner-block-box {
    padding: 1.5rem;
  }
  .content02__inner-block-box i {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .content02__inner-block-box i img {
    margin-top: -8rem;
    width: 10rem;
    height: auto;
  }
  .content02__inner-block-box h4 {
    text-align: center;
    margin-bottom: 2rem;
  }

  .content02__inner-cmt {
    margin-top: 0;
  }
  .content02__inner-cmt-box {
    display: flex;
    flex-direction: column;
  }
  .content02__inner-cmt-box p {
    order: 2;
  }
  .content02__inner-cmt-box .illust {
    order: 1;
    position: static;
    top: auto;
    right: auto;
    text-align: center;
    margin-bottom: 2rem;
  }
  /* about
  ************************************************/
  .about {
    padding-block: 5rem;
  }
  .about__wrap {
    padding: 2rem;
  }
  .about__wrap  h2 {
    font-size: 2rem;
  }
  .about__wrap .intro {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    padding-right: 0;
  }
  .about__wrap .illust {
    position: static;
    top: auto;
    right: auto;
    text-align: center;
  }
  .about__wrap .end {
    font-size: 1.6rem;
    font-weight: 700;
  }
  /* japan
  ************************************************/
  .japan {
    padding: 5rem 3rem;
  }
  .japan .row {
    align-items: center;
  }
  .japan .col-sm-4 {
    text-align: center;
  }
  .japan img {
    width: 50%;
    height: auto;
    margin: 0 auto 2rem;
  }
  .japan h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .japan p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }

  /* change
  ************************************************/
  .change {
    padding-block: 5rem;
  }
  .change h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .change h2:before {
    background-size: 30px auto;
    width: 30px;
    height: 48px;
    left: -4rem;
    top: 0.5rem;
  }
  .change h2:after {
    background-size: 30px auto;
    width: 30px;
    height: 48px;
    right: -4rem;
    top: 0.5rem;
  }
  .change h4 {
    font-size: 1.8rem;
  }

  /* emergency
  *********************************************/
  .emergency { 
    margin-bottom:0
  }
  .emergency__title .copy {
    bottom: 2rem;
    padding-inline: 1rem;
  }
  .emergency__wrap {
    padding-block: 2.5rem;
  }
  .emergency__wrap h3 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .emergency__warap-inner {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .emergency__warap-box {
    position: relative;
    padding: 2rem 0 4rem;
    margin-inline: 3rem;
  }
  .emergency__warap-box i {
    position: absolute;
    top: 0;
    left: 0;
  }
  .emergency__warap-box i img {
    width: 10rem;
    height: auto;
  }
  .innerBox {
    margin-left: 2rem;
  }
  .emergency__warap-box h4 {
    font-size: 1.5rem;
    padding: 1rem 1rem 1rem 9rem;
  }
  .emergency__warap-box p {
    padding: 2rem 0 0 0;
  }
  .emergency__catch p {
    margin-top: 0rem;
    font-size: 1.8rem;
  }
  .emergency__works {
    padding-top: 5rem;
  }
  .emergency__works h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .emergency__works-wrap .col-sm-4 {
    margin-bottom: 3rem;
  }
  .emWorks__header {
    padding: 1.6rem;
  }
  .emWorks__header i {
    top: -1rem;
    left: 1rem;
  }
  .emWorks__header i img {
    zoom: 0.7;
  }
  .emWorks__main {
    padding: 1.5rem;
  }
  .emWorks__main h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .page__page {
    padding: 7rem 0 0 0;
  }
  .pageMain {
    padding: 7rem 0 0 0;
  }

  .pageTItle {
    margin-bottom: 7rem 5rem;
  }


  /* finish
  *****************************************************/
  .finish {
    border-top: 4px solid #000000;
    padding-block:5rem 0;
  }
  .finish p {
    text-align: center;
    font-size: 1.4rem;
  }
  .finish p.last {
    margin-bottom: 5rem;
  }
  .finish picture {
    display: block;
    position: static;
    bottom: auto;
    left: auto;
    text-align: center;
  }
    /**********
   * お問い合わせ
   * *************/
   .contact {
    padding-block: 0rem 5rem;
    border-bottom: 3px solid #000000;
  }
  .contact .title_box {
     margin-block: 2rem 2rem;
  }
  .contact h2.title {
    margin-bottom: 5rem;
    font-size: 2rem;
    padding-block: 0.6rem;
  }
  .contact__page {
    padding-top: 2rem;
  }
  .contact__mc {
    padding-bottom: 1rem;
  }
  .contact_tel {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .contact_tel h2 {
    font-size: 2rem;
    margin-block-end: 1rem;
  }
  .contact_tel .tel {
    font-family: "Arial";
    padding-block: 0;
    font-size: 2.4rem;
  }
  .contact_tel .tel + p {
    font-size: 1.1rem;
  }
  .contact_tel .tel img {
    width: 2.3rem;
    height: auto;
  }
  .contact_tel h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .contact__inner p {
    margin-bottom: 0.5rem;
  }
  .form {
    padding-top: 2.5rem;
  }
  .form h2 {
  font-size: 2rem;
  margin-block-end: 2rem;
  }
  .contact__page h2 {
    margin-bottom: 2rem;
  }
  .contact__page .form h2 {
    margin-bottom: 1rem;
  }
  .form__inner dl {
    display: block;
    margin-bottom: 2rem;
  }
  .form__inner dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .form__inner dl dt sup {
    color: red;
  }
  .form__inner dl dd {
    width: 100%;
  }
  .form__inner dl dd.file {
    text-align: center;
    padding-top: 3rem;
  }
  .form__inner dl dd #preview {
    width: 100%;
    height: auto;
    padding: 2rem;
  }
  .form__inner .btn {
    padding-top: 4rem;
  }
  #formWrap dt {
    width: 100%;
    text-align: left;
  }
  #formWrap dd {
    width: 100%;
  }
  a.privacy {
    display: block;
    margin: 0.5rem auto;
  }
  .privacypolicy h2 {
    font-size: 1.6rem;
  }
  .cookie__block h2 {
    font-size: 1.6rem;
  }
  .formWrap table {
    
  }
  .formWrap table th {
    display: block;
    padding: 1rem;
    width: 100%;
  }
  .formWrap table td {
    display: block;
    padding: 1rem;
    width: 100%;
  }
  .formWrap .btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .formWrap .btn input {
    width: 100%;
  }

  /* outline *
  ************************************************************/
  .outline {
    padding-top: 2rem;
  }
  .outline h2 {
    margin-bottom: 0rem;
  }
  .outline__inner {
    margin-bottom: 3rem;
  }
 
  .outline dl dt {
    padding: 1rem;
    width: 21%;
    border-radius: 0;
  }
  .outline dl dd {
    padding: 1rem;
    width: 79%;
    border-radius: 0;
  }
  .outline dl dt.odd {
    background-color: #ffffff;
  }
  .outline dl dd.odd {
    background-color: #ffffff;
  }
  .map {
    padding-top: 100%;
  }
  ul.smp-foot-nav {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    z-index: 999999;
    background-color: #ff0000;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    transform: rotate(0deg);
  }
   ul.smp-foot-nav li {
    width: 50%;
   }
   ul.smp-foot-nav li:first-child {
    border-right: 1px solid #ffffff;
   }
  ul.smp-foot-nav a {
    display: block;
    padding: 1.4rem 0;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
  }
  ul.smp-foot-nav a i {
    margin-right: 0.6rem;
  }
  ul.smp-foot-nav a i img {
    margin-top: -0.3rem;
  }
  .title_box {
    margin-block: 5rem;
  }
  .title_box h3 {
    font-size: 2rem;
  }
  .title_box p {
    font-family: var(--font-Raleway);
    color: var(--aioi-blue);
  }
  .page__page {
    padding: 5rem 0 0 0;
  }
  .pageTItle {
    margin-bottom: 1rem;
  }
  .pageTItle span {
    font-size: 3rem;
  }
  .pageTItle h1 {
    font-size: 1.4rem;
  }
  .about h3 {
    font-size: 2rem;
  }
  .supportIntro img {
    margin-bottom: 3rem;
  }
  .blogPost_title h2 {
    font-size: 1.6rem;
  }
  .supportIntro p {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
}
@media (max-width:414px) {}
@media (max-width:320px) {}