@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;
	overflow: hidden;
  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;
}

/*-------------------------------------------
testimonials
-------------------------------------------*/
#testimonials {
	clear: both;
	overflow: hidden;
  width: 100%;
  padding: 60px 0px 80px 0px;
}
#testimonials p {
	font-size: 16px;
	text-align: center;
	color: #565656;
	margin-bottom: 30px;
}


/*-------------------------------------------
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;
}
/*-------------------------------------------
profile02
-------------------------------------------*/
#profile_02 {
  clear: both;
  width: 100%;
  padding: 100px 0px 60px 0px;
  background: linear-gradient(
  90deg,
  #6c7ac1 0%,
  #8f9ad0 20%,
  #a8b1da 45%,
  #a8b1da 65%,
  #a8b1da 80%,
  #a8b1da 95%,
	#8f9ad0 100%);
}
#profile_02 h2 {
  clear: both;
  font-size: 50px;
  font-family: var(--f_jose);
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 30px;
}
#profile_02 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_02 h3 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
	line-height: 1.4em;
  margin-bottom: 30px;
}
#profile_02 .pro_textarea {
	margin-left: 30px;
}
#profile_02 p {
  font-size: 17px;
  font-weight: normal;
	text-align: left;
  line-height: 1.4em;
  color: #FFFFFF;
	margin-bottom: 20px;
}


