@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
.thanks_box {
		width: 560px;
		margin: 200px auto;
		border: 2px solid #333;
		padding: 40px;
	}
	.thanks_box .thanks_title {
		font-size: 20px;
	}
header nav ul li a span.eng {
	color: #ffffff !important;
}
#movie_bg {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#movie_bg video {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
    display: block;
	position: absolute;
	padding: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#movie_bg .auto {
	position: relative;
    height: 100%;
}
#movie_bg h2.message {
	width: 548px;
    position: absolute;
    top: 50%;
    margin-top: -93px;
	color: #ffffff;
	font-size: 39px;
	font-weight: bold;
	line-height: 60px;
	z-index: 99;
    overflow: hidden;
}
#movie_bg h2.message .eng {
	color: #ffffff;
	font-size: 16px;
	line-height: 31px;
}
#movie_bg h2 span {
	font-weight: bold;
}
#movie_bg h2 .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
.arrowInner {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin:0 auto;
    width: 120px;
    text-align: center;
}
.arrowInner p {
    color: #fff;
    font-size: 10px;
}
.arrowInner .line {
  width: 1px;
  height: 64px;
  margin: 0px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrowInner .line::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: line 2.5s ease 0s infinite normal;
  animation: line 2.5s ease 0s infinite normal;
}
@keyframes line {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
}
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
#conts_01 {
    width: 100%;
	float: left;
	clear: both;
	position: relative;
	background-image: url(../images/index/bg_img_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 45%;
}
#conts_01 .text_box {
    width: 600px;
	/* float: left; */
	padding-top: 166px;
	/* padding-bottom: 216px; */
}
#conts_01 .text_box h3 {
	width: 543px;
    font-size: 28px;
	line-height: 42px;
	font-weight: bold;
    margin-bottom: 13px;
}
#conts_01 .text_box .text {
	width: 543px;
    font-size: 15px;
	line-height: 32px;
    margin-bottom: 56px;
}

#conts_01 .right_img {
    position: absolute;
	top: 145px;
	right: 0;
	width: 50%;
	height: 438px;
	overflow: hidden;
}
#conts_01 .right_img .slide_in_image {
	width: 100%;
    height: 100%;
    display: block;
	position: relative;
    overflow: hidden;
    opacity: 0;
}
#conts_01 .right_img .slide_in_image img {
    width: 100%;
    display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#conts_01 .link_btn {
    display: inline-block;
    clear: both;
    margin-bottom: 216px;
}
#conts_02 {
    width: 100%;
    clear: both;
	background-color: #f9f9f9;
	background-image: url(../images/index/bg_img_02.png);
	background-repeat: no-repeat;
	background-position: right 36% center;
	background-size: cover;
}
#conts_02 .text_box {
    width: 600px;
	margin-left: 600px;
	padding: 78px 40px 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#conts_02 .text_box h3 {
    width: 100%;
	font-size: 23px;
	font-weight: bold;
	line-height: 34px;
    margin-bottom: 15px;
}
#conts_02 .text_box .text {
    width: 100%;
	letter-spacing: .05em;
    margin-bottom: 17px;
}
#conts_02 .text_box .link_btn {
    padding-top: 12px;
}

