@charset "utf-8";
@import url("tag.css");

/* reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
/* sp */
@media screen and (max-width: 767px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    vertical-align: baseline;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
strong {
  font-weight: 700;
}
textarea {
  overflow: auto;
}
input, button, textarea{
  font-family: inherit;
  border: none;
}
a {
  text-decoration: none;
}
a, a img, :hover{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus, a:hover, a:active {
  outline:0;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
embed, object, iframe, audio {
  max-width: 100%;
}
/* reset */

/*typography ---------------------------------------*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  height: 100%;
  line-height: 180%;
  color: #080707;
}
a {
  color: #3c5e58;
  text-decoration: underline;
}
/* sp */
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  p {
    margin-bottom: 1em;
  }
}

/*margin ---------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .base-margin-b {
    margin-bottom: 16px;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .base-margin-b {
    margin-top: 30px;
    margin-bottom: 32px;
  }
}

/*layout ---------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .content {
    width: 90.625%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .content-small {
    width: 85%;
    margin: 0 auto;
  }
  .front {
    text-align: center;
    position: relative;
  }
  .box_indent02 {
    display: flex;
  }
  .content-grid {
    width: 90.625%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(492px, 1fr));
    justify-items: center;
    align-items: center;
    max-width: 1000px;
    margin: auto;
  }

  .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .content-small {
    max-width: 1000px;
    margin: 0 auto;
  }
  .front {
    text-align: center;
  }
  .box_indent02 {
    display: flex;
  }
}

.main{
  background: url("/visual/img/bg.jpg") repeat;
}
/*0614追記 ---------------------------------------*/
#container{
  margin: 0;
}
/*0601追記 ---------------------------------------*/
#contents{
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.flex .image {
  padding: 0;
}
.flex .text {
  font-family: "FOT-ロダンNTLG Pro";
  margin-top: 5%;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
h2 {
  color: #080707;
  font-weight: bold;
  font-family: "FOT-ロダンNTLG Pro" ;
  display: inline-block;
}
.mr10 {
  margin-right: 10px;
}

div#ambition {
  margin: 0 auto;
  overflow: hidden;
  border: none;
  padding-top: 30px;
}

#ambition a{
  text-decoration: none;
}

#app_info {
  position: absolute;
  color: #080707;
}

/* sp */
@media screen and (max-width: 767px) {
  .flex .text {
    font-size: 18px;
  }
  h2 {
    border-radius: 15px;
    font-size: 18px;
  }
  .contents_box {
    margin:  10px 10px 20px 10px;
  }
  .title_main {
    padding: 20px;
  }
  div#ambition {
    width: auto;
  }
  #app_info {
    padding: 10px;
  }
  #app_info ul {
    padding: 0px 10px 0px 10px;
    font-size: 10px;
  }
  .box_left {
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    padding: 30px 20px 20px 20px;
  }
  .flex .text {
    margin-left: 3%;
    font-size: 18px;
  }
  h2 {
    padding: 1rem 3rem 1rem 1.5rem;
    border-radius: 30px;
    font-size: 26px;
  }
  .contents_box {
    margin-bottom: 50px;
  }
  div#ambition {
    width: auto;
  }
  #app_info {
    padding: 30px 20px 20px 30px;
  }
  #app_info ul {
    padding: 5px 10px 20px 20px;
  }
  .box_left {
  }
}

/* sp */
@media screen and (max-width: 767px) {
  /*drawer menu ugoki*/
  .drawer-menu {
    position: relative;
  }

  .drawer-menu nav{
    position: absolute;
    top: -270px;
    left: 0;
    z-index: 10;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  .drawer-menu.open nav{
    top: 0;
    bottom: auto;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  .toggle-button {
    position: absolute;
    top: 8px;
    right: 5%;
    z-index: 100;
    width: 25%;
    transition: 0.55s;
    -webkit-transition: 0.55s;
  }
  .open .toggle-button {
    /*top: 223px;*/ /*メニューが6行になるとき*/
    top: 260px;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  /*header ---------------------------------------*/
  #header{
    width: 100% ;
    position: relative;
  }
}

.sns-button{
  position: absolute;
  top: 0px;
  right: 10%;
}
.sns-button li{
  display: inline-block;
}

/*main area ---------------------------------------*/

/* sp */
@media screen and (max-width: 767px) {
  .main-visual {
    width: 100%;
  }
  .main section{
    width: 100%;
    margin: 16px 0;
    position: relative;
  }

  .main section .inner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .main section:last-child{
    margin-bottom: 32px;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .main-visual {
    margin-top: 20px;
    width: 95%;
    max-width: 1600px;
    margin-bottom: 20px;
  }
  .main section{
    float: left;
  }
  .main section h2{
    display: none;
  }
  .main-inner {
    padding: 64px 0;
  }
}

/* pagetop -------------------------------*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
/* sp */
@media screen and (max-width: 767px) {
  #pagetop {
    width: 16%;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  #pagetop {
    width: 125px;
  }
}

/*footer ---------------------------------------*/
.footer-nav {
  background: #aaa;
  padding: 10px;
}
.footer-nav li {
  display: inline-block;
  margin-right: 20px;
}
.footer-nav li i {
  margin-right: 5px;
}
.footer-nav, .footer-nav a, .sp-link a {
  color: #080707;
}

.color_white {
  color: #ede7e7;
}

/* sp */
@media screen and (max-width: 767px) {
  #footer {
    background: url("/visual/img/footer_bg.png") 110% 100% repeat-x;
    -webkit-background-size: 50%;
    background-size: 700px;
    height: 120px;
  }

  .copyright{
    font-size: 11px;
    text-align: center;
  }

  .company-logo{
    width: 50%;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  #footer {
    color: #080707;
    background: url("/visual/img/footer_bg.png") 0 115% repeat-x;
    -webkit-background-size: 50%;
    background-size: 700px;
    position: relative;
    padding: 0 30px;
    height: 120px;
  }

  .copyright{
    font-size: 12px;
  }

  .bg-area{
    width: 100%;
    position: relative;
  }
  .bg-area .inner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }

  .company-logo{
    width: 240px;
    z-index: 100;
    position: relative;
  }
}


/* -------------------------------------------------
  各コンテンツページ
--------------------------------------------------*/

/* sp */
@media screen and (max-width: 767px) {
  #container{
    margin: 0 4% 32px;
    padding-top: 8px;
  }

  #container .box {
    border: 3px solid #ede7e7;
    border-radius: 9px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.65);
  }

  #container .app-info-frame {
    width: 100%;
    height: 120px;
    display: flex;
  }

  #container .app-icon {
    display: block;
    margin: auto 0;
    width: 60px;
    height: 60px;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  #container {
    margin: 32px auto 64px;
    max-width: 600px;
  }

  #container .box {
    border: 3px solid #ede7e7;
    border-radius: 27px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.65);
  }

  #container .app-info-frame {
    width: 600px;
    height: 200px;
    display: flex;
  }

  #container .app-icon {
    display: block;
    width: 120px;
    height: 120px;
  }
}
