/***************************
mv
****************************/
.mv {
  background-image: url("../images/mv_bg.png");
  background-color: #fcfbf6;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  border-radius: 0 20px 0 0;
  padding-top: 5.0724637681%;
  padding-left: 5.0724637681%;
  zoom: 1;
  overflow: hidden; }
  @media only screen and (max-width: 736px) {
    .mv {
      padding: 40px 0 0 0; } }
  .mv h1, .mv dl {
    width: 48.2608695652%;
    float: left; }
    @media only screen and (max-width: 736px) {
      .mv h1, .mv dl {
        width: 90%;
        margin: 0 auto;
        float: none; } }
  .mv h1 {
    padding-bottom: 4.347826087%; }
    .mv h1 .svg {
      width: 100%;
      height: auto; }
  .mv dl {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 4.347826087%; }
    @media only screen and (max-width: 736px) {
      .mv dl {
        margin-bottom: 40px; } }
  .mv dt {
    border-bottom: 4px solid #fcfbf6;
    padding: 10px 0;
    font-size: min(1.6vw, 2.4rem);
    font-weight: bold; }
    @media only screen and (max-width: 736px) {
      .mv dt {
        font-size: 1.6rem; } }
  .mv ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0; }
  .mv li a {
    display: block; }
  .mv li {
    margin: 0 0.5vw; }
    @media only screen and (max-width: 736px) {
      .mv li {
        width: 45%;
        margin: 0 1%; } }
    .mv li span {
      display: block;
      font-size: min(1.5vw, 1.8rem);
      font-weight: bold;
      background: #eb8312;
      border-radius: 30px;
      color: #fff; }
      @media only screen and (max-width: 736px) {
        .mv li span {
          font-size: 1.2rem; } }
    .mv li .st0 {
      fill: #000;
      transition: 0.3s; }
    .mv li .st1 {
      stroke: #000;
      transition: 0.3s; }
    .mv li .st2 {
      stroke: #000;
      transition: 0.3s; }
    .mv li .svg {
      height: 65px;
      width: auto;
      margin: 15px 0 5px; }
      @media only screen and (max-width: 736px) {
        .mv li .svg {
          height: 40px; } }
    .mv li p {
      font-size: min(1.3vw, 1.6rem);
      line-height: 1.4;
      transition: 0.3s; }
      @media only screen and (max-width: 736px) {
        .mv li p {
          font-size: 1.2rem; } }
    .mv li b {
      display: block;
      font-size: min(1.3vw, 2.2rem);
      padding: 0 20px 0 0;
      background: url("../images/mv_link01.png") no-repeat right center;
      font-weight: bold;
      background-size: auto 65%; }
      @media only screen and (max-width: 736px) {
        .mv li b {
          padding: 0;
          font-size: 1.5rem;
          background-size: auto 15px; } }
    .mv li:nth-of-type(2) span {
      background: #f2b200; }
    .mv li:nth-of-type(2) b {
      background: url("../images/mv_link02.png") no-repeat right center;
      background-size: auto 65%; }
      @media only screen and (max-width: 736px) {
        .mv li:nth-of-type(2) b {
          background-size: auto 15px; } }
  .mv li a:hover .st0 {
    fill: #eb8312; }
  .mv li a:hover .st1 {
    stroke: #eb8312; }
  .mv li a:hover .st2 {
    stroke: #f2b200; }
  .mv li a:hover p {
    color: #eb8312; }
  .mv li:nth-of-type(2) a:hover p {
    color: #f2b200; }
  .mv figure {
    float: right;
    width: 41.3043478261%;
    margin-right: 20px;
    padding-bottom: 5.0724637681%; }
    @media only screen and (max-width: 736px) {
      .mv figure {
        float: none;
        width: 60vw;
        margin: 0 auto;
        text-align: center; } }
    .mv figure img {
      width: 100%;
      height: auto; }

#merit {
  background: #fff;
  width: 100%;
  overflow: hidden;
  position: relative; }
  #merit h2 {
    text-align: center;
    font-size: min(2.7vw, 3.2rem);
    margin-bottom: 50px; }
    @media only screen and (max-width: 736px) {
      #merit h2 {
        margin-bottom: 30px;
        font-size: 1.4rem; } }
    #merit h2 span {
      font-size: min(5vw, 6rem);
      font-weight: bold;
      display: block;
      line-height: 1;
      margin-top: 20px; }
      @media only screen and (max-width: 736px) {
        #merit h2 span {
          margin-top: 10px;
          font-size: 2.5rem; } }
    #merit h2 b {
      font-size: min(7.7vw, 9rem);
      color: #eb8312;
      font-weight: bold; }
      @media only screen and (max-width: 736px) {
        #merit h2 b {
          font-size: 3.5rem; } }
  #merit .content {
    position: relative;
    z-index: 10;
    padding: 80px 0;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 736px) {
      #merit .content {
        padding: 50px 0; } }
    #merit .content p {
      text-align: center;
      font-size: min(2vw, 2.4rem); }
      #merit .content p b {
        font-weight: bold;
        font-size: min(2.7vw, 3.2rem);
        display: block; }
      @media only screen and (max-width: 736px) {
        #merit .content p {
          width: 90%;
          margin: 0 auto;
          text-align: left;
          font-size: 1.6rem; }
          #merit .content p b {
            font-size: 1.8rem; }
            #merit .content p b br {
              display: none; } }
  #merit article {
    margin-left: 20px;
    margin-bottom: 80px;
    position: relative;
    border: 4px solid #000;
    background: #fcfbf6;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 5.5% 80px 9.2%;
    box-sizing: border-box; }
    @media only screen and (max-width: 736px) {
      #merit article {
        margin-bottom: 50px;
        padding: 40px 20px;
        display: block; } }
    #merit article h3 {
      position: absolute;
      top: -20px;
      left: -20px; }
      #merit article h3 img {
        max-width: 157px;
        width: 13.5vw;
        height: auto; }
        @media only screen and (max-width: 736px) {
          #merit article h3 img {
            width: 80px; } }
    #merit article figure {
      text-align: center;
      width: 38.5%; }
      @media only screen and (max-width: 736px) {
        #merit article figure {
          width: 80%;
          margin: 0 auto 20px; } }
      #merit article figure img {
        max-width: 100%;
        height: auto; }
    #merit article dl {
      width: 55%; }
      #merit article dl dt {
        font-size: min(3.1vw, 3.6rem);
        margin-bottom: 15px; }
      #merit article dl dd {
        font-size: min(1.7vw, 2rem); }
      @media only screen and (max-width: 736px) {
        #merit article dl {
          width: 100%; }
          #merit article dl dt {
            font-size: 2.4rem;
            margin-bottom: 5px; }
          #merit article dl dd {
            font-size: 1.6rem; } }

