@charset "UTF-8";
/*
Theme Name: Free Wave
Author: the 株式会社 フリー・ウエイブ
Author URI: https://www.f-w.co.jp/
Version: 1.0
*/
/* =====================================
  BASE
===================================== */
/*--------------------------------------
  Font Responsive
--------------------------------------*/

body {
  font-size: 62.5%;
  letter-spacing: 0.1em;
  font-family: "Hiragino Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #F5F5F5;
  font-weight: 400;
  overflow: auto;
  -ms-overflow-style: none;
  top: 0 !important;
  background-color: #010102;
}

/* img */
img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
image {
  width: 100%;
  vertical-align: bottom;
}
/* hover */
a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* スマホ禁止事項 */
* {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}


/*--------------------------------------
  PC TB SP
--------------------------------------*/
.sp {
  display: none !important;
}

.mb {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }

  .pcm {
    display: none;
  }
}


/* =====================================
Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*--------------------------------------
Header
--------------------------------------*/
.header {
  position: fixed;
  width: 92%;
  top: 0;
  left: 0;
  padding: 3% 4% 0 4%;
  height: 65px;
  z-index: 9999;
}

.header.sp{
  background: #010102;
  z-index: 9997;
}
.header .logo {
  vertical-align: middle;
  width: 170px;
}
.main img.splogo{
  position: absolute;
  bottom: 6%;
  right: 0;
  left: 0;
  width: 50%;
  margin: 0 auto;
}
.header .header_share a{
  /* color: #010102; */
  color: #fff;
}

.header h1 {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}

.header .header_nav_pc {
  width: 517px;
  float: right;
}
.header .header_nav_pc #searchform {
  position: relative;
  width: 150px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 5px;
}
.header .header_nav_pc #searchform .screen-reader-text {
  display: none;
}
.header .header_nav_pc #searchform #s {
  width: 150px;
  border: none;
  height: 24px;
  padding: 5px 25px 5px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header .header_nav_pc #searchform #s::-webkit-input-placeholder {
  font-size: 10px;
  line-height: 24px;
}
.header .header_nav_pc #searchform #s::-ms-input-placeholder {
  font-size: 10px;
  line-height: 24px;
}
.header .header_nav_pc #searchform #s::-ms-placeholder {
  font-size: 10px;
  line-height: 24px;
}
.header .header_nav_pc #searchform .wpcf7-confirm {
  -webkit-appearance: none;
  white-space: pre-line;
}
.header .header_nav_pc #searchform #searchsubmit {
  position: absolute;
  right: 8px;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: none;
  background: url(img/share/icon-header_search.png);
  top: 6px;
  cursor: pointer;
}
.header .header_nav_pc #searchform #searchsubmit:hover {
  opacity: 0.8;
}
.header .header_nav_pc ul {
  float: right;
}
.header .header_nav_pc ul li {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  padding: 12px 0;
  letter-spacing: 0;
  font-weight: bold;
}
.header .header_nav_pc ul li a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.header .header_nav_pc ul li a:hover {
  text-decoration: underline;
}
.header .header_nav_pc ul li.tb_menu {
  display: none;
}
.header .header_nav_pc ul.side {
  width: 240px;
}
.header .header_nav_pc ul.side li {
  font-size: 1rem;
  color: #7289b2;
}
.header .header_nav_pc ul.side li:first-child, .header .header_nav_pc ul.side li:last-child {
  border-left: 1px solid #677fab;
}
.header .header_nav_pc ul.side li:first-child {
  padding-left: 16px;
  margin-right: 7px;
}
.header .header_nav_pc ul.side li:nth-child(4) {
  display: inline-block;
  padding: 0;
}
.header .header_nav_pc ul.side li:nth-child(4) a {
  font-family: 'Glyphter2';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0 14px 28px;
  position: relative;
  margin-left: 8px;
  border-left: 1px solid #677fab;
}
.header .header_nav_pc ul.side li:nth-child(4) a:before {
  position: absolute;
  content: "\0042";
  color: #7289b2;
  top: 11px;
  left: 13px;
}
.header .header_nav_pc ul.side li:nth-child(4).done a {
  font-weight: bold;
  color: #fff !important;
}
.header .header_nav_pc ul.side li:nth-child(4).done a:before {
  content: "";
  top: 10px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(img/ico_bookmark01.png) no-repeat;
  background-size: 100%;
}
.header .header_nav_pc ul.side li a {
  color: #7289b2;
}
.header .header_nav_pc ul.side li a:before {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 6px;
}
.header .header_nav_pc ul.side li a.current {
  color: #fff;
}
.header .header_nav_pc ul:not(.side) li {
  margin-right: 18px;
}
.header .header_nav_sp {
  display: none;
}
.header_share ul li{
  margin-right: 18px;
  display: inline-block;
  font-size:
}
.header_share ul li:last-child{
  margin-right: 0px;
}

