/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}img:not([alt]){filter:blur(10px)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
/* A Modern CSS Reset */

@font-face {
  font-family: "MPLUSRounded1cWeb";
  font-style: "normal";
  font-weight: 400;
  src: url("../fonts/MPLUSRounded1cRegularWeb.eot");
	src: url("../fonts/MPLUSRounded1cRegularWeb.eot?") format("embedded-opentype"),
  url("../fonts/MPLUSRounded1cRegularWeb.woff2") format("woff2"),
  url("../fonts/MPLUSRounded1cRegularWeb.woff") format("woff"),
  url("../fonts/MPLUSRounded1cRegularWeb.ttf") format("truetype");
}

body {
  color: #4d4d4d;
  font-family: "MPLUSRounded1cWeb","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

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

img{
  backface-visibility: hidden;
}

a {
  text-decoration: none;
}

#wrapper {
  overflow: hidden;
}

/*============
HEADER
=============*/
#header {
  max-width: 900px;
  margin: 0 auto;
}

.site-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  width: 100%;
  flex-flow: wrap;
}

.site-logo img {
  height: 100px;
  width: auto;
}

.inner-logo img {
  display: none;
}

.site-header .gnav {
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.gnav .navinfo {
  font-size: 14px;
  text-align: center;
  line-height: 1.8em;
  padding: 0 5px;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  align-items: center;
}

.gnav .navinfo a {
  color: #555;
  letter-spacing: 1px;
}

.gnav .navinfo h2 {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 0 3px 5px;
  border-bottom: 2px solid #ccc;
}

.gnav .navinfo h3 {
  font-size: 18px;
  display: flex;
  padding: 5px 3px 0;
  align-items: center;
}

.gnav .navinfo .nav-sompo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-left: 20px;
}

.gnav .navinfo .nav-sompo img {
  width: 150px;
  height: auto;
  margin: -10px 0 10px;
  backface-visibility: hidden;
}

.gnav .navinfo .nav-sompo div {
  background: linear-gradient(#F65255, #FF0001);
  border-radius: 5px;
  width: 150px;
  height: auto;
}

.gnav .navinfo .nav-sompo div a {
  letter-spacing: 2px;
  margin-right: -2px;
  display: inline-block;
  color: #fff;
}

.gnav .navinfo div span {
  width: 100px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
}

.navinfo .navinfo-1 {
  background-color: #fb6060;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 1px;
}

.navinfo .navinfo-2 {
  background-color: #F7931E;
  color: #fff;
  letter-spacing: 3px;
  padding-left: 3px;
}

.site-header h4 img:first-child {
  margin-bottom: 5px;
  width: 170px;
}

.gnav__menu {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  max-width: 1100px;
  margin: 0 auto;
}

.gnav__menu__item {
  font-size: 10px;
  min-width: 14%;
  width: 100%;
  border-right: 1px solid #ccc;
  align-self: flex-start;
}

.gnav__menu__item:first-child {
  margin-left: 0;
  border-left: 1px solid #ccc;
  position: relative;
}


.gnav__menu__item a,
.sub__menu {
  color: #333;
  text-decoration: none;
  letter-spacing: 2px;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}

.gnav__menu__item img {
  width: 40px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
}

.gnav > ul > li > div {
  background-color: #fff;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  display: none;
  margin: 0;
  margin-top: 64px;
  text-align: center;
  opacity: 0;
  position: absolute;
  width: auto;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  transition: opacity 0.2s;
  line-height: 2;
  z-index: 10;
}
.gnav > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.gnav > ul > li > div ul > li {
	display: block;
}
.gnav > ul > li > div ul > li > a {
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.gnav > ul > li > div ul > li:hover > a {
  color: #F65255;
}

ul.gnav__menu {
  padding: 30px 5px;
  margin: 0 auto;
  width: 100%;
}

.header-change {
  background: rgba(90,90,90,0.7);
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 0;
  position: fixed;
  top: -102px;
  transition: .5s;
  width: 100%;
  align-items: center;
}

.header-change.show {
  top: 0;
}

.header-change .gnav__menu__item a {
  color: #fff;
  text-decoration: none;
}

.header-change .site-logo img {
  height: 60px;
}

.header-change .gnav__menu {
  padding: 0;
}

.header-change .gnav__menu__item {
  margin-left: 20px;
  min-width: inherit;
  width: auto;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  line-height: 1.8;
  align-self: center;
  font-size: 10.5px;
  letter-spacing: 2px;
}

.header-change .gnav > ul > li > div {
  background-color: rgba(90,90,90,0.7);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  display: none;
  margin: 0;
  text-align: center;
  opacity: 0;
  position: absolute;
  width: auto;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  transition: opacity 0.2s;
  line-height: 1.5;
}
.header-change .gnav > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.header-change .gnav > ul > li > div ul > li {
	display: block;
}
.header-change .gnav > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 12px;
	text-decoration: none;
}
.header-change .gnav > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.3);
}

/*============
NAV
=============*/
nav .inner ul {
  display: flex;
}

nav .inner ul li {
  font-size: 14px;
  margin-left: 20px;
  line-height: 100px;
  letter-spacing: 1px;
  z-index: 1;
}

nav .inner ul li a {
  color: #4d4d4d;
}

.sidemenu-logo {
  display: none;
}

.header-company nav .inner ul li a {
  color: #fff;
}

nav .inner .nav-tel {
  position: absolute;
  right: 18px;
  top: 80px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1em;
  z-index: 2;
}

nav .inner .nav-tel a {
  color: #21b8e2;
}

#mask {
  display: none;
}

#mask img {
  display: none;
}

/*============
HERO
=============*/
.hero {
  margin-bottom: 50px;
}

.hero-sp {
  display: none;
}

.hero img {
  height: auto;
  min-width: 750px;
  width: 80%;
  margin: 0 auto;
}

.hero-product {
  margin: 0;
}

.hero-product img {
  width: 100%;
  height: auto;
  min-width: auto;
  max-width: fit-content;
}

/*============
INFOMATION
=============*/
#section-infomation {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 10px 50px;
}

#section-infomation h1 {
  font-size: 20px;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #4d4d4d;
  padding: 0 5px 5px;
}

#section-infomation h1 span {
  text-align: right;
  color: #1CA0F9;
}

#news-container .news-wrap {
  margin-top: 10px;
  padding: 0 5px;
}

.news-wrap ul li p {
  font-size: 15px;
  line-height: 2.5em;
}

.news-wrap ul li p span a {
  display: flex;
  color: #4d4d4d;
}

