@charset "utf-8";
/* base
----------------------------------------------------*/
/*font-family: "Noto Sans Japanese", sans-serif;*/

* {
  padding: 0;
  margin: 0;
}
html {
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  min-height: 100%;
}
body {
/*  font-family: 'Noto Sans JP', 'Roboto', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;*/
  /*font-family: "Noto Sans Japanese", 'Roboto', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;*/
  font-family: kozuka-mincho-pro, serif;
font-weight: 500;
font-style: normal;
  font-size: 14px;
  color: #3e3a39;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  min-width: 1240px;
  font-weight: 500;
}
header nav ul {
  font-size: 14px;
}
/* h2 {
  font-weight: 600;
}*/
h1 {
  font-weight: 500!important;
}

.hov:hover {
  opacity: 0.5!important;
}
.hov a {
  display: block;
}

a.current_border {
  border-bottom: 2px solid #0085CD;
}
br.sp_br {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
p {
  font-size: 14px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
p, pre, blockquote, ul, ol, dl, dt, dd, hr, form, input {
  margin: 0;
  padding: 0;
}
p {
  line-height: 31px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
table {
  border-collapse: collapse;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
ul li {
  list-style-type: none;
}
.syatai {
  font-style: italic;
}
/*div.all_wrap {
  min-width: 1200px;
}*/

/* link
----------------------------------------------------*/
a:link {
  color: #231815;
  text-decoration: none;
}
a:visited {
  color: #231815;
  text-decoration: underline;
}
a:hover {
  color: #231815;
  text-decoration: none;
}
a.original:hover {
  border-bottom: 1px solid #c5c5c5;
}
a.original {
  color: #0085CD;
}
a.original:visited {
  color: #0085CD;
}
/* rollover
----------------------------------------------------*/
.hov {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}
.hov:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}
/* clear
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* header
----------------------------------------------------*/
p.logo {
  min-width: 160px;
  line-height: 0;
  margin-top: 0;
}
p.logo img[src$=".svg"] {
  width: 130px;
}
header {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 24;
  min-height: 75px;
  box-sizing: border-box;
}
div.head_sec {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 0 20px;
  position: relative;
}
header nav ul li a.gn_first_list {
  position: relative;
  top: 24px;
  padding-bottom:7px;
}
header nav {
  /*position:relative;*/
  display: flex;
  align-items: center;
}
header nav ul {
  text-align: center;
  display: block;
}
header nav li {
  display: inline-block;
  list-style: none;
  min-height: 65px;
}
/*header nav .current{
 opacity:1;
}*/
header nav span {
  background: #0085CD;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
  pointer-events: none;
}
header nav a {
  text-decoration: none;
}
header ul {
  display: flex;
  align-items: center;
  font-weight: bold;/*  max-width: 860px;*/
}
header ul li {
  margin-left: 40px;
}
p.contact_nav {
  color: white;
  padding: 10px 50px 10px 40px;
  margin-left: 40px;
  position: relative;
  font-weight: 600;
}
p.contact_nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #0084cc;
  transform: skew(-30deg);
  transition: 0.5s linear;
}
p.contact_nav:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #b7dae7;
  transform: skew(0deg);
  transition: 0.5s linear;
}
p.contact_nav a {
  color: white;
}
/*li a::after,td a::after {
  height: 2px;
  background:-webkit-gradient(linear, left top, right bottom, from(#60bfe3), to(#207fbf));
	background:-moz-linear-gradient(left, #60bfe3, #207fbf);
  background:-ms-linear-gradient(left, #60bfe3, #207fbf);
	background:linear-gradient(left, #60bfe3, #207fbf);
  bottom: 0;
  content: "";
   display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}*/
li a.con_hov::after {
  background: none;
}
li a:hover::after, td a:hover::after {
  width: 100%;
}
li.focus a::after {
  display: none;
}
/* contents
----------------------------------------------------*/
div.title_bg_blue {
  width: 100%;
  background-color: #E6F2F7;
}
div.title_bg_blue h1 {
  max-width: 1100px;
  text-align: left;
  margin: 0 auto 50px;
  padding: 80px 0 100px;
  font-weight: normal;
  min-width: 105px;
  position: relative;
  text-align: center;
}
/*div.title_bg_blue h1:before {
  content: '';
  position: absolute;
  bottom: 90px;
  display: inline-block;
  width: 55px;
  height: 3px;
  left: 13px;
  background-color: #0084cc;
  left: 0;
  right: 0;
  margin: auto;
}*/
section.news_block dl {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}
section.news_block dl dt {
  border-top: 1px solid #0084cc;
  width: 19%;
  box-sizing: border-box;
  text-align: center;
  padding: 25px 0 20px;
 /* display: table-cell;*/
  vertical-align: top;
  line-height: 31px;
}
section.news_block dl dd a:hover {
  border-bottom: 1px solid #c5c5c5;
}
section.news_block dl dt:nth-last-child(2) {
  border-bottom: 1px solid #0084cc;
}
section.news_block dl dd {
  box-sizing: border-box;
  width: 78%;
  padding: 25px 0 20px;
  margin-left: 30px;
  border-top: 1px solid #c5c5c5;
  position: relative;
  line-height: 31px;
}
section.news_block dl dd:last-child {
  border-bottom: 1px solid #c5c5c5;
}
span.news_new {
  color: #da4713;
  padding-left: 1em;/* position: absolute;*/
}
span.news_category1 {
  background-color: #e5e5e5;
  padding: 2px 10px 2px;
  margin: 0 1em 0;
  display: inline-block;
  width: 100px;
  text-align: center;
}
span.hidden_cat {
  visibility: hidden;
}
section.contact {
  margin-top: 0;
  color: white;
}
section.contact ul:first-child {
  display: flex;
}
div.gradation {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to right, #60cbf2, #31a9e0, #0086ce);
}
div.gradation h3 {
  font-size: 25px;
  font-weight: normal;
  margin-top: 40px;
  position: relative;
}
/*div.gradation h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
}*/
div.gradation p:nth-of-type(1) {
  font-size: 14px;
  margin-top: 60px;
}
div.gradation p:nth-of-type(2) {
  font-size: 13px;
  border: 1px solid white;
  width: 290px;
  text-align: center;
  margin-top: 25px;
}
div.gradation p:nth-of-type(2) a {
  color: white;
}
div.gradation p:nth-of-type(3) {
  font-size: 14px;
  padding: 25px;
}
div.gradation p:nth-of-type(3) span {
  font-size: 30px;
}
/*footer
----------------------------------------------------*/
footer {
  display: flex;
  justify-content: space-between;
  padding: 1% 1% 1% 1%;
  border-bottom: #00a9e6 8px solid;
}
.about_btn img[src$=".svg"], p.more_btn img[src$=".svg"] {
  width: 30px;
  padding: 0 0 5px 5px;
  transition: 0.5s linear;
}
p.more_btn img[src$=".svg"] {
  position: absolute;
  right: 15px;
  top: 15px;
}
.about_btn a {
  transition: 1s linear;
  color: #0085CD;
}
.about_btn a:hover {
  transition: 1s linear;
  opacity: 0.7;
}
/*.about_btn img:hover {
  transform: translateX(10px);
}*/
.move_b {
  transition: 3s ease-out;
  transform: translateX(10px);
}
footer p img[src$=".svg"] {
  width: 140px;
}
div.footer_left {
  display: flex;
}
div.footer_left p:first-of-type {
  min-width: 150px;
}
div.footer_left p:nth-of-type(2) {
  font-size: 13px;
}
div.footer_left div.footer_left_2 {
  padding-left: 40px;
  padding-top: 5px;
}
footer p.about_btn {
  font-size: 13px;
  color: #0084cc;
  margin-top: 40px;
  text-indent: 0.5em;
}
footer div.footer_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
}
footer div.footer_right ul {
  display: flex;
  font-size: 12px;
}
footer div.footer_right ul li {
  border-left: 1px solid #4d4d4d;
  padding: 1px 15px 1px 15px;
}
footer div.footer_right ul li:last-child {
  border-right: 1px solid #4d4d4d;
}
footer div.footer_right ul li a:hover {
  border-bottom: 1px solid #c5c5c5;
}
footer div.footer_right p.small {
  font-size: 10px;
  text-align: right;
  font-style: italic;
}
ul.sp_footer {
  display: none;
}

