@charset "utf-8";

/*----------------------------------------------------------
    font
----------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@500;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');

body{font-family: 'Noto Sans JP', "游ゴシック", YuGothic, sans-serif; line-height: 1;}
.serif{font-family: 'Shippori Mincho', 游明朝, "Yu Mincho", YuMincho, serif;}

/*----------------------------------------------------------
    common
----------------------------------------------------------*/

*{
	box-sizing: border-box;
}

article, body, dd, div, dl, dt, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, img, label, li, nav, p, section, span, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-size: 100%;
    vertical-align: baseline;
	background:transparent;
}

ol, ul{
    list-style: none;
}

a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:hover{
	opacity: 0.6;
}

h2{
	font-size: 4.5vw;
    font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
    line-height: 1.6;
	padding: 18vw 0 0;
	margin-bottom: 11vw;
	position: relative;
}

.pc, .pc_inline{display: none;}

@media screen and (min-width:1000px) {
    
    .pc {display: block;}
    .pc_inline {display: inline;}
	.sp {display: none;}
    
    h2{
        font-size: 21px;
        padding: 100px 0 0;
        margin-bottom: 70px;
    }
}

/*----------------------------------------------------------
    menu-btn
----------------------------------------------------------*/

.menu-btn {
  display: block;
  position: absolute;
  right: 2.6vw;
  top: 2.8vw;
  width: 12vw;
  height: 12vw;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
}

.menu-btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 7.2vw;
  height: 3px;
  background: #000;
  transition: .35s ease-in-out;
  margin-left: -4vw;
}
.menu-btn span:nth-child(1) {
  top: 2.3vw;
  transform: scaleY(0.5);
}
.menu-btn span:nth-child(2) {
  top: 4.6vw;
  transform: scaleY(0.5);
}
.menu-btn span:nth-child(3) {
  top: 6.9vw;
  transform: scaleY(0.5);
}

.menu-btn span.txt {
  position: absolute;
  top: 50%;
  left: -1.5em;
  background: none;
  font-size: 2.5vw;
  font-family: 'Red Hat Text', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin-top: -1.2em;
}

@media screen and (min-width:1000px) {
	
  .menu-btn {
    width: 80px;
    height: 80px;
    top: 3px;
    right: 30px;
  }
	
  .menu-btn span {
    width: 37px;
    margin-left: 0;
  }
  .menu-btn span:nth-child(1) {
    top: 23px;
  }
  .menu-btn span:nth-child(2) {
    top: 36px;
  }
  .menu-btn span:nth-child(3) {
    top: 49px;
  }
	
  .menu-btn span.txt {
    font-size: 14px;
    top: 43px;
  }
}

.menu-btn.active {
  position: fixed;
  right: 50%;
  margin-right: -25px;
  top: 5vh !important;
}

.menu-btn.active span {
  background: #fff;
}
.menu-btn.active span:nth-child(1) {
  top: 20px;
  height: 1.5px;
  transform: rotate(-45deg);
}
.menu-btn.active span:nth-child(2) {
  top: 20px;
  height: 1.5px;
  transform: rotate(45deg);
}
.menu-btn.active span:nth-child(3) {
  display: none;
}
.menu-btn.active span.txt {
  display: none;
}

@media screen and (min-width:1000px) {
	
  .menu-btn.active {
    top: 12.4vh !important;
  }
}

/*----------------------------------------------------------
    head-nav
----------------------------------------------------------*/

.head-nav {
  display: none;
  font-family: 'Sawarabi Mincho', serif;
  line-height: 1.74;
}

.head-nav__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9998;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.head-nav__gnav {
  width: 100%;
  max-width: 860px;
  margin-top: 10vh;
  padding: 0 14vw;
}

.head-nav__gnav .gnav-item {
  padding-bottom: 4vh;
}

.head-nav__gnav .gnav-item.gnav01 {
  display: flex;
  flex-wrap: wrap;
}

.head-nav__gnav .gnav-item.gnav01 ul {
  width: 50%;
}

.head-nav__gnav .gnav-item.gnav03{
  padding-bottom: 2vh;
}

.head-nav__gnav .gnav-item .gnav-title {
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
}

.head-nav__gnav .gnav-item .gnav-title span {
  background: #000;
  padding: 0.5em 0.5em 0.5em 0;
  font-size: 3.5vw;
  color: #ccc;
}

.head-nav__gnav .gnav-item .gnav-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.head-nav__gnav ul li {
  color: #fff;
  font-size: 3.5vw;
  padding: 0.7vh 0;
}

.head-nav__gnav ul li.link-box{
    text-align: center;
	margin: 0.2em 0 0.5em;
	position: relative;
}