.news-wrap ul li p span a:hover {
  color: #1CA0F9;
}

.news-wrap ul li p span a span.entry-date {
  margin-right: 20px;
}

/*============
COMPANY
=============*/
#section-company {
  padding: 0 20px 50px;
  background-color: rgb(251 222 215 / 0.3);
}

#section-company h1 {
  text-align: center;
  padding: 50px 0;
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  font-size: 28px;
  color: #F65255;
}

#section-company h2 {
  font-size: 17px;
  line-height: 2em;
  font-weight: normal;
  letter-spacing: 2px;
}

.company-container {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.company-container img {
  margin-right: 40px;
  width: 200px;
  height: auto;
  mix-blend-mode: multiply;
}

.company-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.company-content img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}

.company-main {
  width: 30%;
  background-color: #fff;
  border-radius: 15px;
}

.company-sub {
  padding: 0 20px 20px;
}

.company-sub h3 {
  text-align: center;
  border-bottom: 1px dotted #aaa;
  padding: 15px 0 5px;
  letter-spacing: 2px;
  margin-right: -2px;
  font-size: 16px;
  color: #F65255;
}

.company-sub h4 {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 15px 0 0;
  line-height: 1.8em;
}

/*============
PICK UP
=============*/
#section-pickup {
  text-align: center;
  padding: 50px 20px 130px;
  max-width: 900px;
  margin: 0 auto;
}

#section-pickup h1 {
  font-size: 28px;
  letter-spacing: 3px;
  margin-right: -3px;
  margin-bottom: 20px;
  color: #F65255;
}

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

.pickup-content {
  width: 30%;
}

.pickup-content img {
  margin: 0 auto;
  width: 120px;
  height: auto;
}

.pickup-content a img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.pickup-content h2 {
  font-size: 15px;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-top: 15px;
}

.pickup-content .pickup-1 {
  color: #F65255;
}

.pickup-content .pickup-2 {
  color: #F7931E;
}

.pickup-content .pickup-3 {
  color: #21B8E2;
}

/*============
Section Blog
=============*/
#section-blog {
  background-color: rgba(251,222,215,0.3);
  padding: 0 20px 50px;
}

#section-blog .blog-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}

#section-blog h1 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  margin: -20px -3px 40px 0;
  color: #F65255;
}

.blog-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 80px;
}

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

.blog-wrap ul li {
  width: 30%;
  background: #fff;
  border-radius: 15px;
}

.blog-container img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}

.blog-wrap span.blog-contents {
    padding: 20px;
    display: block;
}

.blog-wrap span.entry-date {
  font-size: 13px;
}

.blog-wrap span.title a {
  color: #F7931E;
  font-size: 15px
}

.blog-list-link {
  margin: 0 auto;
  width: 250px;
  border: 3px solid #4D4D4D;
  background-color: #fff;
  padding: 5px 0;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 25px;
}

.blog-list-link h2 {
  font-size: 18px;
  margin-right: -2px;
  color: #4d4d4d;
}

/*============
Section PRODUCT
=============*/
#section-product {
  padding: 50px 20px 15px;
}

#section-product h1 {
  font-size: 24px;
  letter-spacing: 3px;
  margin-right: -3px;
  margin-bottom: 20px;
  color: #F65255;
  text-align: center;
}

.product-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.product-container a {
  width: 40%;
}

.product-container img {
  width: 100%;
  height: auto;
}

.product-container-B {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  margin: 20px auto 0; 
  padding: 0 20px;
}

.product-container-B a {
  width: 100%;
}

.product-container-B a:nth-child(1) {
  margin-bottom: 50px;
}

/*============
Section BANNER
=============*/
.banner-wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.banner-1-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 900px; 
  margin: 0 auto 80px;
  padding: 0 20px;
}

.banner-1-container a {
  width: 48%;
}

.banner-1-container a img {
  width: 100%;
  height: auto;
}

.banner-1-container a:nth-child(3) img,
.banner-1-container a:nth-child(4) img {
  margin-top: 30px;
}

.banner-2-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%; 
  margin: 0 auto;
  background-color: #fdf5f3;
}

.banner-2-content {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 900px; 
  margin: 0 auto;
}

.banner-2-A {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 900px; 
  margin: 0 auto;
  padding: 0 20px;
}

.banner-2-A > img {
  width: 27%;
  height: auto;
  margin-top: -40px;
  object-fit: contain;
  object-position: bottom;
}

.banner-2-B {
  width: 73%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  
  padding: 20px 0;
}

.banner-2-C {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 0 20px;
}

.banner-2-C h1 {
  font-size: 28px;
  color: #F65255;
  margin-bottom: 15px;
}

.banner-2-C h2 {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 15px;
}

.banner-2-C h2 span {
  color: #F65255;
}


.banner-2-C > img {
  width: 15%;
  height: auto;
  object-fit: contain;
  margin-left: 20px;
}

.banner-2-D {
  display: flex;
  flex-direction: row;
  padding: 0 20px;
}

.banner-2-D img {
  width: 30%;
  height: auto;
}

.banner-2-D > div {
  padding: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-2-D > div > div {
  display: flex;
  justify-content: center;
}

.banner-2-D > div > div > p {
  font-size: 17px;
  font-weight: bold;
  margin-left: 10px;
}

.banner-2-D > div:first-child {
  border-right: 1px solid #4d4d4d;
}

.banner-2-D-A {
  background-color: #F65255;
  border-radius: 10px;
  color: #fff;
  margin-top: 5px;
}

.banner-2-D-B {
  background-color: #1CA0F9;
  border-radius: 10px;
  color: #fff;
  margin-top: 5px;
}

.banner-2-D-A a,
.banner-2-D-B a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 30px;
}

.banner-3-container {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 900px; 
  margin: 40px auto;
  padding: 0 20px;
}

.banner-3-A {
  width: 20%;
}

.banner-3-A img {
  width: 100%;
  height: auto;
}

.banner-3-B {
  display: flex;
  flex-direction: column;
}

