@charset "UTF-8";

.container{
	width: 100%;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
}

/*--セクション--*/

.content{
	display: inline-block;
  position: relative;
	width: 90%;
	max-width: 860px;
	text-align: center;
	margin-top: 50px;
}

.content p{
	font-size: 18px;
	line-height: 1.6em;
	padding: 20px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
@media only screen and (max-width: 767px){
.content p{
	font-size: 16px;
	padding: 20px auto;}}


/*-- 表題エリア --*/


#bg-navy{
background: url("/images/common/03_common/bg_01.jpg") no-repeat;
background-size: cover;
}

.head-area{
	display: block;
  position: relative;
	margin: 0 auto;
	max-width: 1020px;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
.head-area{
	width: 90%;
	padding-top: 16px;
	padding-bottom: 24px;
}}

.ttl-main{
	text-align: left;
	font-weight: 600;
	color: #fff;
	font-size: 34px;
}
@media screen and (max-width: 767px) {
.ttl-main{
	font-size: 26px;
}}

.ttl-sub{
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
.ttl-sub{
	font-size: 14px;
	margin-bottom: 10px;
}}

/*--　見出し　--*/

.title_set {
	margin: 0px auto 50px;
	max-width: 860px;
}
@media screen and (max-width: 767px) {
.title_set {
	margin: 0px auto 30px;
	width: 90%; }}
	
.title_set img {
	display: block;
	margin: 0 auto 20px;
	max-width: 260px;
	width: 70%; }
@media screen and (max-width: 767px) {
.title_set img {
  max-width: 180px;
  margin: 30px auto 15px; }}

.title_set h2 {
  border-bottom: 4px solid #111b3b;
  border-top: 4px solid #111b3b;
  font-size: 42px;
	line-height: 120%;
  margin-bottom: 20px;
  text-align: center;
  padding: 30px 0; }
@media only screen and (max-width: 767px) {
.title_set h2 {
  font-size: 20px;
	line-height: 130%;
  border-width: 2px;
  margin-bottom: 20px;
	padding: 15px 0; }}

/*-- h３見出し（スラッシュ） --*/

.slash {
  position: relative;
  display: inline-block;
  padding: 0 80px;
	font-size: 26px;
	line-height: 1.4em;
	font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
.slash {
	font-size: 17px;
  padding: 0 60px;
}}

.slash:before, .slash:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #666;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.slash:before {
  left:0;
}
.slash:after {
  right: 0;
}


/*-- 画像サイズ --*/

img.w680 {
max-width: 680px;
width: 95%;
margin: 20px auto 30px;
}

/* デジタル技術リスト */
.inner{
    margin: 0 auto;
		max-width: 860px;
    width: 90%;
}

.sec_system {
 padding-top: 70px;
 padding-bottom: 70px;
 background: #F4F4F4;
}
.sec_system .head {
 font-size: 32px;
 font-weight: bold;
 text-align: center;
 color: #F02B08;
 margin-bottom: 40px;
}
.sec_system .content_wrap ul li {
 box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
 border-radius: 10px;
 padding: 30px;
 margin-bottom: 25px;
 background: #ffffff;
 display: flex;
}
.sec_system .content_wrap ul li .imgarea {
 width: 150px;
 min-width: 150px;
 margin-right: 30px;
}
.sec_system .content_wrap ul li .tarea {
 flex: 1 1 auto;
 padding-top: 10px;
 text-align: left;
}
h3.ct_head {
 color: #B28F18;
 font-weight: bold;
 font-size: 32px;
 margin-top: 14px;
 margin-bottom: 14px;
}
.ct_sub {
 color: #707070;
 font-weight: normal;
 font-size: 24px;
}

.ct_sub span {
 font-size: 34px;
 font-weight: bold;
}

.sec_system .content_wrap ul li .tarea p:last-child {
 margin-bottom: 0;
}

.dot-line {
  height: 10px;
  position: relative;
}
.dot-line::before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec_system p {
    font-size: 20px;
	line-height: 150%;
}