.head-nav__gnav ul li.link-box::after{
	content: " ";
    display: block;
    background: url(https://www.r-regent.jp/themes/main/assets/img/icon_arrow_w.svg) no-repeat;
    background-size: 12vw;
	width: 12vw;
	height: 3vw;
    position: absolute;
    right: 16%;
	top: 50%;
	margin-top: -2.8%;
}

.head-nav__gnav ul li.link-box a{
	display: block;
	width: 75%;
	font-size: 3.3vw;
    padding: 0.5em 1.5em 0.5em 0;
	border: 1px solid #fff;
}

.head-nav__gnav ul li a {
  color: #fff;
}

@media print, screen and (min-width: 1000px) {

	.head-nav__gnav {
	  margin: 0;
	  padding: 0;
	  display: flex;
	  flex-wrap: wrap;
	}

	.head-nav__gnav .gnav-item {
	  padding: 0 3vw 0 0;
	  width: calc(100% / 3);
	}
	
	.head-nav__gnav .gnav-item.gnav01 ul {
	  width: 100%;
	}

	.head-nav__gnav .gnav-item.gnav03{
	  padding: 0 0 0 3vw;
	}
	
	.head-nav__gnav .gnav-item .gnav-title{
	  margin-bottom: 1.2em;
	}

	.head-nav__gnav .gnav-item .gnav-title span {
	  font-size: 14px;
	}

	.head-nav__gnav ul li {
	  font-size: 20px;
	  padding: 0.5em 0;
	}

	.head-nav__gnav ul li:first-child {
	  padding-top: 0;
	}
	
	.head-nav__gnav ul + ul li:first-child {
	  padding-top: 0.5em;
	}

	.head-nav__gnav ul li.link-box::after{
	  background-size: 54px;
	  width: 54px;
	  height: 9px;
	  right: -30px;
	  margin-top: -8px;
	}

	.head-nav__gnav ul li.link-box a{
	  width: 100%;
	  font-size: 17px;
	}
}

/*----------------------------------------------------------
    cta_area
----------------------------------------------------------*/

.cta_area .cta{
	margin: 0 auto;
}

.cta_area .btn{
	display: block;
	position: relative;
    margin: 0 auto;
	text-align: center;
    color: #fff;
    background-color: #990101;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	width: 85vw;
    height: 17vw;
    line-height: 16.7vw;
    font-size: 4vw;
	letter-spacing: 0.15em;
}

.cta_area .btn::after{
	content: "";
	position: absolute;
    width: 0.5em;
    height: 0.5em;
	border-radius: 2px;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.cta_area p.btn{
	background-color: #999;
}

.cta_area p.btn::after{
	content: none;
}

@media screen and (min-width:1000px) {

    .cta_area .btn{
        width: 450px;
        height: 68px;
        line-height: 65px;
        font-size: 18px;
    }
}

/*----------------------------------------------------------
    header
----------------------------------------------------------*/

header{
    height: 326vw;
    background-image: url("../img/seminartop_otsuka_sp.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

header .logo{
    padding: 4.5vw 0 0 4.5vw;
}

header .logo a img{
    height: 7vw;
}

header .catch{
	margin-top: 15vw;
}

header .catch .catch01{
	font-size: 3.7vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
	text-align: center;
}

header .catch .catch02{
	margin-top: 8vw;
    text-align: center;
    font-size: 7.4vw;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.7;
    color: #fff;
}

header .catch .catch02 span{
	font-size: 4.2vw;
}

header .top_logo{
	width: 65vw;
    margin: 9vw auto 0;
}

header .top_logo img{
	width: 100%
}

header .date{
	position: relative;
	margin: 10.5vw auto 0;
}

header .date::before,
header .date::after{
	content: "";
	display: block;
	width: 76%;
	border-top: 1px solid #fff;
	position: absolute;
	left: 12%;
}

header .date::before{
	top: 0;
}

header .date::after{
	bottom: 0;
}

header .date p{
	width: 80%;
	margin: 0 auto;
	height: 13.5vw;
	font-size: 3.7vw;
    font-weight: 500;
	line-height: 13vw;
    letter-spacing: 0.1em;
    color: #fff;
	text-align: center;
}

header .date p.days4{
    letter-spacing: 0.07em;
}

header .date p span{
	font-size: 6vw;
}

header h2{
	margin-top: 33vw;
}

header .case_list{
	margin: 0 6vw 15vw;
}

header .case_list .case{
	font-size: 4.2vw;
    line-height: 1.9;
    letter-spacing: 0.02em;
    margin-bottom: 7vw;
    padding-left: 7.5vw;
	position: relative;
}

header .case_list .case::before{
	content: '';
    display: inline-block;
    background-image: url(../img/icon_checkbox_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 3.5vw;
    height: 3.5vw;
    position: absolute;
	top: 2.2vw;
	left: 0;
}

@media screen and (min-width:1000px) {
	
	header{
		height: 720px;
		background-image: url("../img/seminartop_otsuka_pc.jpg");
		background-position: bottom left;
	}

	header .logo{
		padding: 25px 0 0 30px;
	}

	header .logo a img{
		height: 33.58px;
	}

	header .catch{
		margin-top: 80px;
	}

	header .catch .catch01{
		font-size: 25px;
		text-shadow: 1px 2px 20px rgb(22 122 198 / 60%);
	}

	header .catch .catch02{
		margin-top: 30px;
		font-size: 45px;
		text-shadow: 1px 2px 20px rgb(22 122 198 / 60%);
	}

	header .catch .catch02 span{
		font-size: 30px;
	}
	
	header .top_logo{
		width: 350px;
		margin: 50px auto 0;
	}
	
	header .date{
		width: 390px;
		margin: 60px auto 0;
	}
	
	header .date::before,
	header .date::after{
		width: 100%;
		left: 0;
	}

	header .date p{
		width: 390px;
		height: 60px;
		font-size: 19px;
		line-height: 56px;
		text-shadow: 1px 2px 20px rgb(22 122 198 / 90%);
	}

	header .date p span{
		font-size: 28px;
	}
}

/*----------------------------------------------------------
    greeting
----------------------------------------------------------*/

@media screen and (min-width:1000px) {
	
	#greeting h2{
		margin-top: 0;
	}

	#greeting .case_list{
		width: 765px;
        margin: 0 auto 100px;
	}

	#greeting .case_list .case{
		font-size: 18px;
		font-weight: 500;
		line-height: 1.9;
        letter-spacing: 0.15em;
        margin-bottom: 35px;
        padding-left: 40px;
		position: relative;
	}

	#greeting .case_list .case::before{
		content: '';
		display: inline-block;
		background-image: url(../img/icon_checkbox_2.svg);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		width: 20px;
        height: 20px;
		position: absolute;
        top: 8px;
		left: 0;
	}
}

/*----------------------------------------------------------
    contents
----------------------------------------------------------*/

#contents{
    margin-bottom: 26vw;
}

