@charset "UTF-8";
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500&display=swap");
/*$pc: 769px;
$sp: 768px;

@mixin pc {
@media (min-width: ($pc)) {
@content;
}
}
@mixin sp {
@media (max-width: ($sp)) {
@content;
}
}*/
html {
  font-size: 62.5%;
}

body {
  color: #222222;
  background-color: #007572;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  padding: 0 0;
  margin: 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #4472C4;
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

#container {
  width: 100%;
  /*margin-bottom: 100px;*/
}

#main {
  overflow: hidden;
}

.inner {
  width: 80%;
  max-width: 1600px;
  /*margin: 0 auto 150px auto;*/
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 1199px) {
  .inner {
    width: calc(100% - 20px);
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 20px;
  }
}

.inner_full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  /*background-color: #EFEFEF;*/
}

.contents_wrapper {
  margin: 80px 0;
}

section {
  margin: 40px 0 100px 0;
}

p {
  margin-bottom: 1em;
  font-weight: 300;
}

/*-------------------------------------------
MV
-------------------------------------------*/
.mv {
  width: auto;
  height: 100vh;
  position: relative;
  /*background: url("/images/top_main_img.jpg") no-repeat;
  background-size: cover;*/
}
.mv .mv_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .mv .mv_title {
    margin: 0 0 0 1em;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_title {
    margin-left: 1rem;
    right: 3%;
    top: 48%;
  }
}
.mv .mv_title .title {
  font-size: 2.25vw;
  font-weight: 700;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  .mv .mv_title .title {
    font-size: 3vw;
  }
}
.mv .mv_title .sub_title {
  mix-blend-mode: difference;
  font-size: 1.25vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv .mv_title .sub_title {
    font-size: 2vw;
  }
}
.mv .mv_img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .mv .mv_img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
.mv .mv_img .img_filter {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mv .mv_img .img_filter::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  	/*background-image: radial-gradient(#222 20%, transparent 21%), radial-gradient(#222 20%, transparent 21%);
  	background-size: 6px 6px;
  	background-position: 0 0, 3px 3px;
                  background-repeat: repeat;*/
}
.mv .mv_img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .mv .mv_img img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    /*object-position: 10%;*/
    object-position: 13%;
  }
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(255,255,255,0.3);
  /*border-bottom: 1px solid #ddd;*/
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #header {
    height: 60px;
  }
}
#header h1 {
  font-size: 1.2rem;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  #header h1 {
    font-size: 1.1rem;
  }
}
#header h1 a {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  #header h1 a {
    flex-wrap: wrap;
    width: 200px;
  }
}
#header h1 a .header_logo {
  margin-left: 20px;
  /*margin-top: 20px;*/
  max-width: 320px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  #header h1 a .header_logo {
    max-width: 180px;
    height: auto;
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  #header h1 a .header_logo {
    width: 200px;
    height: auto;
    margin: 10px 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  #header h1 a .header_logo {
    width: 200px;
    margin-left: 10px;
    margin-top: 10px;
  }
}
#header h1 a span {
  margin-left: 10px;
  color: #222222;
}
#header #g-nav {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
  flex-flow: column;
  flex-wrap: nowrap;
  padding-top: 10px;
}
#header #g-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
#header #g-nav ul li {
  color: #000;
  font-weight: 700;
  padding: 0 15px;
  font-size: 1.4rem;
  /*height: 100%;*/
  display: block;
  vertical-align: middle;
  position: relative;
  /*line-height: 110px;*/
}
@media screen and (min-width: 1200px) {
  #header #g-nav ul li {
    font-size: 1.6rem;
  }
}
#header #g-nav ul li.has_child::after {
  content: '';
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #007572;
  border-right: 2px solid #007572;
  transform: rotate(135deg);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header #g-nav ul li.has_child::after {
    right: 50%;
    transform: translateX(-50%);
    top: inherit;
    bottom: 10px;
    transform: rotate(135deg) !important;
  }
}
#header #g-nav ul li a {
  display: block;
  /*height: 100%;*/
  padding: 10px 0;
  position: relative;
  height: 100%;
  transition: 0.3s all;
  color: #000000;
  /*現在地とhoverの設定*/
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header #g-nav ul li a {
    padding: 20px 5px 20px 0;
  }
}
#header #g-nav ul li a:hover {
  color: #000000;
}
#header #g-nav ul li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background-color: #000000;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*上部中央基点*/
}
#header #g-nav ul li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
#header #g-nav ul li.has_child.info ul {
  position: absolute;
  right: -15px !important;
  left: auto;
}
#header #g-nav ul li.has_child ul {
  display: block;
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 72px;
  z-index: 4;
  /*形状を指定*/
  background: #fff;
  width: 280px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: 0px 0px 10px -5px #777777;
}
#header #g-nav ul li.has_child ul li {
  font-size: 1.4rem;
}
#header #g-nav ul li.has_child ul li a {
  padding: 10px 10px;
  transition: all .3s;
}
#header #g-nav ul li.has_child ul li a:hover {
  color: #007572;
}
#header #g-nav ul li.has_child ul li a::after {
  display: none;
}
#header #g-nav ul li.has_child:hover > ul, #header #g-nav ul li.has_child:active > ul {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  #header #g-nav ul li {
    font-size: 1.4rem;
    padding: 0 5px;
  }
}
#header #g-nav ul li.icon {
  padding: 0 5px;
  font-size: 2.0rem;
}
#header #g-nav ul li.icon.blue {
  color: #2867B2;
}
#header #g-nav ul li.icon.blue a{
  color: #2867B2;
}
#header #g-nav ul li.icon.blue a::after {
  display: none;
}

