@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
         - index
         - service
         - works
         - company
         - contact
         - world
         - news

--------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------*/
#top-news {
  background: #f7f7f7;
}

#top-news ul {
  justify-content: center;
  -ms-justify-content: center;
  justify-content: space-around;
  -ms-justify-content: space-around;
  margin-bottom: 40px;
}

#top-news li {
  background-image: linear-gradient(#d2d2d2, #d2d2d2), linear-gradient(#d2d2d2, #d2d2d2), linear-gradient(#d2d2d2, #d2d2d2), linear-gradient(#d2d2d2, #d2d2d2);
  background-repeat: no-repeat;
  background-size: 1px 362px, 352px 1px, 1px 362px, 352px 1px;
  background-position: left 10px top, left top 10px, right 10px bottom, right bottom 10px, 1px 1px;
  width: 350px;
  padding: 11px;
}

#top-news li a {
  background: #fff;
  padding: 30px 25px;
}

#top-news li a:hover,
#top-affiliated .flex a:hover,
footer .info-contact .info-mail:hover,
footer .info-detail ul li a:hover,
.info-mail:hover {
  opacity: 0.7;
}

#top-news .title-top {
  font-weight: bold;
  color: #646464;
}

#top-news .title-top span {
  padding-left: 15px;
}

#top-news h3 {
  line-height: 24px;
  text-decoration: underline;
  padding: 5px 0 22px;
  font-weight: normal;
}

#top-box02 {
	position: relative;
}


#top-box02 .info::before {
  content: "";
  height: 0;
  width: calc(50% - 160px);
  position: absolute;
  top: 0;
}

#top-box02  .left::before {
  border-bottom: 628px solid rgba(0, 0, 0, 0.6);
  border-right: 70px solid transparent;
  left: 0;
}

#top-box02  .left {
  color: #fff;
}

#top-box02  .right::before {
  border-bottom: 628px solid rgba(255, 255, 255, 0.7);
  border-left: 70px solid transparent;
  right: 0;
  color: #000;
}

#top-box02 .box-inview-img {
  width: 100%;
  position: relative;
	height: 628px;
}

#top-box02 .box-inview-img .imgbox-inner { 
	width: 100%;
  height: 628px;
}

#top-box02 .box-strenght .imgbox-inner { 
  background: url(../../image/top/bg-strength.png) no-repeat center center;
  background-size: cover;
}

.imgbox.is-inview-img-right:after {
 -webkit-animation: imgoverlayright 1.6s ease 0s 1 normal forwards;
 animation:imgoverlayright 1.6s ease 0s 1 normal forwards
}

.imgbox.is-inview-img-left:after {
 -webkit-animation: imgoverlayleft 1.6s ease 0s 1 normal forwards;
 animation:imgoverlayleft 1.6s ease 0s 1 normal forwards
}

.imgbox.is-inview-img .imgbox-inner {
 -webkit-animation:imgshow 1.6s ease 0s 1 normal forwards;
 animation:imgshow 1.6s ease 0s 1 normal forwards
}

.imgbox {
 position:relative;
 width:100%;

}
.imgbox:after {
 content:'';
 height:628px;
 display:block;
 position:absolute;
 z-index:1;
 top:0;
 bottom:0;
 background:#eaebe6;
 right:0;
 left:100%;
}

.imgbox:before {
 content:'';
 display:block;
 padding-top:30%;
}
.imgbox-inner {
 opacity:0;
 -webkit-transition:-webkit-transform .5s ease-in;
 transition:-webkit-transform .5s ease-in;
 transition:transform .5s ease-in;
 transition:transform .5s ease-in, -webkit-transform .5s ease-in;
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0;
 background-position:center;
 background-size:cover
}
.imgbox-inner:after {
 -webkit-transition:.5s ease-in;
 transition:.5s ease-in;
 content:'';
 display:block;
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0;
 background:transparent
}

#top-box02 .box-company .imgbox-inner { 
  background: url(../../image/top/bg-company.png) no-repeat center center;
  background-size: cover;
}

#top-box02 .box-work .imgbox-inner { 
  background: url(../../image/top/bg-work.png) no-repeat center center;
  background-size: cover;
}

