@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;
  background: #FFF;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

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

.inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }

.flex_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sp {
  display: none; }

/*---------------
   header
---------------*/
#header .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

#header .logo {
  margin: 0 auto 0 30px; }

#header .gnav {
  margin-left: auto; }

#header .drawer_button {
  display: none; }

#header .drawer_menu li a {
  display: block;
  padding: 20px 30px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center; }
  #header .drawer_menu li a:hover {
    opacity: .6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }

#header .drawer_menu li .ico {
  display: block;
  margin: 0 auto 10px; }

#header .drawer_menu li.contact a {
  padding: 20px 15px;
  background: #F46A46;
  color: #FFF; }

/*---------------
   content
---------------*/
#main {
  position: relative;
  z-index: 90;
  overflow: hidden; }

.content {
  padding: 50px 0 0; }

.inner_content {
  padding: 60px 0;
  position: relative;
  z-index: 0; }

.lttl {
  position: relative;
  margin: 0 0 50px;
  color: #545454;
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center; }
  .lttl:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 110%);
    -ms-transform: translate(-50%, 110%);
    transform: translate(-50%, 110%);
    content: '';
    width: 72px;
    height: 72px;
    background: url("../images/common/lttl_ico.png") top center no-repeat; }

.mttl {
  position: relative;
  margin: 0 0 60px;
  color: #F46A46;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center; }
  .mttl:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    border-bottom: #F46A46 6px dotted; }

.basic_table {
  width: 100%;
  margin-bottom: 1em; }
  .basic_table tr {
    border-bottom: #F46A46 1px dotted; }
  .basic_table th, .basic_table td {
    padding: .8em 0;
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0; }
  .basic_table th {
    width: 95px;
    color: #F46A46;
    font-weight: 500; }
  .basic_table td {
    color: #444444;
    font-weight: 400; }

.btn {
  width: 380px;
  height: 58px;
  margin: 0 auto; }
  .btn a {
    display: block;
    background: url("../images/common/btn_arrow_white.png") top 50% right 30px no-repeat #009DD8;
    border-radius: 29px;
    color: #FFF;
    font-size: 2.4rem;
    letter-spacing: .2em;
    text-align: center;
    line-height: 58px; }
    .btn a:hover {
      opacity: .6;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }

/*---------------
   footer
---------------*/
#footer {
  background: url("../images/common/footer_bg.png") bottom 40px left repeat-x, rgba(250, 130, 65, 0.85);
  background: url("../images/common/footer_bg.png") bottom 40px left repeat-x, -moz-linear-gradient(top, rgba(250, 130, 65, 0.85) 0%, rgba(249, 153, 66, 0.85) 100%);
  background: url("../images/common/footer_bg.png") bottom 40px left repeat-x, -webkit-linear-gradient(top, rgba(250, 130, 65, 0.85) 0%, rgba(249, 153, 66, 0.85) 100%);
  background: url("../images/common/footer_bg.png") bottom 40px left repeat-x, -webkit-gradient(linear, left top, left bottom, from(rgba(250, 130, 65, 0.85)), to(rgba(249, 153, 66, 0.85)));
  background: url("../images/common/footer_bg.png") bottom 40px left repeat-x, -o-linear-gradient(top, rgba(250, 130, 65, 0.85) 0%, rgba(249, 153, 66, 0.85) 100%);
  background: url("../images/common/footer_bg.png") bottom 40px left repeat-x, linear-gradient(to bottom, rgba(250, 130, 65, 0.85) 0%, rgba(249, 153, 66, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(250,130,65,.85)', endColorstr='',GradientType=0 ); }
  #footer .inner {
    padding: 40px 30px 100px; }
  #footer .company_info {
    margin-right: auto;
    width: 465px;
    color: #FFF; }
    #footer .company_info .company_name {
      font-size: 2.6rem;
      font-weight: 100; }
    #footer .company_info address {
      font-style: normal;
      font-size: 1.6rem;
      font-weight: 100; }
  #footer .tel_list {
    margin-right: 30px; }
    #footer .tel_list .tel {
      position: relative;
      padding-left: 25px;
      color: #FFF;
      font-size: 3.0rem;
      line-height: 1.2; }
      #footer .tel_list .tel:before {
        position: absolute;
        top: 3px;
        left: 0;
        content: '';
        width: 16px;
        height: 28px;
        background: url("../images/common/footer_ico_tel.png") top center no-repeat; }
    #footer .tel_list .fax {
      color: #FFF;
      font-size: 1.6rem;
      line-height: 1.2; }
  #footer .btn {
    margin: 0;
    width: 285px;
    height: 48px; }
    #footer .btn a {
      background: url("../images/common/footer_contact_arrow.png") top 50% right 15px no-repeat #FFF;
      border-radius: 24px;
      color: #F46A46;
      font-size: 1.8rem;
      line-height: 48px; }
  #footer .copy {
    padding: .5em 0;
    background: #FFF;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: .2em; }

