@charset "UTF-8";
@import url('http://fonts.cdnfonts.com/css/canto');
html { font-size: 62.5%; }

body {
    /*font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;フォントのウェイトを指定するとFirefoxで認識できない*/
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    font-size: 1.6rem;
    color: #000;
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.0;
    transform : translate(0, 40px);
    transition : all 1200ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*-- メインオレンジ　#e77f14 --*/
/*-- 薄グレー　#efefef --*/

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------- PC -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (min-width: 750px) {

/*--------------------------------------------   header   --------------------------------------------*/

header#sp , #tab { display: none; }
header#pc {
  position: fixed; /* ヘッダーを固定する */
  top: 0; /* 上部から配置の基準位置を決める */
  left: 0; /* 左から配置の基準位置を決める */
  display: fixed;
  width: 100%;
  background-color: white;
  height: 120px;
  padding: 20px 0 0;
  z-index: 100;
}
header#pc .head_menu {
  display: fixed;
  width: 90vw;
  padding: 10px 0;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-around;
}
header#pc .head_menu .menu_box {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
header#pc .head_menu .menu_box.inner_menu { width: 55%; }
header#pc .head_menu .menu_box.contact {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 22%;
  height: 50px;
}
header#pc .head_menu .menu_box h1 {
  width: 10vw;
  margin: 0 auto;
  display: block;
}
header#pc .head_menu .menu_box p.logottl {
  font-size: 1.4rem;
  padding: 10px 0;
  letter-spacing: 1.1px;
  font-weight: normal;
}
header#pc .head_menu .menu_box h1 img {
  width: 100%;
  display: block;
}
header#pc .head_menu .menu_box ul { display: flex; }
header#pc .head_menu .menu_box.inner_menu ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  width: 8vw;
  height: 50px;
}
header#pc .head_menu .menu_box.inner_menu ul li.contact {
  display: inline-block;
  list-style: none;
  text-align: center;
  width: 13vw;
  height: 50px;
  font-weight: bold;
}
header#pc .head_menu .menu_box ul li {
  list-style: none;
  line-height: 50px;
}
header#pc .head_menu .menu_box ul li a {
  text-decoration: none;
  color: #000;
  transition: .3s;
  font-size: 1.4rem;
  font-weight: normal;
}
header#pc .head_menu .menu_box ul li a:hover {
  transition: .3s;
  opacity: .7;
}
header#pc .head_menu .menu_box ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-left: 15px;
}
header#pc .head_menu .menu_box ul li a.contact {
  background-color: #e77f14;
  border: 2px solid #e77f14;
  color: white;
  padding: 10px 40px;
  border-radius: 30px;
  transition: .3s;
}
header#pc .head_menu .menu_box ul li a.contact:hover {
  background-color: white;
  border: 2px solid #e77f14;
  color: #e77f14;
  padding: 10px 40px;
  border-radius: 30px;
  transition: .3s;
}
header#pc .head_menu .menu_box ul li a.tel {
  font-size: 2.6rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0 0 0 40px;
  background-image: url('../image/tel.png');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 30px;
}
.basic-3 {
  background: linear-gradient(currentColor 0 0)
              bottom /var(--d, 0) 2px
              no-repeat;
  transition: 0.5s;
  padding-bottom: 8px;
}
.basic-3:hover { --d: 100%; }

/*--------------------------------------------   top   --------------------------------------------*/

#top {
  display: block;
  width: 100%;
  margin-top: 100px;
  height: 80vh;
  background-image: url('../image/top.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#top .inner {
  display: fixed;
  width: 90vw;
  margin: 0 auto;
  padding-top: 130px;
  animation-name: fadein;
  animation-duration: 2s;
  }
  @keyframes fadein {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
#top .inner h2 {
  font-weight: 500;
  font-size: 7.4rem;
  line-height: 1.5;
  display: inline;
  padding: 5px;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
#top .inner p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 1.25px;
}

/*--------------------------------------------   content01   --------------------------------------------*/

#content01 {
  display: block;
  width: 100%;
}
#content01 .inner {
  display: fixed;
  width: 90vw;
  margin: 0 auto 150px;
  padding-top: 150px;
  flex-direction: row;
  justify-content: space-around;
}
#content01 .inner img.sp {
  display: none;
}
#content01 .inner .inner_box {
  display: inline-block;
  width: 44vw;
  vertical-align: middle;
  margin: 0 auto;
}
#content01 .inner .inner_box img.pc {
  display: block;
  width: 55vw;
}
#content01 .inner .inner_box img.sp { display:none; }
#content01 .inner .inner_box h3 {
  color: #e77f14;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
}
#content01 .inner .inner_box h3 span {
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}
#content01 .inner .inner_box h3 br.sp { display: none; }
#content01 .inner .inner_box .text_box {
  display: block;
  position: relative;
  z-index: 1;
  width: 40vw;
  margin: 0 0 0 auto;
}
#content01 .inner .inner_box p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.75;
  letter-spacing: 1px;
}
#content01 .inner .inner_box .text_box a {
  display: block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  background-color: #e77f14;
  color: white;
  padding: 20px;
  border-radius: 30px;
  margin-top: 30px;
  border: 2px solid #e77f14;
  transition: .3s;
  font-weight: bold;
}
#content01 .inner .inner_box .text_box a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #e77f14;
  color: #e77f14;
  transition: .3s;
  font-weight: bold;
}
/*--------------------------------------------   news   --------------------------------------------*/