#top-box02 .info .text {
  justify-content: center;
  -ms-justify-content: center;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 300px;
  position: relative;
  z-index: 1;
  height: 628px;
}

#top-box02 .right .container.flex {
  justify-content: flex-end;
}

#top-box02 .info h2 {
	font-size:38px;
}

#top-box02 .info p {
  margin: 0 0 5px 0;
	font-size:15px;
}

#top-box02 .info .btn {
  margin-top: 30px;
}

#top-affiliated .flex {
  justify-content: space-between;
  -ms-justify-content: space-between;
}

#top-box02 .box-strenght {
  background: url(../../image/top/bg-strength.png) no-repeat center center;
  background-size: cover;
}

#top-box02 .box-company {
  background: url(../../image/top/bg-company.png) no-repeat center center;
  background-size: cover;
}

#top-box02 .box-work {
  background: url(../../image/top/bg-work.png) no-repeat center center;
  background-size: cover;
}

/*--------------------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------------------*/
#service h2 {
  margin-bottom: 30px;
}

#service .banner {
  background: url(../../image/service/banner.png) no-repeat center top;
  background-size: cover;
}

#service {
  padding-bottom: 60px;
}

#service h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  /*line-height: 50px;*/
		line-height: 1.4;
  margin-bottom: 30px;
}

#service li {
  margin-top: 60px;
  position: relative;
}

#service li h3 {
  margin-bottom: 20px;
}

#service li h4 {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 5px;
}

#service li h4 .font-blue {
	font-size:24px;
}

#service li .text {
  width: 540px;
  padding: 45px 70px 35px 70px;
  background: #fff;
  margin-top: 60px;
}

#service li .text p {
	margin: 0 0 20px;
}

#service li:nth-child(2n+1) {
  justify-content: flex-end;
  -ms-justify-content: flex-end;
}

#service li .left img,
#service li .right img {
  position: absolute;
  top: 0;
}

#service li .left img {
  left: 0;
}

#service li .right img {
  right: 0;
}

#service .box-work {
  width: 100%;
  height: 300px;
  background: url(../../image/service/bg-work.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

#service .box-work .frame {
  border-bottom: 300px solid rgba(255, 255, 255, 0.8);
  border-right: 35px solid transparent;
  content: "";
  height: 0;
  width: 420px;
  margin-top: 60px;
}

#service .box-work .info {
  padding: 50px 0 40px 70px;
}

#service .box-work .info .btn {
  margin-top: 30px;
}

#service .box-work .info h3 {
  text-align: left;
}

#service .s-process {
	padding: 100px 0 0;
}

#service .s-process p.title {
	border-left: 10px solid #012778;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 10px;
	margin-bottom: 10px;
}

#service .s-process p.title span {
	color: #d2d2d2;
	padding-left: 18px;
	font-size: 24px;
}

#service .s-process img {
	margin: 20px 0 40px;
}

#service .s-process dt {
	font-weight: bold;
	color: #012778;
	font-size: 18px;
	margin-bottom: 10px;
}

#service .s-process dt span {
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

#service .s-process dd {
	margin: 0 0 30px 8px;
}
	
#service .s-process .ippan {
	font-size: 18px;
}

/*--------------------------------------------------------------------------------------------
  works
--------------------------------------------------------------------------------------------*/
#works .banner {
  background: url(../../image/work/banner.png) no-repeat center top;
  background-size: cover;
}

#works h3,
#company h3,
#contact h3 {
  background-image: linear-gradient(#d2d2d2, #d2d2d2), linear-gradient(#d2d2d2, #d2d2d2), linear-gradient(#d2d2d2, #d2d2d2), linear-gradient(#d2d2d2, #d2d2d2);
  background-repeat: no-repeat;
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: left 20px top, left top 20px, right 20px bottom, right bottom 20px, 1px 1px;
  width: 100%;
  padding: 30px 0 35px 0;
  text-align: center;
  font-size: 26px;
}

#works h3 .pc {
	display: inline-block;
}

#works .info {
  padding-top: 40px;
  padding-bottom: 60px;
}

#works .info .list-photo img {
  margin-bottom: 40px;
}

