@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

html {
  overflow-y: auto;
}

#wrapper {
  min-width: 1240px;
  box-sizing: border-box;
  overflow: hidden;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 1px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

/*■03.USE MEDIA*/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media,
.media-body {
  overflow: hidden;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*■05.FLEX*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex_jus_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_jus_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*align-items*/
.flex_align_item_start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex_align_item_end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.flex_align_item_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dis_pc, .dis_pc640 {
  display: block;
}

.dis_sp, .dis_sp640 {
  display: none;
}

.dis_pc {
  display: none;
}

.dis_sp {
  display: block;
}

.blue-clr {
  color: #005abe;
}

.btn-contact {
  border: 2px solid #fff;
  padding: 5px 30px;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 40px;
  line-height: 1.5;
}
.btn-contact .ico {
  background: url(../common_img/ico_mail.png) center left no-repeat;
  padding-left: 45px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.btn-contact .ico span {
  font-size: 12px;
  display: block;
}
.btn-contact:hover {
  background: #0779c5;
  border-color: #0779c5;
}

.cm-btn {
  background: url(../common_img/arr_blue.png) center right 20px no-repeat #004795;
  color: #fff;
  text-decoration: none !important;
  border-radius: 30px;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 12px;
  width: 305px;
  margin-top: 30px;
}
.cm-btn.cm-btn-right{
  margin-left: auto;
}
.cm-btn:hover {
  background-color: #000;
  background-position: center right 10px;
}

.cm-tel .ico {
  background: url(../common_img/ico_tel.png) left center no-repeat;
  background-size: 35px;
  display: inline-block;
  font-size: 36px;
  padding-left: 45px;
  color: #fff;
  font-weight: bold;
}

.cm-tt1 strong {
  font-size: 21px;
  background: url(../common_img/ico_blue.png) center left no-repeat;
  padding-left: 30px;
  margin: 15px 0 20px;
  display: block;
}
.cm-tt1.white-clr strong {
  color: #fff;
  background: url(../common_img/ico_white.png) center left no-repeat;
}

.news-btn {
  width: 205px;
  border: 2px solid #004795;
  border-radius: 30px;
  text-align: center;
  display: block;
}
.news-btn .arr {
  background: url(../common_img/arr_black.png) center right no-repeat;
  padding: 10px;
  padding-right: 50px;
  display: inline-block;
}
.news-btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.news-btn:hover .arr {
  background: url(../common_img/arr_blue.png) center right no-repeat;
}

.cm-contact {
  background: url(../images/bg_contact.png) top center no-repeat;
  background-size: cover;
  padding: 80px 0 70px;
  margin-top: 100px;
}
.cm-contact .cm-tt1 {
  text-align: center;
}
.cm-contact .cm-tt1 strong {
  background: url(../common_img/ico_white2.png) center bottom no-repeat;
  padding: 0 0 30px;
}
.cm-contact .txt01 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
}
.cm-contact .flex_jus_center {
  align-items: center;
}
.cm-contact .cm-tel {
  margin-right: 70px;
}

.logo a:hover img {
  opacity: 0.8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#cm-header {
  background: url(../images/mv.png) top center no-repeat;
  background-size: cover;
  height: 769px;
}
#cm-header .inner {
  padding: 25px 0;
}
#cm-header .cm-header_top {
  margin-bottom: 5px;
}
#cm-header .cm-tel {
  margin-right: 65px;
}
#cm-header .gnav ul li {
  width: calc(100% / 5);
  position: relative;
  text-align: center;
}
#cm-header .gnav ul li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  width: 1px;
  background: #fff;
}
#cm-header .gnav ul li:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 1px;
  background: #fff;
}
#cm-header .gnav ul a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 5px 5px 10px;
  position: relative;
}
#cm-header .gnav ul a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#cm-header .gnav ul a:hover:after {
  width: 130px;
  opacity: 1;
  visibility: visible;
}
#cm-header .mv {
  color: #fff;
  padding-top: 80px;
}
#cm-header .mv .mv-txt {
  font-size: 42px;
  margin-bottom: 5px;
  line-height: 1.5;
}
#cm-header .mv p {
  font-size: 30px;
}

#cm-footer {
  padding-top: 45px;
}
#cm-footer .inner {
  margin-bottom: 60px;
  padding: 0 150px 0 60px;
}
#cm-footer .logo {
  margin: 25px 0;
}
#cm-footer .infor {
  width: 50%;
}
#cm-footer .sitemap {
  width: 45%;
}
#cm-footer .sitemap li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 0;
  position: relative;
}
#cm-footer .sitemap li a:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
}
#cm-footer .sitemap li a:hover {
  text-decoration: underline;
}
#cm-footer .copyright {
  text-align: center;
  background: #f3f3f3;
  padding: 10px;
}
#cm-footer #page_up {
  display: none;
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 10px;
}
