@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (min-width: 769px){

/* layout */
body {
  min-width: 1280px;
  margin: 0; 
  padding: 0;
}

#header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  position: relative;
  z-index: 200;
}

#header_in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

#main_visual {
  width: 100%;
  height: auto;
  margin: 0;
}
.page-id-244 #main_visual {
  background-image: url("images/main_greed_bg.jpg");
  background-position: top center;
  background-size: cover;
  padding: 0;
}

#main_visual_in {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.home #wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.single #wrapper,
.category #wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0px 0;
  display: block;
}

#wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 00px 0;
  display: block;
}
.single #wrapper .post,
.category #wrapper .post,
.post-type-archive-blog #wrapper .post{
  max-width: 1100px;
  margin: 0 auto;
}
.single-news #wrapper .post{
  max-width: 1000px;
  margin: 0 auto;
}
.post-type-archive-blog #wrapper .post{
  overflow: hidden;
}

.page-id-240 #wrapper {
  width: 100%;
  min-height: 900px;
  margin: 0;
  padding: 0 0 00px 0;
  /* background-image: url("http://suzuran-758.com/recruit/wp-content/uploads/2021/05/page_162_bg.jpg"); */
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
}

.page-id-242 #wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page-id-244 #wrapper {
  width: 100%;
  height: auto;
  margin: 0 0 -20px 0;
  padding: 0;
}

#content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#sidebar {
  display: none;
}

#footer {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  background-color: #f5f5f5;
}

#footer_in {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 30px 0;
  display: block;
}

#copyright {
  width: 100%;
  height: auto;
  padding: 10px 0;
  display: block;
  background-color: #e60012;
}
/*下層ページの見出し*/
  div#page_tile{
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 70px 100px;
    align-content: center;
    background-image: linear-gradient(35deg, #F09C0D, #ea4800, #f76f01, #f7a301);
    position: relative;
    width: 93%;
    margin: 30px 0 80px;
    border-radius:  0 35px 35px 0;
    overflow: hidden;
  }
  div#page_tile:before{
    content:'';
    width: 100%;
    background-image: url(images/h1_title_back.png);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    z-index: 5;
    /* background: linear-gradient(78.65deg, #ec8d1b21, #e556186e); */
  }
  div#page_tile>div {
    /* background-color: #fff; */
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: nowrap;
    color: #fff;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    z-index: 20;
  }
  div#page_tile>div p.under_title {
      width: auto;
      background: none;
      color: #fff;
      text-shadow: unset;
      padding: 0;
      display: inline-block;
      border: none;
      text-align: left;
      margin: 0;
      font-size: 26px;
      letter-spacing: 2px;
      padding-right: 38px;
      position: relative;
  }
  /*
  div#page_tile>div p.under_title:before {
    content: '';
    width: 28px;
    position: absolute;
    height: 3px;
    top: 0.5em;
    background: black;
    right: 0;
  }
  */
  div#page_tile>div p.english {
      text-transform: capitalize;
      font-size: 75px;
      font-weight: 600;
      letter-spacing: 4.5px;
      line-height: 1.25em;
      margin: 0px 0 0px;
  }
  div#page_tile>div p {
      letter-spacing: 3px;
      font-size: 21px;
  }
  div#page_tile div#breadcrumb {
      width: 100%;
      background: none;
      min-width: 660px;
      flex-wrap: nowrap;
      justify-content: flex-start;
      flex-flow: row;
  }
  div#page_tile div#breadcrumb a {
    text-decoration: none;
    color: #fff;
  }
/*下層の見出し*/
}