#news {
  background-color: #efefef;
  display: block;
  width: 100%;
}
#news .inner {
  display: fixed;
  width: 70vw;
  margin: 0 auto;
  padding: 100px 0;
  flex-direction: row;
  justify-content: space-around;
}
#news .inner h3 {
  color: #e77f14;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#news .inner h3 span {
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}
#news .inner h3 br.sp { display: none; }
#news .inner table {
  display: block;
  background-color: #efefef;
  border-collapse: separate;
  border-spacing: 0px 15px;
  height: 200px;
  overflow: auto;
  font-size: 1.6rem;
}
#news .inner table th {
  font-weight: 400;
  letter-spacing: 1.25px;
}
#news .inner table td {
  padding-left: 50px;
  line-height: 1.75;
}
#news .inner table td a {
  color: #e77f14;
  font-weight: bold;
  text-decoration: none;
}
#news .inner table td a:hover {
  transition: .3s;
  opacity: .7;
}
#news .inner table tr {
  display: block;
  border-bottom: 1px solid #ddd;
}
#news .inner table td span {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5;
}

/*--------------------------------------------   content02   --------------------------------------------*/

#content02 {
  display: block;
  width: 100%;
  padding-top: 100px;
}
#content02 .inner_01 ,
#content02 .inner_02 {
  display: fixed;
  width: 90vw;
  margin: 0 auto;
  text-align: center;
}
#content02 .inner_01 h3 {
  color: #e77f14;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#content02 .inner_01 h3 span {
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}
#content02 .inner_01 h3 br.sp { display: none; }
#content02 .inner_01 p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.75;
  letter-spacing: 1px;
}
#content02 .inner_01 .step_box {
  display: fixed;
  width: 80vw;
  margin: 80px auto;
  flex-direction: row;
  justify-content: space-around;
}
#content02 .inner_01 .step_box .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 18vw;
  margin: 0 40px;
}
#content02 .inner_01 .step_box .inner_box.kigou {
  display: inline-block;
  vertical-align: top;
  width: 3vw;
  margin: 0;
  padding: 0;
  text-align: center;
}
#content02 .inner_01 .step_box .inner_box.kigou p {
  font-size: 1.8rem;
  line-height: 100px;
  color: #e77f14;
}
#content02 .inner_01 p br.sp ,
#content02 .inner_01 .step_box .inner_box.kigou p.sp { display: none; }
#content02 .inner_01 .step_box .inner_box h4 {
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #e77f14;
  border-bottom: 1px solid #e77f14;
  font-size: 1.8rem;
}
#content02 .inner_01 .step_box .inner_box h4 span {
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 40px;
}
#content02 .inner_01 .step_box .inner_box p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 1px;
}
#content02 .inner_02 .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 35vw;
  margin: 0 20px;
}
#content02 .inner_02 .inner_box p {
  text-align: left;
  line-height: 1.5;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 1.4rem;
}
#content02 .inner_03 {
  display: fixed;
  width: 65vw;
  margin: 50px auto;
  padding: 40px;
  border: 3px solid #e77f14;
  text-align: center;
}
#content02 .inner_03 h5 {
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0 0 20px 0;
}
#content02 .inner_03 p {
  text-align: left;
  line-height: 2;
  padding-left: 20px;
  font-size: 1.4rem;
}

/*--------------------------------------------   content03   --------------------------------------------*/

#content03 {
  display: block;
  width: 100%;
  margin-top: 100px;
  padding-top: 100px;
  background-color: #efefef;
}
#content03 .inner_01 ,
#content03 .inner_02 ,
#content03 .inner_03 ,
#content03 .inner_04 {
  display: fixed;
  width: 90vw;
  margin: 0 auto;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
