/* ----------------------- */
/* base
/* ----------------------- */
html{
  font-size: 62.5%;
}

body{
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  color: #080F73;
}

img{
  max-width: 100%;
  vertical-align: bottom;
}

a{
  text-decoration: none;
  color: inherit;
}


/* ----------------------- */
/* common
/* ----------------------- */
.section_inner{
  max-width: 1000px;
  margin: 80px auto;
}

.section_title_text{
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  margin-bottom: 50px;
  text-decoration: underline;
}

.button {
  box-shadow: 0 4px 4px rgba(0,0,0,0.3);
  transition: .3s;
}

.button:hover {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  opacity: 0.7;
}


/* ----------------------- */
/* header
/* ----------------------- */
.header {
  max-width: 1440px;
  height: 80px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
}

.site_title {
  width: 208px;
  margin-left: 30px;
  transition: .3s;
}

.site_title:hover {
  opacity: 0.7;
}

.nav_list {
  display: flex;
  font-weight: bold;
  align-items: center;
}

.nav_item {
  font-size: 16px;
  margin-right: 40px;
}

.nav_item:last-of-type {
  width: 200px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  background-color: #FFB800;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
}

.nav_hover {
  transition: .3s;
}

.nav_hover:hover {
  opacity: 0.6;
}


.zdo_drawer_button {
  display: none;
}


/* ----------------------- */
/* fv
/* ----------------------- */
.fv{
  max-width: 1440px;
  height: 400px;
  margin: 0 auto;
  background-image: url(../image/office.png);
  background-size: cover;
  position: relative;
}

.fv_text {
  color: #080F73;
  position: absolute;
  text-shadow: 0 2px 2px gray;
  font-size: 48px;
  font-weight: bold;
  transform: translate(-50%,0);
  left: 50%;
  bottom: 165px;
}

.pankuzu {
  max-width: 1440px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto 0 auto;
  padding-left: 50px;
}


/* ----------------------- */
/* section_greeting
/* ----------------------- */
.greeting_section {
  background-color: #FAFAFA;
  padding-bottom: 50px;
}

.greeting_contents {
  display: flex;
}

.greeting_contents_left {
  width: 460px;
  margin-left: 50px;
}
.greeting_text {
  font-weight: bold;
}

.greeting_text_1 {
  font-size: 20px;
}

.greeting_text_2 {
  font-size: 16px;
  margin-top: 50px;
}

.greeting_contents_right {
  width: 382px;
  margin-left: 58px;
}


/* ----------------------- */
/* section_philosophy
/* ----------------------- */
.philosophy_title {
  width: 1000px;
  height: 80px;
  background-color: #EEF2F8;
  border: 1px solid;
  border-color: #080F73;
  margin-bottom: 30px;
}

.philosophy_title_text {
  font-size: 28px;
  font-weight: bold;
  line-height: 80px;
  margin-left: 30px;
}

.philosophy_text_1 {
  font-size: 28px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 50px;
}

.philosophy_text_2 {
  font-size: 16px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 50px;
}


/* ----------------------- */
/* section_information
/* ----------------------- */
.information_section {
  width: 800px;
}

.information_wrapper {
  display: flex;
  width: 800px;
  height: 100px;
  position: relative;
  border-top: 1px solid;
  border-color: #080F73;
}

.information_title {
  font-size: 18px;
  font-weight: bold;
  margin-left: 40px;
  margin-top: 37px;
}

.information_text {
  position: absolute;
  font-size: 18px;
  left: 288px;
  margin-top: 37px;
}

.information_text_adress {
  margin-top: 21px;
}

.information_last {
  border-bottom: 1px solid;
  border-color: #080F73;
}

.information_img {
  width: 541px;
  margin: 57px 0 0 auto;
}


