@charset "UTF-8";
/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%;
}

a {
  color: #222;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

.ov_hover {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.ov_hover:hover {
  opacity: 0.8;
}

html {
  overflow-y: auto;
}

#wrapper {
  min-width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
}

body {
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #222222;
  line-height: 2.155;
  font-size: 15px;
  font-weight: 500;
}

.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;
}

/*■04.LAYOUT*/
/*■05.FLEX*/
.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;
}

.a_phone {
  text-decoration: none !important;
  color: #000;
}
@media screen and (min-width: 768px) {
  .a_phone {
    pointer-events: none;
  }
}

.cm_tt {
  font-size: 33px;
  font-weight: 500;
  background: url(../common_img/line.jpg) bottom center no-repeat;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.cm_tt .txt {
  font-size: 24px;
  display: block;
  line-height: 1;
  padding-bottom: 20px;
}
.cm_tt .tt_logo {
  background: url(../common_img/logo_tt.png) center left no-repeat;
  display: inline-block;
  padding-left: 350px;
}

.cm_tt2 {
  text-align: center;
  font-size: 26px;
  position: relative;
  z-index: 2;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0 20px;
}
.cm_tt2:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #222;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.cm_tt2 span {
  padding: 0 30px;
  background: #fff;
  display: inline-block;
}

.cm_btn a {
  display: block;
  border: 1px solid #222;
  width: 320px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  position: relative;
}
.cm_btn a .c-btn-line {
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  display: block;
  margin: auto;
  max-width: 24px;
  width: 8%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.75);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cm_btn a .c-btn-line:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  opacity: 1;
  transition: .3s ease;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform-origin: right top;
  transform-origin: right top;
}
@media screen and (min-width: 768px) {
  .cm_btn a:hover {
    background: #222;
    color: #fff;
  }
  .cm_btn a:hover .c-btn-line {
    animation: btnline 0.5s 1 cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: rgba(255, 255, 255, 0.9);
  }
  .cm_btn a:hover .c-btn-line:before {
    opacity: 0;
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.btn_contact a {
  display: block;
  background: #fff;
  border: 1px solid #222;
  width: 180px !important;
}
.btn_contact a span {
  background: url(../common_img/ico3.png) center left no-repeat;
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .btn_contact a:hover {
    border-color: #f68096;
    color: #f68096;
  }
}

.bdr_bottom {
  border-bottom: 1px solid #e5e5e5;
}

.flex_dir {
  flex-direction: row-reverse;
}

@keyframes btnline {
  0% {
    transform: scale(1, 1);
    transform-origin: 100% 100%;
  }
  33% {
    transform: scale(0, 1);
    transform-origin: 100% 100%;
  }
  66% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
}
/*--------HEADER--------*/
#cm_header {
  padding: 30px 0;
}
#cm_header a {
  text-decoration: none;
  display: inline-block;
}
#cm_header .container {
  align-items: center;
}
#cm_header .logo img {
  width: 247px;
}
#cm_header .gnav {
  align-items: center;
  margin-right: 20px;
}
#cm_header .gnav a {
  padding: 5px 15px;
  position: relative;
}
#cm_header .gnav a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #545454;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#cm_header .gnav > li {
  position: relative;
}
.dropdown-menu {
  position: static;
  box-shadow: none;
}
.dropdown-menu li a {
  border: none;
}
.dropdown:hover .dropdown-menu {
  display: none;
}
.dropdown.active .dropdown-menu {
  display: block;
}
.dropdown-menu {
  display: none;
}
.dropdown:hover .dropdown-menu,
.dropdown.active .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: white;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}

#cm_header .gnav .dropdown .trigger::before {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  height: 8px;
}

@media screen and (min-width: 768px) {
  #cm_header .gnav a:hover:after {
    width: 100%;
  }
  #cm_header .gnav .dropdown-menu a:hover:after {
    width: 0;
  }

  #cm_header .gnav .dropdown .trigger {
    padding: 5px 20px 5px 15px;
  }

  .dropdown-menu {
    z-index: 10;
    min-width: 200px;
  }
  #cm_header .dropdown-menu li {
  border-bottom: 1px solid #222;
}
#cm_header .dropdown-menu li a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
}
#cm_header .dropdown-menu li a:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
#cm_header .gnav .dropdown:hover .trigger::before {
  border-top: 8px solid #000;
  border-bottom: none;
}
}