#content03 .inner_01 { padding: 20px 0; }
#content03 .inner_01 br.sp ,
#content03 .inner_02.sp { display: none; }
.inner_wide {
  display: block;
  width: 100%;
  margin: 40px 0;
  background-color: #e77f14;
}
#content03 .inner_01 h3 {
  color: #e77f14;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#content03 .inner_01 h3 span {
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}
#content03 .inner_01 p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
#content03 .inner_01 .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 15vw;
  margin: 20px;
}
#content03 .inner_01 .inner_box img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#content03 .inner_02 .inner_box {
  display: inline-block;
  vertical-align: middle;
  width: 23vw;
  padding: 50px 0;
}
#content03 .inner_02 .inner_box h5 {
  font-size: 5.6rem;
  text-align: left;
  color: white;
  padding: 40px 0;
  line-height: 1.25;
  margin-left: -80px;
}
#content03 .inner_02 .inner_box img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
#content03 .inner_02 .inner_box ul {
  list-style: square;
  margin-left: -50px;
}
#content03 .inner_02 .inner_box ul li {
  color: white;
  line-height: 1.75;
  text-align: left;
  padding: 7px 0;
}
#content03 .inner_03 h5 {
  font-style: normal;
  width: 82%;
  background-color: #e77f14;
  color: white;
  font-size: 2.6rem;
  padding: 20px 0;
  margin: 100px auto 0;
}
#content03 .inner_03 .step_box {
  display: fixed;
  width: 80vw;
  margin: 40px auto;
  flex-direction: row;
  justify-content: space-around;
}
#content03 .inner_03 .step_box .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 15vw;
  margin: 0 20px;
}
#content03 .inner_03 .step_box .inner_box.kigou {
  display: inline-block;
  vertical-align: top;
  width: 2vw;
  margin: 0;
  padding: 0;
  text-align: center;
}
#content03 .inner_03 .step_box .inner_box.kigou p {
  font-size: 1.8rem;
  line-height: 200px;
  padding-top: 200px;
  color: #e77f14;
}
#content03 .inner_03 .step_box .inner_box.kigou p.sp { display: none; }
#content03 .inner_03 .step_box .inner_box .text_box p {
  font-size: 1.4rem;
  padding-top: 10px;
  line-height: 1.5;
}
#content03 .inner_03 .step_box .inner_box .text_box img {
  display: block;
  width: 100%;
}
#content03 .inner_03 .step_box .inner_box h4 {
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #e77f14;
  border-bottom: 1px solid #e77f14;
  font-size: 1.8rem;
  padding: 10px 0;
}
#content03 .inner_03 .step_box .inner_box h4 span {
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 4rem;
}
#content03 .inner_03 .step_box .inner_box h6 {
  font-style: normal;
  color: #e77f14;
  font-size: 2.6rem;
  padding: 20px 0;
}
#content03 .inner_03 .step_box .inner_box p {
  text-align: left;
  line-height: 2;
}
#content03 .inner_04 .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 30vw;
  margin: 60px 0 100px;
  position: relative;
  z-index: 10;
}
#content03 .inner_04 .inner_box ul {
  list-style: none;
  text-align: left;
}
#content03 .inner_04 .inner_box ul li {
  border-left: 12px solid #e77f14;
  line-height: 2;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 1.6rem;
}
#content03 .inner_04 .inner_box ul li span {
  font-weight: bold;
  font-size: 1.8rem;
}
#content03 .inner_04 .inner_box img {
  display: block;
  width: 100%;
  margin: 0 0 0 auto;
}
#content03 .inner_04 .inner_box h6 {
  display: block;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
#content03 .inner_05 {
  display: fixed;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
  z-index: 0;
  background-color: white;
}
#content03 .inner_05 img.pc {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
#content03 .inner_05 img.sp { display: none; }
#content03 .inner_05 img.icon {
  display: block;
  width: 5vw;
}
#content03 .inner_05 img.icon.left {
  position: absolute;
  right: 470px;
  bottom: 40px;
  filter: drop-shadow( 3px 3px 3px #aaa);
}
#content03 .inner_05 img.icon.right {
  position: absolute;
  right: 330px;
  bottom: 40px;
  filter: drop-shadow( 3px 3px 3px #aaa);
}

/*--------------------------------------------   content04   --------------------------------------------*/

#content04 {
  display: block;
  width: 90vw;
  margin: 100px auto 100px;
  padding-top: 100px;
  text-align: center;
}
#content04 h3 {
  color: #e77f14;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#content04 h3 span {
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}
#content04 table {
  display: block;
  width: 70vw;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
  line-height: 5;
  letter-spacing: 1.75px;
}
#content04 table th {
  padding-right: 3vw;
  border-right: 1px solid #ccc;
  font-weight: 400;
}
#content04 table td {
  padding-left: 3vw;
  line-height: 1.75;
}

/*--------------------------------------------   footer   --------------------------------------------*/

footer {
  display: block;
  width: 100%;
  background: #e77f14;
  color: white;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  padding-bottom: 40px;
}
footer img {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 100px 0 0;
}
footer .inner {
  display: fixed;
  width: 30vw;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
footer .inner img {
  width: 1.8vw;
  padding: 0;
}
footer .inner a {
  display: inline-block;
  padding: 0;
  margin: 30px 15px;
  transition: .3s;
  text-decoration: none;
}
footer .inner a:hover {
  transition: .3s;
  opacity: .7;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -50px;
  background: #e77f14;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: .3s;
}
#page_top a:hover {
  transition: .3s;
  opacity: .7;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f102';
  font-size: 2rem;
  color: #fff;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*----------------------   top   ----------------------*/

#news_top {
  width: 100%;
  margin: 0 auto;
  height: 250px;
  position:relative;
  color: #fff;
  background-color: #e77f14;
  display: table;
}
#news_top h3 {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-top: 150px;
}
#news_top h3 span{
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}

/*----------------------   パンくず   ----------------------*/

