@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
  font-size: 62.5%;
}
body {
  padding: 0;
  width: 100%;
  background: url(../img/cmn/bg_body.png) 0 0;
  line-height: 1.6;
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif;
}
#wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    padding: 0;
  }
}

/*	ヘッダー
---------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  z-index: 1010;
}
.hd-inr {
  position: relative;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  max-width: 1470px;
}
.hd-logo {
  margin: 0;
  padding: 0;
}
.hd-logo a{
	display:block;
	max-width:300px;

}
.hd-logo h1 {
  position: absolute;
  margin: 0 0 25px;
  padding: 0;
  font-size: 1.2rem;
  /* white-space: nowrap; */
  top: 15px;
}
.hd-info {
  padding: 0;
  width: calc(100% - 385px);
}
.hd-tel {
  display: block;
  margin: 0 0 0 auto;
  text-align: right;
}
@media screen and (max-width: 1279px) {
  .hd-inr {
    align-items: center;
    padding: 20px 15px;
  }
  .hd-info {
    padding: 0;
  }
  .hd-contact {
    display: flex;
    margin: 0 40px 0 0;
  }
  .hd-tel {
    display: block;
    margin: 0 10px 0 0;
    width: auto;
  }
  .hd-tel img {
    display: none;
  }
  .hd-tel a {
    display: block;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #222;
  }
  .hd-tel a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 20px;
    height: 20px;
    background: url(../img/cmn/icon_tel.png) no-repeat center center;
    background-size: contain;
  }
  .hd-tel a span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hd-logo {
    margin: 0;
    padding: 0;
    max-width: 180px;
  }
  .hd-logo h1 {
    margin: 0 0 5px;
    font-size: 1rem;
    line-height: 1.6;
  }
  /* .hd-inr {
    padding: 15px;
  } */
  .hd-inr {
    padding: 45px 15px 15px;
  }
  .hd-info {
    /* padding: 20px 0 0; */
    width: calc(100% - 200px);
  }
  .hd-contact {
    padding: 0;
  }
}

/*	フッター
---------------------------------*/
footer {
  position: relative;
  padding: 0;
  z-index: 1002;
}

.btn-pagetop {
	display: block;
    position: fixed;
    bottom: 100px!important;
    right: 5px;
    z-index: 30;
}