#works .info .list-photo .flex {
  justify-content: space-between;
  -ms-justify-content: space-between;
}

#works .intro {
  padding: 25px 40px 35px 40px;
  background: #fff;
}

#works h4 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

#works .text-col {
  width: 100%;
  margin-top: 40px;
  border: 1px solid #bfbfbf;
}

#works .text-col .title,
#works .text-col p {
  padding: 25px 0;
}

#works .text-col .title {
  width: 170px;
  background: #dcdcdc;
  text-align: center;
  font-weight: bold;
}

#works .text-col p {
  padding-left: 60px;
}

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


#company h3 {
  font-size: 40px;
  padding: 27px 0 35px 0;
}

#company .banner {
  background: url(../../image/company/banner.png) no-repeat center top;
  background-size: cover;
}

#company .box01 {
  padding-top: 5px;
  padding-bottom: 50px;
}

#company .box01 .c-greet {
	float: left;
	width: 460px;
}

#company .box01 .c-greet .text {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
			margin: 0 0 26px;
}

#company .box01 .c-greet .sig {
	text-align: right;
	margin-top: 20px;
}

#company .box01 .c-greet-img {
	float: right;
}

#company .box01 .fl-left {
  width: 340px;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  margin-right: 40px;
}

#company .box01 .author {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

#company .box01 .fl-right {
  width: 580px;
  margin-top: 10px;
}

#company .box02 {
  padding: 0 0 55px 0;
}

#company .box02 h4 {
  padding: 2px 15px;
  border-left: 10px solid #012778;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
}

#company .box02 li {
  margin: 0 40px 0 20px;
  line-height: 24px;
}

#company .box02 li span {
  display: inline-block;
}

#company .box02 li span.font-blue {
  width: 90px;
  font-weight: bold;
}

#company .box02 .p {
	float: left;
	width: 450px;
}

#company .box02 .q {
	float: right;
	width: 450px;
}

#company .box02 .p h4 ,
#company .box02 .q h4 {
  padding: 2px 15px;
  border-left: 10px solid #012778;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
}

#company .box02 .p p,
#company .box02 .q p {
	margin-left: 24px;
}


#company .box03 {
  color: #fff;
  background: url(../../image/company/box03_back.png) no-repeat center center;
		background-size: cover;
  padding: 40px 0 50px 0;
}

#company .box03 p {
  font-size: 26px;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
}

.anc {
	margin-top: -100px;
	padding-top: 100px;
}

#company .box04 {
  padding: 40px 0 60px 0;
  background: #fff;
}

#company .box04 li {
  padding: 55px 60px 0 45px;
  justify-content: space-between;
  -ms-justify-content: space-between;
}

#company .box04 li .text {
  width: 460px;
}

#company .box04 li h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

#company .box04 li h4 p {
  line-height: 46px;
}

#company .box04 li p {
  padding-left: 15px;
}

#company .box04 .btn {
  margin-top: 60px;
}

#company .box05 {
  padding-top: 40px;
		background-color: #FFF;
}

#company .table-info {
  width: 100%;
  padding: 20px 0 70px 0;
}

#company .table-info .cell {
  padding: 10px 0;
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}

#company .table-info .cell-title {
  width: 170px;
  text-align: center;
  background: #dcdcdc;
  font-weight: bold;
  vertical-align: middle;
}

#company .table-info .cell-text {
  padding-left: 60px;
  line-height: 24px;
  border-right: 1px solid #bfbfbf;
  background: #fff;
}

#company .table-info .row:last-child .cell {
  border-bottom: 1px solid #bfbfbf;
}

#company .box06 {
  padding: 30px 0 60px 0;
}

#company .box06 .photo-map {
  margin: 20px 0 45px 80px;
}

#company .box06 iframe {
  width: 100%;
  height: 330px;
}

#company .box06 h4 {
  font-family: 'Noto Sans JP';
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

#company .box06 h4 .kabu {
	font-size: 18px;
}

#company .box06 h5 span {
  font-size: 20px;
  font-weight: bold;
  line-height: 46px;
  padding-left: 7px;
}


#company .box06 .info-top {
  margin: 50px 0 15px 0;
}

