@charset "UTF-8";
/** pxからvwへ変換関数 **/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2, h3 {
  font-family: "Noto Sans JP";
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h2, h3, h4 {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover {
  color: #005093;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: 500;
}

table .w60 {
  width: 60%;
}

table .w50 {
  width: 50%;
}

table .w40 {
  width: 40%;
}

table .w30 {
  width: 25%;
}

table .w25 {
  width: 25%;
}

table .w20 {
  width: 20%;
}

.w1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0px auto;
}

.w1015 {
  max-width: 1015px;
  width: 100%;
  margin: 0px auto;
}

.w1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
}

.w950 {
  max-width: 950px;
  width: 100%;
  margin: 0px auto;
}

.w750 {
  max-width: 750px;
  width: 100%;
  margin: 0px auto;
}

main {
  overflow: hidden;
}

.tx-center {
  text-align: center;
  justify-content: center !important;
}

.f_mb_3 {
	margin-bottom: 3rem !important;
}
.f_mb_4 {
	margin-bottom: 4rem !important;
}

/*パンくずリスト*/
.breadcrumb {
  padding-bottom: 0.8rem;
  background-color: #F1F5F9;
}

.breadcrumb ul {
  max-width: 1100px;
  width: 100%;
  margin: 0px auto;
}

.breadcrumb ul li {
  font-size: 1.4rem;
  display: inline-block;
}

.breadcrumb ul li a {
  text-decoration: underline;
}

.breadcrumb ul li:after {
  content: ">";
  padding: 0 1rem;
}

.breadcrumb ul li:last-child {
  color: #005093;
}

.breadcrumb ul li:last-child:after {
  content: none;
}

.breadcrumb_top {
  padding-top: 9rem;
}

.breadcrumb_bottom {
  padding-top: 1rem;
}

.btns a {
  color: #fff;
  background-color: #005093;
  display: inline-block;
  border: 1px solid #005093;
  border-radius: 30px;
  padding: 1rem 0;
  width: 186px;
  text-align: center;
  position: relative;
}

.btns a:hover {
  color: #005093;
  background-color: #fff;
}

.btns a:nth-child(2) {
  margin-left: 4rem;
}

.tmp_title {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tmp_title span {
  color: #005093;
  font-size: 2rem;
  font-family: "Roboto";
  font-weight: 400;
  margin-left: 3rem;
  display: inline-block;
}

/*header*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(133, 132, 132, 0.3);
          box-shadow: 0 0 10px rgba(133, 132, 132, 0.3);
}

#header .c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.7rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header .c-header #logo img {
  position: relative;
  top: 4px;
}

#header .c-header .pc {
  width: 58%;
}

#header .c-header .pc nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .c-header .pc nav .menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .c-header .pc nav .menu__lists li {
  margin-right: 4rem;
}

#header .c-header .pc nav .menu__lists li a {
  font-size: 1.5rem;
  font-weight: 500;
}
#header .c-header .pc nav .menu__lists li a svg {
  width: 12px;
  position: relative;
  top: 0.4rem;
}
#header .c-header .pc nav .menu__lists li a:hover svg {
	fill: #005093;
}
#header .c-header .pc nav .menu__lists li a:hover svg .svg-white {
	fill: #005093;
}

#header .c-header .pc nav .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .c-header .pc nav .language li a {
  font-size: 1.5rem;
}

#header .c-header .pc nav .language li:first-child:after {
  content: "/";
  padding: 0 1rem;
}

#header .c-header .pc nav .language li:last-child a {
  color: #ccc;
}

/*main*/
.c-main {
  margin-bottom: 12rem;
}

.c-main .content {
  padding: 6rem 0 5rem;
  margin: 0px auto;
  width: 100%;
  max-width: 1100px;
}

.c-main .kv {
  background-image: url("../img/index/kv.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 570px;
}
.c-main .kv.index_kv{
    margin-top: 80px;
}

.c-main .kv h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
}

.c-main .kv h1 span {
  position: relative;
  bottom: 0;
  text-align: center;
  font-size: 4rem
}

.c-main .kv h1 span.large {
  font-size: 5rem;
}

.c-main .kv h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
}

.c-main .kv h2 span {
  position: relative;
  bottom: 50px;
}

.c-main .news .news_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.5rem;
}