.Breadcrumb {
  width: 50vw;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.Breadcrumb-ListGroup {
  display: flex;
  list-style: none;
}
.Breadcrumb-ListGroup-Item-Link[href] {
  color: #e77f14;
  text-decoration: none;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover { opacity: 0.5; }
.Breadcrumb-ListGroup > * + * { margin-left: 0.5em; }
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}
/*--------------------------------------------------*/


#news_content01 {
  display: block;
  width: 50vw;
  margin: 0 auto;
  padding: 100px 0 200px;
  line-height: 1.75;
}
#news_content01 h3 {
  color: #000;
  font-size: 3rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#news_content01 ul {
  padding: 0 30px;
}
#news_content01 p span ,
#news_content01 li span {
  font-weight: bold;
}

}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------- SP -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (max-width: 749px) {

header#pc,#tab { display: none; }
/*　ハンバーガーメニューボタン　*/
.hamburger {
   display: block;
   position: fixed;
   z-index: 3;
   top: 15px;
   right: 20px;
   width: 35px;
   height: 35px;
   cursor: pointer;
   text-align: center;
   background-color: #e77f14;
   padding: 5px;
}
.hamburger span {
   display: block;
   position: absolute;
   width: 25px;
   height: 3px;
   left: 10px;
   background: #fff;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) { top: 11px; }
.hamburger span:nth-child(2) { top: 21px; }
.hamburger span:nth-child(3) { top: 31px; }
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
   top: 16px;
   left: 11px;
   background: white;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
   top: 16px;
   background: white;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
}
/* メニュー背景　*/
nav.globalMenuSp {
   position: fixed;
   z-index: 2;
   top: 0;
   left: 0;
   background-color: #e77f14;
   text-align: left;
   width: 100%;
   height: auto;
   transform: translateX(100%);
   transition: all 0.6s;
   font-size: 1.6rem;
   padding: 20px 0 50px;
}
nav.globalMenuSp ul {
   margin: 0 auto;
   padding: 0;
   width: 100%;
}
nav.globalMenuSp ul li {
   list-style-type: none;
   padding: 0;
   width: 80%;
   display: block;
   margin: 0 auto;
   transition: .4s all;
   border-bottom: 1px solid white;
}
nav.globalMenuSp ul li a {
   display: block;
   padding: 20px;
   color: white;
   text-decoration :none;
}
/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
   opacity: 100;
   display: block;
   transform: translateX(0%);
}
header#sp {
  position: fixed; /* ヘッダーを固定する */
  top: 0; /* 上部から配置の基準位置を決める */
  left: 0; /* 左から配置の基準位置を決める */
  display: fixed;
  width: 100%;
  background-color: white;
  height: 80px;
  padding: 0;
  z-index: 100;
}
header#sp .header h1 {
  width: 150px;
  padding: 15px 10px;
  margin: 0 auto 0 0;
  display: block;
}
header#sp .header h1 img {
  width: 100%;
  display: block;
}

/*--------------------------------------------   top   --------------------------------------------*/

#top {
  display: block;
  width: 100%;
  margin-top: 50px;
  height: 90vh;
  background-image: url('../image/sp/top.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#top .inner {
  display: fixed;
  width: 90vw;
  margin: 0 auto;
  padding-top: 80px;
  animation-name: fadein;
    animation-duration: 2s;
  }
  @keyframes fadein {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
#top .inner h2 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 2;
  display: inline;
  padding: 5px;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
#top .inner p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.75;
  letter-spacing: 1.25px;
}

/*--------------------------------------------   content01   --------------------------------------------*/

#content01 {
  display: block;
  width: 100%;
  padding: 50px 0;
}
#content01 .inner {
  display: block;
  width: 100%;
  position: relative;
}
#content01 .inner .inner_box img.pc { display: none; }
#content01 .inner img.sp {
  opacity: .15;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
#content01 .inner .inner_box {
  display: block;
  width: 90%;
  margin: 50px auto;
}
#content01 .inner .inner_box h3 {
  color: #e77f14;
  font-size: 3.5rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
}
#content01 .inner .inner_box h3 span{
  font-size: 2rem;
  font-weight: 300;
}
#content01 .inner .inner_box p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
}
#content01 .inner .inner_box p br.pc { display: none; }
#content01 .inner .inner_box .text_box a {
  display: block;
  width: 75vw;
  text-align: center;
  text-decoration: none;
  background-color: #e77f14;
  color: white;
  padding: 20px 0;
  border-radius: 30px;
  margin: 30px auto;
  border: 2px solid #e77f14;
  transition: .3s;
}
#content01 .inner .inner_box .text_box a:hover {
  background-color: white;
  border: 2px solid #e77f14;
  color: #e77f14;
  transition: .3s;
}
/*--------------------------------------------   news   --------------------------------------------*/

#news {
  background-color: #efefef;
  display: block;
  width: 100%;
}
#news .inner {
  display: fixed;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
  flex-direction: row;
  justify-content: space-around;
}
#news .inner h3 {
  color: #e77f14;
  font-size: 3.5rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}
#news .inner h3 span {
  font-size: 2rem;
  font-weight: 300;
}
#news .inner table {
  display: block;
  background-color: #efefef;
  border-collapse: separate;
  border-spacing: 0 10px;
  height: 200px;
  overflow: auto;
  text-align: left;
}
#news .inner table th {
  display: block;
  width: 100%;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
}
#news .inner table td {
  display: block;
  width: 100%;
  line-height: 1.5;
  font-size: 1.4rem;
}
#news .inner table td span {
  font-weight: bold;
  line-height: 3;
}
#news .inner table tr {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

/*--------------------------------------------   content02   --------------------------------------------*/

