@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.heroarea {
  background-color: #fcdded;
  width: 100%;
  text-align: center;
}

.title_img img {
  width: 54%;
  max-width: 1100px;
}
@media (max-width: 559px) {
  .title_img img {
    width: 65%;
  }
}

h2 {
  font-size: 30px;
  color: #ffffff;
  background-color: #3ebff0;
  margin: 2.5% auto;
  display: inline-block;
  padding: 0.5% 1%;
}
@media (max-width: 559px) {
  h2 {
    font-size: 15px;
    padding: 1% 0;
  }
}

h3 {
  font-size: 26px;
  color: #242424;
  line-height: 1.7;
}
@media (max-width: 959px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 559px) {
  h3 {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
}

.resolution_title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fcdded));
  background: linear-gradient(transparent 70%, #fcdded 70%);
  margin-bottom: 1%;
  display: inline;
  margin: 0 auto;
}
@media (max-width: 559px) {
  .resolution_title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fcdded));
    background: linear-gradient(transparent 55%, #fcdded 55%);
  }
}
.resolution_title span {
  color: #FF009F;
  letter-spacing: 0.1em;
  margin: 0 5px;
}
.resolution_title span span {
  font-size: 35px;
  -webkit-text-emphasis: dot;
          text-emphasis: dot;
  margin: 0;
}
@media (max-width: 559px) {
  .resolution_title span span {
    font-size: 18px;
    line-height: 0.5;
  }
}

.resolution_list {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 959px) {
  .resolution_list {
    width: 100%;
  }
}
.resolution_list_wrapper {
  border: solid 3px #FF009F;
  margin: 1.8% 0;
  border-radius: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 559px) {
  .resolution_list_wrapper {
    display: block;
    border: solid 2px #FF009F;
    border-radius: 12px;
    margin: 3.5% 0;
  }
}
.resolution_list_group {
  width: 30%;
}
@media (max-width: 559px) {
  .resolution_list_group {
    width: 100%;
  }
}
.resolution_list_title {
  width: 100%;
  background: #FF009F;
  border-radius: 10px 0 20px 0;
  text-align: center;
}
@media (max-width: 559px) {
  .resolution_list_title {
    width: 60%;
    border-radius: 5px 0 12px 0;
    padding: 0 0 0.8%;
  }
}
.resolution_list_title p {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 559px) {
  .resolution_list_title p {
    font-size: 15px;
  }
}
.resolution_list_img {
  width: 100%;
  text-align: center;
  margin-top: 7%;
}
@media (max-width: 559px) {
  .resolution_list_img {
    margin-top: 3%;
  }
}
.resolution_list_img img {
  width: 69%;
}
@media (max-width: 559px) {
  .resolution_list_img img {
    width: 50%;
  }
}
.resolution_list_content {
  width: 70%;
  padding: 3% 2%;
}
@media (max-width: 559px) {
  .resolution_list_content {
    width: 100%;
  }
}
.resolution_list_content_catch {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2%;
}
@media (max-width: 559px) {
  .resolution_list_content_catch {
    font-size: 14px;
    padding: 0 2%;
  }
}
.resolution_list_content_catch span {
  color: #FF009F;
}
.resolution_list_content_detail p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 559px) {
  .resolution_list_content_detail p {
    font-size: 13px;
    padding: 0 1.5% 1%;
    line-height: 1.6;
  }
}

.intro {
  background-color: #fcdded;
  font-weight: bold;
}
.intro_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro_title img {
  width: 17%;
}
@media (max-width: 559px) {
  .intro_title img {
    width: 35%;
  }
}
.intro_desc {
  margin-bottom: 2%;
}
.intro_desc p {
  font-size: 24px;
}
@media (max-width: 559px) {
  .intro_desc p {
    font-size: 14px;
    text-align: left;
  }
}