.gcontact a {
  font-size: 14px;
  padding: 3px 15px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 120px;
  line-height: 1.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.gcontact .blue {
  background: url(../common_img/blue1.png) top left no-repeat, url(../common_img/blue2.png) top right no-repeat, url(../common_img/blue3.png) bottom left no-repeat, url(../common_img/blue4.png) bottom right no-repeat #fff;
  margin-right: 20px;
}
.gcontact .pink {
  background: url(../common_img/pink1.png) top left no-repeat, url(../common_img/pink2.png) top right no-repeat, url(../common_img/pink3.png) bottom left no-repeat, url(../common_img/pink4.png) bottom right no-repeat #fff;
}
.gcontact span {
  display: inline-block;
  padding-left: 22px;
}
.gcontact .ico1 {
  background: url(../common_img/ico1.png) center left no-repeat;
  background-size: 15px;
}
.gcontact .ico2 {
  background: url(../common_img/ico2.png) center left no-repeat;
  background-size: 13px;
}
.gcontact li {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .gcontact li:hover {
    background-position: top 3px left 3px, top 3px right 3px, bottom 3px left 3px, bottom 3px right 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
}

/*--------FOOTER--------*/
#cm_footer {
  background: #f7f7f7;
  padding: 85px 0 50px;
}
#cm_footer .container {
  padding: 0 40px;
}
#cm_footer .t_footer {
  margin-bottom: 70px;
  align-items: center;
}
#cm_footer .t_footer a {
  width: 155px;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 15px;
}
#cm_footer .t_footer .btn_contact {
  margin-left: 40px;
}
#cm_footer .t_footer .gcontact .ico1 {
  background-size: 20px;
  padding-left: 28px;
  margin-left: -15px;
}
#cm_footer .t_footer .gcontact .ico2 {
  background-size: 17px;
  padding-left: 28px;
  margin-left: -15px;
}
#cm_footer .fnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#cm_footer .fnav a {
  text-decoration: none;
  display: block;
  padding: 0 20px;
  position: relative;
}
#cm_footer .fnav a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background: #222;
}
@media screen and (min-width: 768px) {
  #cm_footer .fnav a:hover {
    text-decoration: underline;
  }
}
#cm_footer .fnav li:last-child a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background: #222;
}

#page_up {
  display: none;
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 30px;
}

@media screen and (max-width: 767px) {
  .dis_pc {
    display: none;
  }

  .dis_sp {
    display: block;
  }

  body {
    line-height: 1.5;
  }

  #wrapper, .container {
    width: 100% !important;
    min-width: inherit !important;
  }

  .container {
    box-sizing: border-box;
    padding: 0 2%;
  }

  .cm_tt {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .cm_tt .txt {
    font-size: 18px;
  }
  .cm_tt .tt_logo {
    background-size: 220px;
    padding-left: 225px;
  }

  .cm_tt2 {
    font-size: 20px;
  }
  .cm_tt2 span {
    padding: 0 10px;
  }

  /*--------HEADER--------*/
  #cm_header {
    padding: 4% 0;
    position: relative;
  }
  #cm_header .logo {
    width: 65%;
  }
  #cm_header .logo img {
    width: 100%;
  }
  #cm_header .header_links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    background: #fff;
    width: 100%;
    padding: 40px 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  #cm_header .header_links.open {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
  }
  #cm_header .gnav {
    margin-right: 0;
    display: block;
  }
  #cm_header .gnav a {
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid #222;
    display: block;
  }
  #cm_header .dropdown.active a {
    border: none;
  }

  #cm_header .open-button {
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    background: #fff;
    width: 50px;
    height: 50px;
  }
  #cm_header .open-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 25px;
    background: #222;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  #cm_header .open-button span:nth-child(1) {
    top: 14px;
    transform-origin: left center;
  }
  #cm_header .open-button span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: left center;
  }
  #cm_header .open-button span:nth-child(3) {
    bottom: 14px;
    transform-origin: left center;
  }
  #cm_header .open-button.open span:nth-child(1) {
    transform: rotate(45deg);
    left: 10px;
    top: 15px;
  }
  #cm_header .open-button.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #cm_header .open-button.open span:nth-child(3) {
    transform: rotate(-45deg);
    left: 10px;
    bottom: 12px;
  }

  .gcontact {
    justify-content: center;
    margin-top: 40px;
  }
  .dropdown-menu {
    position: static;
    box-shadow: none;
}
.dropdown-menu li {
    border: none;
}
.dropdown:hover .dropdown-menu {
    display: none;
}
.dropdown.active .dropdown-menu {
    display: block;
}
  #cm_header .gnav .dropdown-menu li a {
    border: none;
  }
  #cm_header .gnav .dropdown-menu li:last-child a {
    border-bottom: 1px solid #222;
  }
  #cm_header .gnav .dropdown .trigger::before{
    right: 20px;
  }

  #cm_header .gnav .dropdown.active .trigger::before {
    border-top: 8px solid #000;
    border-bottom: none;
  }
  /*--------FOOTER--------*/
  #cm_footer {
    padding: 40px 0;
  }
  #cm_footer .container {
    padding: 0 2%;
  }
  #cm_footer .t_footer {
    margin-bottom: 40px;
    display: block;
  }
  #cm_footer .t_footer .logo {
    text-align: center;
  }
  #cm_footer .t_footer .logo img {
    width: 250px;
  }
  #cm_footer .t_footer .btn_contact {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  #cm_footer .t_footer .btn_contact a {
    margin: auto;
  }
  #cm_footer .flex_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #cm_footer .fnav {
    /* width: 50%; */
    display: block;
  }
  #cm_footer .fnav:nth-child(2) {
    margin-top: 32px;
  }
  #cm_footer .fnav a {
    padding: 5px;
    padding-left: 20px;
  }
  #cm_footer .fnav a:after {
    content: none !important;
  }
  #cm_footer .fnav a:before {
    content: '';
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: none;
    width: auto;
    height: auto;
    bottom: auto;
    top: 12px;
  }
  #cm_footer .fnav.dis_pc {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  #cm_footer .fnav a {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  #cm_footer .t_footer a {
    width: 125px;
  }
}
@media screen and (max-width: 320px) {
  body {
    width: 320px;
  }
}
.word-break{
    word-break: break-all;
}

.gcontact span{
  letter-spacing: -0.5px;
}