#contents h2{
	margin-bottom: 10vw;
}

#contents .lead{
	font-size: 3.6vw;
    line-height: 1.9;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 10vw;
}

#contents .lead p + p{
	margin-top: 5vw;
}

#contents .brackets_title{
	font-size: 3.6vw;
    font-weight: 500;
	letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 6vw;
}

#contents .white-box{
	margin: 22vw 0 0;
	background-color: #fff;
	position: relative;
}

#contents .white-box::before{
	content: "";
    position: absolute;
    border-left: 1px solid #a6a6a6;
    height: 16vw;
    top: -8vw;
    left: 50%;
}

#contents .white-box .number{
	font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 14vw 0 6vw;
}

#contents .white-box .number span{
	font-size: 14vw;
	letter-spacing: 0.05em;
}

#contents .white-box .title{
	font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0 0 13vw;
}

#contents .white-box .title span{
	position: relative;
}

#contents .white-box .title span::after{
	content: "";
	border-bottom: 0.7vw solid #770000;
	border-image: linear-gradient(to right, #770000, transparent) 1;
	position: absolute;
	left: 0;
	bottom: -3vw;
	width: 110%;
}

#contents .white-box .otsuka_symbol{
	width: 35vw;
    margin: 0 auto 6vw;
}

#contents .white-box .otsuka_symbol img{
	width: 100%;
}

#contents .white-box .otsuka_company{
	display: flex;
	flex-wrap: wrap;
	padding-left: 5vw;
}

#contents .white-box .otsuka_company p{
	width: 50%;
	font-size: 3.6vw;
    font-weight: 500;
    line-height: 3;
    letter-spacing: 0.02em;
	padding-left: 2vw;
}

#contents .white-box .three_point{
	display: flex;
	flex-direction: column;
}

#contents .white-box .three_point .point{
	width: 90vw;
    margin: 0 auto;
    padding: 5.5vw 5vw 5.5vw 7vw;
    background-color: #F5F5F5;
    border-radius: 1vw;
    display: flex;
	align-items: center;
}

#contents .white-box .three_point .point + .point{
	margin-top: 6.5vw;
}

#contents .white-box .three_point .icon{
	width: 20%;
}

#contents .white-box .three_point .icon img{
	width: 100%;
}

#contents .white-box .three_point .text{
	width: 80%;
	padding-left: 7vw;
}

#contents .white-box .three_point .text .point_title{
	font-size: 4.1vw;
    font-weight: 500;
    letter-spacing: 0.05em;
	margin-top: 1vw;
}

#contents .white-box .three_point .text .point_discription{
	font-size: 3.3vw;
	line-height: 1.9;
    letter-spacing: 0.02em;
	margin-top: 3vw;
}

#contents .white-box .graph{
	width: 90vw;
	margin: 0 auto;
	font-size: 3.2vw;
	border-collapse: collapse;
}

#contents .white-box .graph th,
#contents .white-box .graph td{
	border-bottom: 1px solid #ccc;
}

#contents .white-box .graph th{
	padding: 1.7em 0;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #595959;
	border-top: 1px solid #ccc;
}

#contents .white-box .graph td{
	padding: 1.7em 0 1.7em 0.8em;
}

#contents .white-box .graph td.industry{
	padding: 1.7em 0 1.7em 1.4em;
}

#contents .white-box .graph .era{
	width: 14%;
}

#contents .white-box .graph .area{
	width: 14%;
}

#contents .white-box .graph .industry{
	width: 52%;
}

#contents .white-box .graph .income{
	width: 20%;
}

#contents .dots,
#contents .dots:before,
#contents .dots:after{
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-color: #595959;
}

#contents .dots{
	margin: 13vw auto 0;
	position: relative;
}

#contents .dots:before{
    content: "";
    position: absolute;
    top: -6vw;
}

#contents .dots:after{
    content: "";
    position: absolute;
    top: 6vw;
}