/*-------------------------------------------
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;
}

.medachi {
	color: #000000;
	font-weight: bold;
}

/*-------------------------------------------
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;
}

.line_center {
	display: block;
	width: 200px;
	text-align: center;
	margin: 50px auto 0px;
}

@charset "utf-8";
@media screen and (max-width: 768px) {
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  body {
    font-size: 4.2vw;
    min-width: 100%;
  }
  #wrapper {
    min-height: 180vw;
    background-position: top center, left 10vw;
    background-size: 100% 14vw, auto 100%;
    margin-bottom: 10vw;
    position: static;
  }
  #header {
    width: 100%;
  }
  .head_wrap {
    width: 96%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
  }
  #header h1 {
    width: 30vw;
    margin: 0;
    position: static;
  }
  #header h1 img {
    display: block;
    width: 100%;
    height: auto;
  }
  #header ul {
    display: none;
  }
  #header ul li {
    margin: 4vw 3vw 0;
  }
  #header ul li.insta_head {
    margin: 3vw 0 0 2vw;
  }
  #header ul li a {
    font-size: 3vw;
  }
  .sec {
    width: 90vw;
  }
  #wrap_main_ceo {
    height: auto;
    position: static;
  }
  #mainvisual {
    position: static;
    margin-top: 2vw;
  }
  #mainvisual h2 {
    width: 90vw;
    margin: 0 0 5vw 0vw;
  }
  #mainvisual p {
    font-size: 3.5vw;
    line-height: 1.8em;
    margin: 0 0 0 5vw;
  }
  #wrap_mission {
    height: auto;
    position: static;
    padding: 30vw 0 10vw;
    background-size: auto 100%;
  }
  #mission {
    width: 90vw;
    flex-direction: column;
  }
  .mi_left {
    width: 100%;
    margin: 10vw 0 0;
  }
  .mi_left h2 {
    font-size: 9.4vw;
    margin-bottom: 5vw;
  }
  .mi_left h2 span {
    font-size: 4.0vw;
    margin-left: 2vw;
  }
  .mi_left p {
    font-size: 3.5vw;
    line-height: 1.8em;
  }
    .mi_left p.tx_kyou {
      font-size: 4.6vw;
      line-height: 1.8em;
      margin-left: 0px;
      margin-bottom: 1.0vh;
    }
    
  .mi_right {
    display: none;
  }
  .mi_right .mir_photo01, .mi_right .mir_photo02, .mi_right .mir_photo03 {
    position: static;
    margin: 2vw auto;
    display: block;
  }
  .mi_right .mir_photo01 img, .mi_right .mir_photo02 img, .mi_right .mir_photo03 img {
    display: block;
    width: 100%;
    height: auto;
  }
  #ogawa_inchou {
    display: none;
    /*width: 80vw;
    position: static;
    margin: 5vw auto;*/
  }
  .wrap_service {
    width: 100vw;
    height: auto;
    position: static;
    padding: 0vh 0px 4.0vh 0px;
  }
  .sbox_01 {
    width: 100%;
    height: auto;
    padding: 9vw 8vw;
    position: static;
    background-size: cover;
  }
  .sbox_01 h2 {
    font-size: 9.4vw;
    margin-bottom: 5vw;
  }
  .sbox_01 h2 span {
    font-size: 3.4vw;
    margin-left: 2vw;
  }
  .sbox_01 p {
    font-size: 3.2vw;
    line-height: 1.8em;
  }
  .sbox_02, .sbox_03, .sbox_04 {
    position: static;
    width: 90%;
    margin: 0 auto 5vw;
  }
  .sbox_02 a, .sbox_03 a, .sbox_04 a {
    font-size: 4.5vw;
    background: url("../images/ic_arr.png") no-repeat 96% 0.5vh;
    background-size: 6.2vw auto;
  }
  .sbox_02 p, .sbox_03 p, .sbox_04 p {
    font-size: 3.6vw;
    padding-right: 0;
  }
  .sbox_02 img, .sbox_03 img, .sbox_04 img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0px auto 0.2vh;
  }
  .sbox_service {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
  }
  .sbox_service img {
    display: block;
    width: 84%;
    height: auto;
  }
  .conductor {
    padding: 10vw 0;
    margin-bottom: 0;
  }
  .conductor h3 {
    width: 76vw;
    margin: 0px auto 3.0vh;
  }
  .conductor h3 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .conductor p {
    font-size: 3.8vw;
  }
  .conductor a {
    width: 80vw;
    font-size: 3.8vw;
    padding: 5vw 0;
  }
	#testimonials {
		padding: 10vw 0;
	}
	#testimonials p {
		font-size: 4.0vw;
		margin-bottom: 2.0vh;
	}
	
	
  #profile {
    padding: 10vw 0;
    background: linear-gradient(90deg, #a8b1da 0%, #a8b1da 100%);
  }
  #profile h2 {
    font-size: 9.4vw;
    margin-bottom: 4vh;
  }
  #profile h2 span {
    display: block;
    font-size: 4.0vw;
  }
  #profile h3 {
    font-size: 5.0vw;
    line-height: 1.5em;
    margin-bottom: 2.6vh;
  }
  #profile p#ceoname {
      width: 100%;
      text-align: center;
    font-size: 8.0vw;
    margin: 0px 0px 4.0vh 0px;
  }
  #profile p#ceoname span {
    font-size: 4.0vw;
  }
  #profile ul {
    margin: 0px 0px 3.0vh 0px;
  }
  #profile ul li {
    font-size: 4.2vw;
    line-height: 1.4em;
    margin-bottom: 0.5vh;
  }
  #keireki {
    width: 90vw;
    position: static;
    margin: 5vw auto;
  }
  #keireki h4 {
    font-size: 6vw;
    width: 100%;
    position: static;
  }
  #keireki .keireki_white {
    width: 100%;
    position: static;
    padding: 8vw;
  }
  #keireki .keireki_white ol {
    text-align: left;
  }
  #keireki .keireki_white ol li {
    font-size: 3.8vw;
    line-height: 1.6em;
    margin-bottom: 0.4vh;
  }
	
	/**/
	#profile_02 {
    padding: 6vw 0 8vw;
    background: linear-gradient(90deg, #a8b1da 0%, #a8b1da 100%);
  }
  #profile_02 h2 {
    font-size: 9.4vw;
    margin-bottom: 4vh;
  }
  #profile_02 h2 span {
    display: block;
    font-size: 4.0vw;
		margin-left: 0px;
  }
	
	#profile_02 h3 {
		font-size: 4.4vw;
		margin-bottom: 2.0vh;
	}
	#profile_02 .pro_textarea {
		margin-left: 0px;
	}
	#profile_02 p {
		font-size: 3.6vw;
		font-weight: normal;
		line-height: 1.4em;
		color: #FFFFFF;
		margin-bottom: 1.4vh;
	}
	
	
	
  .pro_last {
    padding: 5vw;
  }
  .pro_last p {
    font-size: 4.0vw;
  }
  #topics {
    padding: 10vw 0;
  }
  .tblock {
    width: 90vw;
    padding: 3vw 0;
  }
  .tblock dl {
    padding: 0px 0px 1.2vh 0px;
    margin: 0px 0px 1.2vh 0px;
  }
  .tblock dl dt {
    width: 28%;
  }
  .tblock dl dt img {
    display: block;
    width: 100%;
    height: auto;
  }
  .tblock dl dd {
    width: 65%;
    padding: 0.4vh 0px 1.0vh 5%;
  }
  .tblock dl dd span.cat {
    font-size: 3.4vw;
    line-height: 1.0em;
    padding: 0.9vw 1.5vw 1.0vw;
    margin: 0 1.8vw 0.5vh 0;
  }
  .tblock dl dd span.date {
    font-size: 4.0vw;
    line-height: 1.2em;
    padding: 0.2vh 0px 0.6vh;
  }
  .tblock dl dd a {
    font-size: 3.6vw;
    line-height: 1.4em;
    padding: 0px 0px 0px 0px;
  }
  #topics .tblock:last-child {
    width: 90vw;
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
  }
  .h2_center, .h2_center_pur {
    width: 100%;
    font-size: 8vw;
    margin: 0px auto 3.5vh;
  }
  .h2_center span, .h2_center_pur span {
    font-size: 3.4vw;
  }
  .h2_center a {
    float: right;
    position: static;
    font-size: 3.4vw;
    margin-top: 0vh;
    display: block;
    text-align: center;
    padding: 0px 0 0px 0px;
    background: url("../images/bt_arrow_gray.png") no-repeat 30vw 0.2vh;
    background-size: auto 0.6vh;
  }
  .h2_center_pur a {
    width: 8.0vw;
    top: 2.0vh;
    right: 16vw;
  }
  .h2_center_pur a img {
    display: block;
    width: 100%;
    height: auto;
  }
  #instagram {
    padding: 6.0vh 0px 2.0vh;
  }
  #insta_area {
    width: 90vw;
    height: auto;
    margin-bottom: 10vw;
  }
	#insta_banner {
		clear: both;
		width: 90%;
		margin: 0px auto 2.0vh;
	}
	
  #contact {
    padding: 10vw 0;
  }
  #formbox {
    width: 90vw;
    padding: 7vw;
       border-radius: 6.0vw;
  }
  #formbox p.tx_center {
    font-size: 3.0vw;
  }
  #company {
    clear: both;
    width: 100%;
    padding: 6.0vh 0px 3.0vh;
  }
  #company h2 {
    font-size: 7.2vw;
    margin-bottom: 3.0vh;
  }
  #company h2 span {
    font-size: 3.8vw;
    font-weight: normal;
  }
  #company table {
    width: 92vw;
  }
  #company table th, #company table td {
    font-size: 3.4vw;
    padding: 5vw 3vw;
  }
  #company table th {
    width: 29%;
  }
  .flex {
    width: 90vw;
    flex-direction: column;
  }
  .f_left, .f_right {
    width: 100%;
    text-align: center;
  }
  .f_right img {
    display: block;
    width: 100%;
    height: auto;
  }
  footer {
    padding: 7.0vh 0 3.0vh;
  }
  #footer {
    width: 90vw;
  }
  #flogo {
    width: 46%;
    margin: 0px auto 2.0vh;
  }
  #flogo img {
    display: block;
    width: 100%;
    height: auto;
  }
  #footer .f_address {
    width: 100%;
    margin: 0px auto 2.0vh;
  }
  #footer .f_address p {
    font-size: 3.6vw;
  }
  #footer .f_address p strong {
    display: block;
    font-size: 4.0vw;
  }
  #footer ul#fmenu {
    display: block;
    margin: 0px 0px 2.5vh 0px;
  }
  #footer ul#fmenu li {
    display: inline-block;
    width: 48%;
    text-align: center;
    margin: 0px 0px 1.2vh 0px;
  }
  #footer ul#fmenu li a {
    font-size: 4.6vw;
    line-height: 1.6em;
  }
  #footer_last {
    padding: 3vw;
  }
  #footer_last #copyright {
    font-size: 2.8vw;
    text-align: center;
      margin-top: 0.7vh;
  }
  /**/
.button {
  margin-top: 3.4vh;
}
.button a {
  display: block;
  width: 80%;
  font-size: 4.0vw;
    padding: 2.0vh 0px 2.0vh;
  background-size: auto 8px;
    margin: 0px auto;
}
.button_mv {
  margin: 3.9vh 0px 0px 0px;
}
.button_mv a {
  display: block;
  width: 80%;
  font-size: 4.0vw;
    padding: 2.0vh 0px 2.0vh;
  background-size: auto 8px;
    margin: 0px auto;
}
    .line_center {
		display: block;
		width: 200px;
		text-align: center;
		margin: 4.0vh auto 0px;
	}  
    
    
}