.side-bnr {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1002;
}
.ft-inr {
  padding-top: 90px;
  background: #3a4043;
  color: #fff;
}
.ft-logo h2 {
  margin: 0 0 40px;
}
.ft-logo p {
  font-size: 1.6rem;
}
.ft-add {
  margin: 0;
}
.ft-map {
  margin: 0 0 35px;
}
.ft-tel {
  margin: 0 0 40px;
}
.ft-nav ul {
  margin: 0 0 0 65px;
}
.ft-nav ul li {
  position: relative;
  margin: 30px 0;
  font-size: 1.6rem;
  line-height: 1;
}
.ft-endbox {
  margin: 90px 0 0;
  padding: 80px 0 70px;
  border-top: 1px solid #fff;
  width: 100%;
}
.ft-copyright {
  text-align: left;
  font-size: 1.2rem;
}
.ft-submenu li {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.ft-submenu li:first-of-type {
  margin: 0;
  padding: 0;
  border-left: none;
}
@media screen and (max-width: 767px) {
  footer {
    position: relative;
    padding: 0;
  }
  .side-bnr {
    width: 65px;
	  /*width: 55px;*/
  }
  .ft-inr {
    padding-top: 40px;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .ft-logo {
    width: 100%;
  }
  .ft-logo h2 {
    margin: 0 auto 20px;
    width: 200px;
  }
  .ft-logo p {
    font-size: 1.6rem;
  }
  .ft-add {
    margin: 0;
  }
  .ft-map {
    margin: 0 0 15px;
  }
  .ft-tel {
    margin: 0 0 20px;
  }
  .ft-nav {
    display: none;
  }
  .ft-endbox {
    margin: 30px 0 0;
    padding: 15px;
    border-top: 1px solid #fff;
    width: 100%;
  }
  .ft-copyright {
    text-align: center;
    font-size: 1.2rem;
	  margin: auto;
  }
  .ft-submenu {
    display: none;
  }
}

/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
  line-height: 1;
}
.pc-nav > ul {
  margin: 0;
}
.pc-nav > ul > li {
  position: relative;
  margin: 0 0 0 40px;
  padding: 0;
  height: 80px;
}
.pc-nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
}
.pc-nav > ul > li > a:hover {
  opacity: 1;
}
.pc-nav > ul > li > a span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .pc-nav ul li {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1279px) {
  .pc-nav {
    display: none;
  }
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
  display: none;
}
@media screen and (max-width: 1279px) {
  header nav.sp-nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10% 15%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1.6rem;
    font-weight: 400;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  /* ナビゲーション アニメーション */
  header.open nav.sp-nav {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.4s, opacity 0.4s;
  }
  header nav.sp-nav a {
    color: #fff;
  }
  header nav.sp-nav a * {
    transition: 0s;
  }
  header nav.sp-nav > ul {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  header nav.sp-nav > ul > li {
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
  }
  header nav.sp-nav > ul > li > a {
    display: inline-block;
  }
  header nav.sp-nav > ul > li.parent {
    margin: 25px 0;
  }
  header nav.sp-nav > ul > li.parent > a {
    text-decoration: none;
    border: none;
  }
  header nav.sp-nav > ul > li.parent div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0 0;
  }
  header nav.sp-nav > ul > li.parent div li {
    margin: 10px 0 0;
    font-size: 0.875em;
  }
  header nav.sp-nav > ul > li.parent div li a {
    display: inline-block;
    color: #ccc;
  }
  header nav.sp-nav > ul > li.parent div li a:hover {
    display: inline-block;
    border-bottom: none;
  }
  header nav.sp-nav > ul > li.parent div li:last-of-type {
    margin: 10px 0 0;
  }
  header nav.sp-nav > ul > li.parent div li::after {
    content: "/";
    display: inline;
    margin: 0 5px;
    color: #999;
  }
  header nav.sp-nav > ul > li.parent div li:last-of-type::after {
    content: "";
  }
  header nav.sp-nav ul li small,
  header nav.sp-nav ul li br {
    display: none;
  }
  /*ハンバーガーボタン*/
  header .navToggle {
    display: block;
    position: fixed;
    margin: 0;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #222;
    cursor: pointer;
    z-index: 1002;
  }
  header .navToggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 16px;
  }
  header .navToggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  header .navToggle span:nth-child(1) {
    top: 0;
  }
  header .navToggle span:nth-child(2) {
    top: 7px;
  }
  header .navToggle span:nth-child(3) {
    top: 14px;
  }
  /* ハンバーガーボタン 切り替えアニメーション */
  header.open .navToggle span {
  }
  header.open .navToggle span:nth-child(1) {
    top: 7px;
    transform: rotate(315deg);
  }
  header.open .navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header.open .navToggle span:nth-child(3) {
    top: 7px;
    transform: rotate(-315deg);
  }
}
@media screen and (max-width: 767px) {
  header nav.sp-nav {
    font-size: 14px;
  }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
  position: relative;
  margin: 0 auto;
	padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
}
.contents-inr.small {
  max-width: 1110px;
}
.contents-inr.large {
  max-width: 1470px;
}
.contents-inr.exlarge {
  max-width: 1710px;
	padding-left: 100px;
    padding-right: 100px;
}
.contents-inr.full {
  position: relative;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
.contents-inr.exlarge {
  max-width: 1710px;
	padding-left: 15px;
	padding-right: 15px;
}
	

    .br-sp { 
		display:none!important;
	}

	}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
  position: relative;
  margin-bottom: 45px;
  text-align: left;
  line-height: 1;
}
.ttl-cmn01.icon::before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto 30px;
  width: 1px;
  height: 120px;
  background: #0f0f0f;
}
.ttl-cmn01.connect {
  margin-bottom: 40px;
}
.ttl-cmn01.center {
  text-align: center;
}
.ttl-cmn01.col01 {
  color: #fff;
}
.ttl-cmn01 span {
  display: block;
  position: relative;
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ttl-cmn01 strong {
  display: block;
  position: relative;
  margin: 35px 0 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
.ttl-cmn01.connect + p {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .ttl-cmn01 {
    margin-bottom: 25px;
  }
  .ttl-cmn01.icon::before {
    margin: 0 auto 20px;
    height: 60px;
  }
  .ttl-cmn01.connect {
    margin-bottom: 30px;
  }
  .ttl-cmn01 span {
    font-size: 1.6rem;
  }
  .ttl-cmn01 strong {
    margin: 25px 0 0;
    font-size: 2rem;
  }
  .ttl-cmn01.connect + p {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.btn-cmn01.small {
  max-width: 150px;
}
.btn-cmn01.left {
  margin-left: 0;
}
.btn-cmn01.right {
  margin-right: 0;
}
.btn-cmn01 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #00a0e9;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #00a0e9;
}
.btn-cmn01.col01 span {
  border: 1px solid #fff;
  color: #fff;
}
.btn-cmn01 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 40px;
  height: 1px;
  background: #00a0e9;
}
.btn-cmn01.col01 span::before {
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .btn-cmn01.left {
    margin-left: auto;
  }
  .btn-cmn01.right {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btn-cmn01 {
    max-width: 270px;
  }
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
  position: relative;
}
.main-img-inr {
  margin: 0 0 0 auto;
  padding: 0;
  max-width: 1800px;
  background: #fff;
  z-index: 1001;
}
.main-img {
  position: relative;
  width: 100%;
  height: 1200px;
  background: no-repeat center center / cover;
}
.main-img.img01 {
  background-image: url(../img/top/img_main01.jpg);
}
.main-img-cap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 100%;
  text-align: left;
  z-index: 1001;
}
.main-img-scroll {
  position: absolute;
  bottom: 60px;
  right: 0;
  padding: 0 20px;
  width: 100%;
  max-width: 480px;
  text-align: center;
  z-index: 1002;
}
@media screen and (max-width: 1023px) {
  .main-img {
    height: 110vw;
    background: no-repeat center top / cover;
  }
  .main-img-cap img {
    max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
	.main-img-cap {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 160%;
  text-align: left;
  z-index: 1002;
}
  .main-img-otr {
    position: relative;
  }
  .main-img {
    width: 120vw;
  }
  .main-img-cap img {
    width: 65%;
  }
  .main-img-scroll {
    display: none;
  }
	
}

/*	トップページ
---------------------------------*/
.bg-col01 {
  background: #ecf4f8;
}

/*	GREETING	*/
.top-greeting {
  position: relative;
  margin: -120px auto 0;
  padding: 120px 0 140px;
  max-width: 1680px;
  z-index: 1001;
}
.top-greeting::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1800px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.top-greeting-info {
  width: 50%;
  max-width: 540px;
}
.top-greeting-info p {
  max-width: 470px;
  font-size: 1.6rem;
  line-height: 2;
}
.top-greeting figure {
  width: 50%;
  max-width: 540px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-greeting {
    margin: -60px auto 0;
    padding: 60px 0 70px;
  }
  .top-greeting-info {
    width: 100%;
    max-width: 100%;
  }
  .top-greeting-info p {
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
  }
  .top-greeting figure {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }
}

/*	CONCEPT	*/
.top-concept {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 180px;
  max-width: 1680px;
  z-index: 1002;
}
.top-concept::before {
  content: "";
  position: absolute;
  left: 120px;
  bottom: 0;
  width: 1800px;
  height: 520px;
  background: url(../img/top/bg_concept.png) no-repeat center center / cover;
  z-index: -1;
}
.top-concept-item {
  position: relative;
  padding: 70px 60px;
  width: 47.61%;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
.top-concept-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  left: 40px;
  top: -25px;
  width: 67px;
  height: 57px;
  background: url(../img/top/icon_num01.png) left center no-repeat;
}
.top-concept-item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 40px;
  top: -25px;
  width: 67px;
  height: 57px;
  background: url(../img/top/icon_num02.png) left center no-repeat;
}
.top-concept-item figure {
  margin-bottom: 30px;
  text-align: center;
}
.top-concept-ttl {
  margin: 0 0 20px;
  text-align: center;
  line-height: 1;
}
.top-concept-ttl strong {
  display: block;
  margin-bottom: 15px;
  font-size: 2.4rem;
}
.top-concept-ttl span {
  font-size: 1.4rem;
  color: #bdc9cf;
  text-transform: uppercase;
}
.top-concept-txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top-concept {
    padding: 30px 15px 90px;
  }
  .top-concept::before {
    left: 0;
    width: 1800px;
    height: 70%;
  }
  .top-concept-item {
    margin: 0 auto 30px;
    padding: 30px 20px;
    width: 100%;
  }
  .top-concept-item:nth-of-type(1)::before {
    content: "";
    position: absolute;
    left: 40px;
    top: -25px;
    width: 67px;
    height: 57px;
    background: url(../img/top/icon_num01.png) left center no-repeat;
  }
  .top-concept-item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    left: 40px;
    top: -25px;
    width: 67px;
    height: 57px;
    background: url(../img/top/icon_num02.png) left center no-repeat;
  }
  .top-concept-item figure {
    margin-bottom: 20px;
  }
  .top-concept-ttl {
    margin: 0 0 20px;
  }
  .top-concept-ttl strong {
    font-size: 2rem;
  }
  .top-concept-ttl span {
    font-size: 1.4rem;
  }
  .top-concept-txt {
    font-size: 1.6rem;
  }
}

