@charset "utf-8";
:root {
  --c_green1: #249566;
  --c_green2: #248266;
  --f_noto: "Noto Sans JP", serif;
  --f_noto-serif: "Noto Serif JP", serif;
  --f_jose: "Josefin Sans", sans-serif;
  --f_kiwi: "Kiwi Maru", serif;
  --f_zenmaru: "Zen Maru Gothic", sans-serif;
  --ls_200: 2.5px;
  --bs_basic: 3px 3px 10px 3px rgba(153, 153, 153, 0.2);
  --gr_green: linear-gradient(150deg, rgba(36, 149, 102, 1), rgba(0, 131, 102, 1));
}
/*====================================================================
 clearfix
====================================================================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  overflow: hidden;
}
* html .clearfix {
  height: 1px;
  overflow: hidden;
}
html.fixed, body.fixed {
  overflow: hidden;
  width: 100%;
}
/*============================
         header
============================*/
body {
  background: #FFFFFF;
}
.sp_view {
  display: none;
}
.pc_view {
  display: block;
}
/*-------------------------------------------*/
.mobile-menu {
  display: none;
}
#wrapper {
  clear: both;
  width: 100%;
  min-height: 1000px;
  position: relative;
  background-image: url("../images/bg_header.png"), url("../images/bg_mv.jpg");
  background-repeat: no-repeat;
  background-position: top center, left 100px;
  background-size: 100% 106px, cover;
  margin-bottom: 100px;
}
#header {
  clear: both;
  width: 100%;
}
.head_wrap {
  clear: both;
  display: flex;
  width: 1200px;
  height: 106px;
  margin: 0px auto;
  justify-content: flex-end;
}
#header h1 {
  width: 180px;
  margin: 0px 0px 0px 0px;
  position: absolute;
  top: 15px;
  left: 10px;
}
#header ul {
  display: flex;
  width: 800px;
}
#header ul li {
  display: inline-block;
  margin: 34px 30px 0px;
}
#header ul li.insta_head {
  margin: 24px 0px 0px 20px;
}
#header ul li a {
  font-size: 22px;
  color: #454545;
  font-family: var(--f_zenmaru);
  font-weight: 700;
  transition: all .3s ease;
}
#header ul li a:hover {
  color: #1D9DF3;
  transition: all .3s ease;
}
#header ul li.insta_head a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}
.sec {
  clear: both;
  width: 1200px;
  margin: 0px auto;
}
#wrap_main_ceo {
  clear: both;
  width: 100%;
  height: 1500px;
  position: relative;
}
#mainvisual {
  clear: both;
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0px;
  z-index: 10;
}
#mainvisual h2 {
  width: 600px;
  margin: 0px 0px 50px 50px;
}
#mainvisual h2 img {
  display: block;
  width: 100%;
  height: auto;
}
#mainvisual p {
  font-size: 18px;
  font-weight: normal;
  color: #444444;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0px 0px 0px 100px;
}
#mainvisual p span {
  font-weight: bold;
  padding: 0px 6px 0px;
  background: url("../images/tx_border.png") repeat-x 0px bottom;
}
#wrap_mission {
  width: 100%;
  height: 1500px;
  position: absolute;
  top: 600px;
  left: 0px;
  z-index: 9;
  padding: 280px 0px 100px 0px;
  background: url("../images/bg_grade.png") no-repeat top center;
  background-size: 100% 900px;
}
#mission {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  margin: 0px auto 0px;
}
.mi_left {
  width: 480px;
  margin: 0px 0px 0px 100px;
}
.mi_left h2 {
  clear: both;
  font-size: 54px;
  font-family: var(--f_jose);
  font-weight: 300;
  color: #828fc8;
  margin-bottom: 40px;
}
.mi_left h2 span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #828fc8;
  vertical-align: middle;
  font-family: var(--f_kiwi);
  margin-left: 20px;
}
.mi_left p {
  font-size: 16px;
  font-weight: normal;
  color: #444444;
  letter-spacing: 0.06em;
  line-height: 2.6em;
  margin-left: 4px;
}
.mi_left p.tx_kyou {
  font-size: 20px;
  font-weight: bold;
  color: #444444;
  letter-spacing: 0.06em;
  line-height: 2.4em;
  margin-left: 4px;
  margin-bottom: 12px;
}
.mi_right {
  width: 560px;
  position: relative;
}
.mi_right .mir_photo01 {
  position: absolute;
  top: -220px;
  left: 340px;
  z-index: 20;
}
.mi_right .mir_photo02 {
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 19;
}
.mi_right .mir_photo03 {
  position: absolute;
  top: 320px;
  left: 70px;
  z-index: 21;
}
#ogawa_inchou {
  width: 700px;
  position: absolute;
  top: 90px;
  right: 0px;
  z-index: 8;
}
#ogawa_inchou img {
  display: block;
  width: 100%;
  height: auto;
}
/*-------------------------------------------
service
-------------------------------------------*/
#service {
  clear: both;
  width: 100%;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(242, 242, 242, 1) 20%, rgba(242, 242, 242, 1) 100%);
}
.wrap_service {
  clear: both;
  width: 1240px;
  height: 1080px;
  margin: 0px auto;
  position: relative;
}
.sbox_01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 690px;
  height: 670px;
  box-sizing: border-box;
  padding: 70px 80px;
  background: url("../images/bg_service.jpg") no-repeat 0px 0px;
}
.sbox_01 h2 {
  clear: both;
  font-size: 54px;
  font-family: var(--f_jose);
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.sbox_01 h2 span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;
  font-family: var(--f_kiwi);
  margin-left: 20px;
}
.sbox_01 p {
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  line-height: 2.4em;
}
.sbox_02 {
  position: absolute;
  top: 220px;
  left: 0;
  z-index: 11;
  width: 350px;
}
.sbox_03 {
  position: absolute;
  top: 290px;
  left: 400px;
  z-index: 11;
  width: 350px;
}
.sbox_04 {
  position: absolute;
  top: 360px;
  left: 800px;
  z-index: 11;
  width: 350px;
}
.sbox_02 img, .sbox_03 img, .sbox_04 img {
  display: block;
  margin-bottom: 0px;
}
.sbox_02 a, .sbox_03 a, .sbox_04 a {
  display: block;
  width: 90%;
  font-size: 18px;
  color: #565656;
  font-weight: bold;
  line-height: 1.8em;
  background: url("../images/ic_arr.png") no-repeat 90% 4px;
  background-size: 26px auto;
  margin: 0px auto 14px;
  transition: all .3s ease;
}
.sbox_02 a:hover, .sbox_03 a:hover, .sbox_04 a:hover {
  color: #000000;
  background: url("../images/ic_arr.png") no-repeat 92% 4px;
  background-size: 26px auto;
  transition: all .3s ease;
}
.sbox_02 p, .sbox_03 p, .sbox_04 p {
  display: block;
  width: 90%;
  font-size: 15px;
  color: #565656;
  font-weight: normal;
  line-height: 1.7em;
  margin: 0px auto 0px;
  padding-right: 24px;
}
.sbox_service {
  position: absolute;
  bottom: 0px;
  left: -120px;
  z-index: 9;
}
/*-------------------------------------------
conductor
-------------------------------------------*/
.conductor {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 100px 0px 100px;
  background: url("../images/bg_conductor.jpg") no-repeat top center;
  background-size: cover;
  margin-bottom: 60px;
}
.conductor p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6em;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.conductor h3 {
  margin-bottom: 35px;
}
.conductor a {
  display: block;
  width: 320px;
  font-size: 18px;
  font-weight: normal;
  color: #6175c1;
  padding: 22px 0px;
  box-sizing: border-box;
  background-image: url("../images/bt_arrow.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 88% 50%;
  background-color: #FFFFFF;
  margin: 0px auto;
  transition: all .3s ease;
}
.conductor a:hover {
  background-image: url("../images/bt_arrow.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 91% 50%;
  transition: all .3s ease;
}
/*-------------------------------------------
profile
-------------------------------------------*/
#profile {
  clear: both;
  width: 100%;
  padding: 100px 0px 60px 0px;
  background: linear-gradient(90deg, #a8b1da 0%, #a8b1da 70%, #FFFFFF 70%, #FFFFFF 100%);
}
#profile h2 {
  clear: both;
  font-size: 50px;
  font-family: var(--f_jose);
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 30px;
}
#profile h2 span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;
  font-family: var(--f_kiwi);
  margin-left: 20px;
}
#profile h3 {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 30px;
}
#profile p#ceoname {
  clear: both;
  font-size: 34px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: right;
  font-family: var(--f_kiwi);
  line-height: 1.2em;
  margin: 0px 36px 45px 0px;
}
#profile p#ceoname span {
  font-size: 15px;
  margin-left: 20px;
}
#profile ul {
  clear: both;
  width: 100%;
  margin: 0px 0px 60px 20px;
}
#profile ul li {
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.8em;
  margin-bottom: 4px;
}
#keireki {
  width: 530px;
  position: relative;
}
#keireki h4 {
  clear: both;
  width: 490px;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  padding: 18px 0px;
  margin: 0px;
  background-color: #838fc9;
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 20;
}
#keireki .keireki_white {
  clear: both;
  width: 530px;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 19;
  box-sizing: border-box;
  padding: 60px 50px 60px;
  background-color: rgba(255, 255, 255, 0.8);
}
#keireki .keireki_white ol {
  width: 90%;
  margin: 0px auto 40px auto;
}
#keireki .keireki_white ol li {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6em;
  color: #6675BD;
  list-style: disc;
  margin-bottom: 18px;
}
.pro_last {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 20px 20px 26px;
  border: 3px double #828fc8;
  box-sizing: border-box;
  margin: 0px auto;
}
.pro_last p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  color: #565656;
}
/*-------------------------------------------
topics
-------------------------------------------*/
#topics {
  clear: both;
  width: 100%;
  padding: 80px 0px 90px;
  background: url("../images/bg_news.jpg") no-repeat 0px 0px;
  background-size: cover;
}
.tblock {
  clear: both;
  width: 580px;
  padding: 30px 0px;
}
#topics .tblock:last-child {
  clear: both;
  width: 580px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #EBEBEB;
}
/* h2_center -------------------------------------------*/
.h2_center {
  clear: both;
  width: 100%;
  color: #565656;
  font-size: 50px;
  font-family: var(--f_jose);
  font-weight: 300;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.h2_center::after {
  content: '　';
  display: block;
  width: 60px;
  height: 3px;
  margin: 0px auto;
  margin-top: 25px;
  background-color: #cbcbcb;
}
.h2_center span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #565656;
  vertical-align: middle;
  font-family: var(--f_kiwi);
}
.h2_center a {
  position: absolute;
  width: 150px;
  top: 30px;
  left: 420px;
  font-size: 17px;
  color: #565656;
  text-align: left;
  font-family: var(--f_jose);
  font-weight: 500;
  white-space: nowrap;
  padding: 0px 80px 0px 0px;
  background: url("../images/bt_arrow_gray.png") no-repeat 95px 4px;
  background-size: auto 8px;
  transition: all .3s ease;
}
.h2_center a:hover {
  opacity: 0.8;
  transition: all .3s ease;
  background: url("../images/bt_arrow_gray.png") no-repeat 100px 4px;
  background-size: auto 8px;
}
/* h2_center_pur -------------------------------------------*/
.h2_center_pur {
  clear: both;
  width: 400px;
  color: #828fc8;
  font-size: 50px;
  font-family: var(--f_jose);
  font-weight: 300;
  text-align: center;
  position: relative;
  margin: 0 auto 60px;
}
.h2_center_pur span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #828fc8;
  vertical-align: middle;
  font-family: var(--f_kiwi);
}
.h2_center_pur a {
  position: absolute;
  width: 45px;
  top: 30px;
  right: 0px;
  padding: 0px 0px 0px 0px;
  transition: all .3s ease;
}
.h2_center_pur a:hover {
  opacity: 0.8;
  transition: all .3s ease;
  top: 26px;
}
/*-------------------------------------------*/
.tblock dl {
  clear: both;
  overflow: hidden;
  width: 100%;
  display: flex;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px dashed #CCCCCC;
}
.tblock dl dt {
  width: 178px;
}
.tblock dl dt img {
	display: block;
	width: 140px;
	max-height: 86px;
	height: auto;
}