#content02 {
  display: block;
  width: 100%;
  padding-top: 100px;
}
#content02 .inner_01 ,
#content02 .inner_02 {
  display: fixed;
  width: 95vw;
  margin: 0 auto;
  text-align: center;
}
#content02 .inner_01 h3 {
  color: #e77f14;
  font-size: 3.5rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#content02 .inner_01 h3 span {
  font-size: 2rem;
  font-weight: 300;
}
#content02 .inner_01 p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 1px;
}
#content02 .inner_01 .step_box {
  display: block;
  width: 80vw;
  margin: 60px auto;
}
#content02 .inner_01 .step_box .inner_box {
  display: block;
  margin: 0 auto;
  padding: 0;
}
#content02 .inner_01 .step_box .inner_box.kigou {
  display: block;
  height: 3vh;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0;
}
#content02 .inner_01 .step_box .inner_box.kigou p.pc { display: none; }
#content02 .inner_01 .step_box .inner_box.kigou p.sp {
  font-size: 18px;
  color: #e77f14;
  text-align: center;
  margin: 0;
  padding: 0;
}
#content02 .inner_01 .step_box .inner_box h4 {
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #e77f14;
  border-bottom: 1px solid #e77f14;
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}
#content02 .inner_01 .step_box .inner_box h4 span {
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 4rem;
}
#content02 .inner_01 .step_box .inner_box p {
  text-align: left;
  letter-spacing: .5px;
  line-height: 1.75;
  font-size: 1.6rem;
}
#content02 .inner_02 .inner_box {
  display: block;
  width: 90%;
  margin: 0 auto;
}
#content02 .inner_02 .inner_box img {
  display: block;
  width: 100%;
  margin-top: 40px;
}
#content02 .inner_02 .inner_box p {
  text-align: left;
  line-height: 1.75;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
#content02 .inner_03 {
  display: fixed;
  width: 85%;
  margin: 50px auto 0;
  border: 3px solid #e77f14;
  text-align: center;
}
#content02 .inner_03 h5 {
  font-size: 1.8rem;
  font-weight: 800;
  padding: 35px 0 15px;
}
#content02 .inner_03 p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 15px 25px;
}

/*--------------------------------------------   content03   --------------------------------------------*/

#content03 {
  display: block;
  width: 100%;
  background-color: #efefef;
  margin: 100px 0 0;
  padding: 100px 0;
}
#content03 .inner_01 ,
#content03 .inner_03 {
  display: fixed;
  width: 95vw;
  margin: 0 auto;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
#content03 .inner_02 {
  display: fixed;
  width: 95vw;
  margin: 0 auto;
}
#content03 .inner_02 .inner_box {
  display: fixed;
  width: 95vw;
  margin: 0 auto;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
#content03 .inner_04 {
  display: fixed;
  width: 95vw;
  margin: 80px auto 0;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
.inner_wide {
  display: block;
  width: 100%;
  margin: 40px 0;
  padding: 40px 0;
  background-color: #e77f14;;
}
#content03 .inner_01 h3 {
  color: #e77f14;
  font-size: 3.5rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#content03 .inner_01 h3 span {
  font-size: 2rem;
  font-weight: 300;
}
#content03 .inner_01 p.pc { display: none; }
#content03 .inner_01 p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
#content03 .inner_01 .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 40vw;
  margin: 20px 10px;
}
#content03 .inner_01 .inner_box p br.tab { display: none; }
#content03 .inner_01 .inner_box img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#content03 .inner_02.pc { display: none; }
#content03 .inner_02.sp {
  display: block;
  width: 100%;
}
#content03 .inner_02 .inner_box img {
  display: inline-block;
  width: 60px;
  margin: 0 auto;
}
#content03 .inner_02 .inner_box h5 {
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: .5px;
  text-align: left;
  padding-left: 20px;
  color: white;
  line-height: 1.25;
}
#content03 .inner_02 .inner_box ul {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  list-style: square;
}
#content03 .inner_02 .inner_box ul li {
  color: white;
  line-height: 1.75;
  padding-top: 10px;
  text-align: left;
  font-size: 1.3rem;
}
#content03 .inner_03 h5 {
  font-style: normal;
  width: 90%;
  background-color: #e77f14;
  color: white;
  font-size: 2.6rem;
  padding: 10px 0;
  margin: 30px auto 0;
}
#content03 .inner_03 .step_box {
  display: fixed;
  width: 90vw;
  margin: 40px auto;
  flex-direction: row;
  justify-content: space-around;
}
#content03 .inner_03 .step_box .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
#content03 .inner_03 .step_box .inner_box.kigou {
  display: inline-block;
  vertical-align: top;
  width: 2vw;
  margin: 0;
  padding: 0;
  text-align: center;
}
#content03 .inner_03 .step_box .inner_box.kigou p.pc { display: none; }
#content03 .inner_03 .step_box .inner_box.kigou p {
  font-size: 1.6rem;
  color: #e77f14;
  padding: 10px 0;
}
#content03 .inner_03 .step_box .inner_box .text_box img {
  display: block;
  width: 100%;
}
#content03 .inner_03 .step_box .inner_box h4 {
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #e77f14;
  border-bottom: 1px solid #e77f14;
  font-size: 1.8rem;
  padding: 10px 0;
}
#content03 .inner_03 .step_box .inner_box h4 span {
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 4rem;
}
#content03 .inner_03 .step_box .inner_box h6 {
  font-style: normal;
  color: #e77f14;
  font-size: 2.6rem;
  padding: 20px 0;
}
#content03 .inner_03 .step_box .inner_box p {
  text-align: left;
  line-height: 2;
  font-size: 1.4rem;
}
#content03 .inner_04 .inner_box {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
#content03 .inner_04 .inner_box ul {
  list-style: none;
  text-align: left;
}
#content03 .inner_04 .inner_box ul li {
  border-left: 10px solid #e77f14;
  line-height: 2;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 1.4rem;
}
#content03 .inner_04 .inner_box ul li br.pc { display: none; }
#content03 .inner_04 .inner_box img {
  display: block;
  width: 100%;
  margin: 0 0 0 auto;
}
#content03 .inner_05 {
  display: block;
  width: 95%;
  margin: 50px auto 0;
  position: relative;
  z-index: 0;
}
#content03 .inner_05 img.pc { display: none; }
#content03 .inner_05 img.sp {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#content03 .inner_05 img.icon {
  display: block;
  width: 14vw;
}
#content03 .inner_05 img.icon.left {
  position: absolute;
  right: 125px;
  bottom: 20px;
  filter: drop-shadow( 3px 3px 3px #aaa);
}
#content03 .inner_05 img.icon.right {
  position: absolute;
  right: 35px;
  bottom: 20px;
  filter: drop-shadow( 3px 3px 3px #aaa);
}