.banner-3-B h1 {
  font-size: 20px;
  color: #F65255;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.banner-3-B h1 span {
  background-image: linear-gradient(transparent 60%, #ffff00 0%);
  padding: 0 5px;
}

.banner-3-B h2 {
  font-size: 12px;
  padding-left: 5px;
}

.banner-3-C {
  width: 25%;
  text-align: center;
}

.banner-3-C img {
  width: 100%;
  height: auto;
}

.banner-3-C span {
  font-size: 10px;
  margin-top: 15px;
  display: block;
}

/*============
INSURANCE
=============*/
#section-insurance {
  padding: 0 20px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.insurance-menu {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  width: 100%;
  margin: 35px auto 0;
  letter-spacing: 2px;
}

.insurance-menu p {
  background-color: #1CA0F9;
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
  width: 200px;
  text-align: center;
  border-radius: 5px;
  margin: 10px 15px 0;
}

.insurance-menu p a {
  color: #fff;
  margin-right: -2px;
}

#section-insurance h1 {
  margin: 0 -2px 40px 0;
  padding-top: 70px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  color: #1CA0F9;
}

#section-insurance h1 img {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}

.insurance-contents {
  padding: 20px 20px 60px;
  border: 4px solid #B3B3B3;
  margin: 0 0 30px;
  position: relative;
}

.insurance-contents h2 {
  font-size: 14px;
  margin-bottom: 10px;
}

.insurance-contents h3 {
  font-size: 16px;
  color: #F65255;
  padding-bottom: 15px;
  border-bottom: 2px dotted #999;
}

.insurance-contents h3 span {
  color: #4D4D4D;
}

.insurance-contents h4 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
}

.insurance-contents h4 span {
  font-size: 12px;
}

.insurance-contents h5 {
  text-align: right;
  font-size: 12px;
  margin: 20px 0 0;
  padding: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.insurance-contents h5 span {
  width: 100px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-family: sans-serif;
  padding: 2px 0;
  border-radius: 5px;
}

span.insurance-sub-A {
  background-color: #F15A24;
}

span.insurance-sub-B {
  background-color: #8CC63F;
  margin-left: 10px;
}

span.insurance-sub-C {
  background-color: #1CA0F9;
  margin-right: 10px;
}

.insurance-code {
  display: flex;
  justify-content: center;
}

.insurance-code p {
  margin: 20px 10px;
  font-size: 12px;
}

.summary {
  padding: 0px 0 50px;
  font-size: 14px;
}

/*============
COMPANY PAGE
=============*/
.hero-company {
  margin: 50px 0;
  background-color: #F65255;
}

.hero-company-contents {
  padding: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.hero-company img {
  border-radius: 15px;
  width: auto;
  position: absolute;
  right: 6%;
  height: calc(100% + 50px);
  margin: 0;
  min-width: unset;
  max-width: unset;
}

.hero-company-text h1 {
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  margin-bottom: 30px;
}

.hero-company-text h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.hero-company-text h3 {
  font-size: 40px;
  letter-spacing: 0.3em;
  font-weight: 400;
}

/*============
COMPANY PAGE - President and About
=============*/
#section-president {
  padding: 80px 20px;
  text-align: center;
}

#section-president h1,
#section-about h1 {
  text-align: center;
  font-size: 25px;
  color: #F65255;
  margin-bottom: 30px;
  letter-spacing: 5px;
  margin-right: -5px;
}

.president-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#section-president div:nth-child(2) {
  margin-bottom: 80px;
}

.president-container h2 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-right: -2px;
  line-height: 1.8em;
}

.president-container > p {
  font-size: 30px;
  font-weight: bold;
}

.president-container > p.vision {
  font-size: 20px;
  margin-top: 20px;
}

.about-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.about-location {
  text-align: center;
  letter-spacing: 1px;
}

.about-location h2 {
  padding: 5px 10px 50px;
  font-size: 19px;
  line-height: 1.8em;
}

.about-location h2 span {
  margin: 0 20px;
  display: inline-block;
  border-radius: 5px;
}

.about-location h2 span a {
  color: #fff;
  padding: 0 20px;
}

.about-location .location-A {
  background-color: #F65255;
}

.about-location .location-B {
  background-color: #F7931E;
}

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

.about-contents div {
  width: 52%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}

.about-contents img {
  width: 43%;
  height: auto;
  border-radius: 15px;
}

.about-contents h3 {
  font-size: 15px;
  border-bottom: 2px dotted #ccc;
  line-height: 3em;
  letter-spacing: 1px;
  display: flex;
  align-items: flex-end;
}

.about-contents h3:first-child {
  line-height: 1.8em;
  padding-bottom: 0.6em;
}

.about-contents h3 span {
  width: 90px;
  display: inline-block;
  color: #F65255;
}

#section-about iframe {
  margin-bottom: 80px;
}

#location-B .about-contents h3 span {
  color: #F7931E;
}

/*============
ACCIDENT PAGE
=============*/
#section-accident {
  padding: 20px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#section-accident h1 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  letter-spacing: 5px;
}

#section-accident h1:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

#section-accident h1 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  margin-right: -5px;
}

#section-accident h2 {
  font-size: 15px;
  text-align: center;
  padding: 30px 0 50px;
}

.accident-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.accident-contents {
  padding: 1em 2.3em 1em 2em;
  width: 47%;
  min-height: 230px;
  border: 3px solid #B3B3B3;
  margin-bottom: 50px;
}

.accident-contents h3 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 3px solid #B3B3B3;
}

.accident-contents h4 {
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  padding: 0 3px 5px;
  margin: 20px 0;
}

.accident-contents h4 span {
  width: 100px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.accident-contents h5 {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 20px 0 0;
}

.accident-contents h5 span {
  width: 100%;
  display: inline-block;
  line-height: 25px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  margin-right: -0.6em;
  margin-bottom: 20px;
  color: #fff;
}

.accident-contents a {
  color: #4d4d4d;
  font-size: 20px;
  margin-right: -0.6em;
}

.accident-contents a:hover {
  color: #1CA0F9;
}

span.accident-A {
  background-color: #fb6060;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 1px;
}

span.accident-B {
  background-color: #F7931E;
  color: #fff;
  letter-spacing: 3px;
  padding-left: 3px;
}

span.accident-C {
  background: #1CA0F9;
}

span.accident-D {
  background: #39B54A;
}

#section-react {
  width: 100%;
  background: rgba(251,222,215,0.3);
  text-align: center;
  letter-spacing: 0.3em;
  padding: 50px 20px;
}

#section-react h1 {
  margin-bottom: 40px;
}

.react-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.react-container img {
  margin: 40px auto 35px;
}

.react-contents h2 {
  color: #F65255;
  margin-bottom: 20px;
  margin-right: -0.3em;
  font-size: 20px;
}

.react-contents h3 {
  font-size: 14px;
  font-weight: normal;
  margin-right: -0.2em;
  letter-spacing: 0.2em;
}