/* =====================================
リセットCSS（編集不要)
===================================== */
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

ol li, ul li {
  list-style-type: none;
}

a, label {
  cursor: pointer;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}



.mainimage {
  z-index: 9998;
  position: relative;
}
.mainimage img{
  width: 100%;
}


/* ABOUT  */
.about_section{
  padding: 150px 0px;
  background-image: url("/wp/wp-content/uploads/2019/01/bg_top_co01.jpg");
  color: #F5F5F5;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_inner{
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about_left, .information_left, .footer_left{
  max-width: 350px;
  margin-right: 6%;
  height: 36px;
  display: table;
}
#footer .footer_left a{
  display: table-cell;
  vertical-align: middle;
}
.about_right, .information_right, .footer_right{
  width: calc(100% - 350px);
  max-width: 645px;
}
.about_section h2{
  font-size: 3.5em;
  font-family: 'Cinzel', serif;
  margin-bottom: 70px;
}
.about_section h3{
  font-size: 2.8em;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
}

.about_section .about_txt01{
  font-size: 2.1em;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 50px;
  line-height: 52px;
}
.about_section .about_txt02{
  font-size: 1.4em;
  line-height: 2.1;
}
.about_section .about_txt03{
  font-size: 1.2em;
  margin-bottom: 44px;
  line-height: 2.6;
}
.about_right .about_txt03:last-child{
  margin-bottom: 0px;
}
/* models  */
.models_section{
  background-color: #010102;
  padding: 100px 0px;
}
.models_inner{
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}
.details_inner{
  max-width: 248px;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1000px){
    .details_inner:nth-child(4n){
    margin-right: 0;
  }

}


svg{
  max-width: 248px;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.change-border01 svg image{
    filter: url(#gray);
    top: 0;
}
.details_inner>a:hover svg image{
    filter: none;
    transition: all 0ms 0s ease;
    -moz-transition: all 0ms 0s ease;
    -webkit-transition: all 0ms 0s ease;
    -o-transition: all 0ms 0s ease;
    -ms-transition: all 0ms 0s ease;
}

.details_inner .change-border01 a{
  display: block;
  color: #3498db;
  text-decoration: none;
}
.button {
  position: relative;
}

/* 擬似要素の共通スタイル */
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color: #ffffff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 300ms 0s ease;
  -moz-transition: all 300ms 0s ease;
  -webkit-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  -ms-transition: all 300ms 0s ease;
}
/* 上へ配置 */
.change-border01::after {
    height: 2px;
    left: 0px;
    top: -1px;
    width: 0px;
}
/* 下へ配置 */
.change-border01::before {
  bottom: 0px;
  height: 2px;
  right: -1px;
  width: 0px;
}
/* 左へ配置 */
.change-border01__inner::after {
  bottom: 0px;
  height: 0px;
  left: -1px;
  width: 2px;
}
/* 右へ配置 */
.change-border01__inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 2px;
}
/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 1px);
}