.bg {
  position: absolute;
  top: 0;
  left: 0; }
  .bg ul {
    position: relative;
    height: 3550px;
    width: 1372px;
    overflow: hidden; }
  .bg li:nth-of-type(1) {
    animation: loop 60s -30s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    height: 3550px; }
  .bg li:nth-of-type(2) {
    animation: loop2 60s -30s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    height: 3550px; }
  .bg li img {
    transform: rotate(10deg); }

@keyframes loop {
  0% {
    transform: translateY(0px); }
  to {
    transform: translateY(-3550px); } }
@keyframes loop2 {
  0% {
    transform: translateY(3500px); }
  to {
    transform: translateY(0px); } }
.contact ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center; }
.contact a {
  color: #fff;
  display: block;
  padding: 30px 0;
  background: url("../images/contact_arrow.png") no-repeat 97% center;
  background-size: 10px 18px; }
  .contact a .st0 {
    fill: #fff; }
  .contact a .st1 {
    stroke: #fff; }
  .contact a .st2 {
    stroke: #fff; }
  .contact a:hover {
    opacity: 0.7; }
.contact li {
  width: 50%; }
.contact li:nth-of-type(1) {
  background: #eb8312; }
.contact li:nth-of-type(2) {
  background: #f2b200; }
  .contact li:nth-of-type(2) p {
    color: #f2b200; }
  .contact li:nth-of-type(2) dt {
    width: 60px; }
    .contact li:nth-of-type(2) dt .svg {
      width: 60px; }
    @media only screen and (max-width: 736px) {
      .contact li:nth-of-type(2) dt {
        width: 100%;
        text-align: center; }
        .contact li:nth-of-type(2) dt .svg {
          width: auto;
          height: 50px; } }
.contact p {
  width: 80%;
  max-width: 340px;
  background: #fff;
  border-radius: 20px;
  padding: 0 10px;
  color: #eb8312;
  font-size: min(8.6vw, 1.8rem);
  font-weight: bold;
  margin: 0 auto 15px; }
  @media only screen and (max-width: 736px) {
    .contact p {
      font-size: 1.4rem; } }
.contact dl {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 736px) {
    .contact dl {
      display: block; } }
.contact dt {
  width: 50px;
  margin-right: 20px; }
  .contact dt .svg {
    width: 50px; }
  @media only screen and (max-width: 736px) {
    .contact dt {
      width: 100%;
      text-align: center; }
      .contact dt .svg {
        width: auto;
        height: 50px; } }
.contact dd {
  text-align: center;
  font-size: min(1.6vw, 1.8rem); }
  @media only screen and (max-width: 736px) {
    .contact dd {
      font-size: 1.2rem; } }
  .contact dd b {
    font-size: min(2.2vw, 2.6rem);
    display: block; }
    @media only screen and (max-width: 736px) {
      .contact dd b {
        font-size: 1.6rem; } }

.merit2 {
  background: #fcfbf6;
  padding: 120px 0 1px;
  overflow: hidden; }
  @media only screen and (max-width: 736px) {
    .merit2 {
      padding: 50px 0 1px; } }
  .merit2 h2 {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 20px;
    font-size: min(2vw, 2.4rem);
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 736px) {
      .merit2 h2 {
        font-size: 1.6rem;
        display: block; }
        .merit2 h2 br {
          display: none; } }
    .merit2 h2 img {
      margin-right: 30px;
      height: 12vw;
      max-height: 142px;
      width: auto; }
      @media only screen and (max-width: 736px) {
        .merit2 h2 img {
          margin-right: 20px;
          margin-bottom: 10px; } }
    .merit2 h2 b {
      font-size: min(4.1vw, 4.8rem);
      font-weight: bold;
      display: block; }
      @media only screen and (max-width: 736px) {
        .merit2 h2 b {
          font-size: 2.4rem; } }
  .merit2 article {
    margin-bottom: 80px; }
    @media only screen and (max-width: 736px) {
      .merit2 article {
        margin-bottom: 50px; } }
  .merit2 article div {
    background: #eb8312;
    margin-left: calc(50% - 550px);
    border-radius: 20px 0 0 20px;
    color: #fff;
    position: relative; }
  .merit2 article:nth-of-type(2) div {
    background: #f2b200;
    margin-right: calc(50% - 550px);
    padding-left: calc(50% - 550px);
    margin-left: 0;
    border-radius: 0 20px 20px 0;
    color: #000; }
  .merit2 article:nth-of-type(3) ul {
    text-align: left; }
    .merit2 article:nth-of-type(3) ul li {
      width: 320px; }
  .merit2 .svg {
    fill: #eb8312;
    width: 242px;
    height: auto;
    position: absolute; }
  .merit2 article:nth-of-type(1) .svg:nth-of-type(1) {
    top: -200px;
    right: 0; }
  .merit2 article:nth-of-type(1) .svg:nth-of-type(2) {
    left: -120px;
    bottom: -120px; }
  .merit2 article:nth-of-type(2) .svg:nth-of-type(1) {
    top: -120px;
    right: -140px;
    fill: #f2b200; }
  .merit2 article:nth-of-type(2) .svg:nth-of-type(2) {
    left: calc(50% - 550px);
    bottom: -90px;
    fill: #f2b200; }
  .merit2 article:nth-of-type(3) .svg:nth-of-type(1) {
    top: -140px;
    right: 0px; }
  .merit2 article:nth-of-type(3) .svg:nth-of-type(2) {
    left: -140px;
    bottom: -155px; }
  .merit2 ul {
    text-align: center;
    display: flex;
    box-sizing: border-box;
    padding: 40px;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    position: relative;
    z-index: 1; }
  .merit2 dt img {
    border-radius: 20px; }
  .merit2 dt {
    margin-bottom: 20px; }
  .merit2 dd {
    font-size: min(1.7vw, 2rem); }
  @media only screen and (max-width: 1160px) {
    .merit2 article div {
      margin-left: 0;
      border-radius: 0; }
    .merit2 article:nth-of-type(2) div {
      margin-right: 0;
      padding-left: 0;
      margin-left: 0;
      border-radius: 0;
      color: #000; }
    .merit2 article:nth-of-type(3) ul li {
      width: 31.5%; }
    .merit2 .svg {
      width: 121px;
      height: auto; }
    .merit2 article:nth-of-type(1) .svg:nth-of-type(1) {
      top: -100px;
      right: 0; }
    .merit2 article:nth-of-type(1) .svg:nth-of-type(2) {
      left: -60px;
      bottom: -60px; }
    .merit2 article:nth-of-type(2) .svg:nth-of-type(1) {
      top: -60px;
      right: -70px;
      fill: #f2b200; }
    .merit2 article:nth-of-type(2) .svg:nth-of-type(2) {
      left: 0;
      bottom: -45px;
      fill: #f2b200; }
    .merit2 article:nth-of-type(3) .svg:nth-of-type(1) {
      top: -70px;
      right: 0px; }
    .merit2 article:nth-of-type(3) .svg:nth-of-type(2) {
      left: -70px;
      bottom: -80px; }
    .merit2 ul {
      padding: 40px 20px;
      width: 100%;
      max-width: 1100px; }
    .merit2 li {
      width: 49%; }
    .merit2 dt img {
      width: 100%;
      height: auto; } }
  @media only screen and (max-width: 736px) {
    .merit2 ul {
      text-align: left;
      display: block;
      padding: 40px 20px 1px; }
    .merit2 li {
      width: 100%;
      margin-bottom: 40px; }
    .merit2 dt {
      background: #fcfbf6;
      border-radius: 10px;
      text-align: center; }
      .merit2 dt img {
        width: 60%;
        min-width: 280px;
        height: auto; }
    .merit2 dd {
      font-size: 1.6rem; }
      .merit2 dd br {
        display: none; }
    .merit2 article:nth-of-type(3) ul li {
      width: 100%; } }

#achievement {
  background: #fff;
  width: 100%;
  overflow: hidden;
  position: relative; }
  #achievement h2 {
    text-align: center;
    font-size: min(5vw, 6rem);
    font-weight: bold;
    padding-top: 80px;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 736px) {
      #achievement h2 {
        padding-top: 40px;
        font-size: 2.5rem; } }
  #achievement .content {
    position: relative;
    z-index: 10;
    padding: 80px 0;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 736px) {
      #achievement .content {
        padding: 40px 0; } }
  #achievement article {
    margin-left: 20px;
    margin-bottom: 80px;
    position: relative;
    border: 4px solid #000;
    background: #fcfbf6;
    border-radius: 20px;
    box-sizing: border-box; }
    @media only screen and (max-width: 736px) {
      #achievement article {
        margin-bottom: 50px; } }
    #achievement article h3 img {
      position: absolute;
      top: -20px;
      left: -20px;
      max-width: 157px;
      width: 13.5vw;
      height: auto; }
      @media only screen and (max-width: 736px) {
        #achievement article h3 img {
          width: 80px; } }
    #achievement article h3 {
      font-size: min(3.1vw, 3.6rem);
      padding: 60px 70px 60px 150px; }
      #achievement article h3 span {
        font-size: min(1.7vw, 2rem); }
      @media only screen and (max-width: 736px) {
        #achievement article h3 {
          font-size: 2.4rem; }
          #achievement article h3 span {
            font-size: 1.6rem; } }
      @media only screen and (max-width: 1160px) {
        #achievement article h3 {
          padding: 40px 0px 40px 0px;
          text-align: center; }
          #achievement article h3 span {
            display: block; } }
  #achievement article div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 40px 40px; }
    @media only screen and (max-width: 1160px) {
      #achievement article div {
        display: block;
        margin: 0 20px 40px; } }
  #achievement dl {
    width: 450px;
    flex-shrink: 100; }
    @media only screen and (max-width: 1160px) {
      #achievement dl {
        width: 100%; } }
  #achievement dt {
    font-size: min(2.2vw, 2.4rem);
    font-weight: bold; }
    @media only screen and (max-width: 736px) {
      #achievement dt {
        font-size: 1.8rem; } }
  #achievement dd {
    font-size: min(1.9vw, 2rem);
    margin-bottom: 15px; }
    @media only screen and (max-width: 736px) {
      #achievement dd {
        font-size: 1.4rem; } }
  #achievement dd li {
    position: relative;
    padding: 0 0 10px 25px; }
    #achievement dd li:before {
      content: "";
      width: 18px;
      height: 18px;
      border: 1px solid #aaa;
      border-radius: 3px;
      background: #fff;
      display: block;
      position: absolute;
      top: 8px;
      left: 0; }
      @media only screen and (max-width: 1160px) {
        #achievement dd li:before {
          width: 12px;
          height: 12px;
          top: 4px; } }
    #achievement dd li:after {
      content: "";
      width: 18px;
      height: 18px;
      background-image: url("../images/icon_check.png");
      background-repeat: no-repeat;
      background-size: 15px 12px;
      display: block;
      position: absolute;
      top: 12px;
      left: 4px; }
      @media only screen and (max-width: 1160px) {
        #achievement dd li:after {
          top: 3px; } }
  #achievement figure {
    max-width: 510px;
    width: 100%;
    margin: 0 auto; }
    #achievement figure img {
      width: 100%;
      height: auto; }
  #achievement article p:nth-of-type(1) {
    font-size: min(2.5vw, 3rem);
    padding: 0 40px 60px; }
    @media only screen and (max-width: 736px) {
      #achievement article p:nth-of-type(1) {
        font-size: 1.8rem;
        padding: 0 20px 40px; } }
  #achievement article p:nth-of-type(2) {
    margin-bottom: 60px;
    text-align: center; }
    @media only screen and (max-width: 736px) {
      #achievement article p:nth-of-type(2) {
        margin-bottom: 40px; } }
    #achievement article p:nth-of-type(2) a {
      background: #eb8312;
      display: block;
      max-width: 60%;
      margin: 0 auto;
      color: #fff;
      font-weight: bold;
      font-size: min(1.7vw, 2rem);
      padding: 15px 1px;
      border-radius: 40px; }
      @media only screen and (max-width: 736px) {
        #achievement article p:nth-of-type(2) a {
          font-size: 1.4rem;
          padding: 15px 5px;
          max-width: 90%; } }
      #achievement article p:nth-of-type(2) a:hover {
        background: #f2b200; }