/*--------------------------------------------   content04   --------------------------------------------*/

#content04 {
  display: block;
  width: 95vw;
  margin: 0px auto 100px;
  padding-top: 100px;
  text-align: center;
}
#content04 br.pc { display: none; }
#content04 h3 {
  color: #e77f14;
  font-size: 3.5rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#content04 h3 span {
  font-size: 2rem;
  font-weight: 300;
}
#content04 table {
  display: block;
  width: 90vw;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
#content04 table th {
  display: block;
  width: 90vw;
  font-size: 1.8rem;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  color: #e77f14;;
}
#content04 table td {
  display: block;
  width: 90vw;
  padding: 5px 0;
  margin-bottom: 20px;
}

/*--------------------------------------------   footer   --------------------------------------------*/

footer {
  display: block;
  width: 100%;
  background: #e77f14;
  color: white;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
}
footer img {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 50px 0 0;
}
footer .inner {
  display: fixed;
  width: 80vw;
  margin: 40px auto;
  padding: 0;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
footer .inner img {
  width: 10vw;
  padding: 0;
}
footer .inner a {
  display: inline-block;
  padding: 0;
  margin: 30px;
  transition: .3s;
  text-decoration: none;
}
footer .inner a:hover {
  transition: .3s;
  opacity: .7;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -20px;
  background: #e77f14;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: .3s;
}
#page_top a:hover {
  transition: .3s;
  opacity: .7;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f102';
  font-size: 2.3rem;
  color: #fff;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*---------------------- TAB -----------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:1200px) {

/*--------------------------------------------   header   --------------------------------------------*/

header#pc,#sp { display: none; }
/*　ハンバーガーメニューボタン　*/

#tab {
  position: fixed;
  display: block;
  width: 100%;
  height: 100px;
  top: 0;
  z-index: 100;
  background-color: white;
}
#tab .header h1 {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 200px;
  margin: 0;
  display: block;
}
#tab .header h1 img {
  width: 100%;
  display: block;
}
#tab .hamburger {
   display: block;
   position: fixed;
   z-index: 3;
   top: 25px;
   right: 30px;
   width: 40px;
   height: 40px;
   cursor: pointer;
   text-align: center;
   background-color: #e77f14;
   padding: 5px;
}
#tab .hamburger span {
   display: block;
   position: absolute;
   width: 30px;
   height: 3px ;
   left: 10px;
   background: #fff;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
#tab .hamburger span:nth-child(1) { top: 12px; }
#tab .hamburger span:nth-child(2) { top: 23px; }
#tab .hamburger span:nth-child(3) { top: 34px; }
/* スマホメニューを開いてる時のボタン */
#tab .hamburger.active span:nth-child(1) {
   top: 16px;
   left: 11px;
   background: white;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
#tab .hamburger.active span:nth-child(2),
#tab .hamburger.active span:nth-child(3) {
   top: 16px;
   background: white;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
}
/* メニュー背景　*/
#tab nav.globalMenuSp {
   position: fixed;
   z-index: 2;
   top: 0;
   left: 0;
   background-color: #e77f14;
   text-align: left;
   width: 100%;
   height: auto;
   transform: translateX(100%);
   transition: all 0.6s;
   font-size: 1.6rem;
   padding: 20px 0 50px;
}
#tab nav.globalMenuSp ul {
   margin: 0 auto;
   padding: 0;
   width: 100%;
}
#tab nav.globalMenuSp ul li {
   list-style-type: none;
   padding: 0;
   width: 80%;
   display: block;
   margin: 0 auto;
   transition: .4s all;
   border-bottom: 1px solid white;
}
#tab nav.globalMenuSp ul li a {
   display: block;
   padding: 20px;
   color: white;
   text-decoration :none;
}
/* クリックでjQueryで追加・削除 */
#tab nav.globalMenuSp.active {
   opacity: 100;
   display: block;
   transform: translateX(0%);
}

/*--------------------------------------------   top   --------------------------------------------*/

#top {
  display: block;
  width: 100%;
  height: 70vh;
  background-image: url('../image/sp/top.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#top .inner {
  display: fixed;
  width: 90vw;
  margin: 0 auto;
  padding-top: 100px;
  animation-name: fadein;
    animation-duration: 2s;
  }
  @keyframes fadein {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
#top .inner h2 {
  font-weight: 500;
  font-size: 7.4rem;
  line-height: 1.5;
  display: inline;
  padding: 5px;
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
#top .inner p {
  margin-top: 3vh;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.25;
  letter-spacing: 1.25px;
}