.change-border01__inner {
  position: absolute;;  /* 相対位置指定 */
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.details_inner .caption {
  font-size:    130%;
  text-align:     center;
  color:      #fff;
}
.details_inner .more_cover {
  width:      100%;
  height:     100%;
  position:   absolute; /* 絶対位置指定 */
  top:      0;
  left:     0;
  opacity:    0;  /* マスクを表示しない */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-family: 'Cinzel', serif;
  transition: all 300ms 0s ease;
  -moz-transition: all 300ms 0s ease;
  -webkit-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  -ms-transition: all 300ms 0s ease;
  z-index: 1;

}
.details_inner .more_cover:hover {
  opacity: 1; /* マスクを表示する */
}

.details{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin-bottom:40px;
}

.models_section h2{
  font-size: 3.5em;
  font-family: 'Cinzel', serif;
  margin-bottom: 70px;
  color: #fff;
  text-align: right;
}

.details p{
  color: #fff;
}
.details .about_txt01{
  font-size: 1.9em;
  font-family: 'Cinzel Regular', serif;
}
.details .about_txt02{
  font-size: 1.1em;
}
.details a{
  color: #fff;
  text-decoration: none !important;
  display: block;
  padding-top: 150%;
  position: relative;
}

/* information  */
.information_section{
  padding: 100px 0px;
  background-color: #F5F5F5;
  color: #010102;
}
.information_section h2{
  font-family: 'Cinzel', serif;
  font-size: 35px;
  color: #010102;
  margin-bottom: 70px;
}
.information_section dl{
  display: flex;
  flex-wrap: wrap;
}
.information_section dt{
  vertical-align: top;
  padding: 4px 0px;
  padding-right: 6%;
  width: 24%;
}
.information_section dd{
  vertical-align: top;
  padding: 4px 0px;
  width: 70%;
}
.information_inner{
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}
.information_detail{
  display: flex;
  justify-content: space-between;
}
.information_right iframe{
  width: 100%;
  max-width: 645px;
}
.information_txt01{
  line-height: 2.1;
}

#footer{
  padding: 95px 0px;
  background-color: #010102;
  color: #fff;
}
#footer .logo{
  width: 170px;
}
.footer_txt03{
  color: #A8A8A8;
}
.footer_nav a{
  margin-right: 10px;
  font-size: 1em;
  font-family: "Hiragino Kaku Gothic Pro";
}
#footer .footer_inner{
  max-width: 1080px;
  padding: 0 80px;
  margin: 0 auto;
}
.row01, .row02{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer_right{
  text-align: right;
}
.footer_inner a{
  color: #010102;
}
.footer_nav a{
  color: #fff !important;
  text-decoration: none !important;
}
.footer_nav{
  float: left;
}
.copyright{
  float: right;
  color: #A8A8A8;
  font-size: 1em;
}

#footer .footer_share a{
  color: #fff;
}
#footer .footer_share ul{
  float: right;
  vertical-align: middle;
}
#footer .footer_share ul li{
  margin-right: 18px;
  display: inline-block;
}
#footer .footer_share ul li:last-child{
  margin-right: 0px !important;
}
.fab{
  font-size: 22px;
}

.cv_btn {
  display: inline-block;
  max-width: 310px;
  width: 44%;
  font-family: 'Cinzel', serif;
  position: relative;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 30px;
  transition: .4s;
  font-size: 2.1em;
  padding: 4px 0px;
}
.cv_btn img{
  vertical-align: middle;
  width: 15px;
  margin-left: 4px;
}
.cv_btn:first-child{
    margin-right: 20px;
}
.cv_btn:hover {
    background: #636363;
}














/*下層ページ*/

.model_profile_section{
  font-family: 'Cinzel', serif;
  background-color: #010102;
  color: #fff;
}
.model_profile_inner{
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  padding: 140px 80px 80px 80px;
}
.model_profile_image img{
  width: 528px;
}
.model_profile_image{
  max-width: 528px;
  margin-right: 6%;
  width: 44%;
}
.model_profile{
  width: calc(100% - 528px);
}

.model_profile h1{
  font-size: 5.0em;
  font-weight: 400;
  line-height: 60%;
}
.model_profile .name {
  margin-bottom: 30px;
}
.model_profile .name sub{
    font-size: 15px;
    font-family: "Hiragino Sans";
}
.model_profile .name span{
    font-size: 0.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300i;
  }