#about {
  background: #f2b200;
  padding: 80px 0; }
  @media only screen and (max-width: 736px) {
    #about {
      padding: 50px 0; } }
  #about h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: min(5vw, 6rem);
    font-weight: bold; }
    @media only screen and (max-width: 736px) {
      #about h2 {
        font-size: 2.5rem; } }
  #about p:nth-of-type(1) {
    margin-bottom: 60px;
    text-align: center; }
    #about p:nth-of-type(1) img {
      width: 90%;
      height: auto;
      max-width: 1100px;
      margin: 0 auto; }
  #about ul {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px; }
    #about ul:after {
      content: "";
      display: block;
      width: 760px;
      height: 760px;
      background: url("../images/about_bg_arrow.png") no-repeat center top;
      position: absolute;
      top: 110px;
      left: 50%;
      margin-left: -380px;
      animation: 50s linear infinite rotation; }
    #about ul li {
      margin: 0 35px;
      position: relative;
      z-index: 1; }
    #about ul li:nth-of-type(1), #about ul li:nth-of-type(3) {
      margin-top: 230px; }
  #about figure {
    text-align: center;
    margin-bottom: 40px; }
    #about figure img {
      width: 90%;
      height: auto; }
  @media only screen and (max-width: 736px) {
    #about ul {
      display: none; } }
  @media only screen and (min-width: 736px) and (max-width: 1160px) {
    #about ul {
      width: 630px;
      margin: 0 auto 40px; }
      #about ul:after {
        content: "";
        display: block;
        width: 450px;
        height: 450px;
        background: url("../images/about_bg_arrow.png") no-repeat center top;
        background-size: cover;
        position: absolute;
        top: 70px;
        left: 50%;
        margin-left: -225px;
        animation: 50s linear infinite rotation; }
      #about ul li {
        margin: 0 10px;
        position: relative;
        z-index: 1; }
      #about ul li:nth-of-type(1), #about ul li:nth-of-type(3) {
        margin-top: 150px; } }
  #about p.read {
    font-weight: bold;
    font-size: min(2.7vw, 3.2rem);
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 736px) {
      #about p.read {
        font-size: 1.8rem;
        text-align: left;
        width: 90%;
        margin: 0 auto 30px; }
        #about p.read br {
          display: none; } }
  #about p:nth-last-of-type(1) {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    font-size: min(1.7vw, 2rem); }