#header #g-nav ul.select_language {
  border-left: 1px #000 solid;
}
#header #g-nav ul.select_language li {
  font-size: 1.2rem;
  font-weight: 500;
  border-right: 1px #000 solid;
}
#header #g-nav ul.select_language li a {
  padding: 0;
  color: #000;
}
#header #g-nav .header_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 120px;
  height: 90px;
  background-color: #007572;
  color: #fff;
  font-weight: 700;
  transition: all .3s;
}
#header #g-nav .header_btn i {
  font-size: 4.2rem;
  margin-bottom: 5px;
}
#header #g-nav .header_btn span {
  font-size: 1.4rem;
}
#header #g-nav .header_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1199px) {
  #header #g-nav .header_btn {
    width: 100px;
  }
  #header #g-nav .header_btn i {
    font-size: 4.0rem;
  }
}
#header .sub_menu {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 10px;
  padding-right: 15px;
}
#header .sub_menu li {
  color: #646464;
  font-weight: 700;
  font-size: 1.4rem !important;
  padding: 0 0;
  border-right: 1px solid #CCCCCC;
  /* line-height: 1.2;*/
}
#header .sub_menu li:last-child {
  padding-right: 0;
  border-right: none;
}
#header .sub_menu li a {
  display: block;
  height: auto;
  position: relative;
  color: #646464;
  padding: 0 0 !important;
  /*現在地とhoverの設定*/
}
#header .sub_menu li a:hover {
  color: #646464 !important;
}
#header .sub_menu li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -10px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px !important;
  background-color: #646464 !important;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*上部中央基点*/
}
#header .sub_menu li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

@media screen and (min-width: 992px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .pc {
    display: none;
  }

  #hamburger .btn-gNav {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 100;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background-color: #007572;
    position: absolute;
  }
  #hamburger .btn-gNav span {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    right: 15px;
  }
  #hamburger .btn-gNav span:nth-child(1) {
    top: 20px;
  }
  #hamburger .btn-gNav span:nth-child(2) {
    top: 30px;
  }
  #hamburger .btn-gNav span:nth-child(3) {
    top: 40px;
  }
  #hamburger .btn-gNav.open span:nth-child(1) {
    background: #fff;
    top: 28px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #hamburger .btn-gNav.open span:nth-child(2), #hamburger .btn-gNav.open span:nth-child(3) {
    top: 28px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #g-nav_sp {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    box-sizing: border-box;
    z-index: 2;
    padding-top: 50px;
    transition: .3s;
    overflow: scroll;
  }
  #g-nav_sp.open {
    right: 0px;
  }
  #g-nav_sp .sp_menu_logo {
    width: 230px;
    height: auto;
    margin-top: 20px;
    margin-left: 20px;
  }
  #g-nav_sp ul {
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    /*text-align: center;*/
    padding: 0 20px;
  }
  #g-nav_sp ul li {
    display: block;
    /*padding : 20px 30px;
    border-bottom: 1px solid #000;*/
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  #g-nav_sp ul li .menu-ttl {
    display: block;
    padding: 20px 10px;
    position: relative;
  }
  #g-nav_sp ul li .menu-ttl::before {
    position: absolute;
    font-family: "Line Awesome Free","Line Awesome Brands";
    content: "\f067";
    font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    margin: auto;
    vertical-align: middle;
    color: #007572;
  }
  #g-nav_sp ul li .menu-ttl.open::before {
    content: "\f068";
    font-weight: 900;
  }
  #g-nav_sp ul li .menu-ttl_single {
    position: relative;
    display: block;
  }
  #g-nav_sp ul li .menu-ttl_single::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #007572;
    border-right: 1px solid #007572;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #g-nav_sp ul li ul {
    margin: 20px 0;
    padding: 0 20px;
  }
  #g-nav_sp ul li ul li {
    display: block;
    border-bottom: none;
  }
  #g-nav_sp ul li ul li a {
    border-bottom: none;
    padding: 10px 10px;
    font-weight: 500;
  }
  #g-nav_sp ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 20px 10px;
    /*border-bottom: 1px solid #ccc;*/
  }
  #g-nav_sp .header_btn {
    color: #fff;
    display: block;
    background-color: #007572;
    /*border-radius: 100px;*/
    text-align: center;
    font-size: 1.8rem;
    margin: 40px 20px;
    padding: 20px;
  }
  #g-nav_sp .header_btn i {
    font-size: 2.2rem;
    margin-right: 10px;
  }
}
/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  width: 100%;
  background-color: #4C4C4C;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 40px;
  }
}
#footer .inner {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  #footer .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer .inner {
    width: 100%;
    padding: 20px 0;
  }
}
#footer .inner .content {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #footer .inner .content {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
#footer .inner .content .content_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #footer .inner .content .content_wrap {
    flex-flow: column;
  }
}
#footer .inner .content .content_wrap .footer_logo {
  max-width: 230px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #footer .inner .content .content_wrap .footer_logo {
    max-width: 220px;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
}
#footer .inner .content .content_wrap .footer_adress {
  font-size: 1.1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #footer .inner .content .content_wrap .footer_adress {
    display: none;
  }
}
#footer .inner .content .content_wrap .content_r {
  width: 70%;
}
@media screen and (max-width: 991px) {
  #footer .inner .content .content_wrap .content_r {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer .inner .content .content_wrap .content_r {
    display: none;
  }
}
#footer .inner .content .content_wrap .footer_nav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  #footer .inner .content .content_wrap .footer_nav {
    justify-content: flex-start;
  }
}
#footer .inner .content .content_wrap .footer_nav .f_nav1 {
  display: flex;
}
#footer .inner .content .content_wrap .footer_nav .f_nav1 li {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 60px;
}
@media screen and (max-width: 991px) {
  #footer .inner .content .content_wrap .footer_nav .f_nav1 li {
    margin-left: 0;
    margin-right: 20px;
  }
}
#footer .inner .content .content_wrap .footer_nav .f_nav1 li ul {
  display: flex;
  flex-flow: column;
}
#footer .inner .content .content_wrap .footer_nav .f_nav1 li ul li {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 2rem;
  line-height: 2;
  position: relative;
}
#footer .inner .content .content_wrap .footer_nav .f_nav1 li ul li::before {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  left: -0.8em;
  width: 5px;
  height: 1px;
  background-color: #ccc;
}
#footer .inner .content .content_wrap .footer_nav .f_nav1 li a {
  color: #FFFFFF;
  transition: all .3s;
}
#footer .inner .content .content_wrap .footer_nav .f_nav1 li a:hover {
  opacity: 0.7;
}
#footer .inner .content .content_wrap .footer_nav .f_nav2 {
  display: flex;
  flex-flow: column;
}
#footer .inner .content .content_wrap .footer_nav .f_nav2 li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  margin-left: 60px;
}
@media screen and (max-width: 991px) {
  #footer .inner .content .content_wrap .footer_nav .f_nav2 li {
    margin-left: 0;
    margin-right: 40px;
  }
}
#footer .inner .content .content_wrap .footer_nav .f_nav2 li:first-child {
  margin-top: -0.4rem;
}
#footer .inner .content .content_wrap .footer_nav .f_nav2 li a {
  color: #FFFFFF;
  transition: all .3s;
}
#footer .inner .content .content_wrap .footer_nav .f_nav2 li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #footer .inner .content .content_wrap {
    display: block;
  }
  #footer .inner .content .content_wrap .f_nav1 {
    display: flex;
    width: 100%;
  }
  #footer .inner .content .content_wrap .f_nav1 li {
    width: 100%;
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    /*&:nth-child(2n) {
        border-left: 1px solid #ccc;
    }*/
  }
  #footer .inner .content .content_wrap .f_nav1 li:first-child, #footer .inner .content .content_wrap .f_nav1 li:nth-child(2) {
    border-top: 1px solid #ccc;
  }
  #footer .inner .content .content_wrap .f_nav1 li ul {
    display: none;
  }
  #footer .inner .content .content_wrap .f_nav1 li a {
    display: block;
    padding: 15px 10px;
    position: relative;
  }
  #footer .inner .content .content_wrap .f_nav1 li a::after {
    content: "";
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-top: 1px solid #007572;
    border-right: 1px solid #007572;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #footer .inner .content .content_wrap .f_nav2 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  #footer .inner .content .content_wrap .f_nav2 li {
    width: 100%;
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    /*&:nth-child(2n) {
        border-left: 1px solid #ccc;
    }*/
  }
  #footer .inner .content .content_wrap .f_nav2 li:first-child {
    margin-top: 0;
  }
  #footer .inner .content .content_wrap .f_nav2 li a {
    display: block;
    padding: 15px 10px;
    position: relative;
  }
  #footer .inner .content .content_wrap .f_nav2 li a::after {
    content: "";
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-top: 1px solid #007572;
    border-right: 1px solid #007572;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