.footer_left_2 p {
  line-height: inherit;
}
/*contents*/

p.more_btn {
  width: 300px;
  border: 1px solid #0084cc;
  text-align: center;
  color: #0084cc;
  margin: 60px auto 0;
}
p.more_btn a {
  color: #0084cc;
}
.more_btn_anc {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  background: transparent;
  line-height: 3em;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  position: relative;
  z-index: 1;
}
.more_btn_anc:hover, .more_btn_anc:active {
  color: #ffffff;
  text-decoration: none;
}
.more_btn_anc:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #60bfe3, #207fbf);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: -1;
}
.more_btn_anc:hover:after {
  width: 100%;
}
p.page-top {
  position: fixed;
  right: -210px;
  bottom: 150px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  z-index: 200;
}
p.to_lp {
  position: fixed;
  right: -210px;
  bottom: 280px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 200;
}
p.page-top.show {
  right: 85px;
}
p.to_lp.show {
  right: 55px;
}
p.page-top img {
  width: 60px;
}
p.to_lp img {
  width: 123px;
}
p.page-top img:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
p.to_lp img:hover {
  filter: contrast(0%);
  transition: all 0.5s;
}
div.txt_wrap {
  position: relative;
  background: red;
  width: 0;
  height: 50px;
}
div.txt_wrap::after {
  content: '';
  position: relative;
  background: blue;
  width: inherit;
  height: inherit;
}
@keyframes nobiru {
 0% {
 width: 0;
 background: pink;
}
 100% {
 width: 100%;
 background: gold;
}
}
.txt_wrap {
  animation-name: nobiru;
  animation-duration: 10s;
  animation-iteration-count: 1;
}
 @keyframes nobiru2 {
 0% {
 width: 100%;
}
 100% {
 width: 150%;
}
}
.txt_wrap::after {
  animation-name: nobiru2;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-delay: 0;
}
/*.fade_on {
    opacity: 1;
}*/






