@charset "utf-8";
/* CSS Document */

*, ::before, ::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Zen Kaku Gothic New', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  z-index: 0;
  font-feature-settings: "pkna"1;
  overflow-x: hidden;

}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: inherit;
  font-feature-settings: "palt";
  line-height: 1.65;
}
p {
  margin-bottom: 0;
}
pre {
  margin-bottom: 0;
}
dl {
  margin-bottom: 0;
}
ul {
  margin-bottom: 0;
}
ol {
  margin-bottom: 0;
  list-style: decimal;
  padding-left: 1em;
}
img
{
    max-width: 100%;
    height: auto;
}
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce{
    opacity:0;
}
/*-----------------------------------------------------------------*/

#header
{
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.80);
    z-index: 100;
}
.h_inner
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.h_r
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h_entry
{
    margin-right: 3rem;
}
.h_tel
{
    margin-right: 3rem;
}
main
{
    padding-top: 130px;    
}
.news
{
    background: url("images/news_bg.png") no-repeat top center;
    background-size: cover;
    padding: 6rem 3rem;
}
.container
{
    max-width: calc(1200px + 6%);
    padding: 3%;
    margin: 0 auto;
}
.news .container
{
    background: #FFF1E1;
    margin: 5rem auto;
    padding: 3% 4%;
}
.flex
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.h3_ttl
{
    position: relative;
    font-size: 2.6rem;
    font-weight: 600;
    padding-bottom: 2rem;
    border-bottom: 1px solid #333333;
    margin-bottom: 3rem;
    font-family: 'Zen Old Mincho', serif;
    padding-left: 6rem;
}
.h3_ttl::before
{
    content: "";
    top: 0.8rem;
    left: 0;
    background: url("images/title_icon.png") no-repeat top center;
    background-size: 100%;
    width: 43px;
    height: 36px;
    position: absolute;
}
.newstxt
{
    width: 46%;
}
.newstxt ul li
{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: dashed 1px #333333;
}
.newstxt ul li dl
{
    display: flex;
}
.newstxt ul li dl dt
{
    font-size: 1.8rem;
    color: #F0AD5A;
    padding: 1rem 2rem;
    border: 1px solid #F0AD5A;
    margin-right: 5rem;
}
.newstxt ul li dl dd
{
    font-size: 1.8rem;
    padding: 1rem 0;
}
.biz-hour {
  display: block;
  border-collapse: collapse;
  /* overflow-x: scroll;で、
  スマホ画面幅に表が入りきらない場合は
  横スクロールしてくれます */
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.biz-hour th {
  border-top: 1px solid #707070;
}

.biz-hour th, .biz-hour td {
  padding: 15px 15px;
  text-align: center;
  border-bottom: 1px solid #707070;
}

/* スマホ時に横スクロールしないよう、横の余白（padding）を20px→10pxに */
@media screen and (max-width: 559px) {
  .biz-hour th, .biz-hour td {
    padding: 10px 10px;
  }
}

.biz-hour th {
  font-weight: 600;
}

/* 「土」の文字色 */
.biz-hour th.sat {
  color: #333333;
}

/* 「日」の文字色 */
.biz-hour th.sun {
  color: #333333;
}
.biz-hour td.maru {
  color: #F0AD5A;
}
.news p
{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.introduction
{
    background: url("images/introduction_bg.png")no-repeat top center;
    background-size: contain;
    padding: 20rem 0 5rem;
}
.ttl
{
    font-size: 8rem;
    text-align: center;
    color: #F0AD5A;
    font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
    margin-bottom: 5rem;
}
.introduction .container
{
    background: #FFFFFF;
  padding: 3% 3% 6%;
  max-width: calc(1350px + 6%);
  margin: 0 auto;
  width: 100%;
}
.introduction p
{
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 5rem;
}
.btn
{
    text-align: center;
}
.recruit
{
    background: #F6F6F6;
    padding: 3% 3% 6%;
}
.ttl span
{
    font-size: 2rem;
    color: #333333;
    font-family: 'Zen Kaku Gothic New', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    display: block;
    font-weight: 500;
    line-height: 0.1em;
    margin-bottom: 5rem;
}
.recruitbox
{
    width: calc(100% / 3);
}
.boximg
{
    margin-bottom: 3rem;
}
.recruitlist
{
    font-size: 1.6rem;
}
.recruitlist li dl
{
    display: flex;
    margin-bottom: 2rem;
}
.recruitlist dt
{
    color: #FFFFFF;
    background: #F0AD5A;
    padding: 0.5rem 0;
    margin-right: 1rem;
    width: 25%;
    text-align: center;
    height: 30px;
}
.recruitlist dd
{
    padding: 0.5rem 0.5rem 0.5rem 0;
    width: 75%;
}
.recruit .flex
{
    margin-bottom: 5rem;
}
.ct
{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 0.1;
    line-height: 1.6;
}
.features
{
    background: url("images/features_bg.png")no-repeat top center;
    background-size: cover;
    padding: 5% 3%;
}
.featuresbox
{
    width: calc(100% / 3);
    padding: 3rem;
}
.featuresimg
{
    margin-bottom: 3rem;
}
.f_ttl
{
    font-size: 2rem !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}
.features p
{
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.features .flex
{
    margin-bottom: 10rem;
}
.flow
{
    background: url("images/flow_bg.png") no-repeat top center;
    background-size: cover;
    padding: 8% 0 20%;
}
.flow_inner
{
    max-width: 600px;
    background: url("images/flow_line.png")no-repeat top center;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    height: 510px;
}
.flow_inner li
{
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
.flow_inner li:nth-child(1)
{
    position: absolute;
    top: 34px;
    right: 0px;
}
.flow_inner li:nth-child(2)
{
    position: absolute;
    top: 140px;
    left: 0px;
}
.flow_inner li:nth-child(3)
{
    position: absolute;
    top: 244px;
    right: 0px;
}
.flow_inner li:nth-child(4)
{
    position: absolute;
    top: 350px;
    left: 0px;
}
.flow_inner li:nth-child(5)
{
    position: absolute;
    top: 454px;
    right: 0px;
}

.movie{
    max-width: calc(1200px + 6%);
    margin: 0 auto;
	padding: 0 0 8% 0;
}
.movie .flex{
	display: flex;
    justify-content: space-around;
}
.movie .flex iframe{
  width: 100%;
  height: 100%;
}
.movie_bottom{
  width: 45%;
  aspect-ratio: 16 / 9;
	margin-bottom: 50px;
}
.movie_bottom2{
  width: 80%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 845px) {
	.movie .flex{
		display: block;
	}
	.movie_bottom{
	  width: 90%;
	  margin: 0 auto 50px;
	}
}


.voice
{
    padding: 0 3% 5%;
}

.voicebox
{
    width: calc(100% / 3);
    padding: 0 2rem
}
.voiceimg
{
    margin-bottom: 3rem;
}
.voicebox p
{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.greeting
{
    background: url("images/greeting_bg.png") no-repeat top center;
    background-size: cover;
    padding: 12% 3%;
}
.greeting .flex
{
    justify-content: space-around;
    align-items: center;
}
.txt
{
    width: 42%;
}
.img
{
    width: 42%;
}
.ore
{
    font-size: 2rem!important;
    font-weight: 600!important;
    margin: 1rem 0;
    color: #F0AD5A;
    padding-top: 2rem;
}
.txt p
{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
.entry
{
    padding: 5%;
}
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}

@media screen and (max-width: 480px) {
    .Form {
        margin-top: 40px;
    }
}

.Form-Item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .Form-Item {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
}

.Form-Item:nth-child(5) {
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #F0AD5A;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #F0AD5A;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
    }
}
.lab
{
    font-size: 1.8rem;
}
.radiobox
{
    width: 50%;
    display: flex;
}
.myradio
{
  inline-size: 1.8rem;
  block-size: 1.8rem;
}
.Form-Item .flex
{
    flex-wrap: nowrap;
}
.entrytxt
{
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
}
#footer
{
    background: url("images/footer_bg.png")no-repeat top center;
    background-size: cover;
    padding: 5%;
    color: #FFFFFF;
}
.footercenter
{
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5rem;
}
.footercenter p
{
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 5rem;
}
#footer .biz-hour
{
    color: #FFFFFF;
}
#footer .flex
{
    justify-content: space-around;
    align-items: center;
}
.footertxt
{
    margin-top: 3rem;
    font-size: 1.6rem;
}
.footertxt p span
{
    background: #F0AD5A;
    padding: 0.2rem 1rem;
    border-radius: 5px;
    margin-right: 3rem;
}
.copy
{
    padding: 1rem;
    text-align: center;
    color: #FFFFFF;
    background: #F0AD5A;
}
/*--------------------------------------------------------------------------

PC

--------------------------------------------------------------------------*/

@media only screen and (min-width: 846px){
    .sp-only {
    display: none !important;
  }
    .tab-only {
    display: none !important;
  }
    
}

/*--------------------------------------------------------------------------

tablet

--------------------------------------------------------------------------*/

@media only screen and (min-width: 560px) and (max-width: 845px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
    
    #header
{
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.80);
}
.h_inner
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.h_r
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}
.h_entry
{
    margin-right: 3rem;
}
.h_tel
{
    margin-right: 3rem;
}
main
{
    padding-top: 130px;    
}
.news
{
    background: url("images/news_bg.png") no-repeat top center;
    background-size: cover;
    padding: 6rem 3rem;
}
.container
{
    max-width: calc(1200px + 6%);
    padding: 3%;
    margin: 0 auto;
}
.news .container
{
    background: #FFF1E1;
    margin: 5rem auto;
    padding: 3% 4%;
}
.flex
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.h3_ttl
{
    position: relative;
    font-size: 2.6rem;
    font-weight: 600;
    padding-bottom: 2rem;
    border-bottom: 1px solid #333333;
    margin-bottom: 3rem;
    font-family: 'Zen Old Mincho', serif;
    padding-left: 6rem;
}
.h3_ttl::before
{
    content: "";
    top: 0.8rem;
    left: 0;
    background: url("images/title_icon.png") no-repeat top center;
    background-size: 100%;
    width: 43px;
    height: 36px;
    position: absolute;
}
.newstxt
{
    width: 100%;
    margin-bottom: 3rem;
}
.newstxt ul li
{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: dashed 1px #333333;
}
.newstxt ul li dl
{
    display: flex;
}
.newstxt ul li dl dt
{
    font-size: 1.8rem;
    color: #F0AD5A;
    padding: 1rem 2rem;
    border: 1px solid #F0AD5A;
    margin-right: 5rem;
}
.newstxt ul li dl dd
{
    font-size: 1.8rem;
    padding: 1rem 0;
}
.biz-hour {
  display: inline-table;
  border-collapse: collapse;
  /* overflow-x: scroll;で、
  スマホ画面幅に表が入りきらない場合は
  横スクロールしてくれます */
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 500;
    width: 100%;
}

.biz-hour th {
  border-top: 1px solid #707070;
}

.biz-hour th, .biz-hour td {
  padding: 15px 15px;
  text-align: center;
  border-bottom: 1px solid #707070;
}

/* スマホ時に横スクロールしないよう、横の余白（padding）を20px→10pxに */
@media screen and (max-width: 559px) {
  .biz-hour th, .biz-hour td {
    padding: 10px 10px;
  }
}

.biz-hour th {
  font-weight: 600;
}

/* 「土」の文字色 */
.biz-hour th.sat {
  color: #333333;
}

/* 「日」の文字色 */
.biz-hour th.sun {
  color: #333333;
}
.biz-hour td.maru {
  color: #F0AD5A;
}
.news p
{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.introduction
{
    background: url("images/introduction_bg.png")no-repeat top center;
    background-size: contain;
    padding: 20rem 2rem 5rem;
}
.ttl
{
    font-size: 8rem;
    text-align: center;
    color: #F0AD5A;
    font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
    margin-bottom: 5rem;
}
.introduction .container
{
    background: #FFFFFF;
  padding: 3% 3% 6%;
  max-width: calc(1350px + 6%);
  margin: 0 auto;
  width: 100%;
}
.introduction p
{
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 5rem;
}
.btn
{
    text-align: center;
}
.recruit
{
    background: #F6F6F6;
    padding: 3% 3% 6%;
}
.ttl span
{
    font-size: 2rem;
    color: #333333;
    font-family: 'Zen Kaku Gothic New', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    display: block;
    font-weight: 500;
    line-height: 0.1em;
    margin-bottom: 5rem;
}
.recruitbox
{
    width: 100%;
    margin: 0 auto;
}
.boximg
{
    margin-bottom: 3rem;
}
.recruitlist
{
    font-size: 1.6rem;
}
.recruitlist li dl
{
    display: flex;
    margin-bottom: 2rem;
}
.recruitlist dt
{
    color: #FFFFFF;
    background: #F0AD5A;
    padding: 0.5rem 0;
    margin-right: 1rem;
    width: 25%;
    text-align: center;
    height: 30px;
}
.recruitlist dd
{
    padding: 0.5rem 0.5rem 0.5rem 0;
    width: 75%;
}
.recruit .flex
{
    margin-bottom: 5rem;
}
.ct
{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 0.1;
    line-height: 1.6;
}
.features
{
    background: url("images/features_bg.png")no-repeat top center;
    background-size: cover;
    padding: 5% 3%;
}
.featuresbox
{
    width: calc(100% / 2);
    padding: 3rem;
}
.featuresimg
{
    margin-bottom: 3rem;
}
.f_ttl
{
    font-size: 2rem !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}
.features p
{
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.features .flex
{
    margin-bottom: 10rem;
}
.flow
{
    background: url("images/sp_flow_bg.png") no-repeat top center;
    background-size: cover;
    padding: 8% 0 20%;
}
.flow_inner
{
    max-width: 600px;
    background: url("images/flow_line.png")no-repeat top center;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    height: 510px;
}
.flow_inner li
{
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
.flow_inner li:nth-child(1)
{
    position: absolute;
    top: 34px;
    right: 0px;
}
.flow_inner li:nth-child(2)
{
    position: absolute;
    top: 140px;
    left: 0px;
}
.flow_inner li:nth-child(3)
{
    position: absolute;
    top: 244px;
    right: 0px;
}
.flow_inner li:nth-child(4)
{
    position: absolute;
    top: 350px;
    left: 0px;
}
.flow_inner li:nth-child(5)
{
    position: absolute;
    top: 454px;
    right: 0px;
}
.voice
{
    padding: 0 3% 5%;
}

.voicebox
{
    width: calc(100% / 2);
    padding: 0 2rem;
    margin-bottom: 3rem;
}
.voiceimg
{
    margin-bottom: 3rem;
}
.voicebox p
{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.greeting
{
    background: url("images/greeting_bg.png") no-repeat top center;
    background-size: cover;
    padding: 12% 3%;
}
.greeting .flex
{
    justify-content: space-around;
    align-items: center;
}
.txt
{
    width: 100%;
    margin-bottom: 3rem;
}
.img
{
    width: 100%;
}
.ore
{
    font-size: 2rem!important;
    font-weight: 600!important;
    margin: 1rem 0;
    color: #F0AD5A;
    padding-top: 2rem;
}
.txt p
{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
.entry
{
    padding: 5%;
}
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}

@media screen and (max-width: 480px) {
    .Form {
        margin-top: 40px;
    }
}

.Form-Item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .Form-Item {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
}

.Form-Item:nth-child(5) {
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #F0AD5A;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #F0AD5A;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
    }
}
.lab
{
    font-size: 1.8rem;
}
.radiobox
{
    width: 100%;
    display: flex;
}
.myradio
{
  inline-size: 1.8rem;
  block-size: 1.8rem;
}
.Form-Item .flex
{
    flex-wrap: nowrap;
}
.entrytxt
{
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
}
#footer
{
    background: url("images/footer_bg.png")no-repeat top center;
    background-size: cover;
    padding: 5%;
    color: #FFFFFF;
}
.footercenter
{
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5rem;
}
.footercenter p
{
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 5rem;
}
#footer .biz-hour
{
    color: #FFFFFF;
}
#footer .flex
{
    justify-content: space-around;
    align-items: center;
}
.footertxt
{
    margin-top: 3rem;
    font-size: 1.6rem;
}
.footertxt p span
{
    background: #F0AD5A;
    padding: 0.2rem 1rem;
    border-radius: 5px;
    margin-right: 3rem;
}
}

/*--------------------------------------------------------------------------

sp

--------------------------------------------------------------------------*/
@media screen and (max-width: 559px) {
    .pc-only {
    display: none !important;
  }
  .pc-tab-only {
    display: none !important;
  }
    #header
{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.80);
}
    .logo
    {
        width: 48%;
    }
.h_inner
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.h_r
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 44%;
}
.h_entry
{
    margin-right: 1rem;
}
.h_tel
{
    margin-right: 1rem;
}
main
{
    padding-top: 100px;    
}
.news
{
    background: url("images/news_bg.png") no-repeat top center;
    background-size: cover;
    padding: 2rem 1rem;
}
.container
{
    max-width: calc(1200px + 6%);
    padding: 3%;
    margin: 0 auto;
}
.news .container
{
    background: #FFF1E1;
    margin: 5rem auto;
    padding: 3% 4%;
}
.flex
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.h3_ttl
{
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 2rem;
    border-bottom: 1px solid #333333;
    margin-bottom: 3rem;
    font-family: 'Zen Old Mincho', serif;
    padding-left: 6rem;
    padding-top: 1rem;
}
.h3_ttl::before
{
    content: "";
    top: 0.8rem;
    left: 0;
    background: url("images/title_icon.png") no-repeat top center;
    background-size: 100%;
    width: 43px;
    height: 36px;
    position: absolute;
}
.newstxt
{
    width: 100%;
    margin-bottom: 3rem;
}
.newstxt ul li
{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: dashed 1px #333333;
}
.newstxt ul li dl
{
    display: flex;
}
.newstxt ul li dl dt
{
    font-size: 1.8rem;
    color: #F0AD5A;
    padding: 1rem 2rem;
    border: 1px solid #F0AD5A;
    margin-right: 5rem;
}
.newstxt ul li dl dd
{
    font-size: 1.8rem;
    padding: 1rem 0;
}
.biz-hour {
  display: inline-table;
  border-collapse: collapse;
  /* overflow-x: scroll;で、
  スマホ画面幅に表が入りきらない場合は
  横スクロールしてくれます */
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 500;
    width: 100%;
}

.biz-hour th {
  border-top: 1px solid #707070;
}

.biz-hour th, .biz-hour td {
  padding: 15px 15px;
  text-align: center;
  border-bottom: 1px solid #707070;
}

/* スマホ時に横スクロールしないよう、横の余白（padding）を20px→10pxに */
@media screen and (max-width: 559px) {
  .biz-hour th, .biz-hour td {
    padding: 10px 10px;
      vertical-align: middle;
  }
}

.biz-hour th {
  font-weight: 600;
}

/* 「土」の文字色 */
.biz-hour th.sat {
  color: #333333;
}

/* 「日」の文字色 */
.biz-hour th.sun {
  color: #333333;
}
.biz-hour td.maru {
  color: #F0AD5A;
}
.news p
{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.introduction
{
    background: url("images/introduction_bg.png")no-repeat top center;
    background-size: contain;
    padding: 20rem 0rem 5rem;
}
.ttl
{
    font-size: 4rem;
    text-align: center;
    color: #F0AD5A;
    font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
    margin-bottom: 5rem;
}
.introduction .container
{
    background: #FFFFFF;
  padding: 3% 3% 6%;
  max-width: calc(1350px + 6%);
  margin: 0 auto;
  width: 100%;
}
.introduction p
{
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 5rem;
}
.btn
{
    text-align: center;
}
.recruit
{
    background: #F6F6F6;
    padding: 3% 3% 6%;
}
.ttl span
{
    font-size: 2rem;
    color: #333333;
    font-family: 'Zen Kaku Gothic New', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    display: block;
    font-weight: 500;
    line-height: 0.1em;
    margin-bottom: 5rem;
}
.recruitbox
{
    width: 100%;
    margin: 0 auto;
}
.boximg
{
    margin-bottom: 3rem;
}
.recruitlist
{
    font-size: 1.6rem;
}
.recruitlist li dl
{
    display: flex;
    margin-bottom: 2rem;
}
.recruitlist dt
{
    color: #FFFFFF;
    background: #F0AD5A;
    padding: 0.5rem 0;
    margin-right: 1rem;
    width: 35%;
    text-align: center;
    height: 30px;
}
.recruitlist dd
{
    padding: 0.5rem 0.5rem 0.5rem 0;
    width: 75%;
}
.recruit .flex
{
    margin-bottom: 5rem;
}
.ct
{
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 0.1;
    line-height: 1.6;
}
.features
{
    background: url("images/features_bg.png")no-repeat top center;
    background-size: cover;
    padding: 5% 3%;
}
.featuresbox
{
    width: 100%;
    padding: 3rem;
}
.featuresimg
{
    margin-bottom: 3rem;
}
.f_ttl
{
    font-size: 2rem !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}
.features p
{
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.features .flex
{
    margin-bottom: 10rem;
}
.flow
{
    background: url("images/sp_flow_bg2.png") no-repeat top center;
    background-size: contain;
    padding: 8% 0 20%;
}
.flow_inner
{
    max-width: 380px;
    background: url("images/flow_line.png")no-repeat top center;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    height: 510px;
}
.flow_inner li
{
    font-size: 1.8rem;
    font-weight: 600;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
.flow_inner li:nth-child(1)
{
    position: absolute;
    top: 34px;
    right: 0px;
}
.flow_inner li:nth-child(2)
{
    position: absolute;
    top: 140px;
    left: 0px;
}
.flow_inner li:nth-child(3)
{
    position: absolute;
    top: 244px;
    right: 0px;
}
.flow_inner li:nth-child(4)
{
    position: absolute;
    top: 350px;
    left: 0px;
}
.flow_inner li:nth-child(5)
{
    position: absolute;
    top: 454px;
    right: 0px;
}
.voice
{
    padding: 0 3% 5%;
}

.voicebox
{
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 3rem;
}
.voiceimg
{
    margin-bottom: 3rem;
}
.voicebox p
{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.greeting
{
    background: url("images/greeting_bg.png") no-repeat top center;
    background-size: cover;
    padding: 12% 3%;
}
.greeting .flex
{
    justify-content: space-around;
    align-items: center;
}
.txt
{
    width: 100%;
    margin-bottom: 3rem;
}
.img
{
    width: 100%;
}
.ore
{
    font-size: 2rem!important;
    font-weight: 600!important;
    margin: 1rem 0;
    color: #F0AD5A;
    padding-top: 2rem;
}
.txt p
{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
.entry
{
    padding: 5%;
}
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}

@media screen and (max-width: 480px) {
    .Form {
        margin-top: 40px;
    }
}

.Form-Item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .Form-Item {
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
}

.Form-Item:nth-child(5) {
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #F0AD5A;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    background: #eaedf2;
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #F0AD5A;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
    }
}
.lab
{
    font-size: 1.8rem;
    padding-top: 1.5rem;
}
.radiobox
{
    width: 100%;
    display: flex;
}
.myradio
{
  inline-size: 1.8rem;
  block-size: 1.8rem;
}
.Form-Item .flex
{
    flex-wrap: nowrap;
    flex-direction: column;
}
.entrytxt
{
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
}
#footer
{
    background: url("images/footer_bg.png")no-repeat top center;
    background-size: cover;
    padding: 5%;
    color: #FFFFFF;
}
.footercenter
{
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5rem;
}
.footercenter p
{
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 5rem;
}
#footer .biz-hour
{
    color: #FFFFFF;
}
#footer .flex
{
    justify-content: space-around;
    align-items: center;
}
.footertxt
{
    margin-top: 3rem;
    font-size: 1.6rem;
}
.footertxt p span
{
    background: #F0AD5A;
    padding: 0.2rem 1rem;
    border-radius: 5px;
    margin-right: 3rem;
}
}