.react-contents h4 {
  color: #F65255;
  font-size: 13px;
  margin-top: 20px;
  margin-right: -0.2em;
  letter-spacing: 0.2em;
}

/*============
POLICY PAGE
=============*/
#section-policy {
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20px;
}

#section-policy h1 {
  font-size: 30px;
  letter-spacing: 3px;
}

#section-policy hr {
  border: 0;
  border-top: 2px solid #4d4d4d;
  margin: 10px 0 20px;
}

#section-policy p {
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 60px;
  color: #757575;
}

#section-policy a p {
  margin-bottom: 30px;
  color: #1CA0F9;
}

#section-policy h2 {
  font-size: 20px;
  line-height: 2em;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-align: center;
}

#section-policy h2 span {
  text-align: right;
  display: block;
}

#section-policy h3 {
  font-size: 18px;
  letter-spacing: 2px;
}

.policy-contact {
  letter-spacing: 2px;
}

.policy-contact-sub h4 {
  font-size: 18px;
}

.policy-contact-sub h5 {
  font-size: 18px;
  margin: 0 0 30px;
}

#section-policy .policy-contact-sub hr {
  border: 0;
  border-top: 1px solid #808080;
  margin: 10px 0;
}

#section-agree {
  text-align: center;
  letter-spacing: 0.3em;
  padding: 0 20px;
}

#section-agree h1 {
  margin-right: -0.3em;
  margin-bottom: 20px;
}

.agree-container {
  margin-bottom: 70px;
  margin: 0 auto 70px;
  max-width: 400px;
}

.agree-container h2 {
  font-size: 18px;
  line-height: 2em;
  display: flex;
  justify-content: space-between;
}

.agree-container h2 span {
  width: 150px;
  display: inline-block;
  border-radius: 5px;
  margin: 0 10px;
}

span.agree-A {
  background: #F65255;
}

.agree-container h2 span a {
  color: #fff;
  margin-right: -0.3em;
}

span.agree-B {
  background: #808080;
}

/*============
SOLICITATION PAGE
=============*/
#section-solicitation {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 20px 100px;
}

.solicitation-wrap p {
  font-size: 23px;
  text-align: center;
  margin-bottom: 50px;
}

.solicitation-container {
  padding-bottom: 50px;
}

.solicitation-content h1 {
  font-size: 20px;
  letter-spacing: 3px;
  padding-left: 3em;
  padding-bottom: 15px;
  text-indent: -3.1em;
  border-bottom: 2px solid #4d4d4d;
}

.solicitation-content h2 {
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 1em;
  text-indent: -1.1em;
  margin-bottom: 5px;
  color: #757575;
}

.solicitation-content h2:first-child {
  margin-top: 15px;
}

.solicitation-bottom {
  margin-bottom: 100px;
}

.solicitation-bottom h3,
.solicitation-bottom h4 {
  text-align: right;
}

.solicitation-bottom h3 {
  font-size: 15px;
}

.solicitation-bottom h4 {
  font-size: 22px;
}

.salespolicy-wrap p {
  font-size: 23px;
  text-align: center;
  margin-bottom: 50px;
}

.salespolicy-wrap .solicitation-content h1 {
  padding: 0;
  margin: 0 0 30px 0;
  text-indent: 0;
  font-size: 18px;
  text-align: center;
  border: 0;
}

.salespolicy-container {
  border-bottom: 2px solid #999;
  margin-bottom: 50px;
}

.salespolicy-content > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  border: 2px solid #999;
  border-bottom: 0;
}

.salespolicy-content div h2 {
  font-size: 15px;
  text-align: center;
  padding: 10px 5px;
}

.salespolicy-content div h2 span {
  font-size: 12px;
}

.salespolicy-content > div > div:first-child {
  width: 25%;
  border-right: 2px solid #999;
}

.salespolicy-content > div > div:last-child {
  display: block;
  font-size: 15px;
  width: 75%;
  padding: 10px 5px;
  align-self: center;
}

.salespolicy-content div div h3 {
  font-size: 15px;
}

.salespolicy-content div div h4,
.salespolicy-content div div h5 {
  font-size: 13px;
  padding-left: 18px;
}

.salespolicy-content > div > div > div:first-child h4 {
  margin-bottom: 20px;
}

.salespolicy-content div div h4.salespolicy-text {
  font-size: 17px;
  padding: 20px 20px;
}

#section-solicitation hr {
  margin: 0;
  padding: 0;
  margin-bottom: 100px;
  border: 0;
  border-bottom: 2px solid #999;
}

/*============
KPI PAGE
=============*/
section#section-kpi {
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
h1.kpi-header {
  color: #f65255;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  font-size: 25px;
  margin: 3em 0 1em;
}
.kpi-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}
.kpi-content ul li {
  text-indent: -1em;
  letter-spacing: 0.05em;
  padding: 20px 0 20px 1em;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
}
.kpi-content ul li:last-child {
  border: 0;
}
.kpi-content-1 h2 {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 1.8em;
}
.kpi-content-1 h2 a {
color: #1CA0F9;
}
.kpi-content-1 span {
  color: #f65255;
  font-weight: bold;
}
.kpi-content-1 p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
  margin-bottom: 10px;
}
.kpi-content-1 p.decision {
  letter-spacing: 0;
  text-align: right;
  margin: 50px 0;
}
table.kpi-content-sub {
  border: 4px solid #b3b3b3;
  border-collapse: collapse;
  margin: 0 auto 20px;
  width: 100%;
}
table.kpi-content-sub td {
  border: 4px solid #b3b3b3;
  padding: 1em 2em;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
  text-indent: 1px;
  width: 70%;
  line-height: 1.8em;
}
table.kpi-content-sub td:nth-child(2) {
  font-weight: bold;
  text-align: center;
}
table.kpi-content-sub td div.text-top {
  position: relative;
  top: 3px;
}
table.kpi-content-sub td span {
  color: #f65255;
  font-weight: bold;
}
.kpi-content-sub > div > div {
  display: flex;
  height: 120px;
}

