@charset "UTF-8";



/*代表紹介のタイトル*/
.ceo_title {
	position: relative;
	padding-top: 30px;
	font-size: 18pt;
	border-bottom: 1px solid rgba(5,62,98,1);
	padding-left: 30px;
}

.ceo_title span {
	position: relative;
	z-index: 2;
}

.ceo_title::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
	padding-left: 15px;
}

/*代表紹介の紹介テキスト部分*/
#ceo_box{
	background-size: cover;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0px;
	background-image: url(../img/about/about-ceo-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

#ceo_box h2{
	font-size: 1rem;
	position: relative;
	margin: 0 0 50px 0;
	color: #006;
}

#ceo_box p{
	text-align: left;
	width: 85%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

@media screen and (max-width:1090px) {
#ceo_box{
	background-size: cover;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 30px;
	background-image: url(../img/about/about-ceo-bg-mini.png);
	background-repeat: no-repeat;
	background-position: center;
}
#ceo_box h2{
    font-size:0.8rem;
	color: #006;
}  
}
@media screen and (max-width:600px) {
#ceo_box{
	background-size: cover;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 30px;
	background-image: url(../img/about/about-ceo-bg-mini.png);
	background-repeat: no-repeat;
	background-position: center;
}
#ceo_box .ceo_box-detail h2 br{
    display: block;
}
}

#ceo_box p{
	text-align: left;
	width: 60%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

@media screen and (max-width:400px) {
#ceo_box{
	background-size: cover;
	color: #333;
    font-size:0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 30px;
	background-image: url(../img/about/about-ceo-bg-mini.png);
	background-repeat: no-repeat;
	background-position: center;
}
#ceo_box .ceo_box-detail h2{
    font-size: 0.8rem;
	color: #006;
}
#ceo_box .ceo_box-detail p br{
    display: block;
}
#ceo_box p{
	text-align: left;
	width: 55%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}
}


/*会社理念のスタイル*/

#idea_box{
	background-size: cover;
	display: flex;
	justify-content: right;
	align-items: right;
	background-image: url(../img/about/about-idea-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	padding-right: 180px;
	padding-bottom: 100px;
	padding-left: 0px;
	margin: auto;
}

#idea_box h2{
	font-size: 1rem;
	position: relative;
	color: #006;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#idea_box p{
	width: 85%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

@media screen and (max-width:1090px) {
#idea_box{
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: right;
	padding: 100px 30px;
	background-image: url(../img/about/about-idea-bg-mini.png);
	background-repeat: no-repeat;
	background-position: right;
}
#idea_box h2{
    font-size:0.8rem;
	color: #006;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}  
}
@media screen and (max-width:600px) {
#idea_box{
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 30px;
	background-image: url(../img/about/about-idea-bg-mini.png);
	background-repeat: no-repeat;
	background-position: center;
}
#idea_box .idea_box-detail h2 br{
    display: block;
}
}

#idea_box p{
	text-align: left;
	width: 60%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

@media screen and (max-width:400px) {
#idea_box{
	background-size: cover;
    font-size:0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 30px;
	background-image: url(../img/about/about-idea-bg-mini.png);
	background-repeat: no-repeat;
	background-position: center;
}
#idea_box .idea_box-detail h2{
    font-size: 0.8rem;
	color: #006;
}
#idea_box .idea_box-detail p br{
    display: block;
}
#idea_box p{
	text-align: left;
	width: 55%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
}

/*縦書きのスタイル*/

.tate-text {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;/* IE対応 */
	margin: auto;
	font-size: 16pt;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 30pt;
}

.upright {
	text-orientation: upright;
	margin: auto;
}
.tate_text_b {
	font-size: 20pt;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}


/*スタッフ紹介のレイアウト*/

.inner_about{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

.box{
  display: flex;
  flex-direction: row;
}
.box.reverse{
  flex-direction: row-reverse;
}
.box + .box{
  margin-top: 80px;
}
.box_body{
  width: 100%;
  padding: 0 20px;
}
.box_ttl {
  font-size: 18px;
  text-transform: uppercase;
}
.box_txt {
	margin-top: 20px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	margin-right: auto;
	margin-bottom: auto;
}
.box_text01 {
	margin: auto;
	padding: 2px;
	font-size: 10pt;
	text-align: right;
}
.box_image{
  width: 35%;
}
.box_image img{
  object-fit: cover;
}

@media screen and (max-width:767px){
  .box {
    display: block;
  }
  .box + .box{
    margin-top: 60px;
  }
  .box_body{
    width: 100%;
    padding: 0;
  }
  .box_image{
	margin-top: 20px;
	width: 85%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
  }
}

/*スタッフ紹介の見出し*/


.about-title01 {
	position: relative;
	font-weight: bold;
	text-align: center;
	margin-top: 15;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 16pt;
}
.about-title01 span {
  position: relative;
  z-index: 2;
}
.about-title01::before {
  content: attr(data-en);
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(119,188,255,0.3);
  font-size: 70px;
  font-style: italic;
}


/*スタッフ紹介のスタイル*/

.box001{
	background-image: url(../img/about/bg01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box002{
	background-image: url(../img/about/bg02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box003{
	background-image: url(../img/about/bg04.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box004{
	background-image: url(../img/about/bg03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.eye_style01 {
	position: relative;
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 68px;
}

.eye_style01::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 3px;
    background: #ccc;
}

.eye_style01 span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 70%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ccc;
    transform: translateY(-50%);
    font-size: 14px;
}

.eye_style01 span::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

*,::before, ::after {
    box-sizing: border-box;
}

h3 {
   margin: 20px;
   color: #333;
}

