@charset "UTF-8";

/* INTERFACE */

br.sp{
  display: none;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #222;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

body>header{
  height: 100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
  z-index: 1000;
}

body>header.hide {
  transform: translateY(-100%);
}

body>header>div{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

body>header>div>h1,
body>header>div>a{
  display: block;
  width: 200px;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 40px;
  font-size:0;
}

body>header>div>h1 img,
body>header>div>a img{
  width: 100%;
  vertical-align: bottom;
}

body>header>div>nav {
  margin: 0;
  position: absolute;
  top: 40px;
  left: 250px;
}

body>header>div>nav ul{
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  list-style-type: none;
}

body>header>div>nav ul li span{
  display: none;
}

body>header>div>nav ul li a:link,
body>header>div>nav ul li a:visited{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #3e435d;
}

body>header>div>div a{
  position: absolute;
  top: 30px;
  right: 40px;
} 

@media screen and (max-width:900px) {
  body>header>div>h1,
  body>header>div>a{
    left: 20px;
  }
  body>header>div>nav {
    left: 200px;
  }
  body>header>div>div a{
    right: 20px;
  } 
}

body>footer{
  background-color: #0f121a;
  text-align: center;
  border-top: solid 10px #3e435d;
}

body>footer div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3% 4%;
}

body>footer div div{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body>footer div div a img{
  width: 200px;
}

body>footer div div nav ul{
  display: flex;
  gap: 30px;
  list-style-type: none;
  margin: 0;
}

body>footer div div nav ul li a:link,
body>footer div div nav ul li a:visited{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
}

body>footer small{
	font-family:Verdana,sans-serif;
	font-size:9px;
	font-weight:300;
	color: #fff;
}


/* HOME */

#home_contents_area{
  background-color: #f1f2f4;
}

#home_key_area{
  height: calc(100vh + 150px);
  background-image: url(../img/key_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#home_key_area div{
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#home_key_area div p{
  margin: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: justify;
  white-space: nowrap;
  order:1;
}

#home_key_area div p span{
  display: block;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.6;
  color: #94c9e7;
  margin: 1em 0 0;
}

#home_key_area div img{
  width: 430px;
  order:2;
}

@media screen and (max-width:1000px) {
  #home_key_area div{
    gap: 5%;
  }
  #home_key_area div p{
    font-size: 6.5vw;
  }
  #home_key_area div p span{
    font-size: 2.5vw;
  }
  #home_key_area div img{
    width: 40vw;
  }
}

#home_service_area{
  max-width: 1100px;
  margin: -150px auto 0;
  padding: 0 4%;
  box-sizing: border-box;
}

#home_service_area>div{
  padding: 6% 8%;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 100;
  box-shadow: 0px 5px 7px 0px #dddddd;
}

#home_service_area h2{
  margin: 0 0 1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #01669a;
}

#home_service_area h2 span{
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 10px;
  color: #979a9a;
}

#home_service_area>div>div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7%;
}

#home_service_area>div>div section{
  width: 33.333%;
}

#home_service_area>div>div section img{
  width: 50%;
}

#home_service_area>div>div section h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #01669a;
}

#home_service_area>div>div section p{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
  text-align: justify;
}

#home_method_area{
  max-width: 1100px;
  margin: 8% auto;
  padding: 0 4%;
  box-sizing: border-box;
}

#home_method_area h2{
  margin: 0 0 2em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #01669a;
  text-align: center;
}

#home_method_area h2 span{
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 10px;
  color: #979a9a;
}

#home_method_area div {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

#home_method_area div section{
  width: calc((100% - 50px * 2) / 3);
}

#home_method_area div section h3{
  margin: 0 0 2em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #01669a;
  display: flex;
  align-items: center;
  gap: 20px;
}

#home_method_area h3 span{
  font-family: "Lexend", sans-serif;
  font-size: 100px;
  font-weight: 400;
}

#home_method_area div section p{
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #01669a;
  text-align: justify;
}

@media screen and (max-width:1000px) {
  #home_method_area div section{
   width: calc((100% - 50px) / 2);
  }
}

#home_case_area{
  margin: 8% auto 0;
  background-color: #fff;
}

#home_case_area h2{
  margin: 0 0 2em;
  padding: 5% 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #01669a;
  text-align: center;
}

#home_case_area h2 span{
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 10px;
  color: #979a9a;
}

#home_case_area div{
  max-width: 800px;
  margin: 0 auto;
  padding: 0% 4% 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

#home_case_area div section{
  width: calc((100% - 50px) / 2);
  text-align: center;
}

#home_case_area div section h3{
  margin: 0 0 0.5em;
  font-size: 24px;
  font-weight: 700;
}

#home_case_area div section p{
  margin: 0 0 2em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
  text-align: center;
}

#home_column_area{
  margin: 0;
  padding: 5% 0 10%;
  background-color: #01669a;
}

#home_column_area h2{
  margin: 0 0 2em;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}

#home_column_area h2 span{
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 10px;
  color: #979a9a;
}

