@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.titleimg {
  background: url("/img/about/titleimg.jpg") center/cover no-repeat; }

#about .about_title {
  font-size: 2rem;
  margin-bottom: 9.765625%; }
  @media (min-width: 769px) {
    #about .about_title {
      font-size: calc( 2rem + ( 1vw - 7.69px ) * 1.6847172082 ); } }
  @media (min-width: 1600px) {
    #about .about_title {
      font-size: 3.4rem; } }
  @media screen and (max-width: 769px) {
    #about .about_title {
      margin-bottom: 37.5px; } }
  @media screen and (min-width: 768px) {
    #about .about_title {
      margin-bottom: 75px; } }
#about .about_txt {
  font-size: 1.4rem;
  text-align: justify; }
  @media (min-width: 769px) {
    #about .about_txt {
      font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0 ); } }
  @media (min-width: 1600px) {
    #about .about_txt {
      font-size: 1.4rem; } }
  #about .about_txt .flex_wrap {
    margin-bottom: 7.8125%; }
    @media screen and (max-width: 769px) {
      #about .about_txt .flex_wrap {
        margin-bottom: 30px; } }
    @media screen and (min-width: 768px) {
      #about .about_txt .flex_wrap {
        margin-bottom: 60px; } }
    #about .about_txt .flex_wrap li {
      flex: 0 1 50%;
      width: 50%;
      max-width: 50%; }
      #about .about_txt .flex_wrap li:first-child {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%; }
  #about .about_txt p {
    font-size: 1.3rem; }
    @media (min-width: 769px) {
      #about .about_txt p {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
    @media (min-width: 1280px) {
      #about .about_txt p {
        font-size: 1.5rem; } }
    #about .about_txt p.pd_0 {
      padding: 0; }
#about .moive {
  margin-bottom: 7.8125%;
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: auto; }
  @media screen and (max-width: 769px) {
    #about .moive {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    #about .moive {
      margin-bottom: 60px; } }
  #about .moive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #about .moive:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
#about .btn a {
  background: #000; }

#about_btn .btn_wrap .btn_box {
  margin-bottom: 40px; }
  #about_btn .btn_wrap .btn_box .img_box a .btn {
    width: 100%; }
    #about_btn .btn_wrap .btn_box .img_box a .btn p {
      position: relative;
      background: #BEAB18;
      box-sizing: border-box;
      padding: 10px 20px;
      margin: auto;
      color: #fff;
      text-align: left; }
      #about_btn .btn_wrap .btn_box .img_box a .btn p:after {
        position: absolute;
        content: '\e902';
        font-family: 'icomoon';
        display: inline-block;
        padding-left: 0;
        right: 20px; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #about .about_txt .flex_wrap li {
    flex: 0 1 33.33%;
    width: 33.33%;
    max-width: 33.33%; }
    #about .about_txt .flex_wrap li:first-child {
      flex: 0 1 33.33%;
      width: 33.33%;
      max-width: 33.33%; }
  #about .btn a:hover {
    color: #000;
    background: #F8F8F8; }

  #about_btn .btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #about_btn .btn_wrap .btn_box {
      flex: 0 1 45%;
      width: 45%;
      max-width: 45%;
      margin-bottom: 0; }
      #about_btn .btn_wrap .btn_box .img_box a {
        display: block;
        position: relative; }
        #about_btn .btn_wrap .btn_box .img_box a .btn {
          position: absolute;
          max-width: 430px;
          bottom: -10%;
          right: -5%; }
          #about_btn .btn_wrap .btn_box .img_box a .btn p {
            transition: 0.3s; }
            #about_btn .btn_wrap .btn_box .img_box a .btn p:after {
              transition: 0.3s; }
        #about_btn .btn_wrap .btn_box .img_box a:hover {
          opacity: 1; }
          #about_btn .btn_wrap .btn_box .img_box a:hover .btn p {
            background: #F8F8F8;
            color: #BEAB18;
            letter-spacing: 0.1em; }
            #about_btn .btn_wrap .btn_box .img_box a:hover .btn p:after {
              transform: translate(20%, 0); } }
/*------------------------------
		981px以上
------------------------------*/
/*------------------------------
		1121px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
