@charset "UTF-8";

#gyoshu .top_bottom {
    padding: 0 0 8em 0;
}
#gyoshu .gyoshu_section {
    padding: 8em 0;
}
#gyoshu .subtitle_wrap > h2 {
    text-align: left;
	line-height: 1.5;
}
#gyoshu .subtitle_wrap > h2 span {
	font-size: clamp(24px, 6.5vw, 30px);
    color: #0d4394;
    display: inline;
    /*margin: 0 0 0.4em;
    padding: 0;
    text-align: left;
    letter-spacing: normal;*/
}
/*スマホ-----------------------------*/
@media (max-width:820px) {
	#gyoshu .top_bottom {
    padding: 0 0 4em 0;
}
	#gyoshu .gyoshu_section {
    padding: 4em 0;
}
}
@media (max-width:767px) {
	#gyoshu .top_bottom {
    padding: 4em 0 0 0;
}
	#gyoshu .gyoshu_section {
    padding: 0 0 4em 0;
}
	#gyoshu .subtitle_wrap {
        margin-bottom: 1em;
    }
}
/*-----------------------------------
  1,3個目のセクション
-----------------------------------*/
#gyoshu .g_right .both{
	display: flex;
	align-items: center;
	gap: 20px;
}
#gyoshu .g_right .left,
#gyoshu .g_right .right{
	flex: 1;
	/*padding: 10px;*/
}
#gyoshu .g_right .right{
	text-align: center;
}
#gyoshu .g_right .wide{
	position: relative;
	overflow: visible;
}
/*#gyoshu .mind .wide::after {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  background-size: cover;
  background: url(../img/top/mind_01.jpg) no-repeat center/cover;
	 box-shadow: -20px 20px 0 #0d4394;
}*/
#gyoshu .g_right p{
	margin-bottom: 5em;
}
/*スマホ-----------------------------*/
@media (max-width:767px) {
#gyoshu .g_right .both{
	display: block;
}
	#gyoshu .g_right img{
	margin-bottom: 1em;
}
  /*#gyoshu .mind .wide::after {
      position: static;
      display: block;
      width: 95%;
      height: 200px;
      margin-top: 2em;
      box-shadow: -10px 10px 0 #0d4394;
      margin: 2em 0 0 auto; 
    }*/
#gyoshu .g_right .button-1 {
    display: block;
  margin: 0 auto;
	max-width: 300px
}
#gyoshu .g_right p{
	margin-bottom: 1em;
}
}

/*-----------------------------------
  2,4個目セクション
-----------------------------------*/
#gyoshu .g_left{
	position: relative;
}
#gyoshu .g_left::after{
	position: absolute;
	content: "";
	border: 2px solid #0d4394;
	width: 90%;
	    top: 0;
    height: 100%;
	z-index: -1;
}
#gyoshu .g_left .both{
	display: flex;
	align-items: center;
	gap: 30px;
}
#gyoshu .g_left .left,
#gyoshu .g_left .right{
	flex: 1;
	/*padding: 10px;*/
}
#gyoshu .g_left .left{
	text-align: center;
}
#gyoshu .g_left .wide{
	position: relative;
	overflow: visible; /* ← 影を表示させるために必要 */
}
/*#gyoshu .g_left .wide::after {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  background-size: cover;
  background: url(../img/top/company_01.jpg) no-repeat center/cover;
	 box-shadow: 20px 20px 0 #0d4394;
}*/
#gyoshu .g_left p {
	margin-bottom: 5em;
}
#gyoshu .g_left .company_btn {
	margin-bottom: 5em;
	display: flex;
	gap: 10px;
}
#gyoshu .company_btn a {
	display: block; margin-top: 10px;
}
/*スマホ-----------------------------*/
@media (max-width:820px) {
	#gyoshu .g_left::after{
	width: 98%;
}
}
@media (max-width:767px) {
#gyoshu .g_left::after{
	content: none;
}
#gyoshu .g_left .both{
	display: block;
}
	#gyoshu .g_left .left{
	margin-bottom: 1em;
}
/*#gyoshu .g_left .wide::after {
    position: static;
    display: block;
    width: 95%;
    height: 200px;
    margin-top: 2em;
	box-shadow: 10px 10px 0 #0d4394;
  }*/
#gyoshu .g_left .button-1 {
    display: block;
  margin: 0 auto;
	width: 300px
}
#gyoshu .g_left p{
	margin-bottom: 1em;
}
#gyoshu .g_left .company_btn {
	margin-bottom: 2em;
}
}
/*-----------------------------------
  1,2,3,4個目セクション共通
-----------------------------------*/
#gyoshu .both img {
	border-radius: 10px;
}