@media screen and (min-width:1000px) {
	
	#contents{
		margin-bottom: 120px;
	}

	#contents h2{
		margin-bottom: 50px;
	}

	#contents .lead{
		font-size: 16px;
		letter-spacing: 0.15em;
		margin: 0 0 50px;
	}

	#contents .lead p + p{
		margin-top: 15px;
	}

	#contents .brackets_title{
		font-size: 16px;
		margin-bottom: 35px;
	}

	#contents .white-box{
		margin: 100px auto 50px;
	}

	#contents .white-box::before{
		height: 80px;
		top: -40px;
	}

	#contents .white-box .number{
		font-size: 22px;
        font-weight: 500;
        padding: 65px 0 35px;
	}

	#contents .white-box .number span{
		font-size: 70px;
	}

	#contents .white-box .title{
		font-size: 24px;
        letter-spacing: 0.2em;
        padding: 0 0 63px;
	}

	#contents .white-box .title span::after{
		border-bottom: 3px solid #770000;
        bottom: -12px;
	}
	
	#contents .white-box .otsuka_symbol{
		width: 180px;
		margin: 0 auto 35px;
	}

	#contents .white-box .otsuka_company{
		padding-left: 100px;
		width: 750px;
		margin: 0 auto;
	}

	#contents .white-box .otsuka_company p{
		font-size: 19px;
        line-height: 3.2;
        padding-left: 0;
	}

	#contents .white-box .three_point{
		flex-direction: row;
		justify-content: space-between;
		width: 1000px;
        margin: 0 auto;
	}

	#contents .white-box .three_point .point{
		flex-direction: column;
		width: 310px;
		padding: 30px;
		border-radius: 3px;
	}

	#contents .white-box .three_point .point + .point{
		margin-top: 0;
	}
	
	#contents .white-box .three_point .icon {
		width: 30%;
	}

	#contents .white-box .three_point .text{
		width: 100%;
		padding-left: 0;
	}

	#contents .white-box .three_point .text .point_title{
		font-size: 19px;
		margin-top: 25px;
	}

	#contents .white-box .three_point .text .point_discription{
		font-size: 14px;
		margin-top: 20px;
	}

	#contents .white-box .graph{
		width: 650px;
		font-size: 16px;
	}

	#contents .white-box .graph th,
	#contents .white-box .graph td{
		border-bottom: 1px solid #ccc;
	}

	#contents .white-box .graph th{
		padding: 1.4em 0;
	}

	#contents .white-box .graph td{
		padding: 1.4em 0 1.4em 2.5em;
	}

	#contents .white-box .graph td.industry{
		padding: 1.4em 0 1.4em 2.5em;
	}
	
	#contents .white-box .graph td.income{
		padding: 1.4em 0 1.4em 3em;
	}

	#contents .white-box .graph .era{
		width: 18%;
	}

	#contents .white-box .graph .area{
		width: 18%;
	}

	#contents .white-box .graph .industry{
		width: 40%;
	}

	#contents .white-box .graph .income{
		width: 24%;
	}
	
	#contents .dots,
	#contents .dots:before,
	#contents .dots:after{
		width: 8px;
		height: 8px;
	}

	#contents .dots{
		margin: 70px auto 0;
	}

	#contents .dots:before{
		top: -30px;
	}

	#contents .dots:after{
		top: 30px;
	}
}

/*----------------------------------------------------------
    outline
----------------------------------------------------------*/

#outline .graph{
	width: 720px;
	margin: 0 auto;
}

#outline .graph .line{
	display: flex;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #aaa;
	line-height: 1.9;
}

#outline .graph .line + .line{
	margin-top: 30px;
}

#outline .graph .line .title{
	width: 28%;
	font-weight: 600;
}

#outline .graph .line .content{
	width: 72%;
}

@media screen and (max-width:1000px) {
	
	#outline .graph{
		width: 92vw;
    	margin: 0 4vw;
		padding-left: 0;
		font-size: 3.6vw;
	}

	#outline .graph .line{
		display: flex;
		flex-direction: column;
		padding: 0;
		border-bottom: none;
	}

	#outline .graph .line + .line{
		margin-top: 5vw;
	}

	#outline .graph .line .title{
		width: 100%;
		padding: 0.5em 0 0.6em 1em;
		background-color: #f0ede8;
		font-size: 3.7vw;
	}

	#outline .graph .line .content{
		width: 100%;
		padding: 1.2em 1em 1em;
	}
}

/*----------------------------------------------------------
    howto
----------------------------------------------------------*/

#howto .flow{
    padding: 0 5vw 0 7vw;
    font-size: 3.6vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

#howto .flow + .flow{
    margin-top: 10vw;
}

#howto .flow .icon{
    display: inline-block;
    vertical-align: top;
    width: 3em;
    height: 3em;
    background-size: 1.8em;
    background-position: top 0.2em left;
    background-repeat: no-repeat;
}
#howto .flow .icon.icon01{background-image: url(../img/number_1.svg);}
#howto .flow .icon.icon02{background-image: url(../img/number_2.svg);}
#howto .flow .icon.icon03{background-image: url(../img/number_3.svg);}
#howto .flow .icon.icon04{background-image: url(../img/number_4.svg);}