/*	ABOUT	*/
.top-about {
  position: relative;
  margin: -60px auto 0;
  padding: 180px 0 150px;
  max-width: 1680px;
  z-index: 1001;
}
.top-about::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1800px;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.top-about-list {
  margin-top: 60px;
}
.top-about-item {
  width: 46.29%;
  max-width: 500px;
}
.top-about-item figure {
  margin: 0 0 35px;
}
.top-about-ttl {
  margin: 0 20px 0 0;
  line-height: 1;
}
.top-about-ttl strong {
  display: block;
  margin-bottom: 10px;
  font-size: 2.4rem;
}
.top-about-ttl span {
  font-size: 1.4rem;
  color: #bdc9cf;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .top-about {
    margin: -30px auto 0;
    padding: 90px 0 70px;
  }
  .top-about-list {
    margin-top: 0;
  }
  .top-about-item {
    width: 100%;
    max-width: 100%;
  }
  .top-about-item + .top-about-item {
    margin-top: 30px;
  }
  .top-about-item figure {
    margin: 0 0 25px;
  }
  .top-about-ttl {
    margin: 0 0 20px;
    width: 100%;
    line-height: 1;
  }
  .top-about-ttl strong {
    display: block;
    font-size: 2rem;
  }
  .top-about-ttl span {
    font-size: 1.4rem;
  }
}

