@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

li {
  list-style: none;
}

/*---------------
   共通
---------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  color: #000;
  font-family: "游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: 3.4210526316vw;
  }
}

a:hover img {
  opacity: .6;
  transition: .5s;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.text_red {
  color: #D80000;
}

.text_orange {
  color: #FF4C13;
}

.inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.txtlink a {
    color: #0043CC;
    text-decoration: underline;
}
.txtlink a:hover {
    text-decoration: none!important;
}
.center {
    text-align: center!important;
}

@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 3.9473684211vw;
  }
}

.flex_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inherit !important;
  }
}

/*---------------
   header
---------------*/
#header {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  padding: 30px;
  z-index: 9999;
}
.icon_header {
    text-align: left;
    float: left;
    position: absolute;
    top: 40px;
    left: 320px;
}
@media screen and (max-width: 640px) {
  #header {
    padding: calc((30/760)*100vw);
    height: calc((150/760)*100vw);
  }
}
#header .logo a {
  display: inline-block;
  padding-left: 60px;
  background: url("../images/header_ico_logo.png") top left no-repeat;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 55px;
}
@media screen and (max-width: 640px) {
  #header .logo a {
    padding-left: calc((110/760)*100vw);
    background-size: calc((94/760)*100vw);
    font-size: calc((45/760)*100vw);
    line-height: calc((94/760)*100vw);
  }
}
#header .logo a:hover {
  opacity: .6;
  transition: .5s;
}
#header .drawer_button {
  display: none;
}
@media screen and (max-width: 640px) {
  #header .drawer_button {
    display: block;
    background: url("../images/header_menu_open.png") top center no-repeat;
    background-size: contain;
    border: none;
    padding: 0;
    width: calc((94/760)*100vw);
    height: calc((94/760)*100vw);
    cursor: pointer;
    position: fixed;
    top: calc((30/760)*100vw);
    right: calc((30/760)*100vw);
    z-index: 1001;
    outline: none;
  }
}
#header .drawer_button.active {
  background: url("../images/header_menu_close.png") top center no-repeat;
  background-size: contain;
}
#header .drawer_menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 10px;
  background: #FFF;
  border-radius: 25px;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 calc((30/760)*100vw);
  }
	 #header .drawer_menu li .center {
    text-align: center!important;
}
}
#header .drawer_menu li {
  margin: 0 10px;
  color: #FF590E;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 50px;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu li {
    width: 100%;
    margin: 0;
    border-bottom: #000 1px dotted;
    font-size: calc((30/760)*100vw);
    line-height: 2.0;
    text-align: center;
  }
}
#header .drawer_menu li.tel, #header .drawer_menu li.mail, #header .drawer_menu li.sns {
  margin: 0 2px;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu li.tel, #header .drawer_menu li.mail, #header .drawer_menu li.sns {
    margin: 0;
    width: calc((100/760)*100vw);
    border-bottom: none;
  }
}
#header .drawer_menu li a {
  display: block;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu li a {
    padding: 1em 0;
	  width: 100%;
  }
}
#header .drawer_menu li a:hover {
  opacity: .6;
  transition: .5s;
}
#header .drawer_menu li img {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #header .drawer_menu_wrapper {
    width: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: calc((150/760)*100vw);
    right: 0;
    z-index: 1000;
    background-color: #FFF;
  }
}
@media screen and (max-width: 640px) {
  #header .drawer_menu_wrapper.open {
    transform: translate(0);
  }
}

/*---------------
   main
---------------*/
.mv {
  height: 900px;
  background: url("../images/mv_bg_l.jpg") top center no-repeat;
}
@media screen and (max-width: 640px) {
  .mv {
    background: url("../images/mv_bg_sp.jpg") top center no-repeat;
    background-size: contain;
    height: calc((950/760)*100vw);
  }
}
.mv .inner {
  position: relative;
  background: url("../images/mv_bg.jpg") top center no-repeat;
}
@media screen and (max-width: 640px) {
  .mv .inner {
    background: none;
  }
}
.mv .mv_ttl {
  position: absolute;
  top: 165px;
  left: 30px;
}
@media screen and (max-width: 640px) {
  .mv .mv_ttl {
    width: calc((647/760)*100vw);
    top: calc((167/760)*100vw);
    left: calc((73/760)*100vw);
  }
}

.anchor {
  margin-top: -115px;
  padding-top: 115px;
}
@media screen and (max-width: 640px) {
  .anchor {
    margin-top: calc((-150/760)*100vw);
    padding-top: calc((150/760)*100vw);
  }
}