#home_column_area>div{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}

#home_column_area>div>div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 7%;
}

#home_column_area>div>div article{
  width: 33.333333%;
  padding: 1.2%;
  box-sizing: border-box;
}

#home_column_area>div>div article a img{
  width: 100%;
}

#home_column_area>div>div article h3{
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
}

#home_column_area>div>div article time{
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width:1000px) {
  #home_column_area>div>div article{
    width: 50%;
  }
}

#sub_contents_area>div:last-of-type{
  background-color: #f1f2f4;
  padding: 0 0 10%;
}

#sub_contents_area a.btn_a {
  margin: 0 auto;
}

#sub_key_area {
  background-image: url("../img/key_bg.png");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  color: #fff;
  height: 300px;
  position: relative;
}

#sub_key_area h1,
#sub_key_area p{
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#sub_key_area h1 span,
#sub_key_area p span{
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  color: #979a9a;
}

#column_index_area{
  background-color: #f1f2f4;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2%;
  box-sizing: border-box;
}

#column_index_area div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5%;
}

#column_index_area div article{
  width: 33.333333%;
  box-sizing: border-box;
  padding: 2%;
}

#column_index_area div article img{
  width: 100%;
}

#column_index_area div article h2{
  margin: 0.2em 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #01669a;
  text-align: justify;
}

#column_index_area div article h2 time{
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #01669a;
}

@media screen and (max-width:1000px) {
  #column_index_area div article{
    width: 50%;
  }
}

#pagenation ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display:flex;
	font-size:16px;
}

#pagenation ul::before{
	content:"PAGE";
	padding:10px 15px 0 0;
	color:#ccc;
}

#pagenation ul li{
	margin:0 10px 0 0;
	padding:10px 15px;
}

#pagenation ul li a{
	color:#333;
}

#pagenation ul li.active{
	background-color:#01669a;
}

#pagenation ul li.active a{
	color:#fff;
}

#column_detail_area{
  max-width: 1000px;
  margin: 0 auto;
  padding: 2% 4% 10%;
  box-sizing: border-box;
}

#column_detail_area figure{
  max-width: 800px;
  margin: 5% auto;
  text-align: center;
}

#column_detail_area figure figcaption{
	margin:5px 0 0;
  font-size:14px;
  color:#3e435d;
}

#column_detail_area img.pic_large{
  width: 100%;
  vertical-align: bottom;
}

#column_detail_area img.pic_small{
  width: 50%;
  vertical-align: bottom;
}

#column_detail_area h1{
  margin: 1em 0 0.5em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #01669a;
}

#column_detail_area .date{
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3e435d;
  text-align: left;
}

#column_detail_area h2{
  margin: 4em 0 0;
  padding: 0 0.5em 0.5em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #01669a;
  border-bottom: solid 5px #01669a;
}

#column_detail_area h3{
  margin: 2em 0 0;
  padding: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #273135;
  background-color: #E5E9EE;
}

#column_detail_area p{
  margin: 1em 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  text-align: justify;
}

#column_detail_area ul{
  margin: 1em 0;
  padding: 0 0 0 2em;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #333333;
  text-align: justify;
}

#column_detail_area ul li::marker{
  color: #01669a;
}

#contact_form_area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4%;
  box-sizing: border-box;
}

#contact_form_area h2{
  margin: 0 0 1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #01669a;
}

#contact_form_area p{
  margin: 0 0 2em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
  text-align: justify;
}

#contact_table{
  width: 100%;
  background-color: #fff;
  padding: 10%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}

#contact_table th,
#contact_table td{
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  padding: 2.5em 3em;
}

#contact_table th{
  width: 35%;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

#contact_table td{
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}

#contact_table th span{
  width: auto;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  background: #01669a;
  color: #fff;
  margin: 0 0 0 1em;
  padding: 2px 10px;
  border-radius: 3px;
}

#contact_table input[type='text'],
#contact_table input[type='email'] {
  width: 80%;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  font: inherit;
}

.radioitem {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  line-height: 2.5;
}

#contact_table input[type="radio"] {
  margin: 0;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c2c2c2;
  border-radius: 9999px;
  cursor: pointer;
}

#contact_table input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #01669a;
}

#contact_table textarea{
  width: 100%;
  height: 15em;
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font: inherit;
  border-radius: 3px;
}

#contact_table input:focus,
#contact_table textarea:focus{
  outline: 1.5px solid #01669a;
}

#contact_btn_area {
  margin: 5% 0 0;
  text-align: center;
}

#contact_btn_area input[type="submit"]{
  margin: 10px;
	padding: 15px 50px;
  background-color: #01669a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 30px;
  border: none;
	cursor: pointer;
}

#contact_btn_area input.btn_back{
  margin: 10px;
	padding: 15px 50px;
  background-color: #979a9a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 30px;
  border: none;
	cursor: pointer;
}

#contact_table.company th,
#contact_table.company td{
  padding: 2.5em 6em;
}

#contact_table.company th{
  color: #01669a;
}

#case_detail_area {
  padding: 4%;
}

