@charset "UTF-8";
/*
@mixin mPc { 
	@media screen and (min-width: 961px) and (max-width: 1280px){
		@content;
	}	
}
*/
#lead {
  text-align: left;
  background: url("../images/home/story-vision_bg.jpg") no-repeat;
  background-size: cover; }
  @media screen and (min-width: 961px) {
    #lead #lead_ol {
      background: url("../images/profile/bai.png") no-repeat; } }
  @media screen and (min-width: 961px) and (max-width: 1280px) {
    #lead #lead_ol {
      background-position: 98% 20px;
      background-size: 400px; } }
  @media screen and (min-width: 1281px) {
    #lead #lead_ol {
      background-position: 93% 100%;
      background-size: 430px; } }
  @media screen and (max-width: 960px) {
    #lead .inner {
      padding-right: 1%;
      padding-bottom: 0px; } }
  @media screen and (min-width: 961px) {
    #lead .inner {
      display: flex;
      justify-content: space-between; } }
  #lead .catch {
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    font-weight: bold;
    color: #005fb7;
    text-align: left;
    margin-bottom: 40px; }
    @media screen and (max-width: 960px) {
      #lead .catch {
        display: block;
        margin-bottom: 5px; }
        #lead .catch::after {
          content: "";
          display: block;
          clear: both; }
        #lead .catch::before {
          content: "";
          display: block;
          clear: both; } }
    @media screen and (min-width: 961px) {
      #lead .catch {
        margin-bottom: 8%; } }
    @media screen and (max-width: 480px) {
      #lead .catch {
        font-size: 2.2rem; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      #lead .catch {
        font-size: clamp(2.8rem, 7.86vw, 4.2rem); } }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      #lead .catch {
        font-size: 3.2rem; } }
    @media screen and (min-width: 961px) and (max-width: 1280px) {
      #lead .catch {
        font-size: clamp(3rem, 1.56vw, 3.5rem); } }
    @media screen and (min-width: 1281px) {
      #lead .catch {
        font-size: 4.5rem; } }
    #lead .catch img.baiimg {
      float: right;
      width: 35%; }
      @media screen and (min-width: 768px) and (max-width: 960px) {
        #lead .catch img.baiimg {
          width: 40%; } }
      @media screen and (min-width: 961px) {
        #lead .catch img.baiimg {
          display: none; } }
  #lead p.text {
    line-height: 2.0;
    padding-bottom: 50px;
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      #lead p.text {
        font-size: 1.6rem; } }
    @media screen and (min-width: 961px) {
      #lead p.text {
        font-size: 2.0rem; } }

/*************************************
#message
*************************************/
#message {
  background: #dde7e9;
  background-size: cover;
  text-align: center; }
  #message h2 {
    font-weight: 600;
    font-size: clamp(2rem, 3vw, 3.5rem);
    margin-bottom: 30px;
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    color: #005fb7; }
  #message .ol {
    margin-bottom: 8%;
    padding-bottom: 8%;
    border-bottom: 1px solid #005fb7; }
  #message p {
    font-size: 1.6rem;
    line-height: 2.0; }
    @media screen and (min-width: 768px) {
      #message p {
        font-size: 1.8rem; } }
  #message ul {
    margin-bottom: 7px;
    background: #00233f;
    padding: 30px;
    color: #ffffff;
    border-radius: 10px;
    border-bottom: 5px solid #ccc;
    max-width: 800px;
    margin: 0px auto;
    margin-bottom: 30px; }
    #message ul li {
      margin-bottom: 10px; }
      #message ul li span {
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.2; }
        @media screen and (min-width: 768px) {
          #message ul li span {
            font-size: 2.0rem; } }
  #message .mamoritoseme {
    font-weight: bold; }
    #message .mamoritoseme span {
      position: relative;
      padding: 10px 10px;
      outline: 1px solid #b2d5de;
      background: #005fb7;
      font-size: 1.8ren;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      max-width: 800px;
      width: 100%;
      font-size: 1.8rem;
      margin-bottom: 15px;
      color: #ffffff;
      border-radius: 5px;
      border-bottom: 3px solid #ccc; }
      @media screen and (min-width: 961px) {
        #message .mamoritoseme span {
          padding: 12px 10px; } }