.content_wrap {
  width: 100%;
  overflow-x: hidden;
  padding: 200px 0 100px;
}
@media screen and (max-width: 640px) {
  .content_wrap {
    padding: calc((100/760)*100vw) 0 calc((50/760)*100vw);
  }
}
.content_wrap.separation_l {
  position: relative;
}
.content_wrap.separation_l:before {
  content: '';
  width: 1370px;
  height: 100px;
  background: url("../images/separation_l.png") top left no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(calc(-100% + 400px), 0);
}
@media screen and (max-width: 640px) {
  .content_wrap.separation_l:before {
    width: calc((730/760)*100vw);
    height: calc((100/760)*100vw);
    background: url("../images/separation_l.png") top right no-repeat;
    background-size: auto 100%;
    left: 0;
    transform: translate(0, 0);
  }
}
.content_wrap.separation_r {
  position: relative;
}
.content_wrap.separation_r:before {
  content: '';
  width: 1370px;
  height: 100px;
  background: url("../images/separation_r.png") top left no-repeat;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(calc(100% - 400px), 0);
}
@media screen and (max-width: 640px) {
  .content_wrap.separation_r:before {
    width: calc((730/760)*100vw);
    height: calc((100/760)*100vw);
    background: url("../images/separation_r.png") top left no-repeat;
    background-size: auto 100%;
    right: 0;
    transform: translate(0, 0);
  }
}

.lttl {
  display: inline-block;
  position: relative;
  line-height: 1.0;
}
@media screen and (max-width: 640px) {
  .lttl {
    margin: 0 auto;
		white-space: nowrap;
  }
}
.lttl .en {
  color: #FFC926;
  font-family: 'Montserrat', sans-serif;
  font-size: 5.0rem;
  font-weight: 800;
}
@media screen and (max-width: 640px) {
  .lttl .en {
    font-size: calc((60/760)*100vw);
  }
}
.lttl .en:first-letter {
  font-size: 30.0rem;
}
@media screen and (max-width: 640px) {
  .lttl .en:first-letter {
    font-size: calc((300/760)*100vw);
  }
}
.lttl .jp {
  position: absolute;
  bottom: 100px;
  right: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .lttl .jp {
    bottom: calc((100/760)*100vw);
    font-size: calc((30/760)*100vw);
  }
}

#concept .content_wrap {
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 640px) {
  #concept .content_wrap {
    padding-top: 0;
  }
}
#concept .inner {
  position: relative;
}
@media screen and (max-width: 640px) {
  #concept .inner {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#concept .catch {
  font-size: 6.0rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #concept .catch {
    font-size: calc((50/760)*100vw);
    text-align: center;
  }
}
#concept .concept_text01 {
  margin-top: 30px;
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #concept .concept_text01 {
    margin-top: calc((20/760)*100vw);
    font-size: calc((30/760)*100vw);
    text-align: center;
  }
}
#concept .concept_bg {
  position: absolute;
  top: -150px;
  right: -200px;
}
@media screen and (max-width: 640px) {
  #concept .concept_bg {
    display: none;
  }
}

#business .business_ttl_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #business .business_ttl_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc((100/760)*100vw);
  }
}
#business .business_ttl_wrap .lttl {
  order: 2;
}
#business .business_ttl_wrap .catch {
  order: 1;
  font-size: 6.0rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  #business .business_ttl_wrap .catch {
    width: 100%;
    font-size: calc((50/760)*100vw);
    text-align: center;
  }
}
#business .business_list li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  #business .business_list li {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc((70/760)*100vw);
  }
}
#business .business_list li:last-child {
  margin-bottom: 0;
}
#business .business_list .business_img {
  width: 442px;
}
@media screen and (max-width: 640px) {
  #business .business_list .business_img {
    width: 100%;
    margin-bottom: calc((30/760)*100vw);
  }
}
#business .business_list .business_textarea {
  width: 616px;
}
@media screen and (max-width: 640px) {
  #business .business_list .business_textarea {
    width: 100%;
  }
}
#business .business_list .business_list_ttl {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-size: 3.0rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #business .business_list .business_list_ttl {
    margin-bottom: calc((15/760)*100vw);
    font-size: calc((40/760)*100vw);
  }
}
#business .business_list .business_list_ttl .ico {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  #business .business_list .business_list_ttl .ico {
    width: calc((71/760)*100vw);
    margin-right: calc((20/760)*100vw);
  }
}
#business .business_list .business_list_ttl .small {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  #business .business_list .business_list_ttl .small {
    font-size: calc((20/760)*100vw);
  }
}
#business .business_list .business_list_text {
  font-size: 2.0rem;
  line-height: 2.0;
}
@media screen and (max-width: 640px) {
  #business .business_list .business_list_text {
    font-size: calc((30/760)*100vw);
    line-height: 1.6;
    letter-spacing: .15em;
  }
}
#business .business_list .slidearea {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  #business .business_list .slidearea {
    margin-top: calc((50/760)*100vw);
  }
}
#business .business_list .slidearea .slide_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #business .business_list .slidearea .slide_list {
    margin-bottom: calc((20/760)*100vw);
  }
}
#business .business_list .slidearea .slide_list_item {
  width: 108px;
  margin: 20px 0 0 20px;
}
@media screen and (max-width: 640px) {
  #business .business_list .slidearea .slide_list_item {
    width: calc((220/760)*100vw);
    margin: calc((20/760)*100vw) 0 0 calc((20/760)*100vw);
  }
}
#business .business_list .slidearea .slide_list_item:nth-child(-n+9) {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  #business .business_list .slidearea .slide_list_item:nth-child(-n+9) {
    margin-top: calc((20/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  #business .business_list .slidearea .slide_list_item:nth-child(-n+3) {
    margin-top: 0;
  }
}
#business .business_list .slidearea .slide_list_item:nth-child(9n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  #business .business_list .slidearea .slide_list_item:nth-child(9n+1) {
    margin-left: calc((20/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  #business .business_list .slidearea .slide_list_item:nth-child(3n+1) {
    margin-left: 0;
  }
}
#business .business_list .slidearea .slide_list_item img {
  vertical-align: bottom;
}
#business .business_list .slidearea .note {
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  #business .business_list .slidearea .note {
    font-size: calc((24/760)*100vw);
  }
}