.tblock dl dt a {
  transition: all .3s ease;
}
.tblock dl dt a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}
.tblock dl dd {
  width: 80%;
  padding: 10px 0px 10px 20px;
}
.tblock dl dd span.cat {
  float: left;
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 4px 20px 5px;
  background-color: #828fc8;
  border-radius: 2px;
  margin: 0px 10px 6px 0px;
}
.tblock dl dd span.date {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  padding: 2px 0px 6px;
}
.tblock dl dd a {
  display: block;
  font-size: 18px;
  line-height: 1.6em;
  color: #565656;
  padding: 10px 0px 0px 0px;
  transition: all .3s ease;
}
.tblock dl dd a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}
.tblock dl dd a .ic_new {
  font-size: 16px;
  font-weight: bold;
  color: #ff9a19;
  margin-left: 6px;
}
/*-------------------------------------------
instagram
-------------------------------------------*/
#instagram {
  clear: both;
  width: 100%;
  padding: 80px 0px 90px;
}
#insta_area {
  clear: both;
  width: 1200px;
  height: 500px;
  background-color: #CCC;
  margin: 0px auto 40px;
}

#insta_banner {
	clear: both;
	width: 450px;
	margin: 0px auto 0px;
}
#insta_banner img {
	display: block;
	width: 100%;
	height: auto;
}
#insta_banner a {
	transition: all .3s ease;
}
#insta_banner a:hover {
	opacity: 0.7;
	transition: all .3s ease;
}