.kpi-content-sub.kpi-sub-2 {
  border: 0;
}
.kpi-content-sub.kpi-sub-2 tr, .kpi-content-sub.kpi-sub-2 td, .kpi-content-sub.kpi-sub-2 th {
  border: 4px solid #b3b3b3;
  padding: 10px;
}
.kpi-content-sub.kpi-sub-2 tr, .kpi-content-sub.kpi-sub-2 td {
  padding: 10px 1em;
  letter-spacing: 0.1em;
}
.kpi-content-sub.kpi-sub-2 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.kpi-content-sub.kpi-sub-2 tr td:nth-child(1) {
  width: 45%;
}
.kpi-content-sub.kpi-sub-2 tr td:nth-child(2) {
  width: 25%;
  text-align: right;
  font-weight: bold;
}
.kpi-content-sub.kpi-sub-2 tr td:nth-child(3) {
  width: 30%;
  text-align: right;
  font-weight: bold;
}
.kpi-content-sub.kpi-sub-2 th {
  background: #f2f2f2;
  letter-spacing: 1em;
  text-indent: 1em;
}
.kpi-content-sub.kpi-sub-2 tr td:nth-child(1), .kpi-content-sub.kpi-sub-2 tr td:nth-child(2) {
  background: #eff8fd;
}
.kpi-content-sub.kpi-sub-2 tr td:nth-child(3) {
  background: #fef3f0;
}
.kpi-content-sub.kpi-sub-3 {
  border: 0;
}
.kpi-container .kpi-content:nth-child(4) h1 {
  margin-bottom: 10px;
}
.kpi-content-sub.kpi-sub-3 h2 {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}
.kpi-sub-3-img {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin: 2em auto;
  background: none!important;
}
.kpi-sub-3-img img {
  width: 43%;
}
.kpi-sub-3-img > span {
  width: 1px;
  background: #999;
}
.kpi-content-sub.kpi-sub-4 {
  border: 0;
}
.kpi-sub-4-img {
  width: 100%;
  max-width: 750px;
  margin: 2em auto 4em;
}
.kpi-sub-4-img div {
  margin: 0 auto;
  display: flex;
}
.kpi-sub-4-img div:nth-child(1) {
    margin-bottom: 50px;
}
.kpi-sub-4-img img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.kpi-sub-4-img > span {
  width: 1px;
  background: #999;
}
.kpi-content-sub > .kpi-sub-4-img div {
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
}
.kpi-sub-4-img img {
  margin-bottom: 1em;
}
.kpi-sub-4-img p {
  text-align: center;
  margin: 1.5em 1.5em 0;
  line-height: 1.8;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.kpi-sub-4-img p > span {
  background-image: linear-gradient(transparent 60%, #ffff00 0%);
  padding: 0 10px 3px 20px;
}
.kpi-content-sub.kpi-sub-4 h2 {
  color: #fff;
  background: #f65255;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 0.8em 0 0.8em 0.1em;
  width: 530px;
  margin: 0 auto 5em;
  border-radius: 20px;
  line-height: 1.8;
}
.kpi-content-sub .kpi-sub-5 {
  display: flex;
  margin-bottom: 100px;
}
.kpi-content-sub .kpi-sub-5 > div {
  display: flex;
  flex-direction: column;
  height: auto;
  text-align: center;
}
.kpi-content-sub .kpi-sub-5 div h3 {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.kpi-content-sub .kpi-sub-5 > div:nth-child(1) > h3 {
  color: #1486ca;
}
.kpi-content-sub .kpi-sub-5 > div:nth-child(3) > h3 {
  color: #f65255;
}
.kpi-content-sub .kpi-sub-5 > div > h4 {
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.kpi-content-sub .kpi-sub-5 > span {
  width: 1px;
  background: #999;
}
.kpi-content-sub .kpi-sub-5 img {
  width: 80%;
  margin: 0 auto;
}

/*============
THANKS PAGE
=============*/
#section-thanks {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px 100px;
  text-align: center;
  letter-spacing: 2px;
}

#section-thanks h1 {
  font-size: 19px;
  line-height: 2em;
  margin-right: -2px;
}

#section-thanks h2 a {
  font-size: 15px;
  color: #21B8E2;
}

/*============
SITEMAP PAGE
=============*/
#section-sitemap {
  padding: 0 20px;
}

#section-sitemap h1 {
  text-align: center;
  margin: 30px 0;
}

.sitemap-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 70px;
}

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

.sitemap-contents {
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 30px;
  box-shadow: 3px 3px 5px 0px #ccc;
}

.sitemap-contents h2 {
  font-size: 15px;
}

.sitemap-contents a {
  color: #21B8E2;
}

.sitemap-contents ul li {
  font-size: 13px;
}
/*============
FOOTER
=============*/
footer {
  border-top: 1px solid rgba(77,77,77,0.3);
}