/* ----------------------- */
/* footer
/* ----------------------- */
.footer {
  max-width: 1440px;
  height: 80px;
  margin: 0 auto;
  background-color: #080F73;
  font-family: Arial;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer_text {
  color: #FFFFFF;
}

.sns_icon {
  display: flex;
  margin-left: 372px;
}

.icon_all {
  width: 60px;
  margin-right: 30px;
  transition: .3s;
}

.icon_all:hover {
  transform: scale(1.12, 1.12);
}


/* ----------------------- */
/* ----------------------- */
/* responsive_768
/* ----------------------- */
/* ----------------------- */
@media screen and (max-width:768px) {

/* ----------------------- */
/* common_768
/* ----------------------- */
  .section_title_text {
    font-size: 24px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .section_inner {
    max-width: 700px;
    margin: 50px auto;
  }


/* ----------------------- */
/* header_768
/* ----------------------- */
  .nav_list {
    display: none;
  }


/* ----------------------- */
/* hamburger button_768
/* ----------------------- */

/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 38px;
  height: 24px;
  position: fixed;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  right: 30px;
  z-index: 2;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 38px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 33.94px;
  left: 7px
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981633974483rad) translateY(-50%);
  top: 0px
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981633974483rad) translateY(-50%);
  top: calc(100% - 0px)
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
  .zdo_drawer_button {
  color: #080F73;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #080F73;
}


.nav_wrapper {
  display: none;
  width: 100vw;
  height: 374px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.navigation {
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  z-index: 2;
}

.navigation .nav_list {
  display: block;
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.nav_item {
  left: 0;
  font-size: 28px;
  margin-bottom: 40px;
}

.nav_item:first-of-type {
  margin-top: 60px;
}

.nav_item:last-of-type {
  display: none;
}

body.noscroll {
  overflow: hidden;
}


/* ----------------------- */
/* fv_768
/* ----------------------- */
  .fv_text {
    font-size: 36px;
    bottom: 174px;
  }

  .pankuzu {
    font-size: 16px;
    padding-left: 30px;
  }


/* ----------------------- */
/* section_greeting_768
/* ----------------------- */
  .greeting_section {
    padding-bottom: 30px;
  }

  .greeting_contents_left {
    width: 348px;
    margin-left: 30px;
  }

  .greeting_text_1 {
    font-size: 16px;
  }

  .greeting_text_2 {
    font-size: 14px;
    margin-top: 20px;
  }

  .greeting_contents_right {
    width: 286px;
    margin-left: 6px;
  }


/* ----------------------- */
/* section_philosophy_768
/* ----------------------- */
  .philosophy_title {
    width: 700px;
    height: 60px;
    margin-bottom: 20px;
  }

  .philosophy_title_text {
    font-size: 20px;
    line-height: 60px;
    margin-left: 20px;
  }

  .philosophy_text_1 {
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 30px;
  }

  .philosophy_text_2 {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 30px;
  }


/* ----------------------- */
/* section_information_768
/* ----------------------- */
  .information_section {
    width: 700px;
  }

  .information_wrapper {
    width: 700px;
    height: 80px;
  }

  .information_title {
    margin-left: 30px;
    margin-top: 27px;
  }

  .information_text {
    left: 241px;
    margin-top: 27px;
  }

  .information_text_adress {
    margin-top: 14px;
  }


/* ----------------------- */
/* footer_768
/* ----------------------- */
  .sns_icon {
    margin-left: 90px;
  }

  .icon_all {
    width: 50px;
    margin-right: 20px;
  }


}


/* ----------------------- */
/* ----------------------- */
/* responsive_375
/* ----------------------- */
/* ----------------------- */
@media screen and (max-width:375px) {

/* ----------------------- */
/* common_375
/* ----------------------- */
  .section_inner {
    max-width: 375px;
    margin: 30px auto;
  }

  .section_title_text {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
  }


/* ----------------------- */
/* header_375
/* ----------------------- */
  .header {
    max-width: 375px;
    height: 50px;
  }

  .site_title {
    width: 124px;
    margin-left: 10px;
  }


/* ----------------------- */
/* fv_375
/* ----------------------- */
  .pankuzu {
    font-weight: normal;
  }


/* ----------------------- */
/* hamburger button_375
/* ----------------------- */

  /*+++ Reset +++*/
  .zdo_drawer_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
  }

  .zdo_drawer_button {
    display: block;
    padding: 0;
    width: 24px;
    height: 16px;
    position: fixed;
    background: none;
    border: none;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    right: 15px;
    z-index: 2;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    display: block;
    width: 24px;
    height: 2px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
  }

  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 0;
  }

  .zdo_drawer_button .zdo_drawer_bar2 {
    top: 50%;
  }

  .zdo_drawer_button .zdo_drawer_bar3 {
    top: 100%;
  }

  .zdo_drawer_button.active .zdo_drawer_bar {
    width: 22.63px;
    left: 4px
  }

  .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(0.7853981633974483rad) translateY(-50%);
    top: 0px
  }

  .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
  }

  .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-0.7853981633974483rad) translateY(-50%);
    top: calc(100% - 0px)
  }

  .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
  }

  .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
  }

  .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
  }

  /*+++ Default Button Color +++*/
    .zdo_drawer_button {
    color: #080F73;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    background-color: #080F73;
  }


  .nav_wrapper {
    display: none;
    width: 100vw;
    height: 218px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .navigation {
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
    z-index: 2;
  }

  .navigation .nav_list {
    display: block;
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
    text-align: left;
  }

  .nav_item {
    left: 0;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .nav_item:first-of-type {
    margin-top: 20px;
  }


/* ----------------------- */
/* fv_375
/* ----------------------- */
  .fv {
    max-width: 375px;
    height: 200px;
  }

  .fv_text {
    font-size: 24px;
    bottom: 82px;
  }

  .pankuzu {
    max-width: 375px;
    font-size: 12px;
    margin: 5px auto 0 auto;
    padding-left: 10px;
  }


/* ----------------------- */
/* section_greeting_375
/* ----------------------- */
  .greeting_section {
    padding-bottom: 20px;
  }

  .greeting_contents {
    flex-direction: column-reverse;
  }

  .greeting_contents_left {
    width: 286px;
    margin-left: 45px;
  }

  .greeting_text_1 {
    font-size: 14px;
  }

  .greeting_text_2 {
    font-size: 14px;
    margin-top: 15px;
  }

  .greeting_contents_right {
    width: 286px;
    margin: 0 auto;
    margin-bottom: 15px;
  }


/* ----------------------- */
/* section_philosophy_375
/* ----------------------- */
  .philosophy_title {
    width: 365px;
    height: 40px;
    margin-bottom: 20px;
    margin-left: 5px;
  }

  .philosophy_title_text {
    font-size: 18px;
    line-height: 40px;
    margin-left: 10px;
  }

  .philosophy_text_1 {
    font-size: 16px;
    margin-left: 15px;
    margin-bottom: 30px;
    width: 270px;
  }

  .philosophy_text_2 {
    font-size: 14px;
    font-weight: normal;
    margin-left: 15px;
    margin-bottom: 30px;
    width: 345px;
  }


/* ----------------------- */
/* section_information_375
/* ----------------------- */
  .information_section {
    width: 365px;
  }

  .information_wrapper {
    width: 365px;
    height: 60px;
  }

  .information_title {
    font-size: 14px;
    margin-left: 20px;
    margin-top: 20px;
  }

  .information_text {
    font-size: 14px;
    left: 180px;
    margin-top: 20px;
  }

  .information_text_adress {
    margin-top: 0;
  }

  .information_text_content {
    margin-top: 10px;
  }

  .information_text_bank {
    margin-top: 10px;
  }

  .information_img {
    width: 365px;
    margin: 20px 0 0 auto;
  }


/* ----------------------- */
/* footer_375
/* ----------------------- */
  .footer {
    max-width: 375px;
    height: 50px;
  }

  .sns_icon {
    margin-left: 25px;
  }

  .icon_all {
    width: 30px;
    margin-right: 10px;
  }

  .footer_text {
    font-size: 11px;
  }


}