li.focus::after {
  border: 1px solid white;
}
.focus a {
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #000;
}
.focus a img {
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.4s ease-in-out;
  transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.4s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: block;
  width: 100%;
  /*opacity: 0.8;*/
  opacity: 1;
}
.focus a:hover img {
  /*transition: opacity 0.4s ease-in, -webkit-transform 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 4s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.4s ease-in;
  transition: transform 4s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.4s ease-in, -webkit-transform 4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);*/
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
li.focus {
  position: relative;
  width: 100%;
}
.focus_text_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 90px;
}
.focus_text_box p {
  text-align: center;
}
.focus_text_box p:nth-child(1) {
  font-size: 27px;
  color: white;
  box-sizing: border-box;
  max-width: 120px;
  margin: 0 auto;
  padding-bottom: 1%;
}
.focus_text_box p:nth-child(2) {
  font-size: 13px;
  color: #0080C8;
  padding: 2px 5px 2px;
  background-color: white;
  box-sizing: border-box;
  max-width: 120px;
  margin: 0 auto;
}
li.focus img[src$=".svg"] {
  width: 2px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: none;
}
.fade_up {
  opacity : 0;
  transform : translate(0, 30px);
  transition : all 500ms;
}
.fade_up.scroll_up {
  opacity : 1;
  transform : translate(0, 0);
}
.fade_up:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.fade_up:nth-of-type(3) {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}
.fade_up:nth-of-type(4) {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}
.fade_up:nth-of-type(5) {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}
.anm_mod.left {
  transform: translate3d(-8%, 0, 0);
}
.anm_mod.right {
  transform: translate3d(8%, 0, 0);
}
.anm_mod.delay {
  transition: all 1s ease;
}
.anm_mod.fast {
  transition: all 0.8 ease;
}
.anm_mod.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fade-up_base {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}


/*青地リード*/
div.text {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
}

/*ふつうのテーブル*/
.table_layout {
	margin: 10px 0;
	border: none;
	font-size:14px;
  line-height: 2;
}

.table_layout th {
	padding: 0 0.5em 5px 0;
	background: transparent;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	border: none;
	text-align:left;
  width: auto;
}
.table_layout td {
	padding: 0 0 5px 0;
	border: none;
	background:none;
  width: auto;
}

.sp_table {
    display: none!important;
  }



/*ナビスパン*/
.g_nav span {
  display: none;
}


a[href^="tel:"] { 
  pointer-events: none;
  color: white;
}



@media screen and (max-width:1261px) {
header ul {
  display: none;
}
header nav {
  display: none;
}
}