#footer .inner .content .content_full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer .inner .content .content_full {
    display: none;
  }
}
#footer .inner .content .content_full .f_nav_policy {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}
#footer .inner .content .content_full .f_nav_policy li {
  margin-right: 20px;
  font-size: 1.2rem;
}
#footer .inner .content .content_full .f_nav_policy li:last-child {
  margin-right: 0;
}
#footer .inner .content .content_full .f_nav_policy li a {
  color: #ffffff;
  transition: 0.3s;
}
#footer .inner .content .content_full .f_nav_policy li a:hover {
  opacity: 0.7;
}
#footer .copyright {
  text-align: center;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    border-top: none;
    font-size: 1.1rem;
    padding: 0 0 20px;
  }
}

.link_sns {
  display: flex;
}
@media screen and (max-width: 768px) {
  .link_sns {
    display: none;
  }
}
.link_sns li {
  margin-right: 10px;
  font-size: 2.0rem;
}
.link_sns li a {
  color: #ffffff;
  transition: 0.3s;
}
.link_sns li a:hover {
  opacity: 0.7;
}

/*-------------------------------------------
Description
-------------------------------------------*/
.description {
  max-width: 1600px;
  margin: 200px auto 0 auto;
}
@media screen and (max-width: 991px) {
  .description {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .description {
    max-width: 100%;
  }
}
.description_list {
  margin: 40px 0;
}
.description_item {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.link_arrow_description {
  width: 150px;
  display: block;
  font-size: 1.5rem;
	font-weight: 300;
  margin: 20px 0;
  border: 1px solid #ffffff;
  padding: 5px 20px 5px 10px;
  color: #fff;
  text-align: left;
  position: relative;
  transition: all .3s;
}
.link_arrow_description_r{
	margin-left: auto;
} 
.link_arrow_description::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_arrow_description:hover {
  opacity: 0.8;
}
.link_arrow_description:hover::after {
	  right: 5px;
}
@media screen and (max-width: 768px) {
  .link_arrow_news {
    font-size: 1.4rem;
    width: 150px;
    margin: 15px auto 0 auto !important;
  }
}
@media screen and (max-width: 768px) {
  .description_item {
    flex-flow: column;
  }
}
.description_item:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .description_item:nth-child(even) {
    flex-flow: column;
  }
}
.description_item__text, .description_item__text_r, .description_item__img, .description_item__img_l {
  width: 50%;
  /*@include mq(max, sm) {
      width: 100%;
  }*/
}
@media screen and (max-width: 768px) {
  .description_item__text, .description_item__text_r, .description_item__img, .description_item__img_l {
    width: 100%;
  }
}
.description_item__text {
  color: #ffffff;
  position: relative;
  padding-left: 10px;
}
.description_item__text::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(farthest-side, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
@media screen and (max-width: 768px) {
  .description_item__text::before {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .description_item__img {
    margin-left: auto;
    padding-left: 10px;
    max-width: 500px;
    height: auto;
  }
}
.description_item__text_r {
  color: #ffffff;
  position: relative;
  padding-right: 10px;
}
.description_item__text_r::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(farthest-side, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
@media screen and (max-width: 768px) {
  .description_item__text_r::before {
    overflow: hidden;
  }
}
.description_item__img_l {
  /*img {
      width: 100%;
      height: auto;
      object-fit: cover;
  }*/
}
@media screen and (max-width: 768px) {
  .description_item__img_l {
    margin-right: auto;
    padding-right: 10px;
    max-width: 500px;
    height: auto;
  }
}

/*-------------------------------------------
Main_menu
-------------------------------------------*/
.main_menu {
  width: 100%;
  padding: 100px 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .main_menu {
    padding: 80px 0 0 0;
  }
}
.main_menu .inner {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .main_menu .inner {
    width: 100%;
    padding: 0 20px;
  }
}
.main_menu .inner h2 {
  text-align: center;
  color: #D5B324;
  margin-bottom: 50px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.main_menu .inner h2 span {
  font-family: 'Roboto', sans-serif;
  color: #007572;
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .main_menu .inner h2 {
    font-size: 2.4rem;
  }
  .main_menu .inner h2 span {
    font-size: 1.4rem;
  }
}
.main_menu .inner .menu_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main_menu .inner .menu_list {
    flex-wrap: wrap;
  }
}
.main_menu .inner .menu_list a {
  width: 30%;
  height: auto;
  position: relative;
}
.main_menu .inner .menu_list a figure {
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  overflow: hidden;
  border-radius: 10px;
}
.main_menu .inner .menu_list a figure img {
  height: auto;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.main_menu .inner .menu_list a figcaption {
  /*position: absolute;
  left: -10px;
  bottom: -30px;
  padding: 0 20px;
  background-color: #fff;*/
  position: relative;
}
.main_menu .inner .menu_list a figcaption h3 {
  font-size: 1.8rem;
  color: #007572;
  margin: 15px 0;
  position: relative;
  display: inline-block;
}
.main_menu .inner .menu_list a figcaption h3::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #007572;
  border-radius: 2px;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}
.main_menu .inner .menu_list a figcaption::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #007572;
}
.main_menu .inner .menu_list a figcaption::after {
  position: absolute;
  right: 15px;
  top: 30px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main_menu .inner .menu_list a:hover figure img {
  transform: scale(1.1);
}
.main_menu .inner .menu_list a:hover h3::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .main_menu .inner .menu_list a {
    width: 48%;
    margin-bottom: 20px;
  }
  .main_menu .inner .menu_list a figure {
    width: 100%;
    /*max-height: 300px;*/
    height: auto;
  }
  .main_menu .inner .menu_list a figcaption {
    top: 0;
    bottom: inherit;
    padding: 0 8px;
  }
  .main_menu .inner .menu_list a figcaption h3 {
    font-size: 1.8rem;
  }
  .main_menu .inner .menu_list a figcaption::before {
    width: 30px;
    height: 30px;
  }
  .main_menu .inner .menu_list a figcaption::after {
    right: 14px;
    top: 28px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 575px) {
  .main_menu .inner .menu_list a {
    width: 100%;
  }
  .main_menu .inner .menu_list a figure {
    width: 100%;
    /*max-height: 200px;*/
    height: auto;
  }
  .main_menu .inner .menu_list a figure img {
    object-fit: cover;
    object-position: center center;
  }
  .main_menu .inner .menu_list a figcaption h2 {
    font-size: 1.6rem;
  }
}

/*-------------------------------------------
news
-------------------------------------------*/
.top_news .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_news .inner {
    flex-flow: column;
  }
}
.top_news .header {
  width: 30%;
  margin-right: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top_news .header {
    width: 100%;
  }
}
.top_news .content {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .top_news .content {
    width: 100%;
  }
}

.news_list {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news_list {
    margin: 40px 0;
  }
}
.news_list .item a,
.news_list .item span {
  display: flex;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0;
  transition: all .3s;
  color: #ffffff;
}
.news_list .item a .date,
.news_list .item span .date {
  margin: 0;
  min-width: 120px;
  padding: 0 20px 0 0;
}
.news_list .item a .title,
.news_list .item span .title {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news_list .item a,
  .news_list .item span {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .news_list .item a .title,
  .news_list .item span .title {
    margin-top: 0;
  }
}
.news_list .item a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.link_arrow_news {
  width: 180px;
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-left: auto;
  border: 1px solid #ffffff;
  padding: 10px 30px 10px 20px;
  color: #fff;
  text-align: left;
  position: relative;
  transition: all .3s;
}
.link_arrow_news::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_arrow_news:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .link_arrow_news {
    font-size: 1.4rem;
    width: 150px;
    margin: 15px auto 0 auto !important;
  }
}

.news {
  color: #fff;
}
.news_date {
  font-weight: 400;
  font-size: 1.4rem;
}
.news_title {
  font-weight: 700;
  font-size: 2.8rem;
  padding-bottom: 20px;
  margin: 40px 0;
  border-bottom: 1px solid #ffffff;
}

/*-------------------------------------------
About Us
-------------------------------------------*/
.top_company {
  padding: 70px 0;
}
.top_company .inner {
  text-align: center;
}
.top_company .company_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.top_company .company_list li {
  width: calc(100% / 3 - 40px);
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
  margin: 0 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .top_company .company_list li {
    font-size: 2.0rem;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .top_company .company_list li {
    font-size: 1.8rem;
  }
}
.top_company .company_list li a {
  display: block;
  height: 120px;
  padding: 20px 20px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #fff;
  transition: all .3s;
  position: relative;
}
@media screen and (max-width: 575px) {
  .top_company .company_list li a {
    height: 100px;
  }
}
.top_company .company_list li a span {
  position: absolute;
  left: 10px;
  top: 10px;
}
.top_company .company_list li a i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: all .3s;
}
.top_company .company_list li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.top_company .company_list li a:hover i {
  right: 5px;
}
@media screen and (max-width: 1199px) {
  .top_company .inner {
    margin-bottom: 0;
    padding: 0 0;
  }
}

/*-------------------------------------------
Wrapper
-------------------------------------------*/
.wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wrapper .wrap_message_l {
  margin-right: 40px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .wrapper .wrap_message_l {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
  }
}
.wrapper .wrap_message_l img {
  min-width: 200px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .wrapper .wrap_message_l img {
    max-width: 250px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .wrapper .wrap_message_l img {
    /*min-width: 100%!important;*/
    max-width: 200px;
    height: auto;
  }
}
.wrapper .wrap_message_l p {
  color: #FFFFFF;
}
.wrapper .wrap_message_l .name {
  text-align: center;
  font-weight: 700;
  font-size: 2.0rem;
}
.wrapper .wrap_message_l .name span {
  font-weight: 500;
  font-size: 1.6rem;
}
.wrapper .wrap_message_r {
  width: 70%;
}
.wrapper .wrap_message_r p {
  color: #FFFFFF;
}
.wrapper .wrap_message_r .name {
  text-align: right;
  font-weight: 700;
  font-size: 2.0rem;
  margin-top: 50px;
}
.wrapper .wrap_message_r .name span {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .wrapper .wrap_message_r {
    width: 100%;
  }
}
.wrapper .wrap_side-menu {
  width: 300px;
  margin-right: 20px;
}

/*-------------------------------------------
Title
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .heading {
    text-align: center;
    margin-bottom: 60px;
  }
}

.content_main_title {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 8.0rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .content_main_title {
    font-size: 10vw;
  }
}
.content_main_title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
  background-color: #D5B324;
}
.content_main_title span {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin-top: 1.5em;
  width: 100%;
}

.page_title {
  width: 100%;
  height: 430px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_title {
    height: 300px;
  }
}
.page_title.company {
  background:linear-gradient(90deg, rgb(0, 0, 0, 0.7) 0%, rgb(0, 0, 0, 0) 40%) , url("/company/images/page_title_img__company.png") no-repeat;
  background-size: cover;
}
.page_title.company_index {
  background:linear-gradient(90deg, rgb(0, 0, 0, 0.7) 0%, rgb(0, 0, 0, 0) 40%) ,  url("/company/images/page_title_img__company_index.png") no-repeat center;
  background-size: cover;
}
.page_title.service_index {
  background:linear-gradient(90deg, rgb(0, 0, 0, 0.7) 0%, rgb(0, 0, 0, 0) 40%), url("/service/images/page_title_img__index_l.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
.page_title.service_index {
  background:linear-gradient(90deg, rgb(0, 0, 0, 0.7) 0%, rgb(0, 0, 0, 0) 40%) , url("/service/images/page_title_img__index.png") no-repeat 30% 55%;
}
}
.page_title.news {
  background:linear-gradient(90deg, rgb(0, 0, 0, 0.7) 0%, rgb(0, 0, 0, 0) 40%), url("/news/images/page_title_img__news.png") no-repeat center;
  background-size: cover;
}
.page_title.contact_index {
  background:linear-gradient(90deg, rgb(0, 0, 0, 0.7) 0%, rgb(0, 0, 0, 0) 40%), url("/contact/images/page_title_img__contact_l.png") no-repeat center;
  background-size: cover;
}
.page_title h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  font-weight: 700;
  font-size: 4.0rem;
  color: #fff;
    /*background: rgb(255 255 255/0.7);
    padding: 0.25em 0.5em;*/
}
@media screen and (max-width: 768px) {
  .page_title h2 {
    font-size: 7.5vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

h2 {
  font-family: "Poppins", 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 4.0rem;
  color: #FFFFFF;
  margin-bottom: 1em;
}

h3 {
  font-weight: 300;
  font-style: normal;
  font-size: 2.4rem;
  color: #D5B324;
  margin-bottom: 1em;
}

/*-------------------------------------------
Font
-------------------------------------------*/
.color-strong {
  color: #C11414;
  font-weight: 700;
}

.weight-bold {
  font-weight: 700;
}

/* size */
.font_notes {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

/*-------------------------------------------
Button
-------------------------------------------*/
.btn_round {
  width: auto;
  margin: 20px 0;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 991px) {
  .btn_round {
    /* width: 48%;*/
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .btn_round {
    width: 100%;
  }
}
.btn_round a {
  /*width: 100%;*/
  display: flex;
  align-items: center;
  padding: 10px 50px;
  border: 2px solid #D5B324;
  box-sizing: border-box;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  transition: .3s all;
  overflow: hidden;
  z-index: 3;
  /*            &::after {
                  content: '\f138';
                  font-family: "Line Awesome Free";
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  left: 0;
                  color: $color-main;
                  font-size: 2.5rem;
              }*/
  /*            &:hover {
                  background: $color-sub;
              }*/
}
@media screen and (max-width: 991px) {
  .btn_round a {
    font-size: 1.6rem;
  }
  .btn_round a i {
    font-size: 1.8rem !important;
  }
}
.btn_round a i.la-chevron-circle-right {
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #007572;
}
.btn_round a i.la-file {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.btn_round a span {
  z-index: 3;
}
.btn_round a.bgleft::before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #D5B324;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn_round a.bgleft:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* col3 */
.button_item_col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.button_item_col3::after {
  content: '';
  display: block;
  width: 32%;
}
.button_item_col3 .btn_round_icon {
  width: 32%;
  margin-bottom: 40px;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 991px) {
  .button_item_col3 .btn_round_icon {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .button_item_col3 .btn_round_icon {
    width: 100%;
  }
}
.button_item_col3 .btn_round_icon a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  border: 2px solid #D5B324;
  box-sizing: border-box;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  transition: .3s all;
  overflow: hidden;
  z-index: 3;
  /*            &::after {
                  content: '\f138';
                  font-family: "Line Awesome Free";
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  left: 0;
                  color: $color-main;
                  font-size: 2.5rem;
              }*/
  /*            &:hover {
                  background: $color-sub;
              }*/
}
@media screen and (max-width: 991px) {
  .button_item_col3 .btn_round_icon a {
    font-size: 1.6rem;
  }
  .button_item_col3 .btn_round_icon a i {
    font-size: 1.8rem !important;
  }
}
.button_item_col3 .btn_round_icon a i.la-chevron-circle-right {
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #007572;
}
.button_item_col3 .btn_round_icon a i.la-file {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.button_item_col3 .btn_round_icon a span {
  z-index: 3;
}
.button_item_col3 .btn_round_icon a.bgleft::before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #D5B324;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.button_item_col3 .btn_round_icon a.bgleft:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*-------------------------------------------
Company
-------------------------------------------*/
.company p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .company .contents_wrapper {
    margin: 40px 0;
  }
}
.company .contents_wrapper .text {
  font-size: 2.0rem;
  font-weight: 400;
  margin-left: 5.2rem;
}
@media screen and (max-width: 768px) {
  .company .contents_wrapper .text {
    font-size: 1.8rem;
    margin-left: calc(20px + 0.5em);
  }
}

.outline_list {
  margin: 40px 0 200px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .outline_list {
    display: block;
    margin-bottom: 100px;
  }
}
.outline_list dt {
  width: 20%;
  padding: 40px 10px;
  border-bottom: 1px solid #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .outline_list dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 10px 0;
  }
}
.outline_list dd {
  width: 80%;
  padding: 40px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .outline_list dd {
    width: 100%;
    padding: 10px 10px;
  }
}

.content_philosophy {
  margin-bottom: 80px;
}
.content_philosophy p {
  color: #fff;
}
.content_philosophy .text {
  font-size: 1.8rem;
  font-weight: 400;
  margin-left: 5.2rem;
}

.philosophy_title {
  font-family: "Poppins",'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4.2rem;
  color: #D5B324 !important;
  margin: 2em 0 1em 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .philosophy_title {
    font-size: 3.6rem;
  }
}
.philosophy_title span {
  font-weight: 400;
  color: #ffffff;
  font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
  .philosophy_title span {
    font-size: 1.8rem;
  }
}

.philosophy_sub_title {
  font-family: "Poppins",'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4.2rem;
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .philosophy_sub_title {
    font-size: 3.6rem;
    padding-left: 0.8em;
  }
}
.philosophy_sub_title::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .philosophy_sub_title::after {
    width: 20px;
  }
}

.group_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.group_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.group_list li {
  width: calc(100% / 3 - 20px);
  margin-bottom: 40px;
  display: flex;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .group_list li {
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 575px) {
  .group_list li {
    width: 100%;
    min-height: 80px;
    margin-bottom: 20px;
  }
}
.group_list li a {
  display: block;
  padding: 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 100%;
  position: relative;
  transition: 0.3s all;
}
.group_list li a i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 2.0rem;
  transition: 0.3s all;
}
.group_list li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.group_list li a:hover i {
  right: 5px;
}
.service_menu {
  display: flex;
  justify-content: flex-end;
    gap:20px;
}
/*.service_menu::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}*/
.service_menu li {
  width: calc(100% / 3 - 20px);
  margin-bottom: 10px;
  display: flex;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .service_menu li {
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 575px) {
  .service_menu li {
    width: 100%;
    min-height: 80px;
    margin-bottom: 20px;
  }
}
.service_menu li a {
  display: block;
  padding: 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 100%;
  position: relative;
  transition: 0.3s all;
}
.service_menu li a i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 2.0rem;
  transition: 0.3s all;
}
.service_menu li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.service_menu li a:hover i {
  right: 5px;
}
/*-------------------------------------------
service
-------------------------------------------*/

.menu_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu_list a {
    width: 30%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}
.menu_list a figure {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    overflow: hidden;
}
.menu_list a figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: all 0.3s;
}
.menu_list a figcaption {
    position: relative;
}
.menu_list a figcaption h3 {
    font-size: 1.8rem;
    color: #fff;
    margin: 15px 0;
    position: relative;
    display: inline-block;
}
.menu_list a:hover figure img {
  transform: scale(1.1);
}
.menu_list a figcaption i{
	position: absolute;
    color: #fff;
    right: 5px;
    top: 40%;
}
.menu_list a:hover figcaption i{
    right: 0;
}

.head-box{
	background-color: #fff; /* ボックス背景色 */
	padding: 5em 2em 2em; /* ボックス内側余白 */
	position:relative; /*配置(ここを基準に)*/
}
.head-box .box-title {
	background-color: #8b9b9d; /* タイトル背景色 */
	font-size: 1em;/* タイトル文字の大きさ */
	color: #fff; /* タイトル文字色 */
	padding:10px;/*タイトル余白*/
	text-align: center;/* タイトル中央寄せ */
	width:100%;/*最大幅 */
	position:absolute;/* 配置(ここを動かす) */
	top:0;	/*上からの距離 */
	left:0; /*左からの距離 */
}
.triangle {
height: calc(40px / 2);
    width: 100px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 2% 45%;
    background: #D5B324;
}
.head-box ul{
	margin: 0 0 0 2em;
    font-weight: 300;
}
.head-box ul li{
	list-style: disc;
}
.p-st{
	text-align: center;
    margin: 1em 0 0;
    font-size: 2.5rem;
}
.list-w{
    color: #fff;
	margin: 0 0 0 2em;
    font-weight: 300;
}
.list-w li{
    list-style: disc;
}
.list-w li a{
        color: #fff;
    text-decoration: underline;
}
.list-w li a:hover{
         color: #D5B324;
   text-decoration: none;
}
.grid-2 {
  display: grid;
  grid-template-columns: 350px 1fr; 
  gap: 20px; 
}
.grid-2 .point-c-g{
    color: #D5B324;
    font-weight: 500;
}
.grid-3 {
  /* グリッドコンテナ */
  display: grid;
  /* 最小256px、最大1frの列を繰り返しつくる */
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  /* 余白 */
  gap: 16px;
}
@media screen and (max-width: 768px) {

.grid-3 {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 15px;
}
 .item {
     margin-bottom: 2em;
}   
}
.item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid; /* サブグリッド */
}
.item .item_title {
    color: #D5B324;
    font-weight: 500;
    margin-bottom: 0;
}

.item_desc {
  margin: 0;
}
.item_thumb{
}
.item_thumb iframe {
    display: block;
    margin: 0;
	width: 100%;
	height:100%;
}
.item_thumb img {
  width: 100%;
  height: 100%;
}
.triangle02 {
height: calc(40px / 2);
    width: 20%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 2% 40%;
    background: #D5B324;
}
.gr-box{
	background: rgb(255,255,255,0.8);
	padding: 2em 2em;
}
.gr-box ul{
	font-weight: 300;
}
.gr-box ul li{
	list-style: none;
	padding: 0.5em;
	background: #fff;
	width: 100%;
	margin-bottom: 0.5em;
}

.grid-circle {
  display: flex;
  justify-content: center;
    position: relative;
  }
.circle{
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgb(255,255,255,0.8);
}
.circle:first-child{
	z-index:100;
position: relative;
    right: -2.5%;
	}
.circle:last-child{
position: relative;
    left: -2.5%;
	}
.circle .black{
    background: #333;
    color: #fff;
    padding: 0.5em;
    width: 50%;
    margin: 10% 25% 0;
    text-align: center;
}
.circle .bold{
    color: #333;
    font-weight: 900;
    font-size: 6rem;
    margin: 0 ;
    text-align: center;
	line-height:1.6;
}
.circle ul{
    margin: 0 0 0 20%;
}
.circle ul li{
    list-style: disc;
}
.ot{
	    position: relative;
		width:20%;
		margin: -5% 40% 0;
    z-index: 1000;
}
.ot .black{
    background: #333;
    color: #fff;
    padding: 0.5em;
    width: 100%;
    text-align: center;
}
.ot ul{
}
.ot ul li{
    list-style: disc;
	color:#fff;
}
.ul-box{
	display: none;
}
section .flow{
    margin: 5% 0;
	text-align:center;
}
.service_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service_list div {
    width: 32.5%;
    height: auto;
    position: relative;
	background: #fff;
	opacity: 0.9;
	padding: 2.5%;
	margin-bottom:2%;
}
.service_list div figure {
    width: 60%;
    padding: 0 0;
    margin: 0 20%;
    overflow: hidden;
}
.service_list div figure img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.service_list div figcaption {
    position: relative;
    color: #333;
    font-size: 1.8rem;
    margin: 15px 0;
    display: inline-block;
}
.service_list p{
    color: #333;
}
.member-box{
   display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.member-box-item{
	flex-basis: 49%;
	
}
.accordion-006 {
    max-width: 100%;
    margin-bottom: 7px;
    background-color: rgb(255,255,255,0.8);
    border-radius: 8px;
}

.accordion-006 summary {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 2px;
    background-color: #4C4C4C;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    position: absolute;
    right: 2em;
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}
.accordion-006 summary img{
	margin-right: 1em;
}
.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}
@media screen and (max-width: 768px) {
.menu_list a {
    width: 100%;
}
	.triangle {
    width: 30%;
    margin: 2% 35%;
}

	.circle{
  width: 170px;
  height: 170px;
}
.circle:first-child{
    margin: 0;
}
.circle:last-child{
    margin: 0;
}
.circle .black{
    padding: 0;
    margin: 35% 25% 0;
    text-align: center;
}
.circle .bold {
    font-size: 2rem;
}
.circle ul {
	display: none;
   /* margin: 0 0 0 18%;
    padding: 0 1.5em 0 0;*/
}
section .flow{
	width: 100%;
}
.service_list div {
    width: 100%;
}
.ot{
		width:40%;
		margin: -5% 30% 0;
    z-index: 1000;
}
.ot .black{
    background: #333;
    color: #fff;
    padding: 0 0.5em;
    width: 70%;
    text-align: center;
	margin: 0 15%;
}
	.ot  ul	{
	display: none;
	}
	.ul-box{
		margin: 10% 0 0 0;
		display: block;
	}
	.ul-box-item{
	background-color: rgb(255,255,255,0.8); /* ボックス背景色 */
	padding: 1em; /* ボックス内側余白 */
	margin: 0 0 2.5% 0;
}
.ul-box-item .box-title {
	background-color: #333; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	padding:5px;/*タイトル余白*/
	text-align: center;/* タイトル中央寄せ */
	width:80%;/*最大幅 */
	margin: 0 10%;
	font-weight: 300;
}
	.ul-box-item ul{
		margin: 5% 0 0 10%;
		font-weight: 300;
	}
	.ul-box-item ul li{
		list-style: disc;
	}

.member-box-item{
	flex-basis: 100%;
}
.accordion-006 summary{
	padding: 1em;
	}
.accordion-006 summary img{
	max-width: 35%;
	}
}

/*-------------------------------------------
Contact
-------------------------------------------*/
.contact {
  /*max-width: 1024px;*/
  width: 100%;
  margin: 100px auto 200px auto;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .contact {
    box-sizing: border-box;
  }
}

.contact__form {
  margin: 80px 0;
}
.contact__form--item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact__form--item {
    flex-wrap: wrap;
  }
}
.contact__form--item--label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact__form--item--label {
    max-width: inherit;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
}
.contact__form--item--label .required {
  border-radius: 6px;
  margin-right: 8px;
  margin-left: auto;
  padding: 5px 5px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #D5B324;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contact__form--item--label .required {
    margin-left: 10px;
    padding: 2px 5px;
    font-size: 1.3rem;
  }
}
.contact__form--item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact__form--input {
  border: 1px solid #ffffff;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contact__form--input {
    margin-left: 0;
  }
}
.contact__form--textarea {
  border: 1px solid #ffffff;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contact__form--textarea {
    margin-left: 0;
  }
}
.contact__form--btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #D5B324;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/************************/
/* privacy */
/************************/
.sec_privacy {
  max-width: 1024px;
  width: 100%;
  margin: 100px auto 200px auto;
}
@media screen and (max-width: 991px) {
  .sec_privacy {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.sec_privacy__list_pr {
  margin: 20px 0;
}
.sec_privacy__list_pr--title {
  font-weight: 700;
  font-size: 2.0rem;
  color: #007572;
  margin-bottom: 10px;
  padding-left: 3.5rem;
}
.sec_privacy__list_pr--title span {
  margin-left: -3rem;
}
.sec_privacy__list_pr--detail {
  font-weight: 500;
  padding-left: 3.5rem;
  margin-bottom: 20px;
}

/*-------------------------------------------
Page
-------------------------------------------*/
/************************/
/* content */
/************************/
.content {
  width: 100%;
  margin-bottom: 100px;
}
.content .inner {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .content .inner {
    width: 90%;
  }
}

/************************/
/* Page About us */
/************************/
.content_aboutus {
  width: 100%;
  margin-bottom: 100px;
}
.content_aboutus .inner {
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .content_aboutus .inner {
    width: 90%;
  }
}

.main_menu_aboutus {
  width: 100%;
  margin-top: 0;
  padding: 50px 0;
}
.main_menu_aboutus .menu_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_menu_aboutus .menu_list a {
  width: 30%;
  height: auto;
  position: relative;
  margin-bottom: 40px;
}
.main_menu_aboutus .menu_list a figure {
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  overflow: hidden;
  border-radius: 10px;
}
.main_menu_aboutus .menu_list a figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .main_menu_aboutus .menu_list a figure img {
    height: 220px;
  }
}
.main_menu_aboutus .menu_list a figcaption {
  /*position: absolute;
  left: -10px;
  bottom: -30px;
  padding: 0 20px;
  background-color: #fff;*/
  position: relative;
}
.main_menu_aboutus .menu_list a figcaption h3 {
  font-size: 1.8rem;
  color: #007572;
  margin: 15px 0;
  position: relative;
  display: inline-block;
}
.main_menu_aboutus .menu_list a figcaption h3::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #007572;
  border-radius: 2px;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}