@media screen and (max-width: 640px) {
  .lum-gallery-button {
    height: calc((100/760)*100vw);
    width: calc((60/760)*100vw);
  }
}

@media screen and (max-width: 640px) {
  .lum-gallery-button:after {
    width: calc((36/760)*100vw);
    height: calc((36/760)*100vw);
  }
}

@media screen and (max-width: 640px) {
  .lum-lightbox-inner img {
    max-width: 100%;
    max-height: 100%;
  }
}

#company .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #company .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#company .company_detail {
  width: 600px;
  border-top: #000 1px solid;
}
@media screen and (max-width: 640px) {
  #company .company_detail {
    width: 100%;
  }
}
#company .company_detail tr {
  border-bottom: #000 1px solid;
}
#company .company_detail th, #company .company_detail td {
  padding: 1em 0;
  font-weight: normal;
  text-align: left;
}
#company .company_detail th {
  width: 100px;
}
@media screen and (max-width: 640px) {
  #company .company_detail th {
    width: calc((160/760)*100vw);
  }
}

#news .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  min-height: 800px;
}
@media screen and (max-width: 640px) {
  #news .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    min-height: auto;
  }
}
#news .lttl {
  order: 2;
  width: 600px;
  margin-top: -50px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #news .lttl {
    order: 1;
    width: calc((625/760)*100vw);
    margin-top: 0;
  }
}
#news .lttl .en:first-letter {
  letter-spacing: -.15em;
}
#news .news_list {
  order: 1;
  width: 550px;
}
@media screen and (max-width: 640px) {
  #news .news_list {
    order: 2;
    width: 100%;
  }
}
#news .news_list li {
  margin-bottom: 10px;
  padding: 30px;
  background: #EEEEEE;
}
@media screen and (max-width: 640px) {
  #news .news_list li {
    margin-bottom: calc((20/760)*100vw);
    padding: calc((20/760)*100vw) calc((30/760)*100vw);
  }
}
#news .news_list li:last-child {
  margin-bottom: 0;
}
#news .news_list .news_date {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url("../images/news_ico.png") top left no-repeat;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #news .news_list .news_date {
    margin-bottom: calc((20/760)*100vw);
    padding-left: calc((40/760)*100vw);
    background: url("../images/news_ico.png") top 0.2em left no-repeat;
    background-size: calc((25/760)*100vw);
    font-size: calc((30/760)*100vw);
  }
}
#news .news_bg_l {
  position: absolute;
  top: 0;
  left: -400px;
}
@media screen and (max-width: 640px) {
  #news .news_bg_l {
    display: none;
  }
}
#news .news_bg_r {
  position: absolute;
  bottom: 0;
  left: calc(50% + 30px);
}
@media screen and (max-width: 640px) {
  #news .news_bg_r {
    display: none;
  }
}