#conts_03 {
    width: 100%;
	position: relative;padding-bottom: 156px;
}
#conts_03::before {
    content: "";
	width: 68%;
	height: 180px;
	background-color: #f9f9f9;
	position: absolute;
	left: 0;
	bottom: 0;/* z-index: 0; */
	
}
#conts_03 .text_box {
    width: 342px;
	padding-top: 365px;
	position: relative;
    z-index: 9999;9;
}
#conts_03 .text_box h3 {
    width: 100%;
	font-size: 39px;
	line-height: 1.3;
}
#conts_03 .text_box .sub_title {
    width: 100%;
	font-size: 12px;
	line-height: 1.4;
    margin-bottom: 12px;
	color: #075ea6;
}
#conts_03 .text_box .text {
    width: 100%;
	margin-bottom: 34px;
}
#conts_03 .card_box {
    width: 66vw;
	min-width: 842px;
	max-width: 993px;
	height: 556px;
	position: absolute;
	top: 165px;
	right: 0;
}
#conts_03 .card_box ul {
    width: 100%;
	letter-spacing: -.4em;
}
#conts_03 .card_box ul li {
    width: calc(100%/3 - 10px);
	height: 504px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-right: 15px;
	text-align: center;
	box-shadow:3px 3px 20px 12px rgba(0,0,0,0.05);
	overflow: hidden;
}
#conts_03 .card_box ul li:first-of-type {
	margin-top: 52px;
}
#conts_03 .card_box ul li:nth-of-type(3n)  {
	margin-right: 0;
	margin-top: 70px;
}
#conts_03 .card_box ul li .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#conts_03 .card_box ul li:first-of-type .slide_in_image {
	background-image: url(../images/index/img_03.jpg);
}
#conts_03 .card_box ul li:nth-of-type(2n) .slide_in_image {
	background-image: url(../images/index/img_04.jpg);
}
#conts_03 .card_box ul li:nth-of-type(3n) .slide_in_image {
	background-image: url(../images/index/img_05.jpg);
}
#conts_03 .card_box ul li a {
    width: 100%;
	height: 100%;
	display: block;
	padding-top: 210px;
	text-decoration: none;
}
#conts_03 .card_box ul li .eng {
    font-size: 30px;
	line-height: 34px;
	color: #ffffff;
}
#conts_03 .card_box ul li .small {
	color: #ffffff;
}
#conts_03 .link_btn {
}
#conts_04 {
	width: 100%;
    padding-top: 186px;
	margin-bottom: 100px;
	float: left;
	clear: both;
}
#conts_04 .auto {
    position: relative;
}
#conts_04 .wrapper {
	width: 304px;
	float: left;
	margin-left: 62px;
}
#conts_04 h3 {
	width: 304px;
	font-size: 39px;
	line-height: 1;
	font-weight: bold;
    margin-bottom: 4px;
}
#conts_04 .sub_title {
	width: 304px;
	font-size: 12px;
    line-height: 1.5;
	color: #075ea6;
    margin-bottom: 29px;
}
#conts_04 .news_list {
	width: 735px;
	float: right;
    padding-top: 19px;
	margin-right: 62px;
}
#conts_04 .news_list li {
	width: 100%;
}
#conts_04 .news_list li .date {
	width: 140px;
	font-size: 15px;
    line-height: 1.4;
	display: table-cell;
	letter-spacing: .05em;
	vertical-align: middle;
    padding: 20px 18px 16px;
	border-top: 1px solid #075ea6;
}
#conts_04 .news_list li:last-of-type .date {
	border-bottom: 1px solid #075ea6;
}
#conts_04 .news_list li .title {
	width: 594px;
	display: table-cell;
	letter-spacing: normal;
	vertical-align: middle;
    padding: 20px 18px 16px;
	border-top: 1px solid #e8ebf0;
}
#conts_04 .news_list li:last-of-type .title {
	border-bottom: 1px solid #e8ebf0;
}
#conts_04 .link_btn {
	float: left;
    position: absolute;
    top: 91px;
    left: 65px;
}