.model_profile dl{
  display: flex;
  flex-wrap: wrap;
}
.model_profile dt{
  font-size: 1.3em;
  width: 38%;
  padding: 10px 0px;
  padding-right: 6%;
}
 .model_profile dd{
  font-size: 1.6em;
  width: 56%;
  padding: 10px 0px;
  font-family: 'Cinzel', "Hiragino Sans", serif;
 }
 .num{
   font-family: "Montserrat", serif;
   font-style: italic;
   font-weight: 300;
   font-size: 1.2em
 }
 .model_profile a{
  font-size:  2.4em;
  text-decoration: none;
  color: #fff;
 }
  .model_profile a:hover{
   opacity: 0.7;
 }
 .model_profile a.talent_link{
  border: 1px solid #fff;
  padding: 5px 30px;
  border-radius: 20px;
 }
 .model_profile a img{
  vertical-align: middle;
  width: 15px;
  margin-left: 3px;
  vertical-align: baseline;
}
 .model_profile .model_profile_detail::before, .model_profile .model_profile_detail::after{
  content:"";
  display:inline-block;
  width:45px;
  height:1px;
  margin: 20px 0px;
  background-color: #fff;
 }
 .link {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
 }
 .link p{
  margin-bottom: 10px;
 }
 .link p:first-child{
  width: 45%;
 }
 .link p:nth-child(2){
  width: 55%;
 }
 .link p:nth-child(3){
  width: 100%;
  margin-bottom: 18px;
 }
 .link p.official_link{
  width: 45%;
  margin-left: -10px;
  margin-bottom: 20px;
 }
 .link p.talent_link{
  width: 55%;
  margin-bottom: 20px;
 }
 .link p.insta_link{
  width: 50%;
 }
 .link p.official_link a,
 .link p.talent_link a{
  width: 50%;
  border-radius: 25px;
  border: 1px solid #fff;
  padding: 6px 12px 6px 8px;
  font-size: 20px;
 }
 .link p.official_link a:hover,
 .link p.talent_link a:hover{
   opacity: 0.7;
 }
 .model_profile_others_inner{
   max-width: 1080px;
   padding: 140px 80px;
   margin: 0 auto;
 }
 .model_profile_others{

 }