#howto .flow .icon + span{
    display: inline-block;
    width: calc(100% - 3.5em);
}

@media screen and (min-width:1000px) {
    
    #howto .flow{
        padding: 0;
        width: 640px;
        margin: 0 auto;
        font-size: 16px;
    }

    #howto .flow + .flow{
        margin-top: 45px;
    }

    #howto .flow .icon{
        width: 3.5em;
        height: 2em;
        background-position: top 0.15em left;
    }

    #howto .flow .icon + span{
        width: calc(100% - 4.5em);
    }
}

/*----------------------------------------------------------
    webinar
----------------------------------------------------------*/

#webinar .lead{
	font-size: 3.6vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 10vw 0 7vw;
}

#webinar .img{
	text-align: center;
}

#webinar .img img{
	width: 65vw;
}

@media screen and (min-width:1000px) {

	#webinar .lead{
		font-size: 16px;
		margin: 50px 0 25px;
	}

	#webinar .img img{
		width: inherit;
	}
}

/*----------------------------------------------------------
    presenter
----------------------------------------------------------*/

#presenter .content{
    margin: 0 5vw;
}

#presenter .inner .photo{
    height: 50vw;
    background-image: url("../img/consul2_yoshizu_sp.jpg");
	background-position: center;
    background-size: 50vw;
    background-repeat: no-repeat;
}

#presenter .inner .body .name{
    padding: 8vw 0 10vw;
    font-size: 7vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
}

#presenter .inner .body .name span{
    padding-left: 3vw;
    font-size: 3.5vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #b81d23;
}

#presenter .inner .body.market .title{
	padding: 8vw 0 2vw;
	font-size: 3.5vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

#presenter .inner .body.market .name{
    padding: 0 0 10vw;
    text-align: left;
}

#presenter .inner .body .gcdf{
    height: 5vw;
}

#presenter .inner .body .gcdf_text{
    margin-top: 2vw;
    font-size: 3.6vw;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

#presenter .inner .body .career{
    margin-top: 7vw;
    font-size: 3.3vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

#presenter .inner .body .career p{
    margin-top: 5vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #aaa;
}

#presenter .inner .body .career p .year{
    display: inline-block;
	width: 5.5em;
	vertical-align: top;
}

#presenter .inner .body .career p .year + span{
    display: inline-block;
	width: calc(100% - 5.5em);
}

#presenter .inner .body .career_text{
	margin-top: 7vw;
    font-size: 3.5vw;
    line-height: 2;
    letter-spacing: 0.1em;
}
#presenter .inner .body .career_text + .career_text{
	margin-top: 5vw;
}

#presenter .inner .body .career_text .bold{
	font-weight: 500;
    font-size: 3.7vw;
}

#presenter .inner .body .mva{
    margin-top: 8vw;
}

#presenter .inner .body .award{
    margin-top: 4vw;
    font-size: 3.3vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

#presenter .inner .body .award p + p{
    margin-top: 2vw;
}

#presenter .inner .body .award p .star{
	display: inline-block;
    width: 1.4em;
    vertical-align: top;
}

#presenter .inner .body .award p .star + span{
    display: inline-block;
	width: calc(100% - 1.4em);
}

@media screen and (min-width:1000px) {
    
    #presenter .content{
        width: 850px;
        margin: 0 auto;
    }
    
    #presenter .inner{
        display: flex;
    }
    
    #presenter .inner .photo{
        height: 400px;
        flex: 0 0 33%;
        background-image: url("../img/consul2_yoshizu.jpg");
        background-size: cover;
    }
    
    #presenter .inner .body{
        flex: 1 1 auto;
        padding: 0 0 0 40px;
    }

    #presenter .inner .body .name{
        padding: 10px 0 25px;
        font-size: 34px;
        text-align: left;
    }

    #presenter .inner .body .name span{
        padding-left: 20px;
        font-size: 16px;
    }
	
	#presenter .inner .body.market .title{
		padding: 5px 0 10px;
    	font-size: 14px;
	}

	#presenter .inner .body.market .name{
		padding: 0 0 25px;
	}

    #presenter .inner .body .gcdf{
        height: 19px;
    }

    #presenter .inner .body .gcdf_text{
        margin-top: 5px;
        font-size: 15px;
    }

    #presenter .inner .body .career{
        margin-top: 28px;
        font-size: 14px;
    }

    #presenter .inner .body .career p{
        margin-top: 14px;
        padding-bottom: 5px;
    }
	
	#presenter .inner .body .career_text{
		margin-top: 20px;
		font-size: 14.5px;
	}
	#presenter .inner .body .career_text + .career_text{
		margin-top: 15px;
	}

	#presenter .inner .body .career_text .bold{
		font-size: 15px;
	}
	
    #presenter .inner .body .mva{
        margin-top: 32px;
    }

    #presenter .inner .body .award{
        margin-top: 12px;
        font-size: 14px;
    }

    #presenter .inner .body .award p + p{
        margin-top: 8px;
    }
}

/*----------------------------------------------------------
    message
----------------------------------------------------------*/