.footer-container {
  display: flex;
  max-width: 900px;
  padding: 50px 10px 20px;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-info .navinfo {
  font-size: 14px;
  line-height: 1.8em;
  padding: 0 5px;
  display: flex;
  flex-flow: column;
}

.footer-info h1 img {
  width: 250px;
  height: auto;
  margin-bottom: 20px;
}

.footer-info .navinfo span {
  width: 100px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}

.footer-info .navinfo h2,
.footer-info .navinfo h3 {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.footer-info .navinfo h2 {
  padding: 0 3px 5px;
}

.footer-info .navinfo h3 {
  padding: 5px 3px 0;
}

.footer-info .navinfo a {
  font-size: 18px;
  color: #555;
  letter-spacing: 1px;
}

.footer-menu-list {
  display: flex;
}

.footer-menu-list div {
  width: 80px;
  font-size: 13px;
  letter-spacing: 1px;
  margin-left: 15px;
}

.footer-menu-list h4 {
  border-bottom: 1px solid rgba(77,77,77,0.3);
  line-height: 2.5em;
}

.footer-menu-list h4 a {
  color: #21B8E2;
  line-height: 2.5em;
  display: block;
}

.footer-menu ul {
  margin: 5px 0;
}

.footer-menu ul li {
  font-size: 13px;
  line-height: 2.5em;
}

.footer-menu ul li a {
  letter-spacing: 2px;
  line-height: 2.5em;
    color: #21B8E2;
    display: block;
}

.footer-menu-bottom {
  position: relative;
  top: -40px;
  right: 10px;
  text-align: right;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  letter-spacing: 1px;
  font-size: 13px;
}

.footer-menu-bottom a {
  color: #21B8E2;
  margin: 0 3px;
}

#copyright {
  line-height: 1.8em;
  font-size: 14px;
  text-align: center;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Arial,Verdana,'Noto Sans Japanese','游ゴシック','Yu Gothic','游ゴシック体',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,sans-serif;
}

/*============
Header Responsive
=============*/
@media screen and ( min-width: 768px ) {
  .sp-br {
    display: none;
  }
}
@media screen and ( max-width: 767px ) {
  .pc-br {
    display: none;
  }
  /*============
  Header
  =============*/
  #navArea .site-logo img {
    width: 250px;
    height: auto;
    margin-bottom: 10px;
  }
  .gnav__menu__item {
    margin-left: 15px;
    font-size: 10px;
  }
  .gnav .navinfo {
    flex-flow: column;
  }
  .site-header {
    background: none;
  }
  /*============
  nav
  =============*/
  nav {
    display: block;
    position: fixed;
    top: -300px;
    bottom: 100vh;
    width: 100%;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .5s;
    z-index: 3;
  }
  .open nav {
    top: 0;
    bottom: auto;
  }
  .open .site-header .gnav {
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: column;
    align-items: center;
    justify-content: unset;
    margin: 0 auto;
  }
  .inner-logo img {
    display: block;
    margin: 20px auto;
  }
  nav.gnav {
    padding: 15px;
  }
  .gnav .navinfo h4 {
    flex-flow: nowrap;
    margin: 10px 0px;
  }
  nav ul.gnav__menu {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    display: flex;
    flex-flow: wrap;
  }
  nav ul.gnav__menu li {
    color: #333;
    margin: 0;
    width: 33.3%;
    border: 0;
  }
  .gnav > ul > li > div {
    margin: 0;
    top: -135px;
    border-radius: 5px;
    border: solid 2px #555;
  }
  .gnav > ul > li > div:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }

  .gnav > ul > li > div:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
  }
  .gnav > ul > li > div ul > li {
    display: block;
    width: 100%;
  }
  nav ul.gnav__menu li a {
    color: #333;
    font-size: 10px;
    padding: 0;
    text-decoration: none;
    transition-duration: 0.2s;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
  }
  .gnav__menu__item img {
    width: 40px;
    margin: 10px 0.2em 2px 0;
    display: inline-block;
    text-align: center;
  }
  nav ul.gnav__menu li a:hover {
    background: #e4e4e4;
  }
  .gnav > ul > li > div ul > li > a:hover {
    background: none;
  }
  .gnav__menu__item:first-child {
    border: 0;
  }
  .gnav .navinfo .nav-sompo {
    margin: 20px 0 5px;
  }
  .gnav .navinfo .nav-sompo img {
    margin: 0 0 15px;
  }
  /*============
  @keyframes
  =============*/
  @keyframes equalizer01 {
    0% {
      width: 80%;
    }
    10% {
      width: 30%;
    }
    20% {
      width: 70%;
    }
    30% {
      width: 20%;
    }
    40% {
      width: 80%;
    }
    50% {
      width: 30%;
    }
    60% {
      width: 70%;
    }
    70% {
      width: 20%;
    }
    80% {
      width: 80%;
    }
    90% {
      width: 30%;
    }
    100% {
      width: 80%;
    }
  }
  @keyframes equalizer02 {
    0% {
      width: 60%;
    }
    10% {
      width: 20%;
    }
    20% {
      width: 40%;
    }
    30% {
      width: 10%;
    }
    40% {
      width: 60%;
    }
    50% {
      width: 20%;
    }
    60% {
      width: 40%;
    }
    70% {
      width: 10%;
    }
    80% {
      width: 60%;
    }
    90% {
      width: 20%;
    }
    100% {
      width: 60%;
    }
  }
  /*============
  .toggle_btn
  =============*/
  .header-change .toggle_btn {
    top: -100px;
    transition: .5s;
  }
  .header-change.show .toggle_btn {
    display: block;
    position: fixed;
    top: 13px;
    right: 12px;
    width: 60px;
    height: 30px;
    transform: translate(0, 0);
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .header-change.show .toggle_btn span {
    display: block;
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(255 255 255));
    transition: all .5s;
  }
  .header-change.show .toggle_btn span:nth-child(1) {
    top: 5px;
    width: 80px;
    animation: equalizer01 20000ms infinite;
  }
  .header-change.show .toggle_btn span:nth-child(2) {
    top: 15px;
    width: 20px;
    animation: equalizer02 20000ms infinite;
  }
  .header-change.show .toggle_btn span:nth-child(3) {
    top: 25px;
    width: 36px;
    animation: equalizer02 20000ms infinite;
    animation-delay: 0.33s;
  }
  .navArea.open .toggle_btn span {
    background-color: #fff;
    width: 30px;
  }
  .navArea.open .toggle_btn span:nth-child(1) {
    transform: translate(0, 10px) rotate(-45deg);
    animation: unset;
  }
  .navArea.open .toggle_btn span:nth-child(2) {
    opacity: 0;
    animation: unset;
  }
  .navArea.open .toggle_btn span:nth-child(3) {
    transform: translate(0, -10px) rotate(45deg);
    animation: unset;
  }
  /*============
  #mask
  =============*/
  #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    transition: all .5s;
  }
  .open #mask img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
}


@media screen and ( min-width: 900px ) {
  .gnav__menu__item {
    font-size: 0.72em;
  }
  .header-change .gnav__menu__item {
    font-size: 12px;
  }
}

