@charset "UTF-8";
/*
@mixin mPc { 
	@media screen and (min-width: 961px) and (max-width: 1280px){
		@content;
	}	
}
*/
#lead .inner {
  padding-bottom: 0px; }
#lead .leadimg {
  width: 80%;
  margin: 0px auto; }

/*************************************
#voice
*************************************/
#voice .inner {
  padding-top: 0px; }
#voice h2 {
  margin-bottom: 10px; }
  @media screen and (min-width: 961px) {
    #voice h2 {
      margin-bottom: 20px; } }
  #voice h2 span {
    font-weight: 600;
    font-size: clamp(1.8rem, 2.4vw, 3rem);
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
    color: #005fb7;
    background: linear-gradient(transparent 50%, #B8D8F7 50%); }
#voice .ol {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  background: #dde7e9;
  border-radius: 10px;
  padding: 15px; }
  @media screen and (min-width: 768px) {
    #voice .ol {
      padding: 30px; } }
  #voice .ol .faceicon {
    width: 20%; }
  #voice .ol .voiceArea {
    width: 75%; }
#voice p {
  font-size: 1.5rem;
  line-height: 2.0; }
  @media screen and (min-width: 768px) {
    #voice p {
      font-size: 1.8rem; } }

#phase {
  background: #005fb7;
  position: relative; }
  #phase .inner {
    padding-bottom: 30px; }
    @media screen and (min-width: 961px) {
      #phase .inner {
        padding-bottom: 30px; } }
  #phase h2 {
    font-weight: 500;
    font-size: clamp(2.5rem, 2vw, 3.5rem);
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff; }
    @media screen and (min-width: 961px) {
      #phase h2 {
        margin-bottom: 50px; } }
  #phase .imgArea {
    width: 80%;
    margin: 0px auto; }
  #phase ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    #phase ul li {
      background: #f7f7f7;
      padding: 20px;
      width: 48%;
      color: #00233f;
      font-weight: bold;
      font-size: clamp(1.6rem, 1.2vw, 2.2rem);
      border-radius: 10px;
      margin-bottom: 20px;
      position: relative; }
      @media screen and (min-width: 961px) {
        #phase ul li {
          width: 48%;
          padding: 30px;
          margin-bottom: 30px; } }
      #phase ul li:nth-of-type(7) {
        width: 100%; }
        @media screen and (min-width: 768px) {
          #phase ul li:nth-of-type(7) {
            text-align: center; } }
  #phase .arrow {
    width: 80px;
    margin: 0px auto;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #phase .arrow {
        width: 100px;
        margin-bottom: 30px; } }