@keyframes rotation {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
#faq {
  background: #fff;
  padding: 80px 0; }
  @media only screen and (max-width: 736px) {
    #faq {
      padding: 50px 0; } }
  #faq h2 {
    text-align: center;
    font-size: min(5vw, 6rem);
    font-weight: bold;
    margin-bottom: 70px; }
    @media only screen and (max-width: 736px) {
      #faq h2 {
        font-size: 2.5rem;
        margin-bottom: 30px; } }
  #faq dl {
    border-radius: 20px;
    background: #fcfbf6;
    padding: 30px 30px;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 20px; }
    @media only screen and (max-width: 736px) {
      #faq dl {
        padding: 20px; } }
  #faq dt {
    border-bottom: 2px solid #eb8312;
    font-size: min(2vw, 2.4rem);
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 50px;
    position: relative; }
    #faq dt span {
      position: absolute;
      font-weight: bold;
      color: #eb8312;
      font-size: min(2.5vw, 3rem);
      top: -5px;
      left: 10px; }
    @media only screen and (max-width: 736px) {
      #faq dt {
        font-size: 1.8rem; }
        #faq dt span {
          font-size: 2.4rem; } }
  #faq dd {
    font-size: min(1.7vw, 2rem);
    display: flex;
    align-items: center;
    padding-top: 15px; }
    #faq dd img {
      margin-right: 10px; }
    @media only screen and (max-width: 736px) {
      #faq dd {
        font-size: 1.4rem; }
        #faq dd img {
          width: 50px;
          height: auto; } }