.form {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium",
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    width: 820px;
    margin: 0 auto;
    padding: 80px 0 0;
    text-align: left;
	clear: both;
  }

  .form dl {
    margin-bottom: 28px;
  }
  .form dl dt {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .form dl dt label {
    margin: 0;
  }
  .form dl dt .small,
  .form dl dt .multi-select {
    font-size: 14px;
    color: #ff0513;
    line-height: 1.3;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0;
  }{
    font-size: 14px;
    line-height: 1.3;
    display: block;
    margin-top: 4px;
    letter-spacing: 0;
    color: var(--color_red);
  }
  .form dl dt .required,
  .form dl dt .optional {
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 5px 1px;
    color: var(--color_white);
    background-color: var(--color_red);
  }
  .form dl dt .optional {
    color: var(--color_white);
    background-color: var(--color_gray_3);
  }
  .form dl dd .input_field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .form input[type="radio"] + label ,
  .form input[type="checkbox"] + label{
    position: relative;
    display: inline-block;
    width: calc(100% / 6 - 10px);
    margin: 0 10px 15px 0;
    padding: 14px 0 13px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    background-color: var(--color_gray);
  }
  .form .form-treatment .input-area,
  .form .form-monitor .input-area {
    display: flex;
    width: calc(100% / 4 - 10px);
    margin: 0 10px 10px 0;
    text-align: center;
  }
  .form .input_field .note {
    width: 100%;
    font-size: 13px;
  }
  .form .form-treatment input + label,
  .form .form-monitor input[type="radio"] + label {
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 65px;
    margin: 0;
    padding: 4px 6px 3px;
    letter-spacing: -0.02em;
  }
  .form input[type="radio"],
  .form input[type="checkbox"] {
    display: none;
  }
  .form input[type="radio"]:checked + label,
  .form input[type="checkbox"]:checked + label{
    color: var(--color_white);
    background-color: var(--color_blue);
  }
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"] {
    font-size: 17px;
    width: 100%;
    height: 48px;
    padding: 0 10px 0;
    vertical-align: middle;
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
  }
  .form input[type="text"].form-calendar {
    width: 200px;
  }
  .form label {
    margin: 0;
  }
  .form select {
    font-size: 16px;
    position: relative;
    width: 160px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form .form-birth-date select {
    width: 90px;
  }
  .form .form-birth-date select[name="birth_year"] {
    width: 140px;
  }
  .form .list-item {
    position: relative;
    margin-right: 10px;
    display: inline-block;
  }
  .form .list-item:before {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 13px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
    pointer-events: none;
    color: var(--color_gray_3);
    border-top: 1.9px solid var(--color_gray_3);
    border-right: 1.9px solid var(--color_gray_3);
  }
  .form .form-birth-date .list-item + span {
    font-weight: 600;
    display: inline-block;
    margin: 12px 20px 0 0;
  }
  .form textarea {
    font-size: 18px;
    width: 100%;
    max-width: 820px;
    min-height: 360px;
    padding: 10px 10px 10px;
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
  }
  /*エラー表示*/
  .error-area {
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
    color: var(--color_red);
    border: 2px solid var(--color_red);
    display: none;
  }
  .error,
  .warning {
    display: block;
    margin-bottom: 4px;
    color: var(--color_red);
    font-weight: bold;
  }
  /*ボタン*/
  .form button.form_button {
    font-size: 20px;
    font-weight: bold;
    display: block;
    display: block;
    width: 364px;
    margin: 0 auto;
    margin: auto;
    padding: 0;
    padding: 15px 0;
    cursor: pointer;
    transition-duration: 0.6s;
    color: var(--color_blue);
    border: none;
    border: 2px solid var(--color_blue);
    background: var(--color_white);
    -webkit-appearance: none;
    appearance: none;
  }
  form .form_button:hover {
    color: var(--color_white);
    background: var(--color_blue);
  }
	#form h2 {
    width: 108px;
    margin: 0 auto 10px;
  }
  #form .sub_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 27px;
    text-align: center;
  }
  #form .form_list {
    margin: 0 auto;
  }
  #form .form_list li {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.03);
    font-size: 1.3rem;
    font-weight: 900;
    padding: 20px 0;
    margin: 15px auto;
    text-align: center;
    width: 90%;
    line-height: 1.1;
  }
  #form .form_list li a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #form .form_list .yoyaku {
    font-size: 0.8rem;
    font-weight: 100;
  } 
	form {
	background: #efefef;
	padding: 45px 60px;
    width: 668px;
    margin: auto;
    /* float: right; */
    margin-left: 350px;
}
form dl {
	font-weight: bold;
	margin-bottom: 30px;
	clear: both;
	/* display: inline-block; */
	width: 100%;
}
form dt {
	font-size: 18px;
	margin-bottom: 3px;
}
form dt span.req {
	font-size: 12px;
	color: #fff;
	background: #f994c0;
	padding: 5px;
    margin: 0 5px 0;
    position: relative;
    top: -2px;
}
form dd .wpcf7-text {
	height: 48px;
    width: 100%;
    padding: 0 0 0 10px;
    border-radius: 3px;
    border: none;
}
form dd .wpcf7-list-item input {
	display: none;
}
form dd .wpcf7-list-item-label {
	background: #fff;
	color: #ccc;
	padding: 10px 20px;
	width: auto;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
	font-size: 18px;
	cursor: pointer;
	border-radius: 3px;
    border: none;
}
/*
form dd span.wpcf7-list-item {
	width: 20%;
	margin: 0 18px 0 0;
}
*/
form dd .radio-bui, form dd .menu {
	width: 100%;
	display: block;
}
form dd input[type="radio"]:checked + .wpcf7-list-item-label { 
	background: #f994c0;
	color: #fff;
}
form dd textarea {
	width: 100%;
	padding: 10px 0 10px 10px;
}
form dd .years select {
	margin: 0 4px 0 0;
}
form dd select {
	height: 48px;
	width: 12%;
    margin: 0;
}
form dd select.menu-00 {
	width: 60%;
}
form p .wpcf7-submit {
	width: 360px;
    padding: 15px 0;
    font-size: 20px;
    background: #fff;
    -webkit-appearance: none;
    border: 2px solid #f994c0;
    color: #f994c0;
    font-weight: bold;
	cursor: pointer;
	margin: auto;
    display: block;
}
form p .wpcf7-submit:hover {
	color: #fff;
	background: #f994c0;
}
form p.tel_error, form p.email_error, form p.name_error {
	display: none;
	margin: 2px 0 0;
	color: #FF282B;
}
.wpcf7-not-valid-tip {
	color: #FF282B;
	display: inline-block;
    width: 100%;
}
.wpcf7-validation-errors {
	text-align: center;
    border: 2px solid #FF282B;
    padding: 10px 0;
    color: #FF282B;
    font-weight: bold;
}
.wpcf7-response-output {
	text-align: center;
    padding: 10px 0;
    font-weight: bold;
	background: #fff;
	display: none;
}
.screen-reader-response, .wpcf7-display-none {
	display: none;
}