.c-main .news .news_menu .tmp_title {
  width: 25%;
}

@media screen and (min-width: 1170px) {
  .c-main .news .news_menu .tmp_title {
    width: 20%;
  }
}

.c-main .news .news_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-main .news .news_menu ul li {
  font-size: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-right: 1px solid #999;
}

.c-main .news .news_menu ul li:first-child {
  margin-left: 0;
}

.c-main .news .news_menu ul li a {
  color: #464646;
}

.c-main .news .news_menu ul .archive_btn {
  font-size: 1.2rem;
  border-right: 0px;
}

.c-main .news .news_menu ul .archive_btn a {
  color: #005093;
  border: 1px solid #005093;
  padding: .5rem 0;
  display: block;
  width: 150px;
  border-radius: 30px;
  text-align: center;
  position: relative;
}

.c-main .news .news_menu ul .archive_btn a:hover {
  color: #fff;
  background-color: #005093;
}

.c-main .news .news_menu ul .archive_btn a:hover path {
  stroke: #fff;
}

.c-main .news .news_menu ul .archive_btn a svg {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-main .news .news_menu .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

.c-main .news .news_menu .tab .tab_menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 2rem;
}

.c-main .news .news_list {
  padding: 0 8rem;
}

.c-main .news .news_list .news_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.c-main .news .news_list .news_block dt {
  width: 32%;
}

.c-main .news .news_list .news_block dt span {
  background-color: #F1F5F9;
  width: 150px;
  display: inline-block;
  text-align: center;
  padding: 0 .5rem;
  margin-left: 2rem;
}

.c-main .news .news_list .news_block dd {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-main .products {
  background-color: #F1F5F9;
}

.c-main .products .content h2 {
  margin-bottom: 2rem;
}

.c-main .products .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-main .products .content ul li {
  width: 31%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 84, 150, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(0, 84, 150, 0.2);
  padding: 2rem;
  margin-bottom: 3rem;
  position: relative;
  height: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-main .products .content ul li img {
  margin-bottom: 2rem;
}

.c-main .products .content ul li h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.c-main .products .content ul li p {
  color: #666;
  font-weight: 400;
}

.c-main .products .content ul li .p-btns {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}

.c-main .products .content ul li .p-btns a {
  display: inline-block;
  border: 1px solid #333;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: .5rem 1.3rem;
}

.c-main .products .content ul li .p-btns a:hover {
  color: #fff;
  background-color: #005093;
}

.c-main .products .content ul li .p-btns .pa_btn {
  color: #fff;
  background-color: #005093;
  border: 1px solid #005093;
}

.c-main .products .content ul li .p-btns .pa_btn:hover {
  color: #005093;
  background-color: transparent;
}

.c-main .products .content ul:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.c-main .groups .content {
  padding: 6rem 0 8rem;
}

.c-main .groups .content h2 {
  margin-bottom: 3rem;
}

.c-main .groups .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-main .groups .content ul li {
  -ms-flex-preferred-size: 31.5%;
      flex-basis: 31.5%;
}

.c-main .groups .content ul li .img {
  width: 100%;
  height: 160px;
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.c-main .groups .content ul li .img img {
  width: 35%;
}

.c-main .groups .content ul li h4 {
  color: #005093;
  font-size: 1.7rem;
  margin-bottom: .5rem;
}

.c-main .groups .content ul li p {
  color: #666;
}

.c-main .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-main .about > div {
  width: 50%;
  height: 650px;
}

.c-main .about > div img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.c-main .about .about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  padding-left: 6.5rem;
}

.c-main .about .about_content h3 {
  font-size: 2.8rem;
  letter-spacing: .2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.c-main .about .about_content span {
  font-size: 2rem;
  display: inline-block;
  color: #005093;
  margin-bottom: 2rem;
}

.c-main .about .about_content p {
  color: #666;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 6rem;
}

.c-main .info {
  background-image: url(../img/index/about_company.jpg);
  background-size: cover;
  height: 450px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-main .info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}

.c-main .info .info_block {
  text-align: center;
  position: relative;
  z-index: 10;
  color: #fff;
}

.c-main .info .info_block span {
  font-family: "Roboto";
  font-size: 2rem;
  display: block;
  margin-bottom: 2.5rem;
}

.c-main .info .info_block h4 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}

.c-main .info .info_block p {
  margin-bottom: 2.5rem;
}

.c-main #recruit_info {
  background-image: url(../img/index/recruitment.jpg);
}

#footer {
  color: #fff;
  background-color: #333;
  font-weight: 400;
}