/*========================
  Media Query - index and common
========================*/
@media screen and (min-width:768px) and ( max-width:1023px) {
  .banner-2-A > img {
    width: 30%;
    height: auto;
    margin-top: -40px;
    object-fit: contain;
    object-position: bottom;
  }
  .banner-2-B {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 0;
  }
  .banner-2-C {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 0 20px;
  }
  .banner-2-C > img {
    width: 15%;
    height: auto;
    object-fit: contain;
    margin-left: 0;
  }
  .banner-2-C h1 {
    font-size: 2.8vw;
  }
  .banner-2-C h2 {
    font-size: 1.7vw;
  }
  table.kpi-content-sub td:nth-child(2) {
    font-size: 12px;
  }
}
@media screen and ( max-width: 767px ) {
  /*============
  hero
  =============*/
  .hero img {
    min-width: unset;
    width: 100%;
  }
  /*============
  company
  =============*/
  .company-container {
    flex-flow: column;
  }
  .company-container img {
    margin-right: 0;
    margin-bottom: 40px;
  }
  #section-company h1 {
    font-size: 20px;
  }
  #section-company h2 {
    font-size: 13px;
    padding: 0;
    letter-spacing: 1px;
  }
  .company-content {
    flex-flow: column;
  }
  .company-main {
    display: flex;
    flex-flow: nowrap;
    width: 100%;
    margin-bottom: 30px;
  }
  .company-main a {
    width: 40%;
  }
  .company-content img {
    border-radius: 15px 0 0 15px;
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .company-sub {
    width: 60%;
  }
  /*============
  pickup
  =============*/
  #section-pickup {
    padding: 50px 10px 100px;
  }
  .pickup-content {
    width: 32%;
  }
  .pickup-content img {
    width: 90px;
  }
  .pickup-content a img {
    border-radius: 5px;
  }
  .pickup-content h2 {
    font-size: 13px;
  }
  /*============
  blog
  =============*/
  #section-blog .blog-icon {
    width: 80px;
    height: 80px;
    top: -40px;
  }
  #section-blog h1 {
    font-size: 18px;
  }
  .blog-container {
    margin-bottom: 20px;
  }
  .blog-wrap ul {
    flex-flow: column;
  }
  .blog-wrap ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-list-link {
    width: 200px;
  }
  .blog-list-link h2 {
    font-size: 14px;
  }
  /*============
  product
  =============*/
  #section-product h1 {
    font-size: 18px;
  }
  .product-container {
    width: 100%;
  }
  .product-container a {
    width: 47%;
  }
  .product-container-B {
    width: 100%;
    padding: 0 0;
  }
  .product-container-B a:nth-child(1) {
    margin-bottom: 30px;
  }
  /*============
  banner
  =============*/
  .banner-1-container {
    flex-direction: column;
    margin: 0 auto 40px;
  }
  .banner-1-container a {
    width: 100%;
  }
  .banner-2-A {
    display: flex;
    flex-flow: wrap;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .banner-2-A > img {
    width: 75%;
    margin: 0 auto;
    max-width: 350px;
  }
  .banner-2-B {
    width: 100%;
    flex-direction: column;
    padding: 20px 0;
    align-items: center;
  }
  .banner-2-C {
    display: flex;
    flex-direction: column;;
    align-items: center;
    padding: 0;
  }
  .banner-2-C h1 {
    font-size: 5vw;
  }
  .banner-2-C h2 {
    font-size: 3.2vw;
    margin-bottom: 20px;
  }
  .banner-2-C > img {
    width: 70px;
    margin: 0 0 20px 0;
  }
  .banner-2-D {
    flex-direction: column;
    padding: 0;
  }
  .banner-2-D > div:first-child {
    border: 0;
    margin-bottom: 20px;
  }
  .banner-2-D img {
    width: 100px;
  }
  .banner-2-D > div > div > p {
    font-size: 13px;
    line-height: 30px;
  }
  .banner-3-container {
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
  }
  .banner-3-A {
    width: 30%;
    margin-bottom: 20px;
  }
  .banner-3-B h1 {
    font-size: 4.2vw;
  }
  .banner-3-B h2 {
    font-size: 2.5vw;
    margin-bottom: 15px;
  }
  .banner-3-C {
    width: 50%;
    text-align: center;
  }
  .banner-3-C img {
    max-width: 180px;
    margin: 0 auto;
  }
  /*============
  footer
  =============*/
  .footer-container {
    flex-flow: column;
    padding: 20px 4%;
    max-width: 400px;
    margin: 0 auto;
    align-items: center;
  }
  .footer-info {
    margin-bottom: 30px;
  }
  .footer-menu-list {
    display: none;
  }
  .footer-menu-list div {
    width: 85px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .footer-menu-bottom {
    font-size: 10px;
    position: static;
    text-align: center;
    margin: 20px 0;
  }
}


@media screen and ( max-width: 374px ) {
  .blog-wrap ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*========================
  Media Query - product page
========================*/
@media screen and ( max-width: 767px ) {
  /*============
    HERO
  =============*/
  .hero-product {
    display: block;
  }
  .hero-company {
    display: block;
  }
  .hero-product img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .hero-solicitation {
    display: block;
  }
  .hero-solicitation img {
    width: 100%;
    height: 23vh;
    object-fit: cover;
    min-width: unset;
  }
  /*============
    INSURANCE
  =============*/
  .insurance-contents h2 {
    font-size: 12px;
  }
  .insurance-contents h3 {
    font-size: 14px;
  }
  .insurance-contents h4 {
    font-size: 13px;
  }
  .insurance-code {
    flex-flow: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .insurance-code p {
    margin: 0;
  }
  .insurance-menu p {
    font-size: 13px;
    width: 130px;
    margin: 10px 5px 0;
  }
  span.insurance-sub-B {
    margin-left: 5px;
    margin-top: 5px;
  }
  span.insurance-sub-C {
    margin-right: 5px;
  }
}
/*========================
  Media Query - policy page
========================*/
@media screen and ( max-width: 767px ) {
  /*============
    POLICY
  =============*/
  #section-policy h1 {
    font-size: 15px;
  }
  #section-policy p {
    font-size: 13px;
  }
  #section-policy h2 {
    font-size: 14px;
  }
  #section-policy h3 {
    font-size: 14px;
  }
  .policy-contact-sub h4 {
    font-size: 14px;
  }
  .policy-contact-sub h5 {
    font-size: 14px;
  }
  #section-agree h1 {
    font-size: 20px;
  }
  .agree-container h2 {
    font-size: 15px;
  }
}

/*========================
  Media Query - Solicitation page
========================*/
@media screen and ( max-width: 767px ) {
  .solicitation-content h1 {
    font-size: 15px;
    text-align: left;
  }
  .salespolicy-wrap .solicitation-content h1 {
    font-size: 15px;
    text-align: left;
  }
  .solicitation-content h2 {
    font-size: 13px;
  }
  #section-solicitation {
    padding: 20px;
  }
  .salespolicy-content > div {
    flex-direction: column;
    flex-wrap: unset;
  }
  .salespolicy-content {
    margin-bottom: 20px;
    border-bottom: 2px solid #999;
  }
  .salespolicy-content > div > div:first-child{
    width: auto;
    border: 0;
    border-bottom: 1px solid #999;
  }
  .salespolicy-content > div > div:last-child {
    width: 95%;
  }
  .salespolicy-content div div h3 {
    font-size: 13px;
  }
  .salespolicy-content div div h4.salespolicy-text {
    font-size: 13px;
  }
  .salespolicy-container {
    border: 0;
  }
}