.intro_list_wrapper {
  border: solid 3px #FF009F;
  background-color: #ffffff;
  max-width: 1000px;
  border-radius: 20px;
  margin: 0 auto;
  text-align: left;
  padding: 3.5%;
}
@media (max-width: 559px) {
  .intro_list_wrapper {
    width: 100%;
    border: solid 2px #FF009F;
    border-radius: 12px;
    padding: 6% 5%;
  }
}
@media (max-width: 959px) {
  .intro_list_wrapper {
    width: 100%;
  }
}

.intro_list {
  margin-bottom: 4%;
}
@media (max-width: 559px) {
  .intro_list {
    margin-bottom: 5%;
  }
}
.intro_list:last-child {
  margin-bottom: 0;
}
.intro_list_catch {
  margin-bottom: 1%;
}
.intro_list_catch p {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fcdded));
  background: linear-gradient(transparent 50%, #fcdded 50%);
  display: inline;
}
@media (max-width: 559px) {
  .intro_list_catch p {
    font-size: 14px;
  }
}
.intro_list_note {
  font-size: 16px;
}
@media (max-width: 559px) {
  .intro_list_note {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
  }
}

.detailed_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detailed_title img {
  width: 17%;
}
@media (max-width: 559px) {
  .detailed_title img {
    width: 35%;
  }
}
.detailed_desc {
  margin-bottom: 2%;
}
.detailed_desc p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 559px) {
  .detailed_desc p {
    font-size: 14px;
    text-align: left;
  }
}

.detailed_list_wrapper {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 559px) {
  .detailed_list_wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .detailed_list_wrapper {
    width: 100%;
  }
}

.detailed_list {
  border: 3px solid #FF009F;
  border-radius: 20px;
  width: 32.5%;
  text-align: left;
}
@media (max-width: 559px) {
  .detailed_list {
    width: 100%;
    margin: 0 auto 3.5%;
    border: 2px solid #FF009F;
    border-radius: 12px;
  }
}
.detailed_list_content {
  padding: 4.5% 6.5%;
}
@media (max-width: 559px) {
  .detailed_list_content {
    padding: 4% 4.5%;
  }
}
.detailed_list_title {
  background-color: #FF009F;
  border-radius: 10px 0 20px 0;
  width: 73%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 559px) {
  .detailed_list_title {
    border-radius: 5px 0 12px 0;
    width: 60%;
    padding: 0 0 0.8%;
  }
}
.detailed_list_title p {
  font-size: 26px;
  color: #ffffff;
}
@media (max-width: 559px) {
  .detailed_list_title p {
    font-size: 15px;
  }
}
.detailed_list_catch {
  margin-bottom: 2.5%;
}
@media (max-width: 559px) {
  .detailed_list_catch {
    margin-bottom: 1.2%;
  }
}
.detailed_list_catch p {
  font-size: 18px;
  font-weight: bold;
  color: #FF009F;
}
@media (max-width: 559px) {
  .detailed_list_catch p {
    font-size: 14px;
  }
}
.detailed_list_note {
  font-size: 16px;
}
@media (max-width: 559px) {
  .detailed_list_note {
    font-size: 13px;
    line-height: 1.6;
  }
}

.doga-style {
  background-color: #fcdded;
  font-weight: bold;
}
.doga-style_title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffffff));
  background: linear-gradient(transparent 70%, #ffffff 70%);
  display: inline-block;
  margin-bottom: 2%;
}
.doga-style_title span {
  color: #FF009F;
  letter-spacing: 0.1em;
  margin: 0 5px;
}
.doga-style_title span span {
  font-size: 35px;
  -webkit-text-emphasis: dot;
          text-emphasis: dot;
  margin: 0;
}
@media (max-width: 559px) {
  .doga-style_title span span {
    font-size: 18px;
  }
}
.doga-style_desc {
  margin-bottom: 2%;
}
.doga-style_desc p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 559px) {
  .doga-style_desc p {
    font-size: 14px;
    text-align: left;
  }
}