/*--------------------------------------------   content01   --------------------------------------------*/

#content01 {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 50px;
}
#content01 .inner {
  display: fixed;
  width: 95vw;
  margin: 0 auto 100px;
  padding-top: 100px;
  flex-direction: row;
  justify-content: space-around;
}
#content01 .inner .inner_box img.pc { display: none; }
#content01 .inner .inner_box {
  display: block;
  width: 90vw;
  margin: 0 auto;
}
#content01 .inner img.sp {
  display: block;
  position: absolute;
  top: 3vh;
  left: 0;
  width: 100%;
  opacity: .2;
}
#content01 .inner .inner_box h3 {
  color: #e77f14;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
}
#content01 .inner .inner_box h3 span{
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}
#content01 .inner .inner_box .text_box {
  display: block;
  width: 90vw;
  margin: 0 auto;
}
#content01 .inner .inner_box p {
  margin-top: 50px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: .6px;
}
#content01 .inner .inner_box .text_box a {
  display: block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  background-color: #e77f14;
  color: white;
  padding: 20px;
  border-radius: 30px;
  margin-top: 50px;
  border: 2px solid #e77f14;
  transition: .3s;
}
#content01 .inner .inner_box .text_box a:hover {
  background-color: white;
  border: 2px solid #e77f14;
  color: #e77f14;
  transition: .3s;
}
/*--------------------------------------------   news   --------------------------------------------*/

#news {
  background-color: #efefef;
  display: block;
  width: 100%;
}
#news .inner {
  display: fixed;
  width: 80vw;
  margin: 0 auto;
  padding: 100px 0 50px;
  flex-direction: row;
  justify-content: space-around;
}
#news .inner h3 {
  color: #e77f14;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#news .inner h3 span {
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}
#news .inner table {
  display: block;
  background-color: #efefef;
  border-collapse: separate;
  border-spacing: 0px 15px;
  height: 180px;
  overflow: auto;
}
#news .inner table th {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}
#news .inner table td {
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}

/*--------------------------------------------   content02   --------------------------------------------*/

#content02 {
  display: block;
  width: 100%;
  padding-top: 100px;
}
#content02 .inner_01 ,
#content02 .inner_02 {
  display: fixed;
  width: 95vw;
  margin: 0 auto;
  text-align: center;
}
#content02 .inner_01 h3 {
  color: #e77f14;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#content02 .inner_01 h3 span {
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}
#content02 .inner_01 h3 br.sp { display: none; }
#content02 .inner_01 p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.75;
}
#content02 .inner_01 .step_box {
  display: fixed;
  width: 95vw;
  margin: 80px auto;
  flex-direction: row;
  justify-content: space-around;
}
#content02 .inner_01 .step_box .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 24vw;
  margin: 0 20px;
}
#content02 .inner_01 .step_box .inner_box.kigou {
  display: inline-block;
  vertical-align: top;
  width: 3vw;
  margin: 0;
  padding: 0;
  text-align: center;
}
#content02 .inner_01 .step_box .inner_box.kigou p {
  font-size: 1.6rem;
  line-height: 100px;
  color: #e77f14;
}
#content02 .inner_01 .step_box .inner_box.kigou p.sp { display: none; }
#content02 .inner_01 .step_box .inner_box h4 {
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #e77f14;
  border-bottom: 1px solid #e77f14;
  font-size: 2rem;
  padding-bottom: 10px;
}
#content02 .inner_01 .step_box .inner_box h4 span {
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 4.5rem;
}
#content02 .inner_01 .step_box .inner_box p {
  text-align: left;
  line-height: 1.75;
  font-size: 1.4rem;
}
#content02 .inner_02 .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 42vw;
  margin: 0 20px;
}
#content02 .inner_02 .inner_box img {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
#content02 .inner_02 .inner_box p {
  text-align: left;
  line-height: 1.75;
  font-size: 1.4rem;
  padding-left: 10px;
}
#content02 .inner_03 {
  display: fixed;
  width: 84vw;
  margin: 50px auto;
  padding: 30px 20px;
  border: 3px solid #e77f14;
  text-align: center;
}
#content02 .inner_03 h5 {
  font-size: 1.6rem;
  font-weight: bold;
}
#content02 .inner_03 p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.75;
}

/*--------------------------------------------   content03   --------------------------------------------*/

#content03 {
  display: block;
  width: 100%;
  margin-top: 100px;
  padding-top: 100px;
}
#content03 .inner_01 ,
#content03 .inner_02 ,
#content03 .inner_03 {
  display: fixed;
  width: 95vw;
  margin: 0 auto;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