#contact .contect_mttl {
  margin-bottom: 20px;
  padding-bottom: .5em;
  border-bottom: #FF4C13 3px solid;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #contact .contect_mttl {
    margin-bottom: calc((20/760)*100vw);
    font-size: calc((30/760)*100vw);
  }
}
#contact .contact_ttl_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #contact .contact_ttl_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: calc((70/760)*100vw);
  }
}
#contact .contact_ttl_wrap .lttl {
  margin-top: -50px;
}
@media screen and (max-width: 640px) {
  #contact .contact_ttl_wrap .lttl {
    margin-top: 0;
  }
}
#contact .contact_ttl_wrap .contact_tel {
  width: 600px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #contact .contact_ttl_wrap .contact_tel {
    width: 100%;
  }
}
#contact .contact_ttl_wrap .contact_tel .tel {
  margin: 20px 0 0;
  color: #FF4C13;
  font-size: 5.0rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #contact .contact_ttl_wrap .contact_tel .tel {
    margin-top: calc((20/760)*100vw);
    font-size: calc((50/760)*100vw);
  }
}
#contact .contact_ttl_wrap .contact_tel .tel span {
  font-size: 3.0rem;
}
@media screen and (max-width: 640px) {
  #contact .contact_ttl_wrap .contact_tel .tel span {
    font-size: calc((20/760)*100vw);
  }
}
#contact .contact_ttl_wrap .contact_tel .fax {
  color: #545454;
  font-size: 3.0rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #contact .contact_ttl_wrap .contact_tel .fax {
    font-size: calc((30/760)*100vw);
  }
}
#contact .contact_table {
  width: 100%;
  margin: 50px 0 30px;
  border-top: #000 1px solid;
}
@media screen and (max-width: 640px) {
  #contact .contact_table {
    margin: calc((50/760)*100vw) 0 calc((30/760)*100vw);
  }
}
#contact .contact_table tr {
  border-bottom: #000 1px solid;
}
#contact .contact_table th, #contact .contact_table td {
  padding: 1em 0;
  font-size: 2.0rem;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  #contact .contact_table th, #contact .contact_table td {
    font-size: calc((26/760)*100vw);
  }
}
#contact .contact_table th {
  width: 200px;
}
@media screen and (max-width: 640px) {
  #contact .contact_table th {
    width: calc((245/760)*100vw);
  }
}
#contact input, #contact select, #contact textarea {
  padding: .5em;
  border: #000 1px solid;
  background: #FFEFBF;
  font-family: "游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
@media screen and (max-width: 640px) {
  #contact input, #contact select, #contact textarea {
    padding: .2em;
  }
}
#contact input[size="20"] {
  width: 300px;
}
@media screen and (max-width: 640px) {
  #contact input[size="20"] {
    width: calc((300/760)*100vw);
  }
}
#contact input[size="30"] {
  width: 480px;
}
@media screen and (max-width: 640px) {
  #contact input[size="30"] {
    width: calc((300/760)*100vw);
  }
}
#contact textarea {
  width: 770px;
}
@media screen and (max-width: 640px) {
  #contact textarea {
    width: calc((400/760)*100vw);
  }
}
#contact .contact_btn {
  text-align: center;
}
#contact .contact_btn input, #contact .contact_btn a {
  display: inline-block;
  width: 300px;
  margin: 0 1em;
  padding: .2em 1em;
  border-radius: 0;
  background: #FF4C13;
  border: none;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #contact .contact_btn input, #contact .contact_btn a {
    width: calc((350/760)*100vw);
    margin-bottom: 1em;
    font-size: calc((30/760)*100vw);
  }
}
#contact .contact_btn input:hover, #contact .contact_btn a:hover {
  cursor: pointer;
  opacity: .6;
  transition: .5s;
}
#contact .privacy {
  height: 220px;
  overflow-y: scroll;
  margin-top: 60px;
  padding: 30px 40px;
  background: #F0F0E1;
}
@media screen and (max-width: 640px) {
  #contact .privacy {
    height: calc((285/760)*100vw);
    margin-top: calc((60/760)*100vw);
    padding: calc((30/760)*100vw);
  }
}
#contact .privacy .privacy_ttl {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #contact .privacy .privacy_ttl {
    font-size: calc((30/760)*100vw);
  }
}
#contact .privacy p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #contact .privacy p {
    font-size: calc((26/760)*100vw);
  }
}
#contact .privacy ul {
  margin: 0 50px;
}
@media screen and (max-width: 640px) {
  #contact .privacy ul {
    margin: 0 0 0 calc((30/760)*100vw);
  }
}
#contact .privacy ul li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  list-style: square inside;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #contact .privacy ul li {
    font-size: calc((24/760)*100vw);
  }
}
#contact .privacy ul li:last-child {
  margin-bottom: 0;
}
#contact .thanks_text01 {
  margin: 3em 0;
  font-size: 2.0rem;
  line-height: 2.0;
}
@media screen and (max-width: 640px) {
  #contact .thanks_text01 {
    font-size: calc((30/760)*100vw);
  }
}

#footer {
  padding: 1em 0;
  background: #FF590E;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: .2em 0;
  }
}
#footer .copy {
  font-size: 2.0rem;
}
@media screen and (max-width: 640px) {
  #footer .copy {
    font-size: calc((30/760)*100vw);
  }
}