@media only screen and (max-width: 767px){
.sec_system p {
    font-size: 16px;
	line-height: 150%;
}}

@media screen and (max-width: 767px) {
.sec_system {
 padding-top: 50px;
 padding-bottom: 50px;
}
.sec_system .head {
 font-size: 28px;
 margin-bottom: 25px;
}
.sec_system .content_wrap ul li {
 flex-direction: column;
}
.sec_system .content_wrap ul li:last-child {
 margin-bottom: 0;
}
.sec_system .content_wrap ul li .imgarea {
 text-align: center;
 width: 100%;
 margin-right: 0;
 margin-bottom: 15px;
}
.sec_system .content_wrap ul li .imgarea img {
 width: 100px;
 display: inline-block;
}
.sec_system .content_wrap ul li .tarea {
 padding-top: 0;
}
.sec_system .content_wrap ul li .tarea .ct_head {
 font-size: 26px;
 line-height: 130%;
 text-align: center;
}
.sec_system .content_wrap ul li .tarea .ct_sub {
 text-align: center;
 font-weight: normal;
 font-size: 18px;
 margin-bottom: 10px;
}
.sec_system .content_wrap ul li .tarea .ct_sub span {
 font-size: 24px;
 font-weight: bold;
}}

.sec_system .dx03 {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.sec_system .dx03 img{
max-width: 400px;
}

@media only screen and (max-width: 767px){
.sec_system .dx03 {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.sec_system .dx03 img{
max-width: 85%;
}}


/* 実現戦略 */

.sec_strategy {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
.sec_strategy {
	padding-top: 30px;
	padding-bottom: 50px;
	}}

.sec_strategy .title_set img {
      display: block;
      margin: 0 auto 20px;
      max-width: 320px;
      width: 80%; }
@media screen and (max-width: 767px) {
.sec_strategy .title_set img {
          max-width: 220px;
          margin: 30px auto 15px; }}


.sec_strategy .title_set h2 {
      border-bottom: 4px solid #111b3b;
      border-top: 4px solid #111b3b;
      font-size: 48px;
      margin-bottom: 20px;
      text-align: center;
      padding: 30px 0; }

.sec_strategy .title_set h2 span {
        display: inline-block !important; }

@media only screen and (max-width: 767px){
.sec_strategy .title_set h2 {
          font-size: 25px; }}

.sec_strategy p {
      font-size: 22px;
	  line-height: 150%;
}

  @media only screen and (max-width: 767px){
.sec_strategy p {
      font-size: 16px;
	  line-height: 150%;
}}

.sec_strategy .dx02 {
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
}
.sec_strategy .dx02 img{
max-width: 800px;
}

@media only screen and (max-width: 767px){
.sec_strategy .dx02 {
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
}
.sec_strategy .dx02 img{
max-width: 95%;
}}

p.ceo{
font-weight: 600;
text-align: right;
margin-bottom: 60px;
}

/*-- 画像テキスト回りこみ --*/

h3.ceo-story{
	margin: 0 0 1.6em;
}

.wrap-ceo{
  float: right;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: right;
}

.ceo-title{
font-size: 12px;
text-align: right;
}

img.ceo{
	max-width: 380px;
	margin-bottom: 1.4rem;
}

section::after {
  content: "";
  display: block;
  clear: both;
}

.ceo-name{
	font-size: 12px;
}

@media only screen and (max-width: 767px){
.wrap-ceo{
  float: none;
	width: 100%;
	text-align: center;}
.ceo-title{
 width: 100%;
 text-align: center;
}}

/*メディア掲載歴*/

.box-media{
	display: inline-block;
	width: 90%;
	border-radius: 15px;
	background-color: #fff;
	padding: 20px 30px;
	margin-top: 30px;
	margin-bottom: 60px;
}

span.date-color{
color: #c0942a;
font-weight: 600;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　弊社の強み
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*----------------------------
　新技術とこだわりが詰まったオーダーメイドインソール
----------------------------*/

span.num{
	font-size: 28px;
	font-style: italic;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:goldenrod;
	line-height: 1.5em;
}

/*01足裏から全身の動きを変える新技術*/

.info01{
	display: flex;
	align-items:flex-start;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
.info01{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 50px;
}}

.text-area{
	flex: 1;
	margin-right: 30px;
	text-align: left;
}
.info01 img{
	flex: 1;
}
@media only screen and (max-width: 767px){
.info01 img{
	width: 100%;
}}

.ttl-bg-k{
 display: inline-block;
 background: #333;
 padding: 10px 15px;
 color: #fff;
 font-size: 22px;
 font-weight: 400;
 margin-bottom: 15px;
}
@media only screen and (max-width: 767px){
.text-area{
	margin-right: auto;
	text-align: center;}
.ttl-bg-k{
 font-size: 20px;
}}

.info02{
	text-align: left;
}
@media only screen and (max-width: 767px){
.info02{
	text-align: center;
}}

/*歩き方の良し悪しはどこで決まる*/

p.center{
display:inline-block;
text-align:center !important;
margin-bottom: 30px;
}

img.doc-ido{
position:absolute;
width: 160px;
top: 100%;
left: 50%;
transform: translate(-50%, -50%);
}

/*足裏の体重移動と歩き方の関係*/
ul.flex-container{
	display: flex;
	justify-content: space-around;
}
li.flex-item02-yaji{
	padding: 0;
	flex-basis: 50%;
}
li.flex-item02-yaji img{
	width: 100%;
}

@media screen and (max-width:767px){
	ul.flex-container{flex-direction:column;}
	li.flex-item02-yaji{
		padding: 0 1em;}
	li.flex-item02-yaji img{
	width:90%;
}}

img.w520 {
max-width: 520px;
width: 90%;
margin: 20px auto 30px;
}
@media only screen and (max-width: 767px){
img.w520 {
margin: 0 auto 10px;
}}


/*--02 安心のステップ --*/

.container_5step{
background: #fff;
border-radius: 16px;
padding: 50px 40px;
margin-bottom: 50px;
}
@media only screen and (max-width: 768px){
.container_5step{
padding: 40px 20px;
margin-bottom: 40px;
}}

.head-5step{
position: relative;
width: 96%;
padding: 15px 30px;
color: #fff;
font-size: 26px;
text-align: left;
margin-bottom: 50px;
background-image: linear-gradient(-225deg, #FF0066 0%, #D41872 52%, #A445B2 100%);
}
@media only screen and (max-width: 768px){
.head-5step{
width: 100%;
padding: 15px 20px;
font-size: 18px;
margin-bottom: 40px;
}}
.head-5step img{
position: absolute;
right: -40px;
top: 50%;
transform: translateY(-50%);
max-width: 130px;
width: 100%;
}
@media only screen and (max-width: 767px) {
.head-5step img{
right: -10px;
top: -20%;
transform: translateY(-50%);
max-width: 100px;
width: 100%;
}}

.flex-wrap_5step{
width: 100%;
background: url("/images/common/03_common/icon_arrow.png") no-repeat 0 bottom/25px auto;
margin: 0 0 2rem 0;
padding: 0 0 20px 30px;
}
@media only screen and (max-width: 767px){
.flex-wrap_5step{
padding: 0 0 20px 30px;
}}

.flex-item01_5step,
.flex-item02_5step{
display: flex;
width: 90%;
text-align: right;
padding-left:50px;
margin-top: 50px;
margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.flex-item01_5step{
width: 100%;
padding-left:0;
flex-direction: column;
align-items: center;}
.flex-item02_5step{
width: 100%;
padding-left:0;
flex-direction: column-reverse;
align-items: center;
}}

.flex-item03_5step{
width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
}
@media only screen and (max-width: 767px){
.flex-item03_5step{
font-size: 16px;
}}

.img-wrap_5step{
display: inline-block;
justify-content: center;
}

.img-wrap_5step img{
height:300px;
width: auto;
margin: 0 auto 30px;
}

@media only screen and (max-width: 767px){
.img-wrap_5step img{
width: 86%;
max-width:420px;
height: auto;
margin: 0 auto 30px;
}}

img.img_5step{
padding: 30px 10px;
max-width: 250px;
width: 100%;
}

.img-r-area{
flex-basis: 55%;
}

.img-l-area{
flex-basis: 55%;
margin-right: 30px;
}

.txt-r-area{
flex-basis: 45%;
padding-top: 30px;
}
.txt-l-area{
flex-basis: 45%;
margin-right: 30px;
padding-top: 30px;
}
@media only screen and (max-width: 767px){
.img-l-area{
margin-right: 0;}
.txt-l-area{
margin-right: 0;
}}

.img-r-area img,
.img-l-area img{
max-width: 400px;
width:100%;
}

.img02-r-area,
.img03-r-area{
text-align: center;
flex-basis: 55%;
}
.img02-l-area{
text-align: center;
flex-basis: 55%;
margin-right: 30px;
}
.img02-r-area img{
max-width: 100px;
width:100%;
}
.img02-l-area img{
max-width: 150px;
width:100%;
}
.img03-r-area img{
max-width: 250px;
width:80%;
}


/*-- h４見出し（ステップ） --*/


.order-step{
  position: relative;
	text-align: left;
	width: 90%;
  padding: 5px 5px 5px 42px;
  background: #63ad56;
  font-size: 20px;
	font-weight:400;
  color: #fff;
  margin: 20px auto 20px 20px;
  line-height: 1.3;
  z-index:0;
}
@media only screen and (max-width: 767px){
.order-step{
	  font-size: 18px;
}}

.order-step:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px #fff;
  border-bottom: solid 79px transparent;
  z-index:-2;
}

/* 創業者ヒストリー */
.wrap-ceo-profile{
text-align:left;
margin-bottom: 40px;
}

span.ceo-name{
font-size: 32px;
font-weight: 600;
line-height:1.5em;
}
@media screen and (max-width:767px){
span.ceo-name{
font-size: 24px;
line-height:1.4em;
}}

.ceo-title-navy{
	display: inline-block;
	background-color: #121b39;
	text-align: left;
	padding: 5px 10px;
	line-height:1em;
	color: #fff;
	margin-bottom:5px;
}
.ceo-history {
  width: 90%;
	text-align: center;
  list-style: none;
  margin-left: 40px;
  border-left: 5px solid #121b39;
  box-sizing: border-box;
}

.ceo-history li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.ceo-history .his_box {
  display: inline-block;
  width: 100%;
	text-align: left;
  padding: 0;
}

img.his_year{
  display: block;
  position: relative;
  left: -16px;
  max-width: 550px;
  width: 80%;
	}
@media screen and (max-width:767px){
img.his_year{
  margin-top: 30px;
  left: -10px;
}}

span.his_title {
  font-size: 18px;
  font-weight: 600;
	border-bottom: 4px solid #c0942a;
}

.his_box p {
  line-height:1.6em;
	padding: 0 15px 12px 30px;
}

/*-- インソール先進国オーストラリア --*/ 

.info03{
	display: flex;
	flex-direction: row;
	align-items:flex-start;
	margin-top: 30px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px){
.info03{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
}}

.text-area03{
	flex: 1;
	margin-left: 30px;
	text-align: left;
}
.info03 img{
	flex: 1;
}

@media only screen and (max-width: 767px){
.text-area03{
	margin-left: auto;
	text-align: center;
	margin-top: 30px;}
.info03 img{
	width: 100%;
	}}

dl.flex-container_au{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 60px;
}

.flex-item02_au{
background: url("/images/about/03_common/flag_01.png") 20px 28px / 80px 82px no-repeat,
url("/images/about/03_common/bg_01.jpg") no-repeat;
}

.flex-item02_jp{
background: url("/images/about/03_common/flag_02.png") 20px 28px / 80px 82px no-repeat,
url("/images/about/03_common/bg_02.jpg") no-repeat;
}

.flex-item02_au,
.flex-item02_jp{
	color: #fff;
	padding: 15px;
	text-align: center;
	flex-basis: 48%;
}

@media screen and (max-width:767px){
	h2{font-size: 1.1em;}
	dl.flex-container_au{flex-direction:column;}
	.flex-item02_au,
	.flex-item02_jp{
	 width:100%;
	 margin: 0 0 20px;
	}}

.flex-item02_au dt,
.flex-item02_jp dt{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
	text-align: left;
  padding: 10px 20px 20px 120px;
}
@media screen and (max-width:767px){
.flex-item02_au dt,
.flex-item02_jp dt{
  font-size: 22px;
	text-align: left;
  padding: 10px 5px 20px 110px;
}}

.flex-item02_au dd,
.flex-item02_jp dd{
	text-align: center;
	margin:15px 5px;
	color:goldenrod;
}
@media screen and (max-width:767px){
.flex-item02_au dd,
.flex-item02_jp dd{
	text-align: left;
	margin:15px 5px;
	color:goldenrod;
}}

.flex-item02_au p,
.flex-item02_jp p{
  color: #fff;
}

.flex-item02_au img,
.flex-item02_jp img{
	width: 96%;
	margin-bottom: 10px;
}

/*分析〜仕上げまでの工程*/
#bg_work{
background: url("/images/about/03_common/img_goldcoast.jpg")center no-repeat;
background-size: cover; 
}
h5.head_work{
display: block;
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
}
.box_work{
display: inline-block;
background-color: rgba( 255,255,255,0.85 );
border-radius: 10px;
width: 90%;
font-size: 18px;
text-align:left;
padding: 15px 30px;
margin-bottom: 20px;
}
.img_work{
float: right;
width: 200px;
margin-left: 15px;
}
@media only screen and (max-width: 767px){
h5.head_work{
font-size: 18px;
font-weight: 500;
margin-bottom: 6px;
}
.box_work{
width: 100%;
text-align:left;
font-size: 16px;
padding: 15px 20px;
margin-bottom: 15px;}
.img_work{
float: right;
width: 160px;
margin-left: 10px;
}}


/*世界最高レベルの材料を厳選*/

.container-info04{
	display: inline-block;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
.container-info04{
	text-align: center;
	width: 95%;
}}

/*独自の5層構造。耐久2年*/
.box-info04m{
display: inline-block;
width: 100%;
background: #fff;
padding: 10px;
text-align: center;
border-radius: 16px;
margin-bottom: 40px;
}

.item-info04m{
display: inline-block;
padding:20px;
}
.item-info04m img{
width: 100%;
}

@media only screen and (max-width: 767px){
.box-info04m{
padding:0px;}
.item-info04m{
width: 100%;
max-width:420px;
padding:10px 0px;
}}

/*薄さへの追求*/

.box-info04{
display: flex;
width: 100%;
background: #fff;
padding: 10px;
border-radius: 16px;
margin-bottom: 40px;
}

.item-info04{
display: inline-block;
width: 50%;
padding:20px;
font-size: 14px;
}
.item-info04 img{
width: 100%;
}

@media only screen and (max-width: 767px){
.box-info04{
flex-direction: column;
padding: 5px;
align-items: center;
margin-bottom: 40px;}
.item-info04{
max-width:300px;
width: 80%;
padding:10px;
font-size: 14px;
}}


/*-- 月々定額プランフロー --*/

.sbsc-schedule img{
max-width: 760px;
width: 100%;
margin: 0 auto 80px;
}

@media only screen and (max-width: 767px){
.sbsc-schedule img{
margin: 0 auto 30px;
max-width: 500px;
width: 96%;
}}


