@charset "UTF-8";
/*====================================================================================
■01.RESET HTML
====================================================================================*/
/* ========== end △ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");
@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=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
#wrapper {
  box-sizing: border-box;
  position: relative;
}

/* ▽ PC-TAB layout ========== */
html {
  overflow-y: auto;
  line-height: normal;
}

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

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  max-width: 100%;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
}

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

/*====================================================================================
■04.LAYOUT
====================================================================================*/
.container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
}

@media only screen and (max-width: 639px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
.a_phone {
  text-decoration: none !important;
  color: #000;
}

/*=============.PC-TAB layout=============*/
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .a_phone {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*=============.FLEX=============*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

.flex_between {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_between_center {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex_center_center {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  justify-content: center;
  align-items: center;
}

main p, th, td, li {
  line-height: 2;
}

.clr1 {
  color: #3fc7b9;
}

.clr2 {
  color: #009fe8;
}

.numberphone {
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

.numberphone span {
  font-size: 32px;
  background: url(../common_img/ico_tel.png) center left no-repeat;
  background-size: 16px;
  padding-left: 20px;
}

.contact_btn {
  display: block;
  font-size: 16px;
  text-decoration: none !important;
  padding: 13px;
  color: #009fe8;
  border-radius: 0 0 15px 15px;
  background: url(../common_img/ico_mail.png) center left 30px no-repeat #fff;
  padding-left: 50px;
  font-weight: bold;
}

.contact_btn:hover {
  background-color: #a1efff;
}

.contact-infor {
  background: #009fe8;
  border-radius: 0 0 15px 15px;
  color: #fff;
  text-align: center;
  padding: 10px 0 0;
}

.contact-infor p {
  font-size: 11px;
}

.contact-infor .contact_btn {
  margin-top: 10px;
  background-size: 31px;
}

.contact-sec {
  background: url(../images/bg_contact_box.jpg) top center no-repeat;
  background-size: cover;
  padding: 150px 0 50px;
  color: #fff;
  margin-top: 45px;
}

.contact-sec .left {
  width: 63%;
}

.contact-sec .left .txt01 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 30px;
}

.contact-sec .left .numberphone {
  line-height: 1;
}

.contact-sec .left .numberphone span {
  font-size: 48px;
  background-size: 24px;
  padding-left: 30px;
}

/* .contact-sec .left .phone p {
  font-size: 16px;
} */
.contact-sec .left .contact_btn {
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  padding: 23px 30px 23px 90px;
}

.contact-sec .left .contact_btn span {
  font-size: 14px;
}

.contact-sec .right {
  width: 32%;
  background: #a1efff;
  padding: 25px;
  border-radius: 25px;
}

.contact-sec .right .tt {
  text-align: center;
  font-size: 24px;
  color: #009fe8;
  letter-spacing: 0;
}

.contact-sec .right p {
  color: #000;
}

.cm_btn {
  text-decoration: none !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 386px;
  display: block;
  padding: 20px;
  color: #fff;
  border-radius: 40px;
  margin: auto;
  position: relative;
  background-image: -webkit-linear-gradient(left, #009fe8 10%, #b7e9ff 60%, #009fe8);
  background-image: -o-linear-gradient(left, #009fe8 10%, #b7e9ff 60%, #009fe8);
  background-image: linear-gradient(to right, #009fe8 10%, #b7e9ff 60%, #009fe8);
  background-position: left center;
  background-size: 200% 100%;
  box-shadow: 0 0 10px rgba(113, 205, 246, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(113, 205, 246, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.cm_btn .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  border-radius: 100%;
  border: 3px solid #fff;
  display: block;
  width: 36px;
  height: 36px;
}

.cm_btn .ico:after {
  content: '';
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  width: 0;
  height: 0;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 4px;
  margin: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.cm_btn:hover {
  background-position: right center;
}

.list {
  display: flex;
  flex-wrap: wrap;
}

.list li {
  width: 305px;
  margin-right: 140px;
  margin-bottom: 20px;
}

.list li:nth-child(3n+3) {
  margin-right: 0;
}

.list li figure {
  position: relative;
  margin-bottom: 25px;
}

.list li figure img {
  box-shadow: 8px 8px 0 #50c7f3;
  -webkit-box-shadow: 8px 8px 0 #50c7f3;
  border-radius: 100%;
}

.list li figure .icon {
  width: 85px;
  height: 85px;
  background: #50c7f3;
  position: absolute;
  top: 210px;
  right: -6px;
  border-radius: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.list li figure .icon i {
  border-radius: 100%;
  border: 3px solid #fff;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.list li figure .icon i:after {
  content: '';
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  margin: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.list li .tt {
  margin: -90px 0 57px;
}

.list li .tt span {
  font-size: 24px;
  background: #fff;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 10px;
  position: relative;
}

.list li p {
  padding: 0 20px;
}

.list li a {
  position: relative;
}

.list li a:hover img {
  opacity: 0.8;
}

.list li a:hover .icon {
  background: #009fe8;
}

.list li.banner {
  background: url(../images/bnr.png) top center no-repeat;
  padding: 20px;
  text-align: center;
  width: 315px;
  margin-left: -5px;
}

.list li.banner p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0;
}

.list li.banner span {
  font-size: 24px;
  background: #fbbf69;
}

.list.list02 li .tt {
  margin-bottom: 24px;
}

.cm-tt1 {
  background: url(../common_img/line.png) bottom center no-repeat;
  font-size: 34px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.cm-tt1.bgleft {
  background-position: bottom left;
}

.cm-tt1.clr {
  color: #009fe8;
}

.cm-tt1.white {
  color: #fff;
  background: url(../common_img/line_f.png) bottom center no-repeat;
}

.cm-tt1 .small {
  display: block;
  font-size: 20px;
  color: #00196e;
  line-height: 1.7;
}

.cm-tt2 {
  text-align: center;
  margin-bottom: 40px;
}

.cm-tt2 span {
  font-size: 27px;
  position: relative;
  padding: 5px 25px 0;
}

.cm-tt2 span:before, .cm-tt2 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background: #fbbf68;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
}

.cm-tt2 span:after {
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  left: auto;
  right: 0;
}

.cm-tt3 {
  font-size: 27px;
  color: #0057b8;
  font-weight: bold;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}

.cm-tt3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: #50c7f3;
  z-index: -1;
}

.cm-tt3 span {
  background: url(../images/ico4.png) center left no-repeat #a1efff;
  padding: 10px 30px 18px;
  padding-left: 65px;
  letter-spacing: 0;
}

.cm-tt4 {
  font-size: 24px;
  background: url(../common_img/line.jpg) top left no-repeat;
  padding-left: 25px;
  margin-bottom: 15px;
}

.cm-tt5 {
  font-size: 34px;
  color: #009fe8;
  text-align: center;
}
.cm-tt5 span {
  font-size: 27px;
  color: #0057b8;
}

/*=============.HEADER=============*/
#cm-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#cm-header .header-left {
  width: calc(100% - 285px);
  padding-right: 40px;
}

#cm-header .header-left .logo {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#cm-header .header-left .logo:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

#cm-header .header-left .header-top {
  margin-bottom: 35px;
}

#cm-header .header-left .header-top ul li {
  margin-left: 45px;
  margin-top: 26px;
  letter-spacing: 0;
}

#cm-header .header-left .header-top ul li a {
  text-decoration: none;
}

#cm-header .header-left .header-top ul li a:hover {
  color: #009fe8;
  text-decoration: underline;
}

#cm-header .header-contact {
  width: 285px;
}

#cm-header .gnav li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

#cm-header .gnav li a span {
  padding: 10px 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#cm-header .gnav li a:hover {
  color: #009fe8;
}

#cm-header .gnav li a:hover .ico1 {
  background: url(../common_img/ico1_on.png) center left no-repeat;
}

#cm-header .gnav li a:hover .ico2 {
  background: url(../common_img/ico2_on.png) center left no-repeat;
}

#cm-header .gnav li a:hover .ico3 {
  background: url(../common_img/ico3_on.png) center left no-repeat;
}