#company .box06 .info-top div {
  margin-right: 200px;
}

#company .box06 .info li {
  margin-right: 40px;
}

#company .box06 .info li p {
  margin-left: 55px;
}

#company .box06 .for {
	margin: 30px 0 0;
	border: 3px solid #e4e4e4;
	background-color: #FFF;
}

#company .box06 .for p.title {
	background-color: #e4e4e4;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#company .box06 .for p.title span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

#company .box06 .for ul {
	padding: 30px 30px 30px 50px;
}


/*--------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------*/
#news h2 {
  margin-bottom: 30px;
}

#news .content-left {
  width: 730px;
}

#news .content-right {
  width: 290px;
}

#news .banner {
  background: url(../../image/news/banner-03.jpg) no-repeat 70% 48%;
  background-size: cover;
}

#news #top-news ul {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 0;
}

#news #top-news li {
  margin-bottom: 40px;
}

.pagination {
  justify-content: center;
  -ms-justify-content: center;
  margin-bottom: 60px;
}

.pagination li {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 0 10px;
}

.pagination li a {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}

.pagination li a:hover,
.pagination li.active {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#news .content-right h4 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1.2;
  padding-bottom: 12px;
  text-align: center;
}

#news .content-right ul {
  margin: 10px 0 45px 0;
}

#news .content-right li {
  padding: 5px 15px 7px 15px;
}

#news .content-right li a {
  color: #646464;
  font-weight: bold;
  font-size: 16px;
		display: inline;
}

.side_category li {
  font-size: 16px;
  font-weight: bold;
  color: #646464;
}

#news .box-drop {
  margin-top: 20px;
}

#news .box-drop select {
	padding: 10px;
	font-size: 16px;
	width: 100%;
 font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	color: #646464;
}

.news_detail .top {
  font-size: 20px;
  font-weight: bold;
  color: #646464;
}

.news_detail .top {
  margin-bottom: 15px;
}

.news_detail h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 30px;
}

.news_detail .top .font-blue {
  margin-left: 15px;
}

.news_detail p {
  margin-top: 30px;
}

.news_detail .box-link {
  margin-top: 30px;
  margin-bottom: 60px;
}

.news_detail .box-link {
  justify-content: space-between;
  -ms-justify-content: space-between;
}

.news_detail .box-link .btn {
  width: 210px;
}

.nonews {
	padding: 0 0 30px;
}

/*--------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------*/

#contact .banner {
  background: url(../../image/contact/banner.png) no-repeat center top;
  background-size: cover;
}

#contact h2 {
  margin-bottom: 30px;
}

#contact h3 {
  font-size: 40px;
  padding: 20px 0 30px 0;
}

#contact .intro {
  width: 820px;
  margin: 15px auto 60px auto;
}

#contact .intro p {
  margin-bottom: 35px;
}

#contact .intro .box-phone {
  background: #e4e4e4;
  font-weight: bold;
  padding: 35px 0 5px 0;
  text-align: center;
}

#contact .intro .box-phone .text-phone .phone-call {
  font-size:46px;
  margin-left: 8px;
}

#contact .intro .box-phone .text-phone img {
  margin-top: 15px;
}

#contact .intro .box-phone  p {
  font-size: 18px;
}

#contact .box-form {
  padding: 40px 0 60px 0;
  background: #fff;
}

#contact .box-form2 {
  padding: 40px 0 60px 0;
}

#contact .content-form {
  width: 820px;
  margin: 0 auto;
}

#contact .content-form .note {
  margin: 15px 0 20px
}

.contact-confirm .content-form .note {
  margin-bottom: 0!important;
}

#contact .content-form .table {
  padding: 0 0 40px 0;
  background: #fff;
}

.contact-confirm .content-form .row:first-child .cell {
  padding-top: 30px!important;
}

#contact .content-form .cell {
  padding-top: 40px;
}

.contact-confirm .content-form .cell {
  padding-top: 60px!important;
}

#contact .content-form .cell-title {
  width: 180px;
  padding-top: 50px;
}

#contact .content-form .cell-input {
  width: 620px;
}