@media screen and (max-width:767px) {
body {
  min-width: inherit;
  font-size: 12px;
}
p {
  font-size: 12px;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
br.sp_br {
  display: block;
}
div.all_wrap {
  min-width: 100%;
}
  .sp_table {
    display: table!important;
  }
header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(30,30,80,.3);
  left: 0;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 24;
  padding: 5px 10px 5px;
  min-height: auto;
  
}
p.logo img[src$=".svg"] {
  width: 90px;
}
div.head_sec {
  padding: 10px 10px 10px 0;
}
header ul {
  display: none;
}
header nav {
  display: none;
}
  div.title_bg_blue h1 {
    padding: 40px 0 50px;
    margin-bottom: 25px;
    font-size: 25px;
  }
  div.title_bg_blue h1:before {
    bottom: 40px;
  }
footer {
  padding: 5% 3% 1% 3%;
}
footer p img[src$=".svg"] {
  width: 80px;
}
div.footer_left div.footer_left_2 {
  padding: 0;
}
div.footer_left p:nth-of-type(3) {
  text-align: right;
}
  div.text {
  margin-bottom: 15px;
  font-size: 15px;
}
ul.sp_footer {
  display: block;
  display: flex;
  justify-content: space-around;
  /*  font-size: 14px;*/
  border-bottom: 1px solid #a6a6a6;
}
ul.sp_footer li {
  padding: 5%;
  display: table-cell;
  width: 49%;
  vertical-align: middle;
  text-align: center;
}
ul.sp_footer li:last-child {
  display: inline-block;
  border-left: 1px solid #a6a6a6;
}
footer div.footer_right {
  display: none;
}
section.news_block {
  background-image: none;
}
section.news_block div.flex {
  display: block;
}
section.news_block h1 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
/*section.news_block h1:before {
  left: 50%;
}*/
section.news_block dl {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 10% auto;
  justify-content: space-between;
}
section.news_block dl dd {
  box-sizing: border-box;
  width: 65%;
}
section.news_block dl dt {
  width: 25%;
  text-align: left;
}
span.news_category1 {
  display: inline-block;
}
/*span.sp_cat {
  display: block;
}*/
span.hidden_cat {
  display: none;
}
  
  .table_layout th,.table_layout td {
    display: table-cell;
    text-align: left;
  }
  .table_layout {
    width: auto;
  }
/*p.page-top {
  display: none;
}*/
p.to_lp {
  display: none;
}
  
  .sp_block_table th,.sp_block_table td {
    display: block;
  }
  p.page-top.show {
  right: 20px;
}
  p.page-top img {
    width: 40px;
  }
  .sp_br_none{
    display: none!important;
  }
  .all_wrap .contents {
    padding-bottom: 0;
  }
  section.contact {
    margin-top: 80px!important;
  }
  
  
  span.news_category1 {
    width: auto;
  }
  
  a[href^="tel:"] { 
  pointer-events: auto;
}
  span.news_new {
  display: inline-block;
}

  span.news_category1 {
    margin-bottom: 0.5em!important;
    margin-left: 1em!important;
    line-height: 1!important;
}
  
}