#message .image{
    position: relative;
    background-image: url(../img/main_job_tokushima_sp_3.jpg);
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 125vw;
    margin-top: 20vw;
}

#message .image p{
    padding-top: 23vw;
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: center;
}

#message .image p + p{
	padding-top: 7vw;
}

#message .image .cta{
	margin: 12vw 0 0;
}

#message.market .image{
	height: 110vw;
	background-position: center;
}

#message.market .image p{
	padding-top: 22vw;
}

#message.market .image .cta{
	margin: 17vw 0 0;
}

#message .image .btn{
	display: block;
	position: relative;
    margin: 0 auto;
	text-align: center;
    color: #fff;
    background-color: #990101;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	width: 85vw;
    height: 17vw;
    line-height: 16.7vw;
    font-size: 4vw;
	letter-spacing: 0.15em;
}

#message .image .btn:after{
	content: "";
	position: absolute;
    width: 0.5em;
    height: 0.5em;
	border-radius: 2px;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media screen and (min-width:1000px) {
    
    #message .image{
        background-image: url(../img/main_job_tokushima.jpg);
		background-position: bottom center;
        height: 500px;
        margin-top: 120px;
    }

    #message .image p{
        padding-top: 115px;
        font-size: 17px;
        letter-spacing: 0.25em;
    }
	
	#message .image p + p{
		padding-top: 25px;
	}

    #message .image .cta{
        margin: 50px 0 0;
    }

    #message .image .btn{
        width: 450px;
        height: 68px;
        line-height: 65px;
        font-size: 18px;
    }
	
	#message.market .image{
		height: 410px;
	}
	
	#message.market .image p{
		padding-top: 110px;
	}
	
	#message.market .image .cta{
		margin: 60px 0 0;
	}
}

/*----------------------------------------------------------
    soudan
----------------------------------------------------------*/

#soudan{
	background-color: #0f6f78;
	color: #fff;
}

#soudan h2{
	color: #fff;
}

#soudan .lead{
	font-size: 3.6vw;
    letter-spacing: 0.02em;
	text-align: center;
	line-height: 1.9;
	margin: 0 0 12vw;
}

#soudan .img_area{
	text-align: center;
}

#soudan .img_area img{
	width: 90vw;
}

#soudan .cta{
	margin: 13vw auto 0;
}

#soudan .cta .btn{
	display: block;
	position: relative;
    margin: 0 auto;
	text-align: center;
    color: #fff;
    background-color: #0d3e37;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	width: 90vw;
    height: 18vw;
    line-height: 17.7vw;
    font-size: 4vw;
	letter-spacing: 0.15em;
}

#soudan .cta .btn:after{
	content: '';
    position: absolute;
    top: 49%;
    right: 15%;
    display: inline-block;
    background-image: url(../img/icon_blank_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 4vw;
    height: 4vw;
    transform: translateY(-50%);
    border: none;
}

@media screen and (min-width:1000px) {
	
	#soudan h2{
		margin-bottom: 55px;
	}
	
	#soudan .lead{
		font-size: 16.5px;
		margin: 0 0 55px;
	}

	#soudan .img_area img{
		width: 750px;
		margin: 0 auto;
	}

	#soudan .cta{
		margin: 70px auto 0;
	}

	#soudan .cta .btn{
		width: 450px;
        height: 68px;
        line-height: 65px;
        font-size: 18px;
	}

	#soudan .cta .btn:after{
		width: 15px;
    	height: 15px;
	}
}

/*----------------------------------------------------------
    search_multi
----------------------------------------------------------*/

#search_multi{
	padding: 0 0 20vw;
	background-color: #0f6f78;
}

#search_multi h2{
	color: #fff;
}

#search_multi .lead{
    font-size: 3.6vw;
    line-height: 1.9;
    letter-spacing: 0.1em;
	color: #fff;
    margin: 0 5vw 6vw;
	text-align: center;
}

#search_multi .lead + .lead{
	margin: 0 5vw 12vw;
}

#search_multi .link_box{
	width: 90vw;
    margin: 0 auto;
}

#search_multi .link_box a{
	display: inline-block;
	background-color: #fff;
	border-radius: 3vw;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 40%);
}

#search_multi .link_box a + a{
	margin-top: 8vw;
}

#search_multi .link_box a .inner img{
	width: 100%;
	border-radius: 3vw 3vw 0 0;
}

#search_multi .link_box a .inner .text{
	color: #000;
    letter-spacing: 0.05em;
	padding: 7vw 5vw;
}

#search_multi .link_box a .inner .text .date{
	font-size: 3.4vw;
	margin-bottom: 0.8em;
}

#search_multi .link_box a .inner .text .title{
	font-size: 4.7vw;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 1em;
}

#search_multi .link_box a .inner .text .tag_box{
	display: flex;
}

#search_multi .link_box a .inner .text .tag_box .tag{
	font-size: 3vw;
    font-weight: 500;
    color: #fff;
    background-color: #7e0510;
    padding: 0.7em 1.8em 0.8em;
    border-radius: 0.2em;
}

#search_multi .link_box a .inner .text .tag_box .tag + .tag{
	margin-left: 3vw;
}