#case_detail_area h2{
  display: table;
  margin: 0 auto 1em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  color: #01669a;
  position: relative;
}

#case_detail_area h2::after{
  content: "";
  width: 50px;
  height: 8px;
  display: block;
  background-color: #01669a;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

#case_anchor_link{
  max-width: 1000px;
  margin: 5% auto 0;
}

#case_anchor_link ul{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0!important;
  list-style-type: none;
}

#case_anchor_link li {
  width: 33.3333%;
}

#case_anchor_link li a{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #01669a;
  display: flex;
  align-items: center;
  padding: 5%;
  background-color: #fff;
  border-radius: 15px;
  border: 3px solid #01669a;
}

#case_anchor_link li a:hover {
  transition: 0.3s;
  background-color: #d4eefb;
}

#case_anchor_link li a>span{
  margin: 0 0.3em 0 0 ;
  font-family: "Lexend", sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 0.9;
  color: #01669a;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

#case_anchor_link li a>span span{
  display: block;
  font-size: 13px;
}

#case_detail_area p{
  margin: 0 0 2em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
  text-align: justify;
}

#case_detail_area ul{
  margin: 0 0 2em;
  padding: 0 0 0 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
  text-align: justify;
}

#case_detail_area ul li{
  margin: 0 0 0.5em 0;
}

#case_detail_area ul li::marker{
  color: #01669a;
}

#case_detail_area p span{
  margin: 0 1em 0 0;
  font-weight: 700;
}

#case_detail_area section{
  max-width: 1000px;
  margin: 5% auto;
  padding: 4% 6%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
}

#case_detail_area section h3{
  margin: 0 auto 1em;
  font-size: 26px;
  font-weight: 700;
  line-height: 0.9;
  color: #353842;
  display: flex;
  align-items: center;
}

#case_detail_area section h3>span{
  margin: 0 0.3em 0 0 ;
  font-family: "Lexend", sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: #01669a;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-12px);
}

#case_detail_area section h3>span span{
  display: block;
  font-size: 25px;
}

#case_detail_area section h4{
  margin: 2em auto 0.5em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #01669a;
}

#case_detail_area section div.actions h4{
  display: table;
  margin: 0 auto 1em;
  padding: 0.4em 1.5em;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #01669a;
  border-radius: 30px;
}

#case_detail_area section div.results h4{
  display: table;
  margin: 0 auto -23px;
  padding: 0.4em 5em;
  font-size: 18px;
  font-weight: 700;
  color: #01669a;
  background-color: #fff;
  border: 3px solid #01669a;
  border-radius: 30px;
  position: relative;
  z-index: 100;
}

#case_detail_area section div.solution{
  display: flex;
  align-items: center;
}

#case_detail_area section div.solution h3{
  margin: 0 ;
}

#case_detail_area section div.solution p{
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #01669a;
}

#case_detail_area section div.actions{
  max-width: 750px;
  margin: 8% auto 3%;
}

#case_detail_area section div.actions ul {
  padding: 0;
  list-style-type: none;
  text-align: justify;
}

#case_detail_area section div.actions ul li{
  margin: 0 auto 1em;
  padding: 1em 1em 1em 2em ;
  border: 2px solid #01669a;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #333;
  position: relative;
}

#case_detail_area section div.actions ul li span{
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #01669a;
  margin: 0 1em 0.2em 0 ;
}

#case_detail_area section div.actions ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #1c6ea4;
}

#case_detail_area section div.actions img{
  display: block;
  width: 60px;
  margin: 0 auto;
}

#case_detail_area section div.results {
  max-width: 750px;
  margin: 0 auto;
} 

#case_detail_area section div.results ul {
  padding: 0;
  list-style-type: none;
  text-align: justify;
  background-color: #01669a;
  border-radius: 20px;
  padding: 6% 8% 5%;
}

#case_detail_area section div.results ul li{
  margin:  0 auto 1em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  padding: 0 0 0 35px;
  text-indent: -35px;
}

#case_detail_area section div.results ul li:last-of-type{
  margin:  0 auto;
}

#case_detail_area section div.results ul li::before{
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  padding: 0 12px 0 0;
  transform: translateY(5px)
}

#case_detail_area section div.howto {
  max-width: 750px;
  margin: 8% auto 0;
} 

#case_detail_area section div.howto ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

#case_detail_area section div.howto ul::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #01669a;
  z-index: 0;
}

#case_detail_area section div.howto ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  text-align: left;
}

#case_detail_area section div.howto ul li:first-of-type{
  padding: 0;
}


#case_detail_area section div.howto ul li div {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  min-width: 72px;
  background-color: #01669a;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}

#case_detail_area section div.howto ul li div span{
  font-family: "Lexend", sans-serif;
  font-size: 25px;
  line-height: 1;
}

#case_detail_area section div.howto ul li p{
  margin: 0;
  text-align: left;
}

#case_detail_area section div.howto ul li p span{
  margin: 0.5em 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #01669a;
  display: block;
  text-align: center;
}







