@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  min-width: 1280px;
  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: #3E3A39;
  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;
}

.go_top {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* web font
-----------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  height: 100px;
  overflow: hidden;
  z-index: 10;
  transition: all 0.5s;
}

.logo_area {
  float: left;
}

.global_navi {
  float: right;
}

.global_navi .global_navi_inner {
  width: 100%;
  margin: 0 auto;
}

#Navi {
  width: 100%;
}

#Navi ul {
  width: 680px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
}

#Navi ul li {
  text-align: left;
}

#Navi ul li a {
  padding: 13px;
  font-size: 1.6rem;
}

#Navi ul .current a {
  color: #00913a;
}

#Navi ul li a:hover {
  color: #00913a;
}

.header_btn {
  float: right;
}


#Header .nav_box {
  display: none;
  width: 60px;
  text-align: center;
  font-size: 1.2rem;
  z-index: 10;
}

#Header .menu-trigger,
#Header .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}

#Header .menu-trigger {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  padding: 20px 15px;
}

#Header .menu-trigger a:hover {
  opacity: 1;
}

#Header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #3E3A39;
}

#Header .menu-trigger span:nth-of-type(1) {
  top: 23px;
}

#Header .menu-trigger span:nth-of-type(2) {
  top: 11px;
}

#Header .menu-trigger span:nth-of-type(3) {
  bottom: 3px;
}

#Header .menu-trigger.active span:nth-of-type(1),
#Header .menu-trigger.active span:nth-of-type(2) {
  top: 15px;
  margin-top: 10px;
  transform: rotate(-45deg);
}

#Header .menu-trigger.active span:nth-of-type(3) {
  bottom: 0;
  margin-bottom: 12px;
  transform: rotate(-135deg);
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main {}

#Main section {}

#Main .inner {
  width: 1040px;
  margin: 0 auto;
}

#Main h2.ttl {}

#Main h3.ttl {}

/* breadcrumb
-----------------------------------------------------------------*/
#Main .breadcrumb {
  margin-top: 18px;
  font-size: 1.4rem;
  margin-bottom: 70px;
}

#Main .breadcrumb .inner {
  width: 1040px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 0px;
}

#Main .breadcrumb ul {
  display: flex;
}

#Main .breadcrumb ul li span {
  margin: 0 10px;
}

#Main .breadcrumb ul li a {
  color: #928d8b;
}


/* under Main
-----------------------------------------------------------------*/
.under {}

.under #Header {
  background: #fff;
}

.under .mv {
  background: linear-gradient(90deg, #00913b, #01928a);
  margin-top: 100px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under .mv h2 {
  text-align: center;
}


.under .mv img {
  display: block;
}

.under .mv span {
  text-align: center;
  color: #fff;
  font-weight: normal;
  position: relative;
  top: 5px;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer {
  padding: 30px 0;
}

#Footer .footer_inner {
  width: 1040px;
  margin: 0 auto;
}

.footer_box {
  display: flex;
  justify-content: flex-start;
}

.footer_sns {
  margin-left: auto;
}

.footer_sns_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

#Footer .copy {
  font-size: 1.4rem;
  color: #8a8583;
  margin: 25px 0 0;
}

#Footer #FooterNavi {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

#Footer #FooterNavi li:before {
  content: "";
  background: url(../img/common/arrow_right.png);
  width: 8px;
  height: 13px;
  display: inline-block;
  margin-right: 10px;
}

/* xxxxx
-----------------------------------------------------------------*/

/* #Sec01
-----------------------------------------------------------------*/