@media screen and (min-width:1000px) {
	
	#search_multi{
		padding: 0 0 120px;
	}
	
	#search_multi h2{
		margin-bottom: 60px;
	}

	#search_multi .catch{
		width: 420px;
		margin: 0 auto 50px;
		font-size: 20px;
	}
	
	#search_multi .lead{
		margin: 0 0 20px;
		font-size: 16.5px;
	}
	
	#search_multi .lead + .lead{
		margin: 0 0 60px;
	}
	
	#search_multi .link_box{
		width: 870px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	#search_multi .link_box a{
		width: 410px;
		border-radius: 5px;
	}

	#search_multi .link_box a + a{
		margin: 0 0 0 10px;
	}

	#search_multi .link_box a .inner img{
		border-radius: 5px 5px 0 0;
	}

	#search_multi .link_box a .inner .text{
		padding: 28px 25px;
	}

	#search_multi .link_box a .inner .text .date{
		font-size: 14px;
		letter-spacing: 0.03em;
	}

	#search_multi .link_box a .inner .text .title{
		font-size: 18px;
	}

	#search_multi .link_box a .inner .text .tag_box .tag{
		font-size: 13px;
		padding: 0.6em 1.2em 0.8em;
	}

	#search_multi .link_box a .inner .text .tag_box .tag + .tag{
		margin-left: 8px;
	}
}

/*----------------------------------------------------------
    company
----------------------------------------------------------*/

#company{
	padding: 0 0 20vw;
	background-color: #25495d;
	color: #fff;
}

#company .lead{
    font-size: 3.6vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 10vw 0 12vw;
}

#company .title{
	font-size: 4vw;
	font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
	margin: 0 0 8vw;
}

#company .slider_blog{
	padding: 0 10vw 15vw;
}

#company .slider_blog .carousel{
    margin: 0 2vw;
}

#company .slider_blog .carousel a{
	color: #fff;
}

#company .slider_blog .carousel img{
	width: 100%;
}

#company .slider_blog .carousel .page-info{
	margin: 6vw 0 5vw;
}

#company .slider_blog .carousel .page-info .info{
	font-size: 3.2vw;
	letter-spacing: 0.1em;
	padding-left: 13vw;
	position: relative;
}

#company .slider_blog .carousel .page-info .info::before{
	content: "";
	position: absolute;
    top: 48%;
    left: 0;
    display: block;
	background-color: #fff;
    width: 10vw;
    height: 1px;
}

#company .slider_blog .carousel .page-info .blog_title{
	font-size: 3.7vw;
	letter-spacing: 0.05em;
	line-height: 1.6;
    margin: 3vw 0 0;
}

#company .slider_blog .carousel .btn{
	display: block;
	position: relative;
    height: 10.8vw;
    line-height: 10vw;
    padding-left: 32%;
    width: 100%;
    background-color: #262626;
    font-size: 3.4vw;
    color: #fff;
	bottom: 0;
	left: 0;
}

#company .slider_blog .carousel .btn::after{
	content: '';
    position: absolute;
    top: 48%;
    right: 25%;
    display: inline-block;
    background-image: url(../img/icon_blank_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 3.5vw;
    height: 3.5vw;
    transform: translateY(-50%);
}

#company .slider_blog .slick-prev,
#company .slider_blog .slick-next{
	position: absolute;
    display: block;
    height: 7vw;
    width: 7vw;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: 40%;
    padding: 0;
    border: none;
    outline: none;
}
#company .slider_blog .slick-prev{left: 2.5vw;}
#company .slider_blog .slick-next{right: 2.5vw;}

#company .slider_blog .slick-prev::before,
#company .slider_blog .slick-next::before{
	content: "";
	position: absolute;
    display: block;
    height: 4.6vw;
    width: 4.6vw;
	border-top: 1.5px solid #999;
    border-right: 1.5px solid #999;
}
#company .slider_blog .slick-prev::before{right: 0; bottom: 1vw; transform: rotate(-135deg);}
#company .slider_blog .slick-next::before{left: 0; bottom: 1vw; transform: rotate(45deg);}

#company .about_list{
	margin: 10vw 10vw 0;
}

#company .about_list .about_title{
	font-size: 3.6vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-bottom: 4vw;
	margin-bottom: 3vw;
	border-bottom: 1px solid #fff;
}

#company .about_list .about_inner{
	font-size: 3.6vw;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

#company .about_list .about_inner + .about_inner{
	margin: 5vw 0 0;
}

#company .about_list .about_inner a{
	color: #fff;
}

#company .about_list .about_inner a:after{
    content: '';
    display: inline-block;
    margin-left: 2vw;
    background-image: url("../img/icon_blank_4.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 4vw;
    height: 4.5vw;
}