#cm-header .gnav li a:hover .ico4 {
  background: url(../common_img/ico4_on.png) center left no-repeat;
}

#cm-header .gnav .ico1 {
  background: url(../common_img/ico1.png) center left no-repeat;
  padding-left: 30px;
}

#cm-header .gnav .ico2 {
  background: url(../common_img/ico2.png) center left no-repeat;
  padding-left: 30px;
}

#cm-header .gnav .ico3 {
  background: url(../common_img/ico3.png) center left no-repeat;
  padding-left: 30px;
}

#cm-header .gnav .ico4 {
  background: url(../common_img/ico4.png) center left no-repeat;
  padding-left: 30px;
}

/*=============.FOOTER=============*/
#cm-footer {
  background: #fafafa;
}

#cm-footer .inner {
  padding: 30px 0 60px;
}

#cm-footer .inner .logo {
  background: #fff;
  padding: 20px 35px;
  margin-bottom: 30px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#cm-footer .inner .logo:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

#cm-footer .inner .sitemap {
  margin-top: 20px;
}

#cm-footer .inner .sitemap ul {
  margin-right: 70px;
}

#cm-footer .inner .sitemap a {
  text-decoration: none;
  padding: 5px 0;
  display: inline-block;
}

#cm-footer .inner .sitemap a:hover {
  text-decoration: underline;
}

#cm-footer .copyright {
  text-align: center;
  background: #35749e;
  color: #fff;
  padding: 5px;
  font-size: 15px;
}

#cm-footer .pageup {
  position: fixed;
  bottom: 30px;
  right: 10px;
}