.main_menu_aboutus .menu_list a figcaption::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #007572;
}
.main_menu_aboutus .menu_list a figcaption::after {
  position: absolute;
  right: 15px;
  top: 30px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main_menu_aboutus .menu_list a:hover figure img {
  transform: scale(1.1);
}
.main_menu_aboutus .menu_list a:hover h3::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 991px) {
  .main_menu_aboutus .menu_list a {
    width: 48%;
    margin-bottom: 20px;
  }
  .main_menu_aboutus .menu_list a figure {
    width: 100%;
    /*max-height: 300px;*/
    height: auto;
  }
  .main_menu_aboutus .menu_list a figcaption {
    top: 0;
    bottom: inherit;
    padding: 0 8px;
  }
  .main_menu_aboutus .menu_list a figcaption h3 {
    font-size: 1.8rem;
  }
  .main_menu_aboutus .menu_list a figcaption::before {
    width: 30px;
    height: 30px;
  }
  .main_menu_aboutus .menu_list a figcaption::after {
    right: 14px;
    top: 28px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .main_menu_aboutus .menu_list a {
    width: 100%;
  }
  .main_menu_aboutus .menu_list a figure {
    width: 100%;
    /*max-height: 200px;*/
    height: auto;
  }
  .main_menu_aboutus .menu_list a figure img {
    object-fit: cover;
    object-position: center center;
  }
  .main_menu_aboutus .menu_list a figcaption h2 {
    font-size: 1.6rem;
  }
}

/************************/
/* Page Admission */
/************************/
.list_admission_flow li {
  margin-bottom: 40px;
  /*padding: 20px 0;*/
  border-top: 1px #ccc solid;
  position: relative;
  display: flex;
}
.list_admission_flow li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #007572 transparent transparent transparent;
}
.list_admission_flow li:last-child::after {
  display: none;
}
.list_admission_flow li .nm {
  color: #007572;
  font-size: 4.0rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px;
  margin-right: 20px;
  position: relative;
  z-index: 5;
}
.list_admission_flow li .nm::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #007572;
}
@media screen and (max-width: 768px) {
  .list_admission_flow li .nm {
    font-size: 3.0rem;
    margin-right: 10px;
    padding: 0 10px;
  }
}
.list_admission_flow li .flow_right {
  padding: 10px 0 20px 40px;
  margin-left: -20px;
}
.list_admission_flow li .flow_right .title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #007572;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list_admission_flow li .flow_right {
    padding: 10px 0 20px 20px;
  }
  .list_admission_flow li .flow_right .title {
    font-size: 2.0rem;
  }
}