/*	MESSSAGE	*/
.top-message {
  position: relative;
  margin: 0 auto;
  padding: 120px 0 240px;
  background: url(../img/top/bg_message.jpg) no-repeat 0 0 / cover;
  text-align: center;
  color: #fff;
}
.top-message p {
  font-size: 1.6rem;
  line-height: 2;
}
.top-message-endline {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 75px 0 25px;
  width: 100%;
  max-width: 1680px;
  background: #fff;
  text-align: center;
  color: #222;
}
.top-message-otr p {
  margin-bottom: 30px;
}
.top-message-otr h4 {
  font-size: 3rem;
}
.top-message-endline h3 {
  position: relative;
  margin-right: 20px;
  font-size: 2.4rem;
}
.top-message-endline p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-message {
    padding: 60px 0 240px;
  }
  .top-message-endline {
    bottom: -1px;
    padding: 25px 0 25px;
  }
  .top-message-otr p {
    margin-bottom: 20px;
  }
  .top-message-otr h4 {
    font-size: 2rem;
  }
  .top-message-endline h3 {
    position: relative;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
  .top-message-endline p {
    font-size: 1.6rem;
  }
}

/*	MISSION	*/
.top-mission {
  padding: 50px 0 120px;
  background: #fff;
}
.top-mission-info {
  padding: 0 15px 0 0;
  width: 50%;
  max-width: 540px;
}
.top-mission-info h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 5rem;
  z-index: 2;
}
.top-mission-info h3::before {
  content: "";
  position: absolute;
  left: -180px;
  top: -100px;
  width: 480px;
  height: 200px;
  background: url(../img/top/img_ttl_mission.png) 0 0 no-repeat;
  z-index: -1;
}
.top-mission-info p {
  margin-bottom: 30px;
  max-width: 425px;
  font-size: 1.6rem;
  line-height: 2;
}
.top-mission figure {
  position: relative;
  width: 50%;
  max-width: 540px;
  height: 510px;
}
.top-mission figure img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .top-mission {
    padding: 30px 0 60px;
  }
  .top-mission-info {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .top-mission-info h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .top-mission-info h3::before {
    content: "";
    position: absolute;
    left: -90px;
    top: -50px;
    width: 240px;
    height: 100px;
    background-size: contain;
  }
  .top-mission-info p {
    margin-bottom: 30px;
    max-width: 425px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .top-mission figure {
    position: relative;
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .top-mission figure img {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
  }
}

/*	NEWS	*/
.top-news {
  position: relative;
  margin: 0 auto;
  padding: 120px 0 100px;
  max-width: 1680px;
  color: #fff;
}
.top-news:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1800px;
  height: 420px;
  background: url(../img/top/bg_news.png) no-repeat center center / cover;
  z-index: -1;
}
.top-news .btn-cmn01 {
  position: absolute;
  top: 25px;
  right: 0;
}
.top-news-list {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
}
.top-news-list li {
  margin: 0 3.7% 0 0;
  width: 22.22%;
  max-width: 240px;
  color: #222;
}
.top-news-list li:nth-of-type(4n) {
  margin-right: 0;
}
.top-news-list li figure {
  margin: 0 0 30px;
}
.top-news-ttl {
  margin: 0 0 20px;
  font-size: 1.6rem;
}
.top-news-txt {
  margin: 0 0 30px;
  font-size: 1.4rem;
}
.top-news-date {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.2rem;
}
.top-news-date::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  width: 22px;
  height: 22px;
  background: url(../img/cmn/icon_calendar.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 60px 0 50px;
  }
  .top-news-list li {
    margin: 0 4% 8% 0;
    width: 48%;
    max-width: 48%;
  }
  .top-news-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .top-news-list li figure {
    margin: 0 0 20px;
  }
  .top-news-list li figure img {
    width: 100%;
  }
  .top-news-ttl {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .top-news-txt {
    margin: 0 0 30px;
    font-size: 1.4rem;
  }
  .top-news-date {
    padding: 0 0 0 20px;
    font-size: 1.2rem;
  }
  .top-news-date::before {
    width: 11px;
    height: 11px;
  }
}

/*	MENU	*/
.top-menu {
  margin: 0 auto;
  padding: 0 0 180px;
}
.top-menu-list {
  padding: 15px 0 0;
}
.top-menu-list li {
  position: relative;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
}
.top-menu-list li:last-of-type {
  top: 60px;
  margin: 0;
}
.top-menu-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 280px;
  color: #fff;
}
.top-menu-list li figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-menu-list li figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.top-menu-about {
  position: relative;
  z-index: 2;
}
.top-menu-list li h3 strong {
  display: block;
  margin: 0;
  font-size: 3rem;
  font-weight: 500;
}
.top-menu-list li h3 span {
  display: block;
  margin: 15px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .top-menu-list li {
    width: 100%;
  }
  .top-menu-list li {
    margin: 0 auto;
  }
  .top-menu-list li:last-of-type {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top-menu-list li a {
    height: 180px;
  }
  .top-menu-list li h3 strong {
    font-size: 2rem;
  }
  .top-menu-list li h3 span {
    font-size: 1.4rem;
  }
}

/*	CONTACT	*/
.cmn-contact {
  position: relative;
  margin: 0 auto 200px;
  padding: 90px 0 100px;
  max-width: 1680px;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

.subcon .cmn-contact img {
  width: auto;
}
.cmn-contact::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 1px;
  height: 120px;
  background: #0f0f0f;
}
.cmn-contact-box {
  position: relative;
}
.cmn-contact-mail {
  margin: 0 0 25px;
  width: 100%;
  text-align: center;
}
.cmn-contact-tel {
  margin: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .cmn-contact-box::before {
    display: none;
  }
  .cmn-contact-tel {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .cmn-contact-mail {
    padding: 0;
    width: 100%;
  }
  .cmn-contact-btn {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cmn-contact {
    margin: 0 auto 100px;
    padding: 40px 0 50px;
  }
  .cmn-contact::before {
    top: -30px;
    height: 60px;
  }
  .cmn-contact-mail {
    margin: 0 0 15px;
  }
}