@media screen and (max-width: 1200px) {
  body {
    min-width: 1200px; }
  .inner {
    min-width: 1200px; } }

@media screen and (max-width: 640px) {
  /*---------------
	   共通
	---------------*/
  body {
    min-width: 100%;
    font-size: 3.68421vw;
    /*(28/760)*100vw*/
    letter-spacing: 0; }
  img {
    max-width: 100%; }
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 5.26316vw; }
  .sp_f_col {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .sp {
    display: inherit !important; }
  .pc {
    display: none !important; }
  /*---------------
	   header
	---------------*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 10.52632vw;
    /*(80/760)*100vw*/
    background: #FFF;
    z-index: 99; }
    #header .inner {
      /*padding: 0 (40/760)*100vw;(40/760)*100vw*/ }
    #header .logo {
      width: 46.71053vw;
      margin: 2.63158vw; }
    #header .drawer_button {
      display: block;
      background: url("../images/common/header_menu_open.png") top center no-repeat;
      background-size: contain;
      border: none;
      width: 10.52632vw;
      /*(80/760)*100vw*/
      height: 10.52632vw;
      /*(80/760)*100vw*/
      cursor: pointer;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1001;
      outline: none; }
      #header .drawer_button.active {
        background: url("../images/common/header_menu_close.png") top center no-repeat;
        background-size: contain; }
    #header .drawer_menu_wrapper {
      width: 100vw;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transform: translate(100vw);
      -ms-transform: translate(100vw);
      transform: translate(100vw);
      position: fixed;
      top: 10.52632vw;
      /*(80/760)*100vw*/
      right: 0;
      z-index: 1000;
      background-color: #FFF; }
      #header .drawer_menu_wrapper.open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0); }
      #header .drawer_menu_wrapper .drawer_menu {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
        #header .drawer_menu_wrapper .drawer_menu li {
          width: 50%; }
          #header .drawer_menu_wrapper .drawer_menu li a {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 5.26316vw;
            text-align: left; }
          #header .drawer_menu_wrapper .drawer_menu li .ico {
            display: inline-block;
            margin: 0 2.63158vw 0 0; }
          #header .drawer_menu_wrapper .drawer_menu li.contact {
            display: none; }
          #header .drawer_menu_wrapper .drawer_menu li:nth-child(2n+2) a {
            padding-left: 0; }
  /*---------------
		 content
	---------------*/
  .content {
    padding: 10.52632vw 0 0; }
  .inner_content {
    padding: 9.21053vw 0; }
  .lttl {
    margin: 0 0 8.55263vw;
    font-size: 6.57895vw;
    /*(50/760)*100vw*/ }
    .lttl:after {
      width: 14.21053vw;
      height: 14.21053vw;
      background-size: contain; }
  .mttl {
    margin: 0 0 7.89474vw;
    font-size: 5.26316vw;
    /*(40/760)*100vw*/ }
    .mttl:after {
      bottom: -2.63158vw;
      /*(-20/760)*100vw*/
      width: 12.5vw;
      /*(95/760)*100vw*/
      border-bottom: #F46A46 1.05263vw dotted; }
  .basic_table {
    width: 100%;
    margin-bottom: 0; }
    .basic_table th, .basic_table td {
      font-size: 3.68421vw;
      /*(28/760)*100vw*/ }
    .basic_table th {
      width: 19.73684vw;
      /*(150/760)*100vw*/ }
  .btn {
    width: 62.5vw;
    /*(475/760)*100vw*/
    height: 9.60526vw;
    /*(73/760)*100vw*/ }
    .btn a {
      background: url("../images/common/btn_arrow_white.png") top 50% right 3.94737vw no-repeat, #009DD8;
      background-size: 1.57895vw;
      /*128/760)*100vw*/
      border-radius: 4.86842vw;
      font-size: 3.94737vw;
      /*(30/760)*100vw*/
      line-height: 9.60526vw;
      /*(73/760)*100vw*/ }
  /*---------------
		 footer
	---------------*/
  #footer {
    margin-bottom: 14.34211vw;
    background: url("../images/common/footer_bg.png") bottom 5.26316vw left repeat-x, rgba(250, 130, 65, 0.85);
    background: url("../images/common/footer_bg.png") bottom 5.26316vw left repeat-x, -moz-linear-gradient(top, rgba(250, 130, 65, 0.85) 0%, rgba(249, 153, 66, 0.85) 100%);
    background: url("../images/common/footer_bg.png") bottom 5.26316vw left repeat-x, -webkit-linear-gradient(top, rgba(250, 130, 65, 0.85) 0%, rgba(249, 153, 66, 0.85) 100%);
    background: url("../images/common/footer_bg.png") bottom 5.26316vw left repeat-x, -webkit-gradient(linear, left top, left bottom, from(rgba(250, 130, 65, 0.85)), to(rgba(249, 153, 66, 0.85)));
    background: url("../images/common/footer_bg.png") bottom 5.26316vw left repeat-x, -o-linear-gradient(top, rgba(250, 130, 65, 0.85) 0%, rgba(249, 153, 66, 0.85) 100%);
    background: url("../images/common/footer_bg.png") bottom 5.26316vw left repeat-x, linear-gradient(to bottom, rgba(250, 130, 65, 0.85) 0%, rgba(249, 153, 66, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(250,130,65,.85)', endColorstr='',GradientType=0 );
    background-size: 78.68421vw; }
    #footer .inner {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      padding: 13.15789vw 5.26316vw 23.68421vw; }
    #footer .company_info {
      margin: 0 0 3.94737vw;
      width: 100%;
      text-align: center; }
      #footer .company_info .company_name {
        margin-bottom: 6.57895vw;
        /*(50/760)*100vw*/
        font-size: 6.57895vw;
        /*(50/760)*100vw*/
        font-weight: 400; }
      #footer .company_info address {
        font-size: 3.68421vw;
        /*(28/760)*100vw*/
        font-weight: 400; }
    #footer .tel_list {
      margin: 0 0 5.26316vw;
      margin-right: 0;
      text-align: center; }
      #footer .tel_list .tel {
        padding-left: 25px;
        font-size: 5.92105vw;
        /*(45/760)*100vw*/ }
        #footer .tel_list .tel:before {
          top: 0.92105vw;
          /*(7/760)*100vw*/
          left: 50%;
          -webkit-transform: translate(-630%, 0);
          -ms-transform: translate(-630%, 0);
          transform: translate(-630%, 0);
          width: 3.15789vw;
          /*(24/760)*100vw*/
          height: 5.52632vw;
          /*(42/760)*100vw*/
          background: url("../images/common/footer_ico_tel.png") top center no-repeat;
          background-size: contain; }
      #footer .tel_list .fax {
        font-size: 3.94737vw;
        /*(30/760)*100vw*/ }
    #footer .btn {
      width: 75vw;
      /*(570/760)*100vw*/
      height: 13.15789vw;
      /*(100/760)*100vw*/
      margin: 0 auto; }
      #footer .btn a {
        background: url("../images/common/footer_contact_arrow.png") top 50% right 3.94737vw no-repeat, #FFF;
        background-size: 2.10526vw;
        /*(16/760)*100vw*/
        border-radius: 6.57895vw;
        color: #F46A46;
        font-size: 4.73684vw;
        /*(36/760)*100vw*/
        line-height: 13.15789vw;
        /*(100/760)*100vw*/ }
    #footer .copy {
      font-size: 3.15789vw;
      /*(24/760)*100vw*/ }
  #float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 14.34211vw;
    /*(109/760)*100vw*/
    padding: 1.57895vw 2.63158vw;
    background: rgba(255, 255, 255, 0.8); }
    #float .float_btn_list {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #float .float_btn_list .float_btn_item {
        width: 46.05263vw;
        /*(350/760)*100vw*/ } }