/******* Page Link *******/
.link_item_col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.link_item_col4::after {
  content: "";
  display: block;
  width: 23.5%;
}
.link_item_col4::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}
.link_item_col4 li {
  width: 23.5%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .link_item_col4 li {
    width: 48%;
  }
}
.link_item_col4 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #D5B324;
  padding: 20px 20px;
  font-weight: 700;
  font-size: 1.8rem;
  height: 150px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .link_item_col4 li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .link_item_col4 li a {
    padding: 10px 10px;
    height: 120px;
    font-size: 1.4rem;
  }
}
.link_item_col4 li a:hover {
  border: 1px solid #007572;
  background: #F3F3F3;
}
.link_item_col4 li a .link_item__title {
  margin-top: auto;
  padding-left: 1em;
  position: relative;
}
.link_item_col4 li a .link_item__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #007572;
  border-right: 2px solid #007572;
  transform: rotate(45deg);
  transition: all .3s;
}
@media screen and (max-width: 575px) {
  .link_item_col4 li a .link_item__title::before {
    width: 5px;
    height: 5px;
  }
}
.link_item_col4 li a:hover .link_item__title::before {
  left: 3px;
}

/******* Page parts *******/
.image_item_col2 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.image_item_col2 .col {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .image_item_col2 .col {
    width: 100% !important;
  }
}
.image_item_col2 .col image {
  width: 100%;
  height: auto;
  margin: 0;
}
.image_item_col2 .col .img_caption {
  background: #007572;
  padding: 20px;
  margin-top: -8px;
}
.image_item_col2 .col .img_caption p {
  color: #fff;
  font-weight: 700;
}