#contact .content-form input[type=text] {
  margin-right: 40px;
  display: inline-block;
}

#contact .content-form input[type=text]:nth-child(2) {
  margin-right: 0;
}

.celltop {
	padding: 48px 0 0 !important;
}

#contact .content-form .radio {
  display: inline-block;
  margin-right: 40px;
}

#contact .content-form textarea {
  margin-top: 30px;
}

#contact .content-form .scrollbar-chrome {
  width: 620px;
  height: 155px;
  background: #f7f7f7;
  padding: 0 40px 10px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#contact .content-form .scrollbar-chrome p {
  margin-bottom: 25px;
}

input[type="radio"] {
  /*display:none;*/
}

input[type="radio"] + label {
  display: inline-block;
  width: 16px!important;
  height: 16px;
  vertical-align:middle;
  cursor:pointer;
}

input[type="radio"] + label {
  background:url(../../image/contact/radio.png) no-repeat 0 0;
}

input[type="radio"]:checked + label {
  background:url(../../image/contact/radio.png) -24px top no-repeat;
}

.mw_wp_form_confirm .table {
  background: transparent!important;
}

.mw_wp_form_confirm .box-link {
  padding-bottom: 60px;
  justify-content: center;
  -ms-justify-content: center;
}

.mw_wp_form_confirm .btn:first-child {
  margin-right: 140px;
}

.mw_wp_form_complete .box-link {
  padding-bottom: 60px;
}

.inlineframe {
	background-color:#FFFFFF;
	width: 620px;
	margin: 0 auto 20px 0;
	height: 150px;
	padding: 10px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	border: 1px solid #CCC;
}

.inlineframe p {
	margin: 0 0 20px;
}


/*--------------------------------------------------------------------------------------------
  world
--------------------------------------------------------------------------------------------*/
#world {
  /*font-family: 'Noto Serif JP';*/
  background: #fff;
  position: relative;
}

#world .banner {
  height: 773px;
  background: url(../../image/world/banner.png) no-repeat center center;
  background-size: cover;
}

#world .banner .container {
  width: 1230px;
}

#world .banner .text {
  position: absolute;
}

#world .banner .text1 {
  top: 20px;
  right: 0;
}

#world .banner .text2 {
  top: 655px;
  left: 0;
}

#world .box-tab {
  padding: 40px 0 30px 0;
  background: #000;
}

#world .box-tab-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}

#world .box-tab .container {
	height: 54px;
}

#world .box-tab .container h1 {
	float: left;
}

#world .box-tab .container ul {
	float: right;
	margin: 16px 0 0;
 font-family: 'Noto Serif JP';
}

#world .box-tab .container ul li {
	float: left;
	color: #FFF;
}

#world .box-tab li {
  /*padding: 0 45px 0 36px;*/
		padding: 0 32px;
  position: relative;
}

#world .box-tab li:last-child {
	padding: 0 0 0 32px;
}


*#world .box-tab li::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}

#world .box-tab li:last-child::after {
  content: " ";
}

#world .box-tab li a,
#world .box-tab li::after {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

#world h2 {
  font-family: 'Noto Serif JP';
  margin-bottom: 50px;
  margin-top: 65px;
  text-align: left;
  position: relative;
  display: inline-block;
}

#world h2 .text-en {
  color: #d7eef0;
  font-size: 70px;
}

#world .bg-black h2 .text-en {
  color: rgba(215,238,240,0.2);
}

#world h2 .text-jp {
  font-size: 36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 40px;
  line-height: 42px;
}

#world .bg-black h2 .text-jp {
  color: #fff;
}


#world-box01 {
	margin-top: -124px;
	padding-top: 124px;
}

#world-box01 .info li {
  margin-bottom: 40px;
  align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -ms-justify-content: space-between;
}

#world-box01 .info li:last-child {
  flex-direction: row-reverse;
}

#world-box01 .info li .text {
  width: 500px;
}

#world-box01 .info li p {
  margin-bottom: 25px;
	font-size:15px;
}

#world-box01 .info li p:last-child {
  margin-bottom: 0;
}

#world-box01 .info li p:name {
}

#world .list-photo {
	width: 100%;
 padding: 20px 0 10px 0;
}