@media screen and (min-width:1000px) {
	
	#company{
		padding: 0 0 100px;
	}
	
	#company .lead{
		font-size: 16.5px;
		margin: 0 0 60px;
	}

	#company .title{
		font-size: 20px;
		margin: 0 0 60px;
	}

	#company .slider_blog{
		width: 980px;
		margin: 0 auto;
		padding: 0 0 80px;
	}

	#company .slider_blog .carousel{
		margin: 0 15px;
	}

	#company .slider_blog .carousel .page-info{
		margin: 25px 0 25px;
	}

	#company .slider_blog .carousel .page-info .info{
		font-size: 13px;
		padding-left: 50px;
	}

	#company .slider_blog .carousel .page-info .info::before{
		width: 40px;
	}

	#company .slider_blog .carousel .page-info .blog_title{
		font-size: 15px;
		margin: 10px 0 0;
	}

	#company .slider_blog .carousel .btn{
		height: 40px;
		line-height: 38px;
		font-size: 13px;
		padding-left: 32%;
	}

	#company .slider_blog .carousel .btn::after{
		width: 13px;
		height: 13px;
	}

	#company .slider_blog .slick-prev,
	#company .slider_blog .slick-next{
		height: 30px;
		width: 30px;
	}
	#company .slider_blog .slick-prev{left: -40px;}
	#company .slider_blog .slick-next{right: -40px;}

	#company .slider_blog .slick-prev::before,
	#company .slider_blog .slick-next::before{
		height: 20px;
		width: 20px;
		border-top: 2px solid #999;
    	border-right: 2px solid #999;
	}
	#company .slider_blog .slick-prev::before{bottom: 4px;}
	#company .slider_blog .slick-next::before{bottom: 4px;}

	#company .about_list{
		width: 750px;
		margin: 50px auto 0;
	}

	#company .about_list .about_title{
		font-size: 16px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}

	#company .about_list .about_inner{
		font-size: 16px;
	}

	#company .about_list .about_inner + .about_inner{
		margin: 20px 0 0;
	}
	
	#company .about_list .about_inner a:after{
		margin-left: 10px;
        width: 17px;
        height: 20px;
	}
}

/*----------------------------------------------------------
    form/footer
----------------------------------------------------------*/

#form {
    padding: 0 0 15vw;
}

#form h2{
	margin-bottom: 12vw;
}

footer{
    background-color: #404040;
}

footer .content{
    height: 45vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer nav ul{
	display: flex;
}

footer nav ul li{
	font-size: 3vw;
    letter-spacing: 0.1em;
}

footer nav ul li + li{
    border-left: 1px solid #fff;
}

footer nav ul li a{
    padding: 0 2.5vw;
    color: #fff;
}

footer p{
    margin-top: 6vw;
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    color: #fff;
}

@media screen and (min-width:1000px) {
	
	#form {
		padding: 0 0 60px;
	}
	
    #form h2{
    	margin: 0 auto 60px;
    }
	
	#form h2::after{
		width: 780px;
	}
	
    footer .content{
        height: 220px;
    }

    footer nav ul li{
        font-size: 15px;
    }

    footer nav ul li a{
        padding: 0 35px;
    }

    footer p{
        margin-top: 40px;
        font-size: 11px;
    }
}

/*----------------------------------------------------------
    footer(corporate)
----------------------------------------------------------*/

footer.corporate{
    background: linear-gradient(180deg, white 0%, #e9e9e9 100%);
	padding: 9vw 10vw 16vw;
}

footer.corporate .footer__nav nav{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

footer.corporate .footer__nav nav ul{
	width: 50%;
	flex-direction: column;
	margin: 5vw 0 0;
}

footer.corporate .footer__nav nav ul li{
	color: #666;
    margin: 2vw 0;
    font-size: 3.2vw;
}

footer.corporate .footer__nav nav ul li a{
	color: #666;
	padding: 0;
}

footer.corporate .sns_icon{
	display: flex;
    justify-content: center;
	align-items: center;
	margin: 12vw 0 0;
}

footer.corporate .sns_icon a img{
	height: 8vw;
}

footer.corporate .sns_icon a img.sns_x{
	height: 7.5vw;
}

footer.corporate .sns_icon a + a{
	margin-left: 8vw;
}

footer.corporate .footer__btm{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 12vw 0 0;
}

footer.corporate .footer__btm .utility a{
	color: #808080;
	font-size: 3vw;
}

footer.corporate .footer__btm .copyright{
	font-size: 3vw;
    margin: 0 0 0 2em;
	color: #808080;
}

@media screen and (min-width:1000px) {
	
	footer.corporate{
		padding: 70px 0 80px;
	}
	
	footer.corporate .footer__nav nav{
		flex-wrap: nowrap;
		justify-content: center;
	}

	footer.corporate .footer__nav nav ul{
		width: 270px;
        padding-left: 90px;
		margin: 0;
	}

	footer.corporate .footer__nav nav ul li{
		margin: 10px 0;
		font-size: 14px;
	}

	footer.corporate .sns_icon{
		margin: 60px 0 0;
	}

	footer.corporate .sns_icon a img{
		height: 35px;
	}

	footer.corporate .sns_icon a img.sns_x{
		height: 33px;
	}

	footer.corporate .sns_icon a + a{
		margin-left: 40px;
	}

	footer.corporate .footer__btm{
		margin: 60px 0 0;
	}

	footer.corporate .footer__btm .utility a{
		font-size: 12px;
	}

	footer.corporate .footer__btm .copyright{
		font-size: 12px;
		margin: 0 0 0 3em;
	}
}