#footer a {
  color: #fff;
}

#footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7rem 0;
}

#footer .footer .f_left {
  width: 40%;
}

#footer .footer .f_left .f_logo {
  margin-bottom: 2rem;
}

#footer .footer .f_left .sns {
  margin-bottom: 3rem;
}

#footer .footer .f_left .sns a {
  margin-right: 2rem;
}

#footer .footer .f_left .sns a:last-child {
  margin-right: 0;
}

#footer .footer .f_left .sns a img {
  width: 36px;
}

#footer .footer .f_left ul {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

#footer .footer .f_left ul li {
  margin-bottom: 1rem;
}

#footer .footer .f_right {
  width: 60%;
}

#footer .footer .f_right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .footer .f_right nav ul li {
  margin-bottom: 1.2rem;
}

#footer .footer .f_right nav ul li img {
  vertical-align: middle;
  margin-left: 1rem;
}

#footer .footer .f_right nav ul .f_main_menu {
  font-weight: 600;
  margin-bottom: 3rem;
}

#footer .footer .f_right nav ul .f_main_menu a svg {
  width: 12px;
  position: relative;
  top: 0.4rem
}

#footer .footer .f_right nav ul .f_main_menu a svg .svg-white{
  fill: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1169px) {
  .btns {
    text-align: center;
  }
  .btns a:nth-child(2) {
    margin-left: 1.5rem;
  }
  .breadcrumb ul {
    padding: 0 3rem;
  }
  #header .c-header .pc {
    width: 72%;
  }
  #header .c-header .pc nav .menu__lists li {
    margin-right: 2rem;
  }
  .c-main .content {
    padding: 6rem 3rem 5rem;
  }
  .c-main .about .about_content {
    width: 50%;
    padding-left: 0;
    padding: 0 3rem;
  }
  .c-main .products .ptoduct_content_pc li .p-btns a {
    padding: 0.5rem 0.8rem !important;
  }
  .c-main .groups .content {
    padding: 6rem 3rem 8rem;
  }
  #footer .footer {
    padding: 7rem 3rem;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pc-flex {
    display: flex !important;
  }
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1169px) {
  .c-main .news .news_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-main .news .news_menu .scroll-box {
    width: 600px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .c-main .news .news_menu .tab .tab_menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
  }
  .c-main .news .news_menu .tab ul:last-child {
    display: none;
  }
  .c-main .news .news_menu .tab ul li {
    font-size: 15px;
    width: 160px;
    padding: 1rem 0;
    border-right: 0;
    background-color: #F1F5F9;
    text-align: center;
    margin-right: 1rem;
  }
  .c-main .news .tab-content .news_list {
    padding: 0;
  }
  .c-main .news .tab-content .news_list .news_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-main .news .tab-content .news_list .news_block dt {
	width: 100%;
    margin-bottom: 1rem;
  }
  .c-main .news .tab-content .news_list .news_block dt span {
    font-size: 15px;
    font-weight: 400;
    width: 190px;
    padding: .5rem 0;
  }
  .c-main .news .tab-content .news_list .news_block dd {
    font-size: 20px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pc-flex {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /*パンくずリスト*/
  .breadcrumb ul li {
    font-size: 2.66667vw;
  }
  .breadcrumb_top {
    padding-top: 10rem;
  }
  .breadcrumb_bottom {
    padding-top: 1rem;
  }
  .btns a {
    color: #fff;
    background-color: #005093;
    display: inline-block;
    border: 1px solid #005093;
    border-radius: 30px;
    padding: 1rem 0;
    width: 186px;
    text-align: center;
  }
  .btns a:hover {
    color: #005093;
    background-color: #fff;
  }
  .btns a:nth-child(2) {
    margin-left: 4rem;
  }
  .breadcrumb_top {
    padding: 6.7rem 4vw 1rem;
  }
  .breadcrumb_bottom {
    padding: 1rem 4vw;
  }
  .btns {
    text-align: center;
  }
  .btns a {
    width: 40%;
    font-size: 3.33333vw;
    padding: .5rem 0;
  }
  .btns a:nth-child(2) {
    margin-left: 1.5rem;
  }
  .tmp_title {
    font-size: 5.33333vw;
    width: 100% !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2rem;
  }
  .tmp_title span {
    font-size: 4vw;
    margin-left: 1rem;
  }
  #header {
    width: 100%;
  }
  #header .c-header {
    padding: 1.5rem 4vw 1rem;
  }
  #header .c-header #logo {
    max-width: 120px;
  }
  #header .c-header #logo img {
    position: static;
  }
  .c-main .content {
    padding: 16vw 4vw 13.33333vw;
  }
  .c-main .kv {
    height: 200px !important;
  }
    .c-main .kv.index_kv{
    height: 75vh !important;
  }
    