.dogastyle_list_wrapper {
  max-width: 1200px;
  width: 100%;
  border: solid 3px #FF009F;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 0 auto 4%;
}
@media (max-width: 559px) {
  .dogastyle_list_wrapper {
    border: solid 2px #FF009F;
    border-radius: 12px;
  }
}
.dogastyle_list_wrapper ul.dogastyle_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4% 4% 1% 4%;
}
@media (max-width: 1200px) {
  .dogastyle_list_wrapper ul.dogastyle_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 4% 6% 1% 6%;
  }
}
@media (max-width: 559px) {
  .dogastyle_list_wrapper ul.dogastyle_list {
    margin: 4% 0 3% 3.2%;
  }
}
.dogastyle_list_wrapper ul.dogastyle_list li {
  position: relative;
  font-size: 18px;
  padding-bottom: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3%;
}
@media (max-width: 559px) {
  .dogastyle_list_wrapper ul.dogastyle_list li {
    font-size: 14px;
    padding-bottom: 3.5%;
  }
}
@media (max-width: 959px) {
  .dogastyle_list_wrapper ul.dogastyle_list li {
    padding-left: 5%;
  }
}
@media (max-width: 1200px) {
  .dogastyle_list_wrapper ul.dogastyle_list li {
    margin-right: 10%;
  }
}
.dogastyle_list_wrapper ul.dogastyle_list li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/check.png);
  background-size: contain;
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
}
@media (max-width: 559px) {
  .dogastyle_list_wrapper ul.dogastyle_list li::before {
    width: 18px;
    height: 18px;
    left: -1%;
  }
}
.dogastyle_list_wrapper .dogastyle_list_note {
  margin: 0 4% 4%;
}
.dogastyle_list_wrapper .dogastyle_list_note p {
  font-size: 18px;
}
@media (max-width: 559px) {
  .dogastyle_list_wrapper .dogastyle_list_note p {
    font-size: 14px;
  }
}
@media (max-width: 959px) {
  .dogastyle_list_wrapper .dogastyle_list_note p {
    text-align: left;
  }
}

.contact {
  background-color: #fcdded;
  padding-bottom: 8%;
}
@media (max-width: 559px) {
  .contact {
    padding-bottom: 12%;
  }
}

.btn_contact {
  margin: 0 auto;
  max-width: 30%;
}
@media (max-width: 959px) {
  .btn_contact {
    max-width: 85%;
  }
}
.btn_contact a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4% 10%;
  font-size: 24px;
  font-weight: bold;
  background-color: #FF009F;
  color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 7px 0 #aaaaaa;
          box-shadow: 0 7px 0 #aaaaaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 559px) {
  .btn_contact a {
    -webkit-box-shadow: 0 5px 0 #aaaaaa;
            box-shadow: 0 5px 0 #aaaaaa;
    font-size: 18px;
  }
}
.btn_contact a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  right: 10%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 559px) {
  .btn_contact a::after {
    width: 12px;
    height: 12px;
    right: 15%;
  }
}
.btn_contact a:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 #999999;
          box-shadow: 0 1px 0 #999999;
}

body {
  width: 100%;
  font-family: "Lato", YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
body main {
  width: 100%;
}
body p {
  color: #242424;
  line-height: 1.7;
}
body img {
  vertical-align: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
  color: #242424;
  cursor: pointer;
}
body .contents {
  width: 100%;
  margin: 0 auto;
}
body section {
  width: 100%;
  padding: 3.8% 0;
  text-align: center;
}
@media (max-width: 1200px) {
  body section {
    padding: 3.8% 3%;
  }
}
@media (max-width: 559px) {
  body section {
    padding: 7% 4%;
  }
}
body h4 {
  font-size: 30px;
  font-weight: bold;
  color: #242424;
}
@media (max-width: 559px) {
  body h4 {
    font-size: 14px;
  }
}

@media (max-width: 559px) {
  .brpc {
    display: none;
  }
}

.brsp {
  display: none;
}
@media (max-width: 959px) {
  .brsp {
    display: block;
  }
}

footer {
  width: 100%;
  text-align: center;
  padding: 1% 0;
}
@media (max-width: 559px) {
  footer {
    padding: 2% 0;
  }
}
footer p {
  font-size: 14px;
}
@media (max-width: 559px) {
  footer p {
    font-size: 10px;
  }
}