/*.g_nav {
  position:relative;
}*/
.g_nav > ul {
  margin: 0 auto;
  list-style: none;
}
.g_nav > ul > li {
  width: 100%;
  text-align: center;
}
.mdd_wrap {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 300;
}
.mdd_wrap .mdd_inner {
  margin: 0 auto;
  background: white;
  border-top: 1px solid #B7B8B8;
  height: auto!important;
  display: none;
}
.mdd_wrap .mdd_inner .mdd_inner2 {
  display: flex;
  justify-content: center;
}
ul.mega_ul {
  display: flex;
  font-weight: normal;
  max-width: 950px;
  flex-wrap: wrap;
  margin: 20px 0 20px;
  align-items: baseline;
}
ul.mega_ul li {
  margin-left: 10px;
}
p.mega_gra {
  background: linear-gradient(to right, #60cbf2, #31a9e0, #0086ce);
  color: white;
  width: 315px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0px;
}
p.mega_gra2 {
  background: linear-gradient(to right, #60cbf2, #31a9e0, #0086ce);
  color: white;
  width: 315px;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0px;
}
p.mega_gra2_2 {
  background: linear-gradient(to right, #60cbf2, #31a9e0, #0086ce);
  color: white;
  width: 315px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0px;
}
div.mega_txt {
  text-align: left;
  padding-top: 0.5em;
}
div.mega_gra2_wrap {
  position: relative;
}
div.mega_gra2_wrap p.more_btn {
  position: absolute;
  margin-top: 0;
  bottom: 100px;
  width: 200px;
  left: 0;
  right: 0;
  z-index: 20;
  margin: auto;
  border: white 1px solid;
  color: white;
  font-weight: normal;
}
div.mega_gra2_wrap p.more_btn a {
  color: white;
  display: block;
}
/*リードテキスト*/
.text_trg {
  /*  display: inline-block;*/
  position: relative;
  z-index: 1;
  color: white;
  padding: 5px 10px 5px 10px;
}
.text_trg::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #0084cc;
}
/*一番上のみ*/
.text {
  position: relative;
  z-index: 1;
  color: white;
  padding: 5px 20px 5px 20px;
  display: table;
}


.inner {
  display: inline-block;
  animation-name: in;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-timing-function: cubic-bezier(.75, 0, .2, 1);
  animation-fill-mode: backwards, forwards;
}
.inner_2 {
  display: inline-block;
}

 @keyframes in {
 0% {
 transform-origin: 0 0;
 transform: scale3d(0, 1, 1);
}
 100% {
 transform-origin: 0 0;
 transform: scale3d(1, 1, 1);
}
}

@keyframes out {
 0% {
 transform-origin: 100% 0;
 transform: scale3d(1, 1, 1);
}
 100% {
 transform-origin: 100% 0;
 transform: scale3d(1, 1, 1);
}
  
  
}



.text::before.roll {
  animation-name: in, out;
  animation-duration: .5s;
  animation-delay: 0s, .5s;
  animation-timing-function: cubic-bezier(.75, 0, .2, 1);
  animation-fill-mode: backwards, forwards;
}

.box_white {
  background-color: rgba(255,255,255,0.75);
}

.box_white h1 {
  width: 90%;
  text-align: left;
  margin: 0 auto 95px;
  padding: 80px 0 100px;
  font-weight: normal;
  min-width: 105px;
  position: relative;
}
.box_white h1:before {
  content: '';
  position: absolute;
  bottom: 90px;
  display: inline-block;
  width: 30px;
  height: 3px;
  left: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0084cc;
}


a.anc {
  display: block;
  padding-top: 75px;
  margin-top: -75px;
  height: 1px;
}
a.anc2 {
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width:767px) {
  a.anc {
    display: block;
    padding-top: 10px;
    margin-top: -10px;
  }
  a.anc2 {
    display: block;
    padding-top: 10px;
    margin-top: -10px;
  }
}

/*LPここから*/
/*font-family: kozuka-mincho-pro, serif;
font-style: normal;
font-weight: 200;*/




div.head_sec {
  padding: 0 25px 0 25px;
}
div.head_sec ul li {
 font-size: 16px;
}
div.head_sec ul li:nth-child(2) {
  border-left: #262626 solid 1px;
  padding-left: 40px;
}

footer {
  padding: 0;
  display: flex;
  justify-content: space-around;
  border-bottom: none;
}
footer p:nth-child(2) {
  font-size: 10px;
  display: flex;
  align-items: center;
}
.footer_block {
  display: flex;
  align-items: center;
}
.footer_block p {
  padding: 0 25px 0 25px;
}
.footer_block p:nth-child(2) {
  font-size: 14px;
  background-image: url("../../common/images/square.png");
  background-repeat: no-repeat;
  background-position: right 5px;
}
.footer_block p:nth-child(2) a:hover,header li a:hover {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  div.head_sec {
    padding-left: 0;
  }
  .logo img {
    width: 50%;
  }
  footer {
    display: block;
  }
  .footer_block img:nth-child(1) {
    width: 65%;
  }
  .footer_block p:nth-child(1) {
    padding-left: 0;
  }
  .footer_block p:nth-child(2)  {
    padding-top: 5px;
    background-image: url(../../common/images/square.png);
    background-repeat: no-repeat;
    background-position: right 25px;
    padding-top: 20px;
  }
  .footer_block {
  justify-content: space-around;
  }
  footer p:nth-child(2) {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }
}