/*========================
  Media Query - Accident page
========================*/
@media screen and ( max-width: 767px ) {
  #section-accident h1 {
    padding: 20px 0 10px;
    font-size: 20px;
    border-bottom: 2px solid;
  }
  #section-accident h1:before {
    position: static;
  }
  #section-accident h2 {
    font-size: 13px;
  }
  .accident-container {
    flex-flow: column;
  }
  .accident-contents {
    width: 100%;
  }
  .accident-contents {
    width: 100%;
    padding: 1em 1em 1em 0.6em;
  }
  .accident-contents h3 {
    font-size: 20px;
    padding-left: 0.6em;
  }
  .accident-contents h4 {
    flex-flow: column;
    align-items: center;
  }
  .accident-contents h4 span {
    margin: 0 -0.6em 10px 0;
  }
  .accident-contents a {
    color: #4d4d4d;
    font-size: 20px;
    margin-right: -0.6em;
  }
  .accident-contents h5 {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 20px 0 0;
  }
  .accident-contents h5 span {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #section-react h1 {
    font-size: 20px;
  }
  .react-contents h2 {
    font-size: 14px;
  }
  .react-contents h3 {
    font-size: 13px;
  }
}

/*========================
  Media Query - company page
========================*/
@media screen and ( max-width: 767px ) {
  .hero-company {
    margin: 0;
  }
  .hero-company-contents {
    flex-flow: column;
    padding: 30px 10px;
  }
  .hero-company-text h1 {
    font-size: 15px;
  }
  .hero-company-text h2 {
    font-size: 15px;
  }
  .hero-company-text h3 {
    font-size: 22px;
  }
  .hero-company img {
    position: static;
    width: 280px;
    height: 280px;
    margin: 20px 0 20px;
  }
  #section-president {
    padding: 80px 10px;
  }
  #section-president h1,
  #section-about h1 {
    font-size: 20px;
  }
  .president-container h2 {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
  }
  .president-container > p.vision {
    font-size: 14px;
  }
  .about-location h2 {
    font-size: 14px;
    line-height: 2em;
    white-space: nowrap;
    display: flex;
    justify-content: center;
  }
  .about-location h2 span {
    width: 120px;
    margin: 0 10px;
  }
  .about-location h2 span a {
    padding: 0 10px;
  }
  .about-contents {
    flex-flow: column;
  }
  .about-contents img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .about-contents div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .about-contents h3 {
    font-size: 15px;
    flex-flow: column;
    align-items: baseline;
  }
  #location-B .about-contents {
    flex-flow: column-reverse;
  }
}

/*========================
  Media Query - KPI page
========================*/
@media screen and ( max-width: 767px ) {
  .kpi-content {
    padding: 0 5px;
  }
  h1.kpi-header {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .kpi-content ul li {
    font-size: 13px;
  }
  .kpi-content-sub {
    border: 0;
  }
  table.kpi-content-sub {
    border: 2px solid #b3b3b3;
  }
  table.kpi-content-sub tr {
    display: flex;
    flex-direction: column;
}
  table.kpi-content-sub td {
    width: 100%;
    padding: 10px;
    font-size: 13px;
    border: 2px solid #b3b3b3;
  }
  .kpi-content-1 p {
    font-size: 15px;
  }
  .kpi-content-1 p.decision {
    margin: 30px 0;
    font-size: 14px;
  }
  .kpi-content-sub > div:nth-child(even) {
    background: none;
  }
  .kpi-content-sub > div > div {
    height: auto;
    flex-direction: column;
  }
  .kpi-content-sub.kpi-sub-1 > div > div > h2 {
    width: auto;
    border: 0;
    padding: 0 10px;
  }
  .kpi-content-sub.kpi-sub-1 > div > div > h3 {
    width: auto;
    margin-bottom: 30px;
    margin-left: 0.2em;
    border: 0;
  }
  .kpi-content-sub.kpi-sub-1 > div:last-child > div h3 span {
    text-indent: 0;
  }
  .kpi-content-sub.kpi-sub-1 > div:first-child > div span:first-child {
    width: 50%;
  }
  .kpi-content-sub.kpi-sub-2 table {
    font-size: 12px;
    table-layout: auto;
  }
  .kpi-content-sub.kpi-sub-2 tr, .kpi-content-sub.kpi-sub-2 td, .kpi-content-sub.kpi-sub-2 th {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    border: 2px solid #b3b3b3;
    padding: 5px;
  }
  .kpi-content-sub.kpi-sub-2 th {
    white-space: nowrap;
  }
  .kpi-content-sub.kpi-sub-3 h2 {
    font-size: 12px;
    text-align: left;
    padding: 0 10px;
  }
  .kpi-sub-3-img {
    flex-direction: column;
    margin-bottom: 0;
  }
  .kpi-sub-3-img img {
    width: 60%;
    margin: 0 auto 60px;
  }
  .kpi-sub-3-img > span {
    display: none;
  }
  .kpi-container .kpi-content:nth-child(4) h1,
  .kpi-container .kpi-content:nth-child(5) h1 {
    font-size: 18px;
  }
  .kpi-sub-4-img {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .kpi-content-sub > .kpi-sub-4-img div {
    width: 100%;
    margin-bottom: 40px;
  }
  .kpi-sub-4-img img {
    margin-bottom: 0;
  }
  .kpi-sub-4-img p {
    margin: 1em 10px;
  }
  .kpi-content-sub.kpi-sub-4 h2 {
    width: 100%;
    font-size: 12px;
    padding: 1em;
  }
  .kpi-content-sub .kpi-sub-5 {
    flex-flow: column;
  }
  .kpi-content-sub .kpi-sub-5 > div > h3 {
    font-size: 14px;
  }
  .kpi-content-sub .kpi-sub-5 > div > h4 {
    font-size: 13px;
  }
  .kpi-content-sub .kpi-sub-5 > div:nth-child(1) > img {
    margin-bottom: 60px;
  }
}
/*========================
  Media Query - sitemap page
========================*/
@media screen and ( max-width: 767px ) {
  .sitemap-contents {
    width: 47%;
  }
  .sitemap-contents h2 {
    font-size: 13px;
  }
  .sitemap-contents ul li {
    font-size: 12px;
  }
}

@media screen and ( max-width: 374px ) {
  .sitemap-contents {
    width: 100%;
  }
}


@media screen and (min-width:768px) and ( max-width:1023px) {
  .hero-company-text h1 {
    font-size: 2vw;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    margin-bottom: 30px;
  }

  .hero-company-text h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }

  .hero-company-text h3 {
    font-size: 40px;
    letter-spacing: 0.3em;
    font-weight: 400;
  }
  .president-container h2 {
    font-size: 15px;
  }
}
/*========================
  lazyload
=========================*/
.lazyload { opacity: 0; transition: opacity .8s ease-out; }
.lazyloaded { opacity: 1; }