@media screen and (max-width: 640px) {
  /* 480pxまでの幅の場合に適応される */

  body {
    min-width: 320px;
    font-size: 1.2rem;
  }

  .sp {
    display: inline-block !important;
  }

  .pc {
    display: none !important;
  }

  /*--------------------------------------------------------------------------
     Header
  ---------------------------------------------------------------------------*/
  #Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    height: 50px;
    z-index: 10;
    overflow: auto;
  }

  .logo img {
    width: 160px;
  }

  .global_navi {
    width: 120px;
    z-index: 5;
  }

  #Navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 20px 0 10px 0;
    z-index: 100;
    background-color: #3e3a39;
    box-sizing: border-box;
    overflow: scroll;
    z-index: 11;
  }

  #Navi ul {
    display: block;
    width: 75%;
    height: auto;
    padding: 30px 0;
    margin: 0 auto;
  }

  #Navi ul li {
    margin: 7px auto;
    border-bottom: 2px solid #505652;
  }

  #Navi ul li:first-child {
    border-top: 2px solid #505652;
  }

  #Navi ul li a {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
  }

  #Navi p a {
    width: 180px;
    height: 35px;
    line-height: 35px;
    border-radius: 22.5px;
    font-size: 1.2rem;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
  }


  #Header .nav_box {
    position: relative;
    float: right;
    display: block;
    width: 50px;
    text-align: center;
    font-size: 1.2rem;
    z-index: 101;
  }

  #Header .menu-trigger,
  #Header .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    transition: all .4s;
  }

  #Header .menu-trigger {
    position: relative;
    width: 10px;
    height: 20px;
    cursor: pointer;
    padding: 18px 9px;
  }

  #Header .menu-trigger a:hover {
    opacity: 1;
  }

  #Header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #00913a;
  }

  #Header .menu-trigger span:nth-of-type(1) {
    top: 23px;
  }

  #Header .menu-trigger span:nth-of-type(2) {
    top: 16px;
  }

  #Header .menu-trigger span:nth-of-type(3) {
    bottom: 3px;
  }

  #Header .menu-trigger.active span:nth-of-type(1),
  #Header .menu-trigger.active span:nth-of-type(2) {
    top: 12px;
    margin-top: 10px;
    transform: rotate(-45deg);
    background: #fff;
  }

  #Header .menu-trigger.active span:nth-of-type(3) {
    bottom: 0;
    margin-bottom: 12px;
    transform: rotate(-135deg);
    background: #fff;
  }

  #Navi ul .current a {
    color: #fff;
  }


  /*--------------------------------------------------------------------------
     Content
  ---------------------------------------------------------------------------*/

  /* Main
-----------------------------------------------------------------*/
  #Main {}

  #Main section {}

  #Main h2.ttl {}

  #Main h3.ttl {}

  #Main .inner {
    width: 87% !important;
    margin: 0 auto;
  }

  .entry_section .section_title {
    top: 0;
  }

  /* mv
-----------------------------------------------------------------*/
  .under .mv {
    margin-top: 50px;
  }

  /* breadcrumb
-----------------------------------------------------------------*/
  #Main .breadcrumb {
    width: 87%;
    margin: 18px auto 30px;
    font-size: 1.2rem;
  }

  #Main .breadcrumb .inner {
    width: 100% !important;
    padding-bottom: 0px;
  }


  .entry_anchor {
    width: 180px;
  }

  /*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
  #Footer .footer_inner {
    width: 92%;
    margin: 0 4%;
  }

  .footer_box {
    display: block;
  }

  .footer_logo {
    text-align: center;
    margin-bottom: 30px;
  }

  #FooterNavi ul li {
    font-size: 1.0rem;
    text-align: center;
  }

  #Footer .copy {
    font-size: 1rem;
    margin-top: 8px;
    text-align: center;
  }

  .footer_sns_list {
    width: auto;
    justify-content: center;
    gap: 0;
    margin: 10px 0;
  }

  .footer_sns_list_item {
    margin: 10px;
  }

  #Footer #FooterNavi li:before {
    width: 4px;
    height: 6.5px;
    background-size: 100%;
  }

  #Footer #FooterNavi {
    display: block;
    margin-left: 0;
  }

  .go_top {
    z-index: 9;
  }

  .go_top img {
    width: 40px;
  }

}