@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  style.css
=================================================================== */
/*------------------------------------
  common
  ------------------------------------*/
html, body {
  width: 100%;
  color: #0f1941;
  min-width: 1300px;
  letter-spacing: 0.03em;
}
body {
  font-family: Tahoma, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  letter-spacing: 0.03em;
}
a:hover {
  opacity: 0.8;
}
.cf:after {
  content: " ";
  display: block;
  clear: both;
}
.inner {
  margin: 0 auto;
  width: 1240px;
}
.btn_box {
  text-align: center;
}
.btn {
  display: inline-block;
}
.btn_big {
  display: block;
  text-align: center;
}
.btn a {
  display: block;
  text-align: center;
  background: #0f1941;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 26px 181px;
  border-radius: 5px;
}
.btn_big a {
  display: inline-block;
}
.btn_orange {
  border-radius: 4px;
}
.btn_orange a {
  font-size: 22px;
  background: #ffb511;
  padding: 20px 46px;
}
.pagetop a {
  display: block;
  background: #0f1941 url(../img/pagetop.png)no-repeat center;
  position: fixed;
  z-index: 20;
  right: 24px;
  bottom: 24px;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  border-radius: 5px;
}
h1, h2, h3, h4 {
  font-weight: 400;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 765px) {
  html, body {
    width: 100%;
    min-width: 100%;
  }
  .inner {
    width: 93.3%;
    padding: 0;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
  }
  .btn_black {
    display: block;
  }
  .btn a, .mv .btn.btn_big a {
    display: block;
    font-size: 15px;
    padding: 16px;
    border-radius: 2px;
  }
  .btn_orange {
    display: block;
  }
  .btn_orange a {
    display: block;
  }
  .pagetop a {
    width: 35px;
    height: 35px;
    background-size: 16px 8px;
    right: 10px;
    bottom: 10px;
  }
  .slick-next {
    right: 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*---------------
header
---------------*/
header .container {
  position: relative;
  z-index: 100;
  max-width: 1280px;
  margin: auto;
}
header .h_logo {
  width: 74px;
  height: 74px;
  position: absolute;
  left: 20px;
  top: 24px;
}
header .h_logo.logo--pro {
  width: 198px;
  height: 43px;
}
header .h_logo a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 765px) {
  header .h_logo {
    width: 50px;
    height: 50px;
    left: 16px;
    top: 16px;
  }
  header .h_logo.logo--pro {
    width: 120px;
    height: 26px;
    top: 10px;
  }
}
/*---------------
    mv
---------------*/
.mv {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.mv .mv_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mv .mv_img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 1600px;
  margin: auto;
}
.mv_container {
  position: absolute;
  left: 0;
  right: -130px;
  top: 122px;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 30px;
}
.mv_tag {
  margin: 10px 0 14px;
}
.mv_tag span {
  display: inline-block;
  background: #0F1941;
  font-size: 24px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 10px 1em;
}
.mv_img {
  position: relative;
  right: 0;
}
.mv .ttl span {
  width: fit-content;
  display: block;
  font-feature-settings: "palt";
}
.mv .ttl span.color01 {
  font-size: 36px;
  color: #2175D9;
  font-weight: 400;
  margin: 0 0 8px;
}
.mv .ttl span.color02 {
  font-size: 64px;
  color: #0F1941;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 0 30px;
  letter-spacing: -.008em;
}
.mv .ttl span.color03 {
  font-size: 28px;
  color: #2175D9;
  font-weight: 400;
  line-height: 1.5;
}
.mv .ttl span.color04 {
  font-size: 36px;
  color: #2175D9;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0;
}
@media all and (min-width:1600px) {
  .mv {
    height: auto;
  }
  .mv_container {
    max-width: 100%;
    right: -28.2%;
    top: 20.5%;
  }
  .mv .mv_img {
    position: relative;
    width: 100%;
  }
  .mv .mv_img img {
    position: relative;
    height: auto;
    max-width: none;
  }
  .mv_tag {
    margin: 10px 0 14px;
  }
  .mv_tag span {
    font-size: 1.5vw;
  }
  .mv .ttl span.color01 {
    font-size: 2.25vw;
  }
  .mv .ttl span.color02 {
    font-size: 4vw;
  }
  .mv .ttl span.color03 {
    font-size: 1.75vw;
  }
  .mv .ttl span.color04 {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 765px) {
  .mv {
    height: auto;
  }
  .mv .mv_img {
    position: relative;
    padding: 75px 0 0;
  }
  .mv .mv_img.mv--pro {
    padding: 48px 0 0;
  }
  .mv .mv_img img {
    position: relative;
  }
  .mv_container {
    position: relative;
    top: 0;
    left: 0;
    padding: 5% 8% 6.5%;
  }
  .mv_tag {
    margin: 1% 0 4%;
  }
  .mv_tag span {
    font-size: 3vw;
    padding: 1.5% 4.5%;
  }
  .mv .ttl span.color01 {
    font-size: 6.4vw;
    margin: 0 0 2%;
  }
  .mv .ttl span.color02 {
    font-size: 9.6vw;
    padding: 0;
  }
  .mv .ttl span.color03 {
    font-size: 6.4vw;
    margin: 3% 0 0;
    line-height: 1.3;
  }
  .mv .ttl span.color04 {
    font-size: 6.4vw;
    margin: 0 0 3%;
  }
}
.mv_link {
  background: #0F1941;
  padding: 24px 0;
}
.mv_link .link_btn {
  max-width: 1000px;
  margin: auto;
}
.mv_link .link_btn a {
  display: flex;
  align-items: center;
  background: #9600FF;
  font-size: 22px;
  color: #fff;
  padding: 0 0 0 1.5em;
  height: 4em;
  border-radius: 12px;
  max-width: 400px;
  transition: opacity .3s;
  position: relative;
}
.mv_link .link_btn a::before {
  content: '';
  width: 10px;
  height: 15px;
  box-sizing: border-box;
  background: url(../img/arrow01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mv_link .link_btn a span {
  display: block;
}
.mv_anchor {
  background: #F7F5F0;
}
.mv_anchor .anchor_text {
  max-width: 1280px;
  margin: auto;
  padding: 27px 20px;
}
.mv_anchor .anchor_text a {
  display: inline-block;
  font-size: 18px;
  padding: 0 1.6em 0 0;
  background: url(../img/arrow02.svg) no-repeat right center;
  background-size: .8em auto;
}
@media screen and (max-width: 765px) {
  .mv_link {
    padding: 5% 3.3%;
  }
  .mv_link .link_btn a {
    font-size: 4.4vw;
    max-width: 100%;
	    border-radius: 8px;
  }
  .mv_anchor .anchor_text {
    padding: 5% 3.3%;
  }
  .mv_anchor .anchor_text a {
    font-size: 3.6vw;
  }
}
/*------------------------------------
  recruit
	------------------------------------*/
.recruit {
  background: #f6f5f0;
  padding: 20px 0 128px;
  position: relative;
  z-index: 2;
}
.recruit .main_ttl {
  font-size: 40px;
  font-weight: 400;
  color: #0f1941;
  letter-spacing: 0.09em;
  position: relative;
  z-index: 5;
  margin: 0 0 60px;
}
.recruit .main_ttl .txt_l {
  font-size: 50px;
}
.recruit .main_ttl .txt_s {
  font-size: 30px;
}
.recruit .ttl_sub {
  font-size: 18px;
  line-height: 1.7;
  color: #0f1941;
}
.recruit .ttl_s {
  color: #0f1941;
}
@media screen and (max-width: 765px) {
  .recruit {
    padding: 1% 0 12%;
  }
  .recruit:after {
    content: none;
  }
  .recruit .main_ttl {
    font-size: 5.533vw;
    margin: 0 0 8%;
  }
  .recruit .main_ttl .txt_l {
    font-size: 5.6vw;
  }
  .recruit .main_ttl .txt_s {
    font-size: 3.733vw;
  }
  .recruit .ttl_sub {
    font-size: 3.733vw;
    line-height: 1.64;
  }
}
/*------------------------------------
  sakidori
	------------------------------------*/
.financial {
  margin: 50px auto 0;
}
.financial .ttl_s {
  font-size: 18px;
  letter-spacing: 0.03em;
  margin: 0 auto 18px;
}
.performance ul {
  margin: 0 0 24px;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
}
.performance li {
  background: #fff;
  border-radius: 50px;
  font-size: 18px;
  color: #0f1941;
  padding: 4px 27px 6px;
  margin: 0 10px 10px 0;
  position: relative;
}
.performance li:last-child:after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 6px;
  display: inline-block;
  background: url(../img/mark_dot_more.png)no-repeat;
  background-size: 28px 5px;
  width: 28px;
  height: 5px;
  z-index: 5;
}
.performance_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #0f1941;
  margin: 0 auto 50px;
}
.performance_list li {
  width: 32.258064516129%;
  margin: 0 0 40px;
}
.performance_list .ph {
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
.performance_list .ph img {
  display: block;
  width: 50%;
  pointer-events: none;
  margin: 0 auto;
}
.performance_list .ttl_performance {
  font-size: 20px;
  margin: 0 0 10px;
}
.performance_list .txt_performance {
  font-size: 14px;
  line-height: 1.85;
  margin: 0 0 20px;
}
.performance_list .btn_performance {
  font-size: 16px;
  text-align: center;
}
.performance_list .btn_performance a {
  display: block;
  color: #fff;
  padding: 15px;
  background: #0f1941;
  border-radius: 4px;
}
.financial .btn {
  display: block;
  text-align: center;
}
.financial .btn a {
  display: inline-block;
  background: #9600FF;
}
@media screen and (max-width: 765px) {
  .financial {
    margin: 30px 0 0;
  }
  .financial .ttl {
    font-size: 19px;
    margin: 0 0 12px;
  }
  .financial .ttl_s {
    font-size: 4vw;
    margin: 0 0 4.3%;
  }
  .performance ul {
    width: 100%;
    margin: 0 auto 20px;
  }
  .performance li {
    font-size: 3.2vw;
    padding: .3% 3% .6%;
    margin: 0 1.5% 1.5% 0;
  }
  .performance li:last-child:after {
    right: -26px;
    background: url(../img/mark_dot_more.png)no-repeat;
    background-size: 18px 3px;
    width: 18px;
    height: 3px;
  }
  .performance_list {
    width: 100%;
    margin: 0 0 14%;
  }
  .performance_list li {
    width: 100%;
    margin: 0 0 8%;
  }
  .performance_list li:last-child {
    margin: 0;
  }
  .performance_list .ttl_performance {
    font-size: 4.267vw;
    text-align: left;
    margin: 0 0 2%;
  }
  .performance_list .txt_performance {
    font-size: 3.467vw;
  }
  .performance_list .btn_performance a {
    display: block;
    font-size: 4vw;
    padding: .867em;
    border-radius: 2px;
  }
  .financial .btn a {
    display: block;
    font-size: 4vw;
    padding: .867em;
    border-radius: 2px;
  }
}
/*------------------------------------
  reason
  ------------------------------------*/
.reason {
  padding: 120px 0 105px;
}
.reason .ttl_sec {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #0f1941;
  margin: 0 0 100px;
  position: relative;
}
.reason .ttl_sec .txt_l {
  display: block;
  font-size: 60px;
}
.reason .ttl_sec .txt_s {
  font-size: 30px;
}
.reason .box_ttl {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #0f1941;
  margin: 0 0 17px;
}
.reason .box_ttl span {
  display: block;
  font-size: 18px;
  color: #e33a28;
}
.reason .txt {
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #0f1941;
}
.reason .txt span {
  font-size: 122.22%;
}
.reason_list .ph {
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 15px;
}
.reason_list {
  margin: 44px -30px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.reason_list li {
  width: 285px;
  margin: 0 30px 0 0;
}
.reason_list li:nth-child(-n+4) {
  margin-bottom: 54px;
}
.reason_list .ph img {
  display: block;
  width: 50%;
  pointer-events: none;
  margin: 0 auto;
}

.reason_list .list_ttl {
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #0f1941;
  margin: 0 auto 12px;
}
.reason_list .list_txt {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.73;
}
@media screen and (max-width: 765px) {
  .reason {
    padding: 10.7% 0 0;
  }
  .reason .ttl_sec {
    font-size: 4vw;
    margin: 0 0 6.5%;
  }
  .reason .ttl_sec .txt_l {
    font-size: 9.333vw;
  }
  .reason .ttl_sec .txt_s {
    font-size: 4vw;
  }
  .reason .box_ttl {
    font-size: 5.6vw;
    margin: 0 0 5.7%;
  }
  .reason .box_ttl span {
    font-size: 12px;
  }
  .reason .txt {
    font-size: 3.733vw;
  }
  .reason_list .ph img {
    width: 100%;
  }
  .reason_list .list_ttl {
    font-size: 4.267vw;
    text-align: left;
    margin: 0 auto 2%;
  }
  .reason_list .list_txt {
    font-size: 3.467vw;
  }
  .reason_list {
    margin: 10% 0 0;
    display: block;
  }
  .reason_list li, .reason_list li:nth-child(-n+4) {
    width: auto;
    margin: 0 0 6.5%;
  }
  .reason_list .ph {
    width: 38%;
    margin: 0;
  }
  .reason_list li:nth-child(even) .ph {
    float: left;
  }
  .reason_list li:nth-child(odd) .ph {
    float: right;
  }
  .reason_list .txt_box {
    width: 58%;
    margin: -5px 0 0;
  }
  .reason_list li:nth-child(even) .txt_box {
    float: right;
    padding: 0 3% 0 0;
  }
  .reason_list li:nth-child(odd) .txt_box {
    float: left;
    padding: 0 0 0 3%;
  }
  .reason_box.box_half, .reason_box.box_half:last-child {
    float: none;
    width: 100%;
  }
  .reason_box.box_half:first-child {
    background: #fff;
  }
  .reason_box.box_half .txt {
    font-size: 16px;
    padding: 0;
  }
  .white_box {
    background: #fff;
    padding: 20px 0 45px;
  }
  .white_box .btn_box {
    width: 93.3%;
    margin: 0 auto;
  }
  .reason_box.box_big {
    padding: 0 0 7.2%;
  }
  .reason_box.box_half {
    padding: 17px 5%;
  }
  .reason_box.box_half .sub_ttl {
    font-size: 17px;
    line-height: 1.41;
  }
  .reason_box.box_half .sub_ttl:nth-child(n+2) {
    margin-top: 20px;
  }
  .reason .txt_01 {
    padding: 0 5%;
    margin: 0 0 20px;
    text-align: left;
  }
}
/*------------------------------------
  anxiety
------------------------------------*/
.anxiety {
  background: #0f1941;
  padding: 90px 0 60px;
}
.anxiety .ttl {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 50px;
  color: #fff;
}
.anxiety .txt {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  margin: 0 0 28px;
}
.anxiety .btn_orange a {
  background: #9600FF;
  position: relative;
}
.anxiety .btn_orange a::before {
  content: '';
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .7em;
  height: .7em;
  box-sizing: border-box;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
}
.anxiety_box {
  display: flex;
  flex-wrap: wrap;
}
.anxiety_box .txt_box {
  width: 620px;
  margin: 0 110px 0 86px;
}
.anxiety_box .ph {
  width: 350px;
}
@media screen and (max-width: 765px) {
  .anxiety {
    padding: 34px 0 32px;
    background: #0f1941 url(../img/img_anxiety.png)no-repeat right top;
    background-size: 45% auto;
  }
  .anxiety_box .txt_box {
    width: 100%;
    margin: 0;
  }
  .anxiety .ttl {
    font-size: 4.267vw;
    line-height: 1.56;
    margin: 0 0 6%;
    float: left;
  }
  .anxiety .txt {
    font-size: 3.733vw;
    width: 52%;
  }
  .anxiety .btn_orange a {
    font-size: 4vw;
    padding: 1em 0;
  }
  .anxiety .ph {
    display: none;
  }
}
/*------------------------------------
  remodal
------------------------------------*/
.remodal-overlay {
  background: rgba(15, 25, 65, 0.9);
}
.remodal-wrapper {
  padding: 0;
  overflow: hidden;
}
.remodal:after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  z-index: -1;
  background: url(../img/bg_modal_pc.png) left 185% no-repeat;
  background-size: 500px 600px;
  width: 500px;
  height: 600px;
  padding: 0;
}
.remodal {
  background: transparent;
  width: 100%;
  max-width: inherit;
  padding: 0;
}
.remodal .main_txt {
  font-size: 30px;
  color: #fff;
  margin: 0 0 40px;
}
.remodal ul {
  width: 805px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.remodal li {
  width: 388px;
  text-align: cetner;
  border-radius: 10px;
}
.remodal li a {
  display: block;
  font-size: 22px;
  line-height: 1.54;
  padding: 36px 20px;
  color: #fff;
  border-radius: 10px;
}
.remodal li:first-child a {
  background: #9600FF;
}
.remodal li:last-child a {
  background: #9600FF;
}
.remodal-close {
  position: fixed;
  top: -160px;
  right: 40px;
  left: inherit;
  width: 42px;
  height: 42px;
}
.remodal-close:before {
  position: fixed;
  top: -160px;
  right: 40px;
  left: inherit;
  background: url(../img/icon_close.png)no-repeat;
  background-size: 42px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
}
@media screen and (max-width: 765px) {
  .remodal {
    padding: 13px;
    margin: 0 auto;
  }
  .remodal ul {
    width: 100%;
    margin: 0 0 10px;
  }
  .remodal li {
    width: 48%;
  }
  .remodal li a {
    font-size: 14px;
    line-height: 1.64;
    padding: 30px 20px;
    border-radius: 5px;
  }
  .remodal-close {
    position: fixed;
    top: -40px;
    right: 10px;
    left: inherit;
    width: 21px;
    height: 21px;
  }
  .remodal-close:before {
    position: fixed;
    top: -40px;
    right: 10px;
    left: inherit;
    background-size: 21px;
    width: 21px;
    height: 21px;
  }
  .remodal .main_txt {
    font-size: 15px;
    margin: 0 0 32px;
  }
  .remodal .tel_btn {
    font-size: 14px;
    text-align: center;
  }
  .remodal .tel_btn a {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    background: #2175D9;
    border-radius: 4px;
    padding: 15px;
  }
  .remodal:after {
    top: inherit;
    left: 0;
    bottom: -170px;
    background: url(../img/bg_modal_pc.png) left 185% no-repeat;
    background-size: 136px 170px;
    width: 136px;
    height: 170px;
    padding: 0;
  }
}
/*------------------------------------
  office
------------------------------------*/
.office {
  background: #f7f5f0;
  padding: 84px 0 170px;
}
.office .ttl_sub {
  font-size: 24px;
  margin: 0 0 20px;
}
@media screen and (max-width: 765px) {
  .office {
    padding: 8% 0 23.467%;
  }
  .office .ttl_sub {
    font-size: 5.533vw;
    margin: 0 0 4%;
  }
}
/*------------------------------------
  greeting
------------------------------------*/
.greeting {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 64px;
}
.greeting .txt_box {
  width: 690px;
}
.greeting .ph {
  width: 500px;
  margin: 12px 0 0;
  overflow: hidden;
  border-radius: 15px;
}
.greeting .ph img {
  width: 100%;
}
.greeting .ttl_greeting {
  font-size: 30px;
  line-height: 1.6;
  margin: 0 0 14px;
}
.greeting .sub_ttl {
  font-size: 18px;
  margin: 0 0 6px;
}
.greeting .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 26px;
}
.greeting .txt:last-child {
  margin: 0;
}
.news .ttl_sub {
  font-size: 24px;
  margin: 0 0 20px;
}
.instagram ul {
  display: flex;
  margin: 0 0 76px;
}
.instagram li {
  flex: 1;
  margin: 0 10px;
  height: 200px;
  width: auto;
}
.instagram li {
  background: #fff;
}
.instagram li:hover {
  opacity: 0.8;
}
.instagram li img {
  height: 200px;
}
.instagram .slick-prev, .instagram .slick-next {
  display: none !important;
}
.introduction {
  margin: 0 0 74px;
}
.introduction ul {
  margin: 0 auto 50px;
}
.introduction li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.introduction li:nth-child(even) {
  flex-direction: row-reverse
}
.introduction li .ph {
  width: 620px;
  overflow: hidden;
  border-radius: 15px;
}
.introduction li .ph img {
  width: 100%;
}
.introduction li .txt_box {
  width: 620px;
  padding: 0 70px;
}
.introduction li .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 30px;
}
.introduction li .txt:last-child {
  margin: 0;
}
.introduction .btn {
  display: block;
  text-align: center;
}
.introduction .btn a {
  display: inline-block;
  background: #9600FF;
  position: relative;
}
.introduction .btn a::before {
  content: '';
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .7em;
  height: .7em;
  box-sizing: border-box;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
}
.voice {
  margin: 0 0 65px;
}
.voice ul {
  display: flex;
  flex-wrap: wrap;
}
.voice li {
  width: 600px;
  padding: 20px;
  margin: 0 34px 0 0;
}
.voice li:last-child {
  margin: 0;
}
.voice .txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
  margin: 0 0 20px;
}
.voice .name {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.access .freedial {
  font-size: 14px;
  margin: 0 0 6px;
}
.access .freedial .txt_big {
  display: block;
  font-size: 36px;
  line-height: 1.2;
}
.access .access_detail {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px;
}
.access .access_detail th, .access .access_detail td {
  padding: 10px 0;
}
.access .access_detail th {
  font-weight: 400;
  text-align: left;
  padding-right: 35px;
  vertical-align: top;
}
.access_directions {
  font-size: 14px;
  line-height: 1.42;
}
.access_directions .txt {
  margin: 0 0 20px;
}
.access_directions .txt:last-child {
  margin: 0;
}
.access_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access .txt_box {
  width: 620px;
}
.access .txt_box .txt {
  font-weight: 400;
}
.access .txt_box .txt_b {
  display: block;
}
@media screen and (max-width: 765px) {
  .greeting {
    margin: 0 0 23px;
  }
  .greeting .ttl_greeting {
    font-size: 4.533vw;
    margin: 0 0 4.3%;
  }
  .greeting .txt_box {
    width: 100%;
    margin: 0 0 20px;
  }
  .greeting .sub_ttl {
    font-size: 3.733vw;
    margin: 0;
  }
  .greeting .txt {
    font-size: 3.733vw;
    margin: 0 0 6%;
  }
  .news .ttl_sub {
    font-size: 4.533vw;
    text-align: center;
    margin: 0 0 2.3%;
  }
  .greeting .ph {
    padding: 0;
  }
  .instagram ul {
    margin: 0 0 7%;
  }
  .instagram li {
    height: 77px;
    width: auto;
    margin: 0 3px;
  }
  .instagram li img {
    height: 77px;
  }
  .introduction {
    padding: 0;
    margin: 0 0 40px;
  }
  .introduction .sp_inner {
    width: 100%;
  }
  .introduction ul {
    margin: 0 auto 10px;
  }
  .introduction li {
    margin: 0 0 3%;
  }
  .introduction li .ph {
    width: 96.5%;
  }
  .introduction li:nth-child(even) .ph {
    margin: 0 0 0 auto;
  }
  .introduction li .txt_box {
    width: 100%;
    padding: 4%;
    background: #f7f5f0;
    margin: -50px 0 0 14.4%;
  }
  .introduction li:nth-child(even) .txt_box {
    margin: -50px 14.4% 0 0;
  }
  .introduction li .txt {
    font-size: 3.733vw;
    line-height: 1.64;
    margin: 0 0 6%;
  }
  .introduction .btn a {
    display: block;
    font-size: 4vw;
  }
  .voice {
    margin: 0;
  }
  .voice li {
    width: 100%;
    padding: 4% 0;
    margin: 0 0 4.5%;
  }
  .voice .txt {
    font-size: 3.467vw;
    line-height: 1.76;
  }
  .voice li:last-child {
    margin: 0;
  }
  .voice .name {
    font-size: 3.2vw;
  }
  .access .freedial {
    font-size: 3.733vw;
    margin: 0 0 3.5%;
  }
  .access .freedial .txt_big {
    font-size: 7.733vw;
  }
  .access .access_detail {
    font-size: 3.733vw;
  }
  .access .access_detail th {
    width: 30%;
    padding: 3% 0;
  }
  .access .access_detail td {
    padding: 3% 0;
  }
  .access_directions {
    font-size: 3.733vw;
    margin: 0 0 7.2%;
  }
  .access_directions .txt {
    line-height: 1.64;
  }
  .access .map {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*------------------------------------
  footer
  ------------------------------------*/
.footer {
  background: #0f1941;
}
.copyright {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 47px 0 50px;
}
@media screen and (max-width: 765px) {
  .copyright {
    padding: 15px 0;
  }
}