#world .list-photo ul {
	display:flex;
}

#world .list-photo li {
	width: 20%;
	margin-right: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

#world .list-photo li:last-child {
	margin-right: 0;
}


#world .list-photo li img {
		max-width: 100%;
		height: auto;
}

.wtb {
	width: 100%;
	font-size:15px;
}

#world-box01 .author {
  font-size: 30px !important;
  font-family: 'Noto Serif JP';
}

#world-box02 {
  color: #fff;
		padding-top: 124px;
	margin-bottom: -124px;
}

#world-box02 .container {
	padding: 0 0 60px;
}

#world-box02 td,
#world-box02 th {
  text-align: center;
  padding: 15px 20px;
  font-weight: bold;
  line-height: 30px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

#world-box02 td:last-child,
#world-box02 th:last-child {
  border-right: 2px solid #fff;
}

#world-box02 tr:last-child td {
  border-bottom: 2px solid #fff;
}

#world-box02 th {
  background: #262626;
}

#world-box02 h2 {
  margin-bottom: 35px;
}

#world-box03 {
	padding-top: 124px;
}

#world-box03 h3 {
  font-size: 28px;
  padding: 20px 20px 15px 20px;
  margin-bottom: 40px;
  border-top: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  font-family: 'Noto Serif JP';
}

#world-box03 h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 14px 0 16px 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
}

#world-box03 h3 span {
  margin-left: 10px;
  font-size: 20px;
  color: #969696;
}

#world-box03 ul {
  justify-content: space-around;
  -ms-justify-content: space-around;
  flex-wrap: wrap;
}

#world-box03 li {
  width: 460px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #a0a0a0;
}

#world-box03 li.noline {
		border-bottom: none;
}

#world-box03 li div {
}

#world-box03 li img {
  /*height: 370px;*/
}

#world .bg-black {
  color: #fff;
}

#world-box04  {
	margin-top: -124px;
	padding-top: 124px;
}

#world-box04 h3 {
  line-height: 30px;
  border-left: 5px solid #6e9818;
  padding-left: 15px;
  font-size: 22px;
  margin-bottom: 25px;
  font-family: 'Noto Serif JP';
}

#world-box04 h4 {
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0 20px 0;
  margin-bottom: 15px;
  border-left: 2px solid #6e9818;
}

#world-box04 h3.line-blue {
  border-left: 5px solid #6e9818;
}

#world-box04 .fl-left {
  width: 580px;
  background: url(../../image/world/line-box04.png) repeat-y right top;
}

#world-box04 .fl-right {
  width: 465px;
}

#world-box04 .fl-right p {
  margin-left: 20px;
}

#world-box04 .info {
  padding-bottom: 40px;
  position: relative;
	font-size:15px;
}


#world-box04 .info-contact {
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  background: url(../../image/world/icon-down.png) no-repeat center top 0,url(../../image/world/line2-box04.png) repeat-x left top;
  padding-top: 25px;
}

#world-box04 .info .text {
  margin-left: 20px;
}

#world-box04 .info .text .title {
  margin-bottom: 25px;
}

#world-box04 .info .text .title {
  font-size: 26px;
}

#world-box04 .info .text span {
	font-family: 'Noto Serif JP';
}

#world-box04 .info .text .title .icon {
	margin-right: 16px;
}

#world-box04 .info .text .title .icon span {
  display: block;
  background: #2f3f0c;
}

#world-box04  .info-contact p {
  padding: 12px 0;
}

#world-box04 .info-contact .info-mail {
  display: inline-flex;
}

#world-box04 .coppy {
  padding: 15px 0 20px 0;
  background: #9a9a9a;
  text-align: center;
}

#world-box04 .list-photo {
  padding: 10px 0;
}

.backHome {
	background-color: #c0c0c0;
	padding: 60px 0;
}

.backHome a {
	display: block;
	width: 660px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 600;
	padding: 27px 0;
	text-align: center;
	background-color: #FFF;
}

.backHome a:hover {
	opacity: 0.7;
}

.wanc {
	margin-top: -124px;
	padding-top: 124px;
	background-color: #FFF;
}