/*-------------------------------------------
contact
-------------------------------------------*/
#contact {
  clear: both;
  width: 100%;
  padding: 100px 0px;
  background: url("../images/bg_contact.jpg") no-repeat top center;
  background-size: 100% auto;
}
#formbox {
  clear: both;
  width: 1200px;
  padding: 70px 150px 50px;
  box-sizing: border-box;
  margin: 0px auto;
  border-radius: 40px;
  border: 1px solid #FCFCFC;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.5);
}
#formbox p.tx_center {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 40px;
}
/*-------------------------------------------
company profile
-------------------------------------------*/
#company {
  clear: both;
  width: 100%;
  padding: 80px 0px 80px;
  border-top: 1px dashed #CCCCCC;
}
/* h2_center -------------------------------------------*/
#company h2 {
  clear: both;
  width: 100%;
  color: #565656;
  font-size: 40px;
  font-family: var(--f_jose);
  font-weight: 300;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
#company h2::after {
  content: '　';
  display: block;
  width: 60px;
  height: 3px;
  margin: 0px auto;
  margin-top: 25px;
  background-color: #cbcbcb;
}
#company h2 span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #565656;
  vertical-align: middle;
  font-family: var(--f_kiwi);
}
#company table {
  clear: both;
  width: 660px;
  margin: 0px auto 50px;
}
#company table tr {
  border-bottom: 1px solid #CCCCCC;
}
#company table th {
  width: 150px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6em;
  padding: 30px 0px 30px 30px;
}
#company table td {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6em;
  padding: 30px 0px 30px 30px;
}
/*-------------------------------------------*/
.flex {
  display: flex;
  width: 1200px;
  justify-content: space-between;
}
.f_left {
  width: 530px;
}
.f_right {
  text-align: right;
  width: 600px;
}
.f_right img {
  display: inline-block;
}
/*-------------------------------------------
footer
-------------------------------------------*/
footer {
  clear: both;
  width: 100%;
  background: url("../images/bg_footer.jpg") repeat-x top center;
  background-size: auto 100%;
  padding: 60px 0px 30px 0px;
}
#footer {
  clear: both;
  width: 1240px;
  margin: 0px auto;
}
#flogo {
  clear: both;
  width: 380px;
  text-align: center;
  margin: 0px auto 20px;
}
#flogo img {
  margin-bottom: 10px;
}
#footer .f_address {
  clear: both;
  width: 560px;
  margin: 0px auto 30px;
}
#footer .f_address p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
}
#footer .f_address p strong {
  font-size: 17px;
  font-weight: bold;
  margin-right: 10px;
}
#flogo a {
  transition: all .3s ease;
}
#flogo a:hover {
  opacity: 0.7;
  transition: all .3s ease;
}
#footer ul#fmenu {
  clear: both;
  display: flex;
  justify-content: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
}
#footer ul#fmenu li {
  display: inline-block;
  margin: 0px 30px 0px 30px;
  position: relative;
}
#footer ul#fmenu li a {
  font-size: 22px;
  color: #454545;
  font-family: var(--f_zenmaru);
  font-weight: 700;
  transition: all .3s ease;
}
#footer ul#fmenu li a:hover {
  color: #1D9DF3;
  transition: all .3s ease;
}
#footer_last {
  clear: both;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 20px;
  background-color: #15679e;
}
#footer_last #f_sns {
  float: left;
  width: 30%;
  margin: 0px 0px 0px 10px;
}
#footer_last #f_sns li {
  display: inline-block;
  margin: 0px 5px 0px;
}
#footer_last #f_sns li a {
  transition: all .3s ease;
}
#footer_last #f_sns li a:hover {
  opacity: 0.8;
  transition: all .3s ease;
}
#footer_last #copyright {
  float: right;
  width: 40%;
  color: #FFFFFF;
  font-size: 15px;
  text-align: right;
  padding: 10px 10px 0px 0px;
}
/*-------------------------------------------
parts
-------------------------------------------*/
.button {
  clear: both;
  margin-top: 60px;
}
.button a {
  display: block;
  width: 310px;
  border: 1px solid #828fc8;
  border-radius: 50px;
  font-size: 16px;
  color: #828fc8;
  text-align: center;
  padding: 22px 0px 22px;
  background-image: url("../images/bt_arrow.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: #FFFFFF;
  background-size: auto 8px;
  transition: all .3s ease;
}
.button a:hover {
  color: #FFFFFF;
  background-image: url("../images/bt_arrow_white.png");
  background-repeat: no-repeat;
  background-position: 93% center;
  background-color: #828fc8;
  transition: all .3s ease;
}
.button_mv {
  clear: both;
  margin: 50px 0px 0px 100px;
}
.button_mv a {
  display: block;
  width: 310px;
  border: 1px solid #353535;
  border-radius: 50px;
  font-size: 16px;
  color: #353535;
  text-align: center;
  padding: 22px 0px 22px;
  background-image: url("../images/bt_arrow_black.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto 8px;
  transition: all .3s ease;
}
.button_mv a:hover {
  color: #151515;
  background-image: url("../images/bt_arrow_black.png");
  background-repeat: no-repeat;
  background-position: 93% center;
  transition: all .3s ease;
}