form dd input[type="text"]::-webkit-input-placeholder {
	color: #ccc;
}
form dd input[type="text"]::-moz-placeholder {
	color: #ccc;
}
form dd input[type="text"]:-ms-input-placeholder {
	color: #ccc;
}
form dd input[type="tel"]::-webkit-input-placeholder {
	color: #ccc;
}
form dd input[type="tel"]::-moz-placeholder {
	color: #ccc;
}
form dd input[type="tel"]:-ms-input-placeholder {
	color: #ccc;
}
form dd input[type="email"]::-webkit-input-placeholder {
	color: #ccc;
}
form dd input[type="email"]::-moz-placeholder {
	color: #ccc;
}
form dd input[type="email"]:-ms-input-placeholder {
	color: #ccc;
}
form dd textarea::-webkit-input-placeholder {
	color: #ccc;
}
form dd textarea::-moz-placeholder {
	color: #ccc;
}
form dd textarea:-ms-input-placeholder {
	color: #ccc;
}
form dt .att {
	font-size: 12px;
	margin-left: 10px;
}
form select, form input {
    font-size: 18px;
}
	form dd.dr_c select {
		width: 30%;
	}

}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after {
  background-color: #ffffff;
}
header {
	top: 0;
    background-color: rgba(0, 0, 0, 0.88);
}
#movie_bg {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#movie_bg video {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
    display: block;
	position: absolute;
	padding: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#movie_bg .auto {
	position: relative;
    height: 100%;
}
#movie_bg h2.message {
    position: absolute;
    top: 50%;
    margin-top: -112px;
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	z-index: 9;
    overflow: hidden;
}
#movie_bg h2.message .slide_in_image {
	opacity: 0;
    display: block;
    overflow: hidden;
    font-weight: bold;
}
#movie_bg h2.message .eng {
	color: #ffffff;
	font-size: 1.5rem;
}
.arrowInner {
    position: absolute;
    bottom: 82px;
    left: 0;
    right: 0;
    margin:0 auto;
    width: 120px;
    text-align: center;
}
.arrowInner p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 5px;
}
.arrowInner .line {
  width: 1px;
  height: 34px;
  margin: 0px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrowInner .line::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
}
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

#conts_01 {
    width: 100%;
	background-image: url(../images/index/bg_img_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80%;
    position: relative;
    margin-bottom: 90px;
}
#conts_01 .text_box {
	padding-top: 68px;
}
h3 {
    font-size: 1.9rem;
	line-height: 1.7;
	font-weight: bold;
    margin-bottom: 13px;
}
#conts_01 .text_box .text {
    margin-bottom: 26px;
}