.c-main .kv.index_kv{
    margin-top: 60px;
}
  .c-main .kv h1, .c-main .kv h2 {
    font-size: 2.6vw;
    width: 100%;
    padding: 0 4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-main .kv h1 span, .c-main .kv h2 span {
    bottom: 30%;
  }
  .c-main .kv.index_kv h1 span, .c-main .kv h2 span {
    bottom: -5%;
  }
   .c-main .kv.index_kv h1 span{
        font-size: 2.5rem;
        display: block;
    margin: 0 auto;
    }
    .c-main .kv.index_kv h1 span.large {
      font-size: 3rem;
    }
  .c-main .news .news_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-main .news .news_menu .scroll-box {
    width: 600px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .c-main .news .news_menu .tab .tab_menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
  }
  .c-main .news .news_menu .tab ul:last-child {
    display: none;
  }
  .c-main .news .news_menu .tab ul li {
    font-size: 3.2vw;
    width: 26.66667vw;
  }
  .c-main .news .tab-content .news_list .news_block dt span {
    font-size: 2.66667vw;
    width: 25.33333vw;
  }
  .c-main .news .tab-content .news_list .news_block dd {
    font-size: 3.46667vw;
  }
  .c-main .products .ptoduct_content_pc {
    display: none !important;
  }
  .c-main .products .swiper-container {
    position: relative;
  }
  .c-main .products .swiper-container ul {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    padding-bottom: 2rem;
  }
  .c-main .products .swiper-container ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90% !important;
    position: relative;
    left: -1.6rem;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .c-main .products .swiper-container ul li img {
    display: block;
    margin: 0 auto 2rem;
  }
  .c-main .groups .content {
    padding: 16vw 4vw 13.33333vw;
  }
  .c-main .groups .content ul li {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    margin: 0px auto 2rem;
  }
  .c-main .about > div {
    width: 100% !important;
    height: auto;
  }
  .c-main .about > div img {
    width: 100%;
  }
  .c-main .about .about_content {
    padding-left: 0;
    padding: 10.66667vw 4vw;
  }
  .c-main .about .about_content span {
    font-size: 3.73333vw;
    margin-bottom: 1rem;
  }
  .c-main .about .about_content h3 {
    font-size: 5.33333vw;
  }
  .c-main .about .about_content p {
    line-height: 1.8;
    margin-bottom: 4rem;
  }
  .c-main .info {
    height: 45vh;
    background-position: right 28% bottom 45%;
  }
  .c-main .info .info_block {
    padding: 8vw 4vw;
    width: 100%;
  }
  .c-main .info .info_block span {
    font-size: 3.73333vw;
    margin-bottom: 1rem;
  }
  .c-main .info .info_block h4 {
    font-size: 5.33333vw;
    margin-bottom: 2rem;
  }
  .c-main .info .info_block p {
    text-align: left;
  }
  #footer .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 13.33333vw 5.33333vw 1.33333vw;
  }
  #footer .footer .f_left {
    width: 100%;
  }
  #footer .footer .f_left .f_logo {
    text-align: center;
  }
  #footer .footer .f_left .f_logo a {
    display: inline-block;
  }
  #footer .footer .f_left .f_logo a img {
    width: 80%;
  }
  #footer .footer .f_left .sns {
    text-align: center;
  }
  #footer .accordion_area .accordion_one .ac_header {
    font-size: 3.73333vw;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
    position: relative;
    z-index: +1;
    cursor: pointer;
  }
  #footer .accordion_area .accordion_one .ac_header .p-faq__q-txt svg {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2rem;
    width: 20px;
    height: 20px;
  }
  #footer .accordion_area .accordion_one .ac_header .p-faq__q-txt svg .svg-white {
	  fill: #fff;
  }
  #footer .accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2rem;
    width: 20px;
    height: 20px;
  }
  
  #footer .accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2rem;
    width: 20px;
    height: 20px;
  }
  #footer .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #fff;
    width: 20px;
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  #footer .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #fff;
    width: 0;
    height: 20px;
    top: 0;
    right: 9px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #footer .accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer .accordion_area .accordion_one .ac_inner ul {
    font-size: 3.73333vw;
    margin-bottom: 0;
  }
  #footer .accordion_area .accordion_one .ac_inner p a {
    display: block;
  }
  #footer .accordion_area .links .ac_header {
    font-size: 3.73333vw;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
    position: relative;
    z-index: +1;
    cursor: pointer;
  }
  #footer .f_nav_sp {
    margin-bottom: 10.66667vw;
  }
  #footer .sub_menu {
    font-size: 3.46667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.66667vw;
  }
  #footer .sub_menu li:first-child {
    margin-right: 2rem;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

