@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Montserrat:wght@100&family=Roboto:wght@500&display=swap");
/*■01.RESET HTML*/
* {
  margin: 0;
  padding: 0;
}

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;
}

ol, ul {
  list-style: none;
}

html {
  overflow-y: auto;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

/*■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;
}

.flex_jus_end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/*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;
}

/*========================================================================= COMMON CSS =========================================================================*/
.cm-title01 {
  font-size: 45px;
  margin-bottom: 45px;
  color: #083376;
}
.cm-title01 span {
  font-size: 20px;
  display: block;
  font-weight: normal;
}
.cm-title01.white {
  color: #fff;
}

.cm-title02 {
  text-align: center;
  background: url(../common_img/line-title.png) center bottom no-repeat;
  font-size: 40px;
  color: #083376;
  padding-bottom: 15px;
}
.cm-title02 .number {
  color: #00689d;
  font-size: 60px;
  line-height: 1;
}

.cm-title03 {
  background: #e7f0fc;
  position: relative;
  font-size: 25px;
  color: #083376;
  overflow: hidden;
  padding: 10px 20px 7px;
  padding-left: 80px;
  font-weight: bold;
}
.cm-title03 span {
  background: #f5ce0f;
}
.cm-title03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  color: #f5ce0f;
  font-weight: bold;
  background: url(../faq/images/bg-question.png) top right no-repeat;
  width: 76px;
  height: 114px;
  padding-left: 26px;
  line-height: 1.8;
}

.contact-btn a {
  color: #fff;
  text-decoration: none;
  background: #00689d;
  width: 133px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn a:hover {
  opacity: 0.8;
}
.contact-btn span {
  background: url(../common_img/ico-email.png) center top no-repeat;
  padding-top: 25px;
  display: inline-block;
  font-size: 14px;
}
.contact-btn.white-btn a {
  background: none;
  border: 1px solid #fff;
  width: 350px;
  text-align: center;
  margin: auto;
  height: 63px;
}
.contact-btn.white-btn a:hover {
  color: #00689d;
  background: #fff;
  opacity: 1;
}
.contact-btn.white-btn a:hover span {
  background: url(../common_img/ico-email-blue.png) center left no-repeat;
}
.contact-btn.white-btn span {
  background-position: center left;
  padding: 5px 0 5px 35px;
  font-size: 18px;
  display: block;
}
.contact-btn.yellow-btn a {
  background: #f5ce0f;
  border: 1px solid #fff;
  width: 350px;
  text-align: center;
  margin: auto;
  height: 80px;
  color: #083376;
  font-weight: bold;
}
.contact-btn.yellow-btn a:hover {
  color: #00689d;
  background: #fff;
  border-color: #00689d;
}
.contact-btn.yellow-btn span {
  background: url(../common_img/ico-email-blue.png) center left no-repeat;
  padding: 5px 0 5px 35px;
  font-size: 18px;
  display: block;
}

.cm-arr {
  position: relative;
  width: 40px;
  height: 1px;
  background: #083376;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cm-arr:after {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 12px;
  height: 1px;
  background: #083376;
  transform: rotate(45deg);
  -webkit-transform: rotate(40deg);
}
.cm-arr.white {
  background: #fff;
}
.cm-arr.white:after {
  background: #fff;
}

.map-btn a {
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 12px;
  width: 200px;
  text-decoration: none;
  position: relative;
}
.map-btn a .cm-arr {
  width: 25px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.map-btn a:hover {
  background: #fff;
  color: #00689d !important;
}
.map-btn a:hover .cm-arr {
  background: #00689d;
}
.map-btn a:hover .cm-arr:after {
  background: #00689d;
}

.cm-btn a {
  display: inline-block;
  background: #00689d;
  text-decoration: none;
  padding: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 290px;
  position: relative;
  text-align: center;
  padding-right: 50px;
  border: 1px solid #00689d;
}
.cm-btn a .cm-arr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.cm-btn a:hover {
  background: #fff;
  color: #00689d;
}
.cm-btn a:hover .cm-arr {
  background: #00689d;
  right: 10px;
}
.cm-btn a:hover .cm-arr:after {
  background: #00689d;
}
.cm-btn.white a {
  background: none;
  border: 1px solid #fff;
}
.cm-btn.white a:hover {
  background: #fff;
}
.cm-btn.yellow a {
  background: #f5ce0f;
  color: #000;
}
.cm-btn.yellow a:hover {
  background: #fff;
  color: #f5ce0f;
  border-color: #f5ce0f;
}
.cm-btn.yellow a:hover .cm-arr {
  background: #f5ce0f;
}
.cm-btn.yellow a:hover .cm-arr:after {
  background: #f5ce0f;
}

.number-phone {
  color: #f5ce0f;
  background: url(../common_img/ico-phone.png) bottom 5px left no-repeat;
  display: inline-block;
  padding-left: 35px;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Barlow', sans-serif;
}

.cm-contact {
  background: url(../common_img/bg-contact.png) top center no-repeat;
}
.cm-contact .inner {
  padding: 109px 0 83px;
}
.cm-contact .container {
  max-width: 880px;
}
.cm-contact .cm-title01 {
  margin-bottom: 30px;
}

.cm-contact-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cm-contact-flex .box {
  width: 50%;
  border-right: 1px solid #fff;
  text-align: center;
  padding-right: 90px;
}
.cm-contact-flex .box:nth-child(2) {
  border: none;
  padding-left: 90px;
  padding-right: 0;
}
.cm-contact-flex .box .title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.cm-contact-flex .box time {
  color: #fff;
  margin-top: 15px;
  display: inline-block;
}
.cm-contact-flex .contac-btn a {
  background: none;
  border: 1px solid #fff;
  width: 350px;
  text-align: center;
  margin: auto;
  height: 82px;
}
.cm-contact-flex .contac-btn span {
  background-position: center left;
  padding: 5px 0 5px 35px;
  font-size: 18px;
  display: block;
}
.cm-contact-flex .contac-btn:hover {
  background: #083376;
}

.blue-clr {
  color: #2475a4;
}

/*========================================================================= HEADER CSS =========================================================================*/
#cm-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#cm-header .contac-btn a:hover {
  background: #fff;
}
#cm-header .contac-btn a:hover span {
  background: url(../common_img/ico-email-blue.png) center top no-repeat;
  color: #00689d;
}