.grid {
   max-width: 1080px;
   margin: 0 auto;
   padding: 0 80px;
   padding-bottom: 80px;
   border-bottom: 1px solid #707070;
   text-align: left;
 }
 .grid-item a{
   display: block;
   position: relative;
   margin: 10px;
 }
 .grid-item img {
   max-width: 240px;
   display:block;
 }

 .pagetop {
   width: 60px;
   position: fixed;
   bottom: 4%;
   right: 5%;
   z-index: 9999;
 }
 .pagetop a{
   width: 30px;
   height: 30px;
   display: block;
   padding-left: 20px;
   padding-top: 30px;
   margin-right: 10px;
   margin-bottom: 10px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 .pagetop::before{
   width: 0px;
   border: 30px solid #ffffff;
   border-left-color: transparent;
   border-top-color: transparent;
   border-right-color: transparent;
 }
 .pagetop a::before{
   content: '';
   width: 20px;
   height: 20px;
   display: inline-block;
   position: absolute;
   border-top: 1px solid #ffffff;
   border-right: 1px solid #ffffff;
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
   z-index: 999;
 }

 .pagetop a::after{
   content: '';
   width: 29px;
   height: 1px;
   position: absolute;
   display: inline-block;
   margin-left: -4px;
   margin-top: 10px;
   border-top: 1px solid #ffffff;
   z-index: 1;
 }

.back{
  position: fixed;
  width: 92%;
  top: 140px;
  left: 0;
  padding: 0% 0% 0 4%;
  width: 20px;
}

.border::after{
  content:"";
  display:inline-block;
  width:45px;
  height:1px;
  margin: 20px 0px;
  background-color: #010102;
}

@media only screen and (max-width: 1000px){
  .details_inner{
    width: 32%;
    margin-bottom: 20px;
    margin-right: 2%;
  }

  .grid {
    text-align: center;
  }
  .cv_btn {
    width: 49%;
    font-size: 1.6em;
  }
  .about_right, .information_right, .footer_right{
    width: 360px;
  }
  .cv_btn:first-child{
    margin-right: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .model_profile{
    width: calc(100% - 348px);
  }
  .details_inner:nth-child(3n){
    margin-right: 0;
  }  
  .link p.official_link a, .link p.talent_link a {
    width: 50%;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 6px 5%;
    font-size: 1.5vw;
} 
  .model_profile a img{
    width: 1.2vw;
  }
  .model_profile a {
    font-size: 1.7vw;
    text-decoration: none;
    color: #fff;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px){
  .link p:first-child {
    width: 50%;
}
  .link p:nth-child(2) {
    width: 50%;
  }
  .link p.official_link {
    width: 50%;
}
  .link p.talent_link {
    width: 50%;
}
}

@media only screen and (max-width: 767px){
  .link {
    display: initial;
}
  .link p{
    width: 100%!important;
  }
  .link p:nth-child(3){
    margin-bottom: 30px;
  }
  .link p.official_link{
    margin-bottom: 36px;
  }
  .link p.talent_link{
    margin-left: -10px;
   }
  .about_section, .information_section{
    padding: 60px 0 !important;
  }
  .models_section {
    padding: 100px 0 !important;
  }
  .header_inner .container{
    display: table;
    height: 50px;
    text-align: center;
  }
  .header_inner.sp .container a{
    display: table-cell;
    vertical-align: middle;
  }
  .about_section h2, .models_section h2, .information_section h2{
    margin-bottom: 28px;
    text-align: left;
  }
  .about_section h3{
    font-size: 2.0em;
    white-space: nowrap;
  }
  .about_inner, .models_inner, .information_inner, #footer .footer_inner, .information_detail{
    display: block;
    width: auto;
    margin: 0 auto;
  }
  #footer .footer_inner{
    padding: 0 30px;
  }
  .about_left, .information_left, #footer .footer_left {
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
  }
  .about_left, .about_right, .models_section, .information_inner, .information_right, #footer{
    width: 300px;
    margin: 0 auto;
  }
  .footer_right{
    width: auto;
  }
  .models_inner .details{
    flex-wrap: wrap;
  }
  .information_detail iframe{
    width: 100%;
  }
  .details_inner{
    width: 47% !important;
    margin-bottom: 20px;
    margin-right: 6%;
  }
   .details_inner:nth-child(2n){
    margin-right: 0;
  }   
  .row01, .row02{
    display: block;
  }
  .cv_btn{
    width: 100%;
    margin-bottom: 17px;
    display: inline-block;
    padding: 0.2em 0em;
  }
  .cv_btn:first-child{
    margin-right: 0;
  }
  #footer{
    padding: 45px 0px;
  }
  #footer .footer_left{
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer_nav{
    text-align: center;
    float: none;
  }
  #footer .footer_share ul, .copyright{
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  #footer .footer_share ul li{
    margin-right: 25px;
  }
  #footer .footer_share ul li:last-child{
    margin-right: 0px !important;
  }
  .footer_share{
    margin: 40px 0px;
  }
  .footer_share .fab{
    font-size: 16px;
  }
  .model_profile_image{
    margin-right: 0%;
    width: 100%;
  }
  .model_profile_image img{
    width: 300px;
    height: auto;
  }
  .model_profile_inner{
    display: block;
    padding: 60px 40px;
  }
  .model_profile{
    width: auto;
  }
  .model_profile dt, .model_profile dd{
    width: 100%;
    padding: 0;
  }
  .model_profile dd{
    margin-bottom: 30px;
  }
  .model_profile dd:last-child{
    margin-bottom: 0;
  }
  .name{
    margin: 40px 0px;
  }
  .name p{
    font-size: 1.5em;
  }
  .model_profile .model_profile_detail::before, .model_profile .model_profile_detail::after{
    margin: 40px 0px;
  }
  .model_profile p{

  }
  .link p{
    margin-bottom: 24px;
  }
  .link p:last-child{
    margin-bottom: 0px;
    /* margin-left: -10px; */
  }
  .back{
    top: 0;
    left: 0;
    padding: 0% 0% 0 6%;
    width: 20px;
    top: 3%;
  }
  .pagetop {
    position: fixed;
    z-index: 9999;
    bottom: 2%;
    right: 3%;
    width: 40px;
    height: 40px;
  }
  .pagetop a{
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .pagetop::before{
    width: 0px;
    border: 30px solid #ffffff;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
  }
  .pagetop a::before{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .pagetop a::after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 0px;
    margin-top: 5px;
    margin-left: -2px;
    border-top: 1px solid #ffffff;
  }
  .about_section .about_txt01{
    margin-bottom: 30px;
  }
  .about_section .about_txt02{
    margin-bottom: 44px;
  }
  .grid {
    border-bottom: 1px solid #707070;
    padding: 30px 40px;
    padding-bottom: 40px;
  }
  .grid-item{
    width: 30%;
  }
  .grid-item img{
    width: 100%;
  }
  .under .container {
    width: 170px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px){
  .cv_btn{
      font-size: 2.2em;
  }
  svg{
    height: 210px;
  }
}