.inner_wide {
  display: block;
  width: 100%;
  margin: 40px 0;
  padding: 0;
  background-color: #e77f14;
}
#content03 .inner_01 h3 {
  color: #e77f14;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#content03 .inner_01 h3 span {
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}
#content03 .inner_01 p {
  margin-top: 30px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #e77f14;
}
#content03 .inner_01 p.pc { display: none }
#content03 .inner_01 .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 19vw;
  margin: 20px 10px;
}
#content03 .inner_01 .inner_box img {
  display: block;
  width: 85%;
  margin: 0 auto;
}
#content03 .inner_02 .inner_box {
  display: inline-block;
  vertical-align: middle;
  width: 26vw;
}
#content03 .inner_02.sp { display: none; }
#content03 .inner_02 .inner_box h5 {
  font-size: 3rem;
  text-align: left;
  color: white;
  margin: 0 auto 0 -15vw;
  padding: 40px 0;
  line-height: 1.5;
}
#content03 .inner_02 .inner_box img {
  display: block;
  width: 9vw;
  margin: 0 auto 0 0;
}
#content03 .inner_02 .inner_box ul {
  list-style: square;
  display: block;
  width: 45vw;
  margin: 0 auto 0 -12vw;
}
#content03 .inner_02 .inner_box ul li {
  color: white;
  line-height: 1.5;
  text-align: left;
  font-size: 1.4rem;
}
#content03 .inner_02 .inner_box ul li br.pc { display: none; }
#content03 .inner_03 h5 {
  font-style: normal;
  width: 90%;
  background-color: #e77f14;
  color: white;
  font-size: 2.6rem;
  padding: 20px 0;
  margin: 50px auto 0;
}
#content03 .inner_03 .step_box {
  display: fixed;
  width: 95vw;
  margin: 40px auto;
  flex-direction: row;
  justify-content: space-around;
}
#content03 .inner_03 .step_box .inner_box {
  display: inline-block;
  vertical-align: top;
  width: 18vw;
  margin: 0 5px;
}
#content03 .inner_03 .step_box .inner_box.kigou {
  display: inline-block;
  vertical-align: top;
  width: 1.5vw;
  margin: 0;
  padding: 0;
  text-align: center;
}
#content03 .inner_03 .step_box .inner_box.kigou p {
  font-size: 1rem;
  line-height: 50px;
  padding-top: 200px;
  color: #e77f14;
}
#content03 .inner_03 .step_box .inner_box.kigou p.sp { display: none; }
#content03 .inner_03 .step_box .inner_box .text_box img {
  display: block;
  width: 100%;
}
#content03 .inner_03 .step_box .inner_box h4 {
  font-family: "din-2014", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #e77f14;
  border-bottom: 1px solid #e77f14;
  font-size: 1.4rem;
  padding: 10px 0;
}
#content03 .inner_03 .step_box .inner_box h4 span {
  font-family: "din-2014", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 4rem;
}
#content03 .inner_03 .step_box .inner_box h6 {
  font-style: normal;
  color: #e77f14;
  font-size: 1.6rem;
  padding: 20px 0;
}
#content03 .inner_03 .step_box .inner_box p {
  text-align: left;
  line-height: 1.75;
  font-size: 1.4rem;
}
#content03 .inner_04 .inner_box {
  display: block;
  vertical-align: top;
  width: 80vw;
  margin: 0 auto 40px;
  position: relative;
  z-index: 10;
}
#content03 .inner_04 .inner_box ul {
  list-style: none;
  text-align: left;
}
#content03 .inner_04 .inner_box ul li {
  border-left: 10px solid #e77f14;
  line-height: 1.75;
  margin-bottom: 30px;
  padding: 0 10px 0 20px;
  font-size: 1.2rem;
}
#content03 .inner_04 .inner_box ul li br.pc { display: none; }
#content03 .inner_04 .inner_box img {
  display: block;
  width: 100%;
  margin: 0 0 0 auto;
}
#content03 .inner_05 {
  background-color: white;
  display: fixed;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  z-index: 0;
}
#content03 .inner_05 img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#content03 .inner_05 img.icon {
  display: block;
  width: 6vw;
}
#content03 .inner_05 img.icon.left {
  position: absolute;
  right: 210px;
  bottom: 20px;
  filter: drop-shadow( 3px 3px 3px #aaa);
}
#content03 .inner_05 img.icon.right {
  position: absolute;
  right: 140px;
  bottom: 20px;
  filter: drop-shadow( 3px 3px 3px #aaa);
}

/*--------------------------------------------   content04   --------------------------------------------*/

#content04 {
  display: block;
  width: 95vw;
  margin: 50px auto 100px;
  padding-top: 100px;
  text-align: center;
}
#content04 h3 {
  color: #e77f14;
  font-size: 3.8rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
#content04 h3 span {
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 300;
}
#content04 table {
  display: block;
  width: 80vw;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 5;
  letter-spacing: 1.75px;
}
#content04 table th {
  width: 13vw;
  border-right: 1px solid #ccc;
  font-weight: 400;
  padding: 0 2vw 0 0;
}
#content04 table td {
  padding-left: 5vw;
  line-height: 1.75;
}
#content04 table td br.pc { display: none; }

/*--------------------------------------------   footer   --------------------------------------------*/

footer {
  display: block;
  width: 100%;
  background: #e77f14;
  color: white;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
}
footer img {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 100px 0 0;
}
footer .inner {
  display: fixed;
  width: 30vw;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
}
footer .inner img {
  width: 3vw;
  padding: 0;
}
footer .inner a {
  display: inline-block;
  padding: 0;
  margin: 30px 15px;
  transition: .3s;
  text-decoration: none;
}
footer .inner a:hover {
  transition: .3s;
  opacity: .7;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -50px;
  background: #e77f14;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: .3s;
}
#page_top a:hover {
  transition: .3s;
  opacity: .7;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f102';
  font-size: 2.3rem;
  color: #fff;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}