.cm-header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.cm-header-logo a {
  margin-top: 18px;
  font-size: 10.8px;
  color: #083376;
  text-decoration: none;
  display: inline-block;
}
.cm-header-logo a:hover {
  opacity: 0.8;
}
.cm-header-logo img {
  margin-bottom: 5px;
}

.cm-header-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -10px;
}
.cm-header-menu .contac-btn {
  margin-left: 20px;
}

.gnav a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 14px;
}
.gnav a:hover {
  background: #f5ce0f;
}

/*========================================================================= FOOTER  CSS =========================================================================*/
#cm-footer {
  position: relative;
}
#cm-footer .cm-contact a {
  height: 82px;
}

.cm-footer-inner {
  background: #083376;
  padding: 55px 0 0;
  color: #fff;
}
.cm-footer-inner a {
  color: #fff;
}

.cm-footer-logo {
  margin-bottom: 35px;
}

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

.cm-footer-infor {
  padding-bottom: 50px;
}
.cm-footer-infor p {
  margin-bottom: 30px;
  line-height: 2;
}

.cm-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.cm-footer-menu ul {
  margin-left: 100px;
}
.cm-footer-menu ul li {
  margin-bottom: 32px;
}
.cm-footer-menu ul li a {
  text-decoration: none;
}
.cm-footer-menu ul li a:hover {
  text-decoration: underline;
}
.cm-footer-menu ul li ul {
  width: 100%;
  margin-left: 0;
}
.cm-footer-menu ul li li {
  margin-top: 8px;
  margin-bottom: 0;
}
.cm-footer-menu ul li li a {
  text-decoration: underline;
}
.cm-footer-menu ul li li a:hover {
  text-decoration: none;
}

.copyright {
  text-align: center;
  border-top: 1px solid #738bb1;
  padding: 20px 0;
  font-size: 14px;
}

#page_up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}
#page_up a {
  display: inline-block;
  position: relative;
  color: #083376 !important;
  font-weight: bold;
  padding-top: 37px;
  font-size: 17px;
  text-decoration: none;
}
#page_up a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-bottom: 30px solid #083376;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}
#page_up a:hover {
  padding-top: 42px;
}