#flow {
  background: #eb8312;
  padding: 80px 0;
  margin-bottom: 4px; }
  @media only screen and (max-width: 736px) {
    #flow {
      padding: 50px 0; } }
  #flow h2 {
    font-size: min(5vw, 6rem);
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
    text-align: center; }
    @media only screen and (max-width: 736px) {
      #flow h2 {
        font-size: 2.5rem;
        margin-bottom: 30px; } }
  #flow dl {
    display: flex;
    justify-content: center;
    color: #fff;
    width: 1100px;
    margin: 0 auto 40px;
    font-size: min(2.5vw, 3rem); }
    @media only screen and (max-width: 736px) {
      #flow dl {
        font-size: 1.6rem; } }
  #flow dt {
    width: 524px;
    margin-right: 30px; }
  #flow dd {
    flex-shrink: 500; }
  #flow ul {
    display: flex;
    width: 1100px;
    justify-content: center;
    margin: 0 auto 70px; }
    @media only screen and (max-width: 736px) {
      #flow ul {
        margin: 0 auto 40px; } }
    #flow ul li {
      margin: 0 25px; }
  #flow p {
    text-align: center;
    font-size: min(3.1vw, 3.6rem);
    font-weight: bold; }
    @media only screen and (max-width: 736px) {
      #flow p {
        text-align: left;
        width: 90%;
        margin: 0 auto;
        font-size: 2rem; } }

@media only screen and (max-width: 1160px) {
  #flow dl {
    display: block;
    width: 90%; }
  #flow dt {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px; }
    #flow dt img {
      width: 60%;
      height: auto; }
  #flow ul {
    display: flex;
    width: 90%; }
    #flow ul li {
      margin: 0 10px; } }
