@charset "utf-8";

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
  overflow-y: scroll;
  font-size: 62.5%;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
  color: #3E3A39;

  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.9;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;

  background: #ffffff;
  overflow-x: hidden;
}

/*
::-moz-selection{
  color:;
  background:;
}
::selection{
  color:;
  background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(255,255,255,1);
  color: #000000;
  transition: 0.5s;
}
a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
a:active{
  outline: none;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}
.sp{
  display: none!important;
}

/* web font
-----------------------------------------------------------------*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
}

#Header .haeder_bar{
  background: #404C9D;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
#Header .haeder_bar a{
  color: #ffffff;
}
#Header .haeder_bar h1{
  display: flex;
  align-items: center;
}
#Header .haeder_bar h1 span{
  padding-left: 10px;
  font-weight: 400;
}
#Header .logo{
}

#Header .mv{
  position: relative;
  height: 440px;
}
#Header .mv .img{
  height: 100%;
  width: 100%;
}
#Header .mv .img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#Header .mv .txt_box{
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
#Header .mv .txt_box .inner{
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 20px 0;
}
#Header .mv .txt_box h2{
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
}
#Header .mv .txt_box .txt{
  max-width: 380px;
  margin-top: 20px;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main section{
}
#Main .inner{
}
#Main h2.ttl{
}
#Main h3.ttl{
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  background-color: #404C9D;
}
#Footer .footer_inner{
  padding: 30px 20px;
}
#Footer .copy{
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
}

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

/* #Sec01
-----------------------------------------------------------------*/
.top #Sec01{
}
.top #Sec01 .inner{
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 20px;
  align-items: center;
}
.top #Sec01 .txt_box{
  width: 50%;
}
.top #Sec01 .txt_box h3{
  font-size: 2rem;
  font-weight: 600;
}
.top #Sec01 .txt_box .txt{
  margin-top: 20px;
}
.top #Sec01 .img{
  width: 42%;
}

/* #Sec02
-----------------------------------------------------------------*/
.top #Sec02{
  background-color: #F8F8F8;
}
.top #Sec02 .inner{
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 20px;
  align-items: center;
  flex-direction:row-reverse;
}
.top #Sec02 .txt_box{
  width: 50%;
}
.top #Sec02 .txt_box h3{
  font-size: 2rem;
  font-weight: 600;
}
.top #Sec02 .txt_box .txt{
  margin-top: 20px;
}
.top #Sec02 .img{
  width: 42%;
}

/* #Sec03
-----------------------------------------------------------------*/
.top #Sec03{
}
.top #Sec03 .inner{
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}
.top #Sec03 h3{
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.top #Sec03 ul{
  max-width: 440px;
  margin: 30px auto 30px;
  border-top: solid 1px #DBDBDB;
}
.top #Sec03 ul li{
  border-bottom: solid 1px #DBDBDB;
  padding: 10px;
}

/* #Sec04
-----------------------------------------------------------------*/
.top #Sec04{
  border-top: solid 1px #646464;
}
.top #Sec04 .inner{
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}
.top #Sec04 h3{
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */

body{
  min-width: 320px;
  font-size: 1.2rem;
}

.sp{
  display: inline-block!important;
}
.pc{
  display: none!important;
}

.go_top.sp{
  display: block !important;
  text-align: right;
  width: auto;
  margin: 15px 4%;
}

/*--------------------------------------------------------------------------
     Header
  ---------------------------------------------------------------------------*/

#Header .haeder_bar{
  background: #404C9D;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
#Header .haeder_bar a{
  color: #ffffff;
}
#Header .haeder_bar h1{
  display: flex;
  align-items: center;
}
#Header .haeder_bar h1 span{
  padding-left: 10px;
  font-weight: 400;
  font-size: 1rem;
}
#Header .logo{
}
#Header .logo img{
  width: 72px;
}
#Header .btn{
  font-size: 1.2rem;
}

#Header .mv{
  position: relative;
  height: auto;
}
#Header .mv .img{
  width: 100%;
  height: 100%;
}
#Header .mv .img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#Header .mv .txt_box{
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
#Header .mv .txt_box .inner{
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px 0;
}
#Header .mv .txt_box h2{
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
}
#Header .mv .txt_box .txt{
  max-width: 380px;
  margin-top: 20px;
}
/*--------------------------------------------------------------------------
     Content
  ---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
  max-width: 480px;
  margin: 0 auto;
}
#Main .inner{
}
#Main section{
}
#Main h2.ttl{
}
#Main h3{
  line-height: 1.5;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer .footer_inner{
}
#Footer .copy{
  font-size: 1rem;
}


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

/* #Sec01
-----------------------------------------------------------------*/
.top #Sec01{
}
.top #Sec01 .inner{
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 40px 20px;
}
.top #Sec01 .txt_box{
  width: 100%;
}
.top #Sec01 .txt_box h3{
  font-size: 2rem;
  font-weight: 600;
}
.top #Sec01 .txt_box .txt{
  margin-top: 20px;
}
.top #Sec01 .img{
  width: 100%;
  margin-top: 30px;
}

/* #Sec02
-----------------------------------------------------------------*/
.top #Sec02{
  background-color: #F8F8F8;
}
.top #Sec02 .inner{
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 40px 20px;
}
.top #Sec02 .txt_box{
  width: 100%;
}
.top #Sec02 .txt_box h3{
  font-size: 2rem;
  font-weight: 600;
}
.top #Sec02 .txt_box .txt{
  margin-top: 20px;
}
.top #Sec02 .img{
  width: 100%;
  margin-top: 30px;
}

/* #Sec03
-----------------------------------------------------------------*/
.top #Sec03{
}
.top #Sec03 .inner{
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}
.top #Sec03 h3{
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.top #Sec03 ul{
  max-width: 440px;
  margin: 30px auto 30px;
  border-top: solid 1px #DBDBDB;
}
.top #Sec03 ul li{
  border-bottom: solid 1px #DBDBDB;
  padding: 10px;
}
/* 480pxまでの幅の場合に適応される */
}