#conts_01 .right_img {
	width: 100%;
    margin-bottom: 38px;
    overflow: hidden;
}
#conts_01 .right_img .slide_in_image {
	width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    opacity: 0;
}
#conts_01 .right_img .slide_in_image img {
    width: 100%;
    display: block;
}

#conts_02 {
    width: 100%;
    clear: both;
    padding-top: 30vw;
	background-color: #f9f9f9;
	background-image: url(../images/index/bg_img_02_sp.png);
	background-repeat: no-repeat;
	background-position: right  -25vw;
	background-size: 160%;
    margin-bottom: 70px;
}
#conts_02 .text_box {
	padding: 0 0 64px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#conts_02 .text_box .text {
    width: 100%;
	letter-spacing: .05em;
    margin-bottom: 13px;
}
#conts_02 .text_box .link_btn {
    padding-top: 12px;
}

#conts_03 {
    width: 100%;
	position: relative;
    margin-bottom: 70px;
}
#conts_03::before {
    content: "";
	width: 70%;
	height: 162px;
	background-color: #f9f9f9;
	position: absolute;
	left: 0;
	bottom: 0;
	
}
#conts_03 .auto {
    width: 100%;
}
#conts_03 .text_box {
	padding-top: 20px;
	padding-bottom: 16px;
}
#conts_03 .text_box h3 {
	font-size: 2.5rem;
    width: 90%;
    margin: 0 auto;
	line-height: 1.3;
    text-align: center;
    margin-bottom: 6px;
}
#conts_03 .text_box .sub_title {
	font-size: 1.1rem;
    width: 90%;
    margin: 0 auto;
	line-height: 1.4;
    margin-bottom: 12px;
	color: #075ea6;
    text-align: center;
}
#conts_03 .text_box .text {
    width: 90%;
    margin: 0 auto;
	margin-bottom: 34px;
}
#conts_03 .card_box {
	width: 100%;
}
#conts_03 .card_box ul {
    width: 100%;
}
#conts_03 .card_box ul li {
    width: 90%;
	text-align: center;
	box-shadow:3px 3px 20px 12px rgba(0,0,0,0.05);
    margin-bottom: 20px;
	overflow: hidden;
}
#conts_03 .card_box ul li:nth-of-type(2n) {
    margin-left: 10%;
}
#conts_03 .card_box ul li .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#conts_03 .card_box ul li:first-of-type .slide_in_image {
	background-image: url(../images/index/img_03.jpg);
}
#conts_03 .card_box ul li:nth-of-type(2n) .slide_in_image {
	background-image: url(../images/index/img_04.jpg);
}
#conts_03 .card_box ul li:nth-of-type(3n) .slide_in_image {
	background-image: url(../images/index/img_05.jpg);
}
#conts_03 .card_box ul li a {
    width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 100px;
    padding-bottom: 89px;
	text-decoration: none;
}
#conts_03 .card_box ul li .eng {
    font-size: 30px;
	line-height: 34px;
	color: #ffffff;
}
#conts_03 .card_box ul li .small {
	color: #ffffff;
}
#conts_03 .link_btn {
	margin-top: 42px;
}
#conts_04 {
	width: 100%;
    padding-top: 32px;
}
#conts_04 h3 {
	font-size: 2.5rem;
    width: 90%;
    margin: 0 auto;
	line-height: 1.3;
    text-align: center;
    margin-bottom: 6px;
}
#conts_04 .sub_title {
	font-size: 1.1rem;
    width: 90%;
    margin: 0 auto;
	line-height: 1.4;
    margin-bottom: 24px;
	color: #075ea6;
    text-align: center;
}
#conts_04 .news_list {
	border-top: 1px solid #e8ebf0;
    margin-bottom: 32px;
}
#conts_04 .news_list li {
	width: 100%;
	border-bottom: 1px solid #e8ebf0;
    padding: 18px 0 15px;
}
#conts_04 .news_list li .date {
	width: 100%;
	font-size: 1.4rem;
    line-height: 1.4;
	display: block;
	letter-spacing: .05em;
    margin-bottom: 4px;
}
#conts_04 .news_list li .title {
	font-size: 1.4rem;
    line-height: 1.5;
    display: block;
	letter-spacing: normal;
	vertical-align: middle;
}
#conts_04 .link_btn {
	
}
	

}




