.main #content_wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 270px;
  background-image: url("/asset/images/img_main.jpg");
  background-repeat: no-repeat;
  background-position: center 75%;
  word-break: keep-all;
}

.main #content_wrapper .top {
	position: relative;
	width: 100%;
}

.main #content_wrapper .top .desc {
  margin-bottom: 55px;
  width : auto;
}

.main #content_wrapper .top .desc h2 {
  margin-bottom: 35px;
  font-family: "S-Core Dream 2";
  font-weight: 300;
  font-size: 54px;
  line-height: 1.24;
  letter-spacing: -2.16px;
  text-align: left;
  color: #fff;
}

.main #content_wrapper .top .desc h2 b {
	font-family: "S-Core Dream 6";
	font-size: 67px;
	font-weight: 700;
}

.main #content_wrapper .top .desc .text {
  word-break: keep-all;
  font-size: 21px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.72px;
  color: #fff;
}

.main #content_wrapper .top .tel_list {
	margin-bottom: 95px;	
}

.main #content_wrapper .top .tel_list li {
  max-width: 450px;
  height: 55px;
}

.main #content_wrapper .top .tel_list li a {
  display: block;
  overflow:hidden;
  align-items: center;
  box-sizing: border-box;
  width:100%;
  height: 100%;
  outline-offset:-2px;
}

.main #content_wrapper .top .tel_list li a .img {
	display: block;
	float:left;
	width: 55px;
	height: 100%;
	background: #ef7c00;
	text-align:center;
}

.main #content_wrapper .top .tel_list li:last-child a .img {
	background: #0067b6;
}

.main #content_wrapper .top .tel_list li:first-child a .img img {
	margin-top:17px;
}

.main #content_wrapper .top .tel_list li:last-child a .img img {
	margin-top:19px;
}

.main #content_wrapper .top .tel_list li a .tel_desc {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-width: 395px; 
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-width: 1px 1px 0 0;
	color: #fff;
}

.main #content_wrapper .top .tel_list li:last-child a .tel_desc {
	border-bottom-width: 1px;
}

.tel_desc__EN {
	padding-left: 18px;
}

.tel_desc__JP {
	display: flex;	
	justify-content: space-around;
    align-items: center;
    width: 100%;
}

.main #content_wrapper .top .tel_list li a .tel_desc .title {
	display:inline-flex;
	letter-spacing: -0.72px;
	font-family: "S-Core Dream 5";
	font-size: 17px;
	font-weight: 500;
	color: #fff;
  
}

.main #content_wrapper .top .tel_list li a .tel_desc .tel_desc__EN .title {
	padding-bottom: 4px;
}

.main #content_wrapper .top .tel_list li a .tel_desc .guide {
	display:inline-block;
	font-size: 15px;
	letter-spacing: -0.6px;
}
  

.main #content_wrapper .top .tel_list li:last-child {
  border-color: #0067b6;
}

.movie_area {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	text-align: right;
}

.movie_area .movie_button {
	width: 35px;
	height: 40px;
	margin-bottom: 5px;
	padding: 0;
	background: transparent;
	text-align: center;
	font-size: 34px;
}

.movie_area .movie_button i {
	color: #fff;
}

.movie_area .movie_iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.movie_area .movie_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main #content_wrapper .bottom .list {
  display: block;
  width: 100%;
}

.main #content_wrapper .bottom .list > li {
	float:left;
	width: 33.3333%;
	height: 120px;
	background: #04264c;
}
.main #content_wrapper .bottom .list li:focus {
	box-shadow:0 0 0 2px #ADC1D5;
}

.main #content_wrapper .bottom .list li:nth-child(2) {
  background: #0085a1;
}

.main #content_wrapper .bottom .list li:last-child {
  background: #3d7ece;
  margin-right: 0;
}

.main #content_wrapper .bottom .list li a {
  display: flex;
  width: 99%;
  height: 97%;
  padding: 22px 0 0 35px;
  color: #fff;
}

.main #content_wrapper .bottom .list li a .img {
	display: inline-block;
	width: 76px;
	margin-right: 20px;
}

.main #content_wrapper .bottom .list li a dl {
	display: inline-block;
	width: calc(100% - 100px); 
	margin-top: 10px;
	vertical-align:top;
}

.main #content_wrapper .bottom .list li a dl dt {
  margin-bottom: 5px;
  font-family: "S-Core Dream 5";
  font-size: 20px;
  letter-spacing: -0.8px;
  text-align: left;
  color: #ffffff;
}

.main #content_wrapper .bottom .list li a dl dt::after {
  	content: url("/asset/images/icon_circle_arrow.png");
  	margin-left: 15px;
	display: inline-block;
    vertical-align: -2px; 
}

.main #content_wrapper .bottom .list li a dl dd {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.6px;
  color: #ffffff;
  word-break: keep-all;
}