.slick-dots li button:before {
  color: #999 !important;
  content: '○';
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  color: #005496 !important;
  content: '●' !important;
}

.slick-dots li button.slick-stop:before {
  content: '||' !important;
}

.swiper-horizontal > .swiper-pagination-bullets {
  bottom: -2vh;
  z-index: 5;
}

.swiper-buttons {
  position: absolute;
  z-index: 10;
}

.swiper-pagination {
	text-align: right !important;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 8vw;
  height: 3px;
}

.swiper-pagination-bullet-active {
  background-color: #005093;
}

.swiper-button-next, .swiper-button-prev {
  position: static;
  width: 9.33333vw;
  height: 9.33333vw;
  color: #fff;
  background-color: #005093;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 4vw;
}

.swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-content {
  position: relative;
  overflow: hidden;
}

.tab-content.is-animating {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  width: auto;
}

.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0 !important;
}

.content-pane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%) translateY(0%);
          transform: translateX(100%) translateY(0%);
}

.content-pane.is-active {
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.content-pane.is-exiting {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.content-pane.is-animating {
  -webkit-transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.loader-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #2B2B2B;
  z-index: 99999;
}

.loader-wrap span {
  position: relative;
  right: -44px;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  /*text-indent: -9999em;*/
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 2.3rem;
  height: 2px;
  left: 6px;
  background: #2A2A2A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 9px;
}

.hamburger span:nth-child(2) {
  top: 18px;
}

.hamburger span:nth-child(3) {
  top: 27px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #333333;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
}

nav.globalMenuSp ul {
  background: #F1F5F9;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  margin: 0px auto;
  width: 90%;
  border-bottom: 1px solid #ccc;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  font-size: 4.26667vw;
  color: #333333;
  padding: 1em 0;
  text-decoration: none;
}

nav.globalMenuSp ul li a svg {
  width: 3vw;
  position: relative;
  top: 4px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

nav.globalMenuSp ul li.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
}

nav.globalMenuSp ul li.language a {
  width: 30%;
  display: block;
  color: #ccc;
  background-color: #fff;
}

nav.globalMenuSp ul li.language .active_btn {
  color: #fff;
  background-color: #005093;
}

.no_links a{
	color: #adadad !important;
	pointer-events:none !important;

}

/*追記：211117_tsunoda*/
.top_golf_linktext{
    display: block;
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #666;
}

/*英語ページ*/
.language-en li a {
	color: #ccc !important;
}

.language-en li a.active_btn {
	color: #333 !important;
}

.cs-btn {
	font-size: 1.2rem !important;
	display: inline-block !important;
	margin-bottom: 0 !important;
	
	width: 100% !important;
	position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.num_sybol_02 {
    font-size: 1rem;
    position: relative;
    top: -5px;
}
.memo {
	display: block;
	font-size: 1rem;
}
@media (orientation: landscape) and (max-width: 767px){
	nav.globalMenuSp {
		height: auto;
	}
}
/*# sourceMappingURL=style.css.map */