/******* Page Sitemap *******/
.list_sitemap {
  margin: 20px 0 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_sitemap li {
  width: 48%;
  border-bottom: 1px solid #D5B324;
}
@media screen and (max-width: 575px) {
  .list_sitemap li {
    width: 100%;
  }
}
.list_sitemap li a {
  display: block;
  padding: 20px 40px 20px 10px;
  position: relative;
  transition: .3s all;
}
.list_sitemap li a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #007572;
  border-right: 2px solid #007572;
  transform: rotate(45deg);
  transition: .3s all;
}
.list_sitemap li a:hover {
  background: #F3F3F3;
}
.list_sitemap li a:hover::after {
  right: 5px;
}

/*-------------------------------------------
privacy・sitepolicy
-------------------------------------------*/
ul.white{
	font-weight: 300;
	margin-left: 1.5em;
}
ul.white li{
	color: #fff;
	list-style: disc;
}
ol.paren {
  list-style-type: none;
  margin: 0 0 0 3em;
		font-weight: 300;
}
ol.paren li {
	color: #fff;
  counter-increment: cnt;
  margin-bottom: 4px;
}
ol.paren li:before {
  content: "（ " counter(cnt) " ）";
  display:inline-block;
  width: 3.4em;
  margin-left: -3.4em;
}
a.link-white{
	color: #fff;
	text-decoration: underline;
}
a.link-white:hover{